Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi,
I'm trying to install Thingoworx 7.1 and I have installed postgreSQL 9.4.8.1 that i got along with the installer and the Database user login was also created as twadmin.
When i configure and execute the thingworxPostgresDBSetup.bat script, i end up with the below error
I had highlighted the way i execute the scrip in yellow colour. I had also attached the batch file that I'm executing in this post. Can someone help me out?
Thanks in advance!
Amarkarthi.
Hi Arasan,
Here are below some basic troubelshooting tips when installing Postgresql DB for ThingWrox. I hope this helps:
Best Regards,
Amine
Hi Mohamed,
Thanks for your reply.
Can you please elaborate what do you mean by the below line?
I have installed just the Postgresql in the default location which got installed into C:\Prgoramfiles\postrgresql\ and I created a directory in the name 'ThingworxPostrgresqlStorage' in the root of C drive and given all permissions.
Should i create the other 2 directories as well?
Thanks in advace!!
Hi,
Please see this document for some possible solutions: Frequently Seen Errors upon launching the Thingworx application:
Amarkarthi,
Any update on this? Were any of the posts in the discussion helpful? If so, could you click on the "correct answer" or "mark as helpful" button and let us know?
hi,
please open your thingworxPostgresDBSetup.bat file and replace tablespace_location to your real location。
such as:
SET tablespace_location=E:/ThingworxPostgresqlStorage
then clean your old operation and double click thingworxPostgresDBSetup.bat。
Best Regards,
zero
1. Give all permission to the folder (C:\ThingworxPostgresqlStorage) 2. Use the following command below: thingworxpostgresDBSetup.bat -a postgres -u twadmin -l C:\ThingworxPostgresqlStorage 3. Result: |
Do you make a directory (ThingworxPostgresqlStorage)?