09-14-2015 04:24 PM - edited 03-19-2019 10:05 AM
Hi,
Has anyone out there actually managed to get an external WINDOWs based PostgreSQL 9.1.1 database working with a CUP 10.x cluster for compliance reasons? I have tried to follow the instructions in the Database Setup for IM and Presence Service on Cisco Unified Communications Manager, Release 10.0 doc but most of the instruction relates to Linux. My database attaches ok and its updates the schema, ie i can see all the new tables but no IMP chat information is being written to the database - most likely a config issue but i'm interested to know if anyone has actually got this thing working. Thanks
Solved! Go to Solution.
09-27-2015 10:53 PM
In order to make sure you get the data written here is what you will need to check;
Browse to;
<installdir>\postgressql\9.1\data\ and open the file postgressql.conf and make sure that "#" is removed from the following options and they are set to "off";
escape_string_warning = off
standard_conforming_strings = off
-> Once you remove the "#" and restart the postgres service from start\run\ service.msc option; we will be able to get the data populated in the JM table.
Please rate if this helps.
- Amit
09-27-2015 10:53 PM
In order to make sure you get the data written here is what you will need to check;
Browse to;
<installdir>\postgressql\9.1\data\ and open the file postgressql.conf and make sure that "#" is removed from the following options and they are set to "off";
escape_string_warning = off
standard_conforming_strings = off
-> Once you remove the "#" and restart the postgres service from start\run\ service.msc option; we will be able to get the data populated in the JM table.
Please rate if this helps.
- Amit
09-28-2015 12:25 AM
Hi Amit,
Thanks for the feedback and providing a fantastic set of instructions!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide