Archives of the TeradataForum
Message Posted: Fri, 21 May 2010 @ 13:37:57 GMT
Subj: | | Re: Issue with Fast export & Informatica |
|
From: | | Prasad Kavil Kambrath |
I am running a Teradata fast export script from Informatica by calling a shell script from a command task.
The shell script when running from console, is working fine, but when run from informatica it fails.
The log says.
------------------------------------------------------------------------
= =
= FastExport Utility Release FEXP.12.00.00.005 =
= =
= =
------------------------------------------------------------------------
= =
= Copyright 1990-2008, NCR Corporation. ALL RIGHTS RESERVED. =
= =
------------------------------------------------------------------------
**** 02:27:45 UTY2411 Processing start date: FRI MAY 21, 2010
------------------------------------------------------------------------
= =
= Logon/Connection =
= =
------------------------------------------------------------------------
0001 fexp <
I am calling the script from command task like this.
aix_fexp.ksh < script_name > log_file_name 2>&1
The aix_fexp untility defined in informatica is as follows . Informatica version is 8.6.1 HotFix5
#! /usr/bin/ksh
. set32bit.ksh
fexp "$@"
Thanks,
Prasad K K
Senior Software Engineer
|