Search found 42189 matches

by chulett
Sun Jan 25, 2009 9:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML validation in XMLInput Stage
Replies: 7
Views: 3258

So if the structure of the XML is correct, the data must be validated afterwards in a Transformer. Check there for values outside of what any validation would catch.
by chulett
Fri Jan 23, 2009 2:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Director assigned default values... where are they stored?
Replies: 3
Views: 903

Can't say for sure where they are stored but assume it would be one of the "RT_" hashed files built by the compiler, seeing as how compiling a job loses those changes... perhaps RT_CONFIGxxx? As to the retrieval part, there is the DSGetParamInfo() function with two InfoTypes in particular:...
by chulett
Fri Jan 23, 2009 1:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CLOB handling
Replies: 3
Views: 1424

a) Not Supported officially.
b) Discussed here alot.

Search the forums for "CLOB" and you'll see what I mean.
by chulett
Fri Jan 23, 2009 11:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning on insert decimal with oracle stage load append mode
Replies: 4
Views: 2644

Try an exact search of the forums here for "floating point decimal not fully supported" and see if anything it turns up helps.
by chulett
Fri Jan 23, 2009 10:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does DataStage XML input support XML version 1.1
Replies: 4
Views: 1271

There's more to it than that, for example: http://www.w3.org/TR/xml11/#sec-xml11 So, unless the underlying parser DataStage uses is already 1.1 compliant, then I'd say no as it sure seems like it would need to change to support all that. Hopefully Ernie will be along and expound on this for us - if ...
by chulett
Fri Jan 23, 2009 9:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Multiple parameters to dsjob returns DSJE_DSJOB_ERRO
Replies: 15
Views: 8942

Then time to mark the post as Resolved using the green button at the top of the screen. Any discussion about reading parameters from a file should happen in a new post, not this one.
by chulett
Fri Jan 23, 2009 9:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between dscmdexport.exe & dsexport.exe
Replies: 3
Views: 2763

Both export jobs and basically one exports entire projects while the other can handle individual jobs.
by chulett
Fri Jan 23, 2009 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Director error
Replies: 10
Views: 4188

They are all related. Did you have any space problems where DataStage is installed? Did you try to reindex the project?
by chulett
Fri Jan 23, 2009 8:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dspipe_wait(6029):Writer timed out waiting for Reader to con
Replies: 2
Views: 1847

What else is in this shared container?
by chulett
Fri Jan 23, 2009 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: is the any possible of passing parameter value
Replies: 10
Views: 4790

As noted, if you've got the parameter in the Sequence to pass to the first activity, simply pass that same parameter to any other activity as well.
by chulett
Fri Jan 23, 2009 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scheduling through Datastage
Replies: 16
Views: 5438

What happened in the two hours between when the UVFIXFILE did not work (diagnostic only) and then suddenly things were working again?
by chulett
Fri Jan 23, 2009 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Report Generation/Documentation
Replies: 9
Views: 4154

"Hotrod" hasn't posted here for 4 years. Best to go to the source for problems with that application.
by chulett
Fri Jan 23, 2009 8:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance issue in Server job
Replies: 3
Views: 1812

What makes you think the lookups are the problem? And are they really "Universe" lookups or are they Hashed File lookups?