Hi, I have develloped a script in a new livelink module. The goal of this big project was to import document/folder/object...into Livelink. (Livelink Object Importer was not able to do what we want).
Most of the time this project works fine but sometime I have a problem that i don't understand : The exectution of the script is suddently suspended (no reason) and if a user connect himself to Livelink (using a webbrowser) my script restarts and he finish its work well.
My log system write this :
19/03/2012 21:48 DAO_LL._Initialize
19/03/2012 21:48 <DAO_LL_FOLDER.Create()> Creation '1332183665548'
20/03/2012 08:29 DAO_LL.DeleteAllCategories
20/03/2012 08:29 </DAO_LL_FOLDER.Create()>
At 21:48 My script was suspended on a folder creation.
At 8:29 the day after, someone connect to Livelink to see if the script has done his job. At this moment my script restart and finish to work.
I don't understand what can I do to solve this...this is a big problem because i have an external program which is waiting the end of my script to do some treatment...
any clues ?
Most of the time this project works fine but sometime I have a problem that i don't understand : The exectution of the script is suddently suspended (no reason) and if a user connect himself to Livelink (using a webbrowser) my script restarts and he finish its work well.
My log system write this :
19/03/2012 21:48 DAO_LL._Initialize
19/03/2012 21:48 <DAO_LL_FOLDER.Create()> Creation '1332183665548'
20/03/2012 08:29 DAO_LL.DeleteAllCategories
20/03/2012 08:29 </DAO_LL_FOLDER.Create()>
At 21:48 My script was suspended on a folder creation.
At 8:29 the day after, someone connect to Livelink to see if the script has done his job. At this moment my script restart and finish to work.
I don't understand what can I do to solve this...this is a big problem because i have an external program which is waiting the end of my script to do some treatment...
any clues ?