Search found 6 matches

by getlaxman25
Tue May 26, 2009 4:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Return file from BAPI stage
Replies: 5
Views: 3842

The text is hex "03", "04", and "05" which stands for ETX (end of text), EOT (End of transmission), and ENQ (Enquiry) respectively.
by getlaxman25
Tue May 26, 2009 12:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Return file from BAPI stage
Replies: 5
Views: 3842

I am not able to paste that character to the hex converter. Its not a hexadecimal character.
by getlaxman25
Mon May 25, 2009 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Return file from BAPI stage
Replies: 5
Views: 3842

Return file from BAPI stage

Hi, I am using BAPI stage to load data to SAP. I have a problem in reading one column in the return file from BAPI. The column type is integer, but when I see in Unix the value comes as "". All other fields are coming correctly. Now I need to read "" back in datastage and interpr...
by getlaxman25
Tue May 05, 2009 6:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Script to Zip a file and mail through Datastage
Replies: 7
Views: 7298

Re: Script to Zip a file and mail through Datastage

you can use the following piece of code to automate this: if [ -f Validation.zip ] then mail -s "zipped file created" 9848198312@ideacellular.com else echo "whatever you want to echo" fi for compressing the file you can use the command below: compress #filename# if you want to se...
by getlaxman25
Mon Oct 13, 2008 4:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while allocating an enviromental handle for DB2
Replies: 1
Views: 1077

Error while allocating an enviromental handle for DB2

Hi I am getting the following error while loading the data in DB2 table

"Error while allocating an enviromental handle for DB2"

I have checked instance name and also varied the array size. The same job was working some time ago.

Any body knowing the reason for this pls let me know
by getlaxman25
Thu Apr 03, 2008 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning in Join Stage
Replies: 1
Views: 1188

Warning in Join Stage

I am facing this warning in join stage: JOIN_Log_Scope_inner: When checking operator: User inserted sort "{natural="XFM_Flag_gen:LNK_LogScopeFlags_Part_Sort.v", synthetic="buffer(1)"}" does not fulfill the sort requirements of the downstream operator "APT_JoinSubOp...