Search found 42189 matches

by chulett
Tue Jan 19, 2010 5:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error: Server auth failed or EE authorization failed
Replies: 7
Views: 2016

Make sure there's no trailing space at the end, I've had that happen once. And that letters are letters and numbers are numbers, from what I recall the numbers are in italics?
by chulett
Tue Jan 19, 2010 5:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Parameter in DataStage
Replies: 2
Views: 1831

To answer the question of 'job parameters', these should be used for anything that could change from environment to environment - instance, user, password, schema owner, etc.
by chulett
Tue Jan 19, 2010 5:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB Loading Error
Replies: 22
Views: 10415

ok chulett i wont use user define sql Hey chulett i have replace the db2 udb stage with new one and run the job but i am getting same error APT_CombinedOperatorController,0: Fatal Error: Fatal: This SQL statement did not contain the same number of parameters as columns on this link. This usually ha...
by chulett
Tue Jan 19, 2010 5:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error running from command line
Replies: 4
Views: 2399

Compiled should be fine and runnable. Triple-check you're running the job you think you are. Do you have this issue with any other jobs or just this one?
by chulett
Tue Jan 19, 2010 10:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB Loading Error
Replies: 22
Views: 10415

Did you try removing and re-adding the stage? Impossible to tell from what you're posting. :?
by chulett
Tue Jan 19, 2010 9:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Teradata Multi-load fails with character error
Replies: 15
Views: 27229

If you really think that's your solution, use Convert() along with the decimal value of the character to strip it from the string: Convert(CHAR(26),"",YourField) :idea: Next time please do a better job of choosing a thread subject. We know your question would be about "DataStage"...
by chulett
Tue Jan 19, 2010 9:08 am
Forum: General
Topic: Scheduling is not functioning using Datastsage Director
Replies: 6
Views: 1879

The only one that can analyze this, other than yourself of course, would be a SysAdmin for that box.
by chulett
Tue Jan 19, 2010 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML not breaking where it should
Replies: 10
Views: 2377

What is your XPath Expression for the 'row number' field? It should be left blank to mean a simple pass-through value and then be dropped by the last transformer.
by chulett
Tue Jan 19, 2010 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB Loading Error
Replies: 22
Views: 10415

When I've seen things like this, deleting and recreating the stage from scratch has resolved the weirdness. Do not set up any user-defined sql.
by chulett
Tue Jan 19, 2010 6:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs shown in Director but not shown in designer
Replies: 9
Views: 4340

You might also contact your official support provider, from what I understand there are scripts available to help clean up XMETA discrepencies like that. Worth a shot.
by chulett
Tue Jan 19, 2010 6:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to remove non printable characters
Replies: 10
Views: 8466

As noted, please start your own thread rather than hijacking someone else's.
by chulett
Tue Jan 19, 2010 6:33 am
Forum: General
Topic: Problem useing multiple value in parameter with where clause
Replies: 26
Views: 6325

Env 2 - There was no ORACLE_HOME and ORACLE_SID variable present LD_LIBRARY_PATH do not contain oracle path in it INIT_VERSION is not present There is no LANG variable This makes no sense. You need to track down why these are 'missing', they are required for any native Oracle stage to work. What Or...
by chulett
Tue Jan 19, 2010 12:31 am
Forum: General
Topic: Not able to use Oracle OCI on server job
Replies: 8
Views: 1861

:? The compiler is not going to check the veracity of any of the property values, that all happens at runtime.

Do you have an Oracle client installed on the DataStage server? Has DataStage been configured for it?
by chulett
Tue Jan 19, 2010 12:09 am
Forum: General
Topic: Not able to use Oracle OCI on server job
Replies: 8
Views: 1861

As noted, not a whole lot to work with. Details would be good.
by chulett
Mon Jan 18, 2010 11:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: master sequence can not restart automatically
Replies: 7
Views: 3229

There's no such thing as a Sequence that resets itself. A Best Practice is to schedule a script that that runs your Sequence using dsjob and checks to see if it needs to reset it first. Again, using dsjob -jobinfo and dsjob -run -mode RESET off the top of my head.