![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX and Linux Applications Questions involving software not covered by other forum go here. This includes Databases and Middleware. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| connecting to oracle thro informatica | ksmbabu | Shell Programming and Scripting | 1 | 04-29-2008 02:52 AM |
| How do I find the version of Informatica, Cognos and DataStage on SUNOS 5.8 | gram77 | UNIX for Advanced & Expert Users | 1 | 03-05-2008 07:02 AM |
| Reg: Shell script ran using informatica | sam99 | Shell Programming and Scripting | 0 | 11-23-2007 01:30 AM |
| Unix Sco Open Server, Windows Computers Problem Access Unix Shared Files Help!!!!! | haggo | Filesystems, Disks and Memory | 2 | 08-23-2006 08:39 AM |
| automation of Informatica jobs using Unix | kamesh83 | UNIX for Advanced & Expert Users | 1 | 06-23-2006 09:49 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Informatica - Unix Problem
hi guys,
I have to ftp an empty text file dim_trigger.txt form 1 server to another. The target server is mtiftp and i have defined the username and password. Below is the shellscript thats in a file called dim_trigger.ksh #!/bin/ksh # # FTP Bo trigger # HOST= 'mtiftp' USER= 'CORP\nbsvd7l' PASSWD= 'af$2Y58q' ftp -n -v $HOST quote USER $USER quote PASS $PASSWD cd /apps/informatica/msrvdev/TriggerFiles put dim_trigger.txt close bye Now dim_trigger.ksh is in apps/informatica/msrvdev/SH. the text file dim_trigger.txt is in apps/informatica/msrvdev/TriggerFiles I have a command task that calls the shell script using the command touch /apps/informatica/msrvdev/dim_trigger.ksh. But that doesnt seem to work. Thanks for all your help in advance! |
|||
| Google UNIX.COM |
| Forum Sponsor | ||
|
|