Pradeep

a TeamSite blog…

TeamSite Import Event July 16, 2007

Filed under: TeamSite — Pradeep @ 11:10 pm

If you ever want to write some TeamSite triggers on Import Event, the event to capture is not CreateFSE or Lock. It’s RenameFSE, cos TeamSite before the file isimported create a new filename in temporary location. You need to capture ARGV[6] in your script to get the actual original filename. So in brief

Register the event
iwat RenameFSE /apps/xxxxx/script.ipl

In the script capture $import_rename = $ARGV[6];

Hope this helps.

 

One Response to “TeamSite Import Event”

  1. Sri Says:

    Teamsite 6.7.1 trying to implement Disaster Recovery, Teamsite is installed on SAN. Unable to start on the DR server due to unavialable of iwvwfs device drivers. But couldn’t copy from primary server. My question is: do we need to install Teamsite on DR server and delete later to install the drivers.

    Thanks,
    Sri


Leave a Reply