Page 1 of 1

error message when I save the project

Posted: Wed Jan 23, 2013 2:13 am
by charlyprouteau
When I need to save/rebuild/create/or download my projet an error message appears : "Impssible to set the property 'GlobalDataItems' for the object 'GlobalController'"
This message appears when I modified the tag script.
Thanks for your answer and thanks to give me a solution to solve this problem.

Re: error message when I save the project

Posted: Wed Jan 23, 2013 9:40 am
by mark.monroe
Do you have the project saved on your local hard drive? It sounds like you do not have permissions to modify the iX developer project files.

You need to store the project locally because network drives often times block iX Developer operations on project files.

Re: error message when I save the project

Posted: Wed Jan 23, 2013 10:00 am
by charlyprouteau
The project is stored on the desktop, so on the local hard disk...
I tried to "save as" but same result...

Re: error message when I save the project

Posted: Wed Jan 23, 2013 12:21 pm
by mark.monroe
If you have created your own script code then the error could be due to your code in the Tag script. If you remove that code, does everything work?

Re: error message when I save the project

Posted: Thu Jan 24, 2013 2:27 am
by charlyprouteau
Same result when I removed the tag scipt. I also tried to remove all files on "buildfiles" and 'temp' files, and rebuild and ... same result

Re: error message when I save the project

Posted: Thu Jan 24, 2013 9:28 am
by mark.monroe
I know that there is a known GlobalDataItem bug that some people have had issues with. Do you ever get similar errors as found in the thread linked to above?

Maybe you can private message me a copy of your project so I can take a look at it. You can use the "Compress Project" button to compress your project into a zip file and then attach it to a PM.

Re: error message when I save the project

Posted: Thu Jan 24, 2013 10:07 am
by charlyprouteau
I found the solution... I had several alarms configured on the alarmserver. I erased these alarms and now it is ok... Thanks for your support.