Search found 42189 matches

by chulett
Tue May 05, 2009 8:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Script to Zip a file and mail through Datastage
Replies: 7
Views: 6373

Close. The 'compress' command does not create a file with a .zip extension. And since qutesanju hijacked the thread, we have no clue if they are on UNIX or Windows.
by chulett
Tue May 05, 2009 8:07 am
Forum: General
Topic: Job fails due to unable to open a file error
Replies: 6
Views: 1895

Been too long - what do the ampersands and "EXIT" do here? Get rid of them if there's any chance they let the command release control before it has actually completed.
by chulett
Tue May 05, 2009 8:04 am
Forum: General
Topic: How do I get dsjob -logdetail to list the log from the last
Replies: 12
Views: 22277

That would be where to start.
by chulett
Tue May 05, 2009 5:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Incorrect migration of non-ascii/extended-ascii characters
Replies: 5
Views: 4935

NLS not installed. Right, but still would be good to know the characterset in use in both the source and target as you can still accomplish much by correctly setting NLS_LANG and perhaps LC_CTYPE in the job's environment. Both source and target seem to be Oracle databases, unless they are landed du...
by chulett
Tue May 05, 2009 5:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compile jobs on a specific category
Replies: 7
Views: 3031

You cannot directly. You could think about generating a list of the job names in that specific category, landing them and then looping though the list and compiling them one-by-one.
by chulett
Tue May 05, 2009 5:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job design-question
Replies: 31
Views: 4631

:!: New question / issue = time to start a new post.
by chulett
Tue May 05, 2009 5:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Script to Zip a file and mail through Datastage
Replies: 7
Views: 6373

How so? There's really not that much to elaborate on, do you have a specific question?
by chulett
Mon May 04, 2009 9:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Parsing- How to clear this Warning Message...
Replies: 6
Views: 4126

No, you want to pass just the filename to the XML Input stage and set it to "URL/File path" so that it reads the data. Trying to "pass the data" via the External Source stage is your problem.
by chulett
Mon May 04, 2009 9:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connectivity with oracle10gr2
Replies: 12
Views: 3555

Were you able to connect in the past and cannot now, or is this the first time you are attempting this and you cannot make it work? For the latter, as I noted, you need to ensure you have an Oracle client on the DataStage server and that it has been configured properly for DataStage. Do you? Have yo...
by chulett
Mon May 04, 2009 9:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: delete dataset
Replies: 18
Views: 5730

vennam445 wrote:I tried even ./orchadmin.It doesnt work:(
Define "doesn't work". That tells us nothing.
by chulett
Mon May 04, 2009 9:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Incorrect migration of non-ascii/extended-ascii characters
Replies: 5
Views: 4935

Define 'migration' and let us know what the NLS characterset is for both the source and the target.
by chulett
Mon May 04, 2009 4:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input dataset does not have input field
Replies: 13
Views: 11120

Why you? Because you are The Man! :wink:
by chulett
Mon May 04, 2009 4:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: delete dataset
Replies: 18
Views: 5730

Not much command line experience, it seems. If you cd to the directory a command 'lives in' then preface it with 'dot slash' i.e. "./orchadmin delete filename.ds" - assuming that syntax is correct. Or fully pathing a command works from anywhere.
by chulett
Mon May 04, 2009 3:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Restartability
Replies: 4
Views: 927

How is this condition checked? Seems like an easy task for a Sequence job with perhaps a Nested Condition stage.
by chulett
Mon May 04, 2009 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading multiple files
Replies: 6
Views: 1708

There is, and a search for "file pattern" turned up a number of conversations, including this one which looks like it should help.