Search found 85 matches

by Magesh_bala
Tue Sep 23, 2008 3:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute Unix commands in datastage
Replies: 17
Views: 42750

Hi Ray, Can you please tell me the solution.
by Magesh_bala
Tue Sep 23, 2008 2:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute Unix commands in datastage
Replies: 17
Views: 42750

Hi Ray, Thanks for your reply. Whe we execute the command touch opt/Ascential/Data/Samplefile.txt --> It works But when we use the Parameter touch #path#samplefile.txt --> Its not working in Execute command stage Can you please suggest how to use the parameter in execute command stage. Thanks and Re...
by Magesh_bala
Mon Sep 22, 2008 4:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute Unix commands in datastage
Replies: 17
Views: 42750

In Execute command we cant execute the shell script commands, We can call only the shell scripts files.
by Magesh_bala
Mon Sep 22, 2008 3:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute Unix commands in datastage
Replies: 17
Views: 42750

I have to use this in sequence job, I belive only shell scripts can be executed in the before/after execute job execsh, Is there any other option to execute the unix commands directly in datastage.
by Magesh_bala
Mon Sep 22, 2008 2:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute Unix commands in datastage
Replies: 17
Views: 42750

Execute Unix commands in datastage

Hi All,

How to execute unix commands in Datasatge.

path/ Touch File.txt
path/ rm File.txt

Is this commands will work from datastage?
by Magesh_bala
Tue Sep 09, 2008 6:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Execute Command
Replies: 7
Views: 2502

Hi,

Its not an script, I need to touch the file in the TEST folder, So i try to execute it through the execute command stage in particulat folder.
by Magesh_bala
Tue Sep 09, 2008 2:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Execute Command
Replies: 7
Views: 2502

Execute Command

Hi, I need to create the file onces the sequence is completed successfully, So i was i trying to use the Execute command stage to create the file, But i am getting the following error is this because of the Permission. Is there any alternate option to do it. Test_Defect..JobControl (@Execute_Command...
by Magesh_bala
Tue Aug 19, 2008 3:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unhandled failure (1) encountered calling routine DSU.Execu
Replies: 8
Views: 5427

Might be the Sh file has got restricted access for other user, I was getting this problem since i have changed user id and password
by Magesh_bala
Tue Aug 19, 2008 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unhandled failure (1) encountered calling routine DSU.Execu
Replies: 8
Views: 5427

Unhandled failure (1) encountered calling routine DSU.Execu

Hi All,

When i try to execute the sh script using the DSU.ExecuteScript routine, Its aborted.

Error message

JobControl (@removeInputFiles): Controller problem: Unhandled failure (1) encountered calling routine DSU.ExecuteScript

Can some one please respond for it.

Regards Magesh
by Magesh_bala
Mon Aug 11, 2008 6:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to open ODBC trace file
Replies: 3
Views: 1923

Unable to open ODBC trace file

Hi All,

I am getting the following warning messages in all my jobs, Its a first time i am getting this warning, Any one can help me.

Unable to open ODBC trace file
DataStage Job 929 Phantom 16452
DataStage Phantom Finished

How to resolve it.

Thanks and Regards
N.Magesh
by Magesh_bala
Wed Apr 23, 2008 8:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter Condition in sequential file
Replies: 15
Views: 6849

Hi My Source File 11|Anil |99|MIG |POLIC|Motor 12|Guna |66|MI |OBJEC|Home 11|baba |23|MIG |POLIC|Motor 13|Ji |77|MM |cover|Tata 11|Anil |99|MIG |POLIC|Motor 14|qqq |77|QQ |Objec|MIG 22|aaa |99|aa |Gate |zz I have used sort -u file_name.txt to eliminate duplicate records But I am not getting the expe...
by Magesh_bala
Wed Apr 23, 2008 5:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter Condition in sequential file
Replies: 15
Views: 6849

Hey Dude, Its not working!!! I have checked it.
by Magesh_bala
Wed Apr 23, 2008 5:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter Condition in sequential file
Replies: 15
Views: 6849

Thanks Kumar, I thought its removes duplicate in column level.
Thank you .
by Magesh_bala
Wed Apr 23, 2008 3:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter Condition in sequential file
Replies: 15
Views: 6849

Some one can help to resolve this problem.