Creative Commons panel in PSU

Post Reply
oversampling
Posts: 42
Joined: 13 Aug 15 16:39

Creative Commons panel in PSU

Post by oversampling »

Hi all,

I am using Postgre server version of PSU (v 3.2.0.2075pg) on a Win7 and WinXP PC (both pointing to Postgre DB on a NAS, where also the images are phisically located).
It seems that the "Creative Commons" panel under "Details" differs between the 2 PSU versions: may I ask which one is in use in your system and what OS/PSU version are you running? :roll:
Thank you
Roberto
Attachments
PSU WIN XP CC panel.jpg
PSU WIN XP CC panel.jpg (27.07 KiB) Viewed 5908 times
PSU WIN 7 CC panel.jpg
PSU WIN 7 CC panel.jpg (17.71 KiB) Viewed 5908 times
vlad
Posts: 895
Joined: 01 Sep 08 14:20

Re: Creative Commons panel in PSU

Post by vlad »

I see the first CC panel above on my Windows 7 system (PSU single user version).
Hert
Posts: 7871
Joined: 13 Sep 03 6:24

Re: Creative Commons panel in PSU

Post by Hert »

On the Win7 machine, delete the file ccdata.xml in the folder %localappdata%\IDimager Systems, Inc. Then try again. The data will then be downloaded again from the Creative Commons site.
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
oversampling
Posts: 42
Joined: 13 Aug 15 16:39

Re: Creative Commons panel in PSU

Post by oversampling »

Vlad, Hert,

thanks a lot for your feedbacks! Deleting the file and re-opening PSU brought the correct panel back.
BTW: I guess the mismatch happended because the first time I opened the CC panel the laptop was behind a firewall and probably unable to contact CC site service.

Roberto
siskiyou_sam
Posts: 3
Joined: 27 Jan 12 0:31

Re: Creative Commons panel in PSU

Post by siskiyou_sam »

Hert - I've run into a variation of this problem since the upgrade to version 2533. If I do a delete of the ccdata.xml file as suggested, the CC panel will come up correctly on the restart of PSU in its first use. If I try to use the CC button again, I get an information message of "Invalid variant type cast (0)" in that session and all future sessions, until I again do a delete of the ccdata.xml file (for one initial use). Should a copy of this file also exist in some other default directory? Or is it possible its not reconnecting to the Creative Commons website?

Rick
Windows 10 Pro (1511) 64-bit, PSU 3.3.0.2558 (64-bit) single user
Hert
Posts: 7871
Joined: 13 Sep 03 6:24

Re: Creative Commons panel in PSU

Post by Hert »

Rick,

Please upgrade to build 2558. This is an important update on PostgreSQL.

Also, in the 3.3 release the CC data is stored in the database for the Server edition. This way all users share the same CC data.

Here's a small script how you can remove it from the database (Tools->Scripter):

Code: Select all

Catalog.RemoveGUIDData(AdminID, 'CCDATA');
Say('Creative Commons data was removed');
When you use the button, the downloaded data is stored in the database again. The Server edition no longer writes or uses a ccdata.xml file, unless it exists on disk then it will be imported to the database and deleted.

Hert
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
siskiyou_sam
Posts: 3
Joined: 27 Jan 12 0:31

Re: Creative Commons panel in PSU

Post by siskiyou_sam »

Hi Hert

Thank you for the reply. I had already upgraded to build 2558 beforehand from 2533, but the problem continued to occur, which is why I posted. I also am using the single user version, so I am not sure if the references to the Server edition apply. Anyway, I ran the script that you supplied, and the message window from second line appeared. However, the problem, as stated initially, persists.

Rick
Windows 10 Pro (1511) 64-bit, PSU 3.3.0.2558 (64-bit) single user version
Post Reply