Search found 42189 matches

by chulett
Fri Jun 26, 2009 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datasets to a flat file
Replies: 16
Views: 8450

You'd need permissions "all the way back up" to the root. What happens if you "cd" there and then attempt to execute it using "./orchadmin"?
by chulett
Fri Jun 26, 2009 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UnZipping of files using Datastage
Replies: 9
Views: 9627

If it was just gzipped, I would think so. The need to then extract a single file from the uncompressed tar archive is the extra wrinkle here.
by chulett
Fri Jun 26, 2009 6:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic needed for this scenario
Replies: 2
Views: 1405

And while you're searching, let us know what this 'other record' is exactly, how you will derive the key value for the Lookup.
by chulett
Fri Jun 26, 2009 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiled job don’t take the new parameters set
Replies: 3
Views: 1767

So it sounds like you need to contact your official support provider for the patch. Have you applied that large "fixpack" of patches they have for your version?
by chulett
Fri Jun 26, 2009 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: is there any specific cayse for this error?
Replies: 2
Views: 1158

If this is one of the "errors" thrown when you Reset an aborted job, these can all be ignored.
by chulett
Fri Jun 26, 2009 6:45 am
Forum: General
Topic: script works when called in AIX - but not from DataStage
Replies: 7
Views: 1959

SHDISPATCH? Really... don't recall ever seeing that one, I guess I need to check again. :wink:
by chulett
Fri Jun 26, 2009 6:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how i transfer my as/400 files into unix box
Replies: 9
Views: 3759

Talk to your AS/400 and UNIX administrators, see what approved ways you have to transfer files between those boxes.
by chulett
Fri Jun 26, 2009 6:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job validates but not runs
Replies: 13
Views: 3106

I really don't see how this would be possible. :?
by chulett
Fri Jun 26, 2009 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting record - two behaviours
Replies: 16
Views: 6254

I've already said more than once what I think you should check / do, see my 3rd post for that. Don't really see a need to repeat it. Again.
by chulett
Thu Jun 25, 2009 10:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Line breaking in sequential file
Replies: 5
Views: 1217

The pipe is certainly a problem. Change it to a colon, which is the concatenation operator in DataStage:

Convert(char(13):char(10)," ", LNK_EXEC_TASK.DESCRIPTION)
by chulett
Thu Jun 25, 2009 9:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSEXECUTE Help in after job subroutine
Replies: 3
Views: 1394

I've had success redirecting sqlplus output to a temp file and grepping the file afterwards for ORA errors. If found they can be echo'd and the exit status set appropriately.
by chulett
Thu Jun 25, 2009 5:58 pm
Forum: IBM QualityStage
Topic: Cleaning a particular pattern/text : DataStage
Replies: 8
Views: 3725

Don't guess, read the docs! Search the forums for a posted PX version of the Server EReplace function by DSGuru2B, that will do the substitution you need.
by chulett
Thu Jun 25, 2009 5:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ERROR: Failed to open project Status code = 80011
Replies: 13
Views: 23209

You'll need to get the whole domain/port thing working first, then you can hide the user/password bits in that file. :wink:
by chulett
Thu Jun 25, 2009 5:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSEXECUTE Help in after job subroutine
Replies: 3
Views: 1394

What database? Your script needs to farm any problems from whatever logs or session capturing you might be able to do. You can then echo those to std out and set an appropriate exit status so DataStage will notice.
by chulett
Thu Jun 25, 2009 3:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP plug in not working
Replies: 5
Views: 2810

So, in other words SFTP. Unfortunately, the answer is "no" until you get to the 8.x release so you'll need to script the transfer.