Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hey guys, Can any one of you pls

Status
Not open for further replies.

ProDev

Programmer
Jul 9, 2003
51
US
Hey guys,

Can any one of you pls help on following ?

Please send some sample codes that you use in Post-Session /Pre-Session section in your session ?
What is the script you use in Informatica and where, to call Unix Shell /Batch Files.

(I have heard that you can archive your source files through Post-Session scripts or so ....)

Thanks.
 
If your informatica is running on Unix box you can simply write the Unix cmd in post session script option in session properties tab.

for example: cp source_file.txt source_file.bak

This can be specified in post session if you want to rename a file which has been loaded successfully in warehouse.

Hope this helps you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top