Search found 42189 matches

by chulett
Wed May 09, 2007 6:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Prblems with polish character
Replies: 8
Views: 3367

Re: Prblems with polish character

The problem that I am facing is, when I view data in datastage for the sequential file , the output is weird (it has special characters like ?). This is specific to your NLS_LANG setting on your PC not DataStage. The DataStage setting will only be used when the job runs. I'm not familiar with an NL...
by chulett
Wed May 09, 2007 2:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Input Stage File Size Constraint
Replies: 8
Views: 2102

What kind of sizes would you be dealing with? There are definite size limits when using the traditional 'two fields, all content at once' methodolgy with the Folder stage. Cutting that back to just one field to pass the filename and letting the XML Input file read the file directly pretty much remov...
by chulett
Wed May 09, 2007 11:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accesing Multiple Oracle Instances
Replies: 7
Views: 1543

Re: Accesing Multiple Oracle Instances

How can i access multiple remote oracle database instances(all of the same version 10g) using Oracle Enterprise stage plug in ? To my knowledge , only one ORACLE_SID is accesible in Oracle Enterprise stage. The 'SID' is NOT a connection option in the Oracle Enterprise stage also. One SID per stage,...
by chulett
Wed May 09, 2007 11:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: number of jobs in a project
Replies: 5
Views: 1310

This has nothing to do with DataStage being a 32bit app but is strictly a limitation imposed by the O/S.
by chulett
Wed May 09, 2007 11:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file not getting created
Replies: 5
Views: 2384

There should be another message with why it couldn't. Also curious if you get this right away or after a large number of records have been written?
by chulett
Wed May 09, 2007 10:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort function
Replies: 2
Views: 814

Talk to your SAs or whomever supports UNIX there. You'll need to up the 'memory' options and probably point to a larger 'tmp' area, from what I recall.
by chulett
Wed May 09, 2007 10:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML output generation
Replies: 44
Views: 11372

Turn off the option that includes it - the Comment option under Document Settings from what I remember.
by chulett
Wed May 09, 2007 10:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get Job Category
Replies: 8
Views: 2212

No, there is no macro for that - you would need to query the repository. I've done that inline in a job using a UV stage lookup, it's not that difficult to setup.
by chulett
Wed May 09, 2007 8:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After Job Routine for Job Sequence
Replies: 12
Views: 3452

No, not clear yet. Capture in what sense? And then do what with this captured information? If you are running your jobs using the dsjob command, the -jobstatus option will cause it to return the normal DataStage completion codes: 1 = Finished Ok 2 = Finished (see log) 3 = Aborted etc. Would that help?
by chulett
Wed May 09, 2007 8:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort function in server jobs
Replies: 7
Views: 1770

Or... perhaps... just check the man page. :wink:
by chulett
Wed May 09, 2007 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort function in server jobs
Replies: 7
Views: 1770

Yes, there is a Sort stage in Server but external sorts are typically much faster. As noted, even the plain old command line sort beats the pants off of it. Even better if you have a 3rd party high-speed sort utility.
by chulett
Wed May 09, 2007 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Count number of fields in ~~ delimited string
Replies: 7
Views: 1579

Still curious how one would do this without leveraging 'outside' components...
by chulett
Wed May 09, 2007 7:15 am
Forum: General
Topic: project description
Replies: 3
Views: 1657

How new? What do you mean by 'Describe my project'? Are you currently working somewhere with DataStage? Who knows what someone will ask during an interview - I've seen times where a resume was looked at and a body brought in, no questions asked. Didn't last long, either one of 'em. I think Vincent ...
by chulett
Wed May 09, 2007 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rollback
Replies: 11
Views: 3105

Your job must abort to roll back transactions - is that happening?
by chulett
Wed May 09, 2007 7:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC error while connecting to AS400
Replies: 3
Views: 2118

Special characters meaning this column name was the problem? 'I4SEQ#' :?