Hi,I have an ipl script which adds the extended attribute Expiration_Date to the DCR and to the xml which is being generated from the dcr. I am calling this script on onsavedone event using callserver. The problem is when the script updates/ adds the extended attribute the modified by appears as "system". I have already tried using iw_cgi_wrapper.cgi but when i use it my script doesnt even run, i had placed my script in iw-bin directly and then used wrapper to execute it but no success.Is there any way that the "modified by" should not appear as system.
...@Adam - We can't go ahead with the Local Logon properties, it'll give users the extra rights which will not be acceptable by the admins. I am using windows server and teamsite version in 7.1. Let me know if there is any other approach. I also tried to do call server and adding the extended attribute Expiration_Date before saving the form as i am using setdcrname and IWDatacapture.save() in the code but the last modifier is still coming as "system" may be till the time the call returned from the call server the save executes before that..
What's weird is that I'm pretty sure that this kind of thing worked with earlier versions of TeamSite...
@Adam - This is a cgi wrapper, and the script that i am trying to execute is ipl is it fine to execute ipl using cgi wrapper?