DaleCar - 03 November 2012 06:00 PM
I did the migrate the old Database. But I don’t follow your meaning in this line
“Then, look at the of the files in Databases, ContentDB.dat & ContentDB.ind”
Not sure what you want me too look at.
File sizes.
OK, I just completely wiped my DS 4.5 install on one machine. Installed with all default installations. Installed content, and checked smart content, it’s working.
So now we need to figure out why it’s not working on your end. This was on Mac OS X 10.8.2.
Are you ready for some hard core trouble shooting in the terminal?
ghost:~ totte$ ps -lax | grep DAZ
/Library/DAZ 3D/Content Management Service/ContentManagementServer.app/Contents/MacOS/DAZ Content Management Service
/Applications/DAZ 3D/DAZStudio4 64-bit/DAZStudio.app/Contents/MacOS/DAZStudio -psn_0_19940099
grep DAZ
I had to shorten the lines to almost fit in the forum
To see which DAZ processes was running and exactly where they are running from.
Next, when I have DS 4.5 running.
ghost:~ totte$ netstat -f inet
Active Internet connections
Proto Recv-Q Send-Q Local Address Foreign Address (state)
tcp4 0 0 localhost.27997 localhost.50757 ESTABLISHED
tcp4 0 0 localhost.50757 localhost.27997 ESTABLISHED
To check of we have a connection established between DS4.5 and the CMS. The CMS is listening on Port 27997.
So, what do you get?