Search found 15603 matches

by ArndW
Thu May 29, 2008 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot open executable job file RT_CONFIG0
Replies: 22
Views: 5338

Can you save the job that isn't working under another name, delete the original, rename & recompile the copy?
by ArndW
Thu May 29, 2008 8:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing of special keywords from a field
Replies: 3
Views: 854

QualityStage will do this for you, and it is a part of the product at V8.
by ArndW
Thu May 29, 2008 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle and CLOBs
Replies: 5
Views: 2465

Craig, we've been thinking about that type of an approach as well. But with 512Kb string length and only getting 4000 character chunks out of it at a time it is really goign to slow things down. The xmltype is not readable either, we've tried that. The XML string isn't really processed here, but it ...
by ArndW
Thu May 29, 2008 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot open executable job file RT_CONFIG0
Replies: 22
Views: 5338

Did the multiple job in fact go and compile your project's jobs?

From the Administrator or from TCL, execute the command "COUNT DS_JOBS". Do you get a record count or an error message?
by ArndW
Thu May 29, 2008 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Dataset
Replies: 3
Views: 1096

The Orchadmin rm method looks into the .ds file you are deleting and removes the segment files actually used. No chance of missing files or deleting too many.
by ArndW
Thu May 29, 2008 5:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot open executable job file RT_CONFIG0
Replies: 22
Views: 5338

I think so as well, and if the SELECT for the multiple job compile fails then it would point there as well.
by ArndW
Thu May 29, 2008 5:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob command for unix
Replies: 4
Views: 2674

Try "export PATH=$PATH:."

If you add that to your user's .profile or to the dsenv file then it will automagically happen each session.
by ArndW
Thu May 29, 2008 5:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle and CLOBs
Replies: 5
Views: 2465

Oracle and CLOBs

We have large strings containing XML that we need to store and later read & process in Oracle. These strings can be up to 512Kb long, so we cannot use VarChar2 in Oracle as that is limited to 4000. Using the Enterprise Oracle stage we can write these strings successfully to tables, using "LongVa...
by ArndW
Thu May 29, 2008 5:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot open executable job file RT_CONFIG0
Replies: 22
Views: 5338

That means that one or more of your DataStage hashed files might be corrupt, most likely caused by the disk full condition. If the project directory didn't fill up then I would try a quick multiple job force compile of the whole project from the designer - this might (low probability) clean things u...
by ArndW
Thu May 29, 2008 5:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob command for unix
Replies: 4
Views: 2674

This means that your PATH environment variable does not contain "."

Try "./dsjob -lprojects"
by ArndW
Thu May 29, 2008 5:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot open executable job file RT_CONFIG0
Replies: 22
Views: 5338

Can you try to DS.REINDEX, it might be a defect index.
by ArndW
Thu May 29, 2008 5:12 am
Forum: General
Topic: junk character - how to identify
Replies: 12
Views: 3371

Yes, you can use OCONV(In.MessyString,'MCP') to turn all those nasty characters into "."
by ArndW
Thu May 29, 2008 3:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Logs path in /dsadm??
Replies: 9
Views: 2629

Ag_ram - just so I understand your post, you can recommend having the poster identify which job number he has, go and delete the appropriate RT_LOGnnn directory from the disk, then edit the original job and do a "save as" in order to get a runnable job - then finally delete the original job (which c...
by ArndW
Wed May 28, 2008 11:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UserId and Password in ODBC
Replies: 3
Views: 866

Ahh, that is correct. I think the American idiom for this is that you are "SOL" - meaning that that answer to your original question is "no"
by ArndW
Wed May 28, 2008 10:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UserId and Password in ODBC
Replies: 3
Views: 866

I think I've done that with server jobs and it worked. Have you actually tried adding the entries?