Hi Guys,I wrote a custom import (validation) perl-cgi script to upload files to teamsite 7.2 server. However, for uploaded file modified by is "SYSTEM". I know I can change owner using iwaccess cmd but that doesn't help. In file properties it still shows modified by as system.Is there a way to show "user id" for uploaded file instead of "system"? Thanks for your advice.
It's a custom menu item, File -> Import.
Hi Ghoti, when I implemented in ui_custom.xml as url="/iw-bin/iw_cgi_wrapper.cgi/custom_import.cgi" I got the following error afterwards below: Error tryin to open a pipe to: I:\Interwoven\TeamSite\httpd\iw-bin\custom_import.cgi(1)
Thanks Boris I get error below after your suggestion:Teamsite: WrapperError: CGI startup error:failed POST read - query_len = 2824,returned len = 2758import code below inside ui_custom.xml for file --> import menulink id="iw.ccpro.file_menu.import.link" label="Custom Import" description="This is a custom import function" url="/iw-bin/iw_cgi_wrapper.cgi/custom_import.ipl"