Search found 42189 matches

by chulett
Thu Feb 01, 2007 10:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date warning
Replies: 6
Views: 1413

Target database? Stage used? Derivation? Details, man, details! :wink:
by chulett
Thu Feb 01, 2007 10:23 am
Forum: General
Topic: document
Replies: 2
Views: 1089

I don't believe it is valid for your version or it would have come with it. Better if you find any post by kduke and check his 'sig' block for a website link. There you'll find a downloadable document from Ascential on XML Best Practices - it will help alot more than the one you are looking for.
by chulett
Thu Feb 01, 2007 10:20 am
Forum: General
Topic: Reading XML
Replies: 12
Views: 4466

You can. What have you tried since your first post? Narasimha posted a link to another thread but you never said if it helped, what you tried, errors you are getting... other than the little bit in your first post. How have you defined your namespaces in the XML stage? Specifically, the 'default na...
by chulett
Thu Feb 01, 2007 8:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parsing id column along with XML using XMLinput stage
Replies: 3
Views: 1601

I'm not sure what you mean by 'propogate the id column for a particular blob', can you provide a specific example? Typically, in an XML stage columns declared without an XPath Expression simply propogate down the link, but I'm not sure if that's what you are looking for or not...
by chulett
Thu Feb 01, 2007 8:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Good Debugging Practices:Guidance needed
Replies: 10
Views: 2287

Much like Jello, there's always room for tuneups. :wink:
by chulett
Thu Feb 01, 2007 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Call a Oracle package
Replies: 8
Views: 2150

Actually, there's no need to 'wrap' it - call it directly in the SP stage and you can trigger it as sud mentions. In Server we do this all the time: a single record selected from dual feeds a transformer where job parameters (or hard coded values) are passed down the link to the SP stage which autom...
by chulett
Thu Feb 01, 2007 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to use rejected data in same job ?
Replies: 9
Views: 2558

It would also help if you defined exactly what 'use this rejected data for further processing in the same job' means. And from what I recall, rejected data isn't all that 'usable', per se. :?
by chulett
Thu Feb 01, 2007 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DATASTAGE
Replies: 2
Views: 1055

What did you find in the forums when you searched for your error message? I found several conversations when doing an Exact search for 'Caught unknown exception from runLocally', did any of them help?
by chulett
Thu Feb 01, 2007 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pass value between jobs
Replies: 19
Views: 6725

PeterPol wrote:However, server jobs are very limited in processing possibilities, so I prefer to develop most things in parallel jobs.

Interesting statement. I completely disagree but that's not a topic for this thread. :wink:
by chulett
Wed Jan 31, 2007 9:35 pm
Forum: General
Topic: sequential file in 32 bit windows system larger than 2G byte
Replies: 3
Views: 1571

Datastage doesn't care. Your operating system on the other hand, may. NTFS has no file size limit, by the way.

http://www.ntfs.com/ntfs_vs_fat.htm
by chulett
Wed Jan 31, 2007 9:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version Control: How do you do at your place
Replies: 18
Views: 4068

Umm... yah. Try them both and tell me which one you prefer. :wink:
by chulett
Wed Jan 31, 2007 9:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling dynamic XML
Replies: 2
Views: 1226

Your example doesn't mean much of anything. Post the actual xml if you want to give us an idea what you are dealing with. And optional elements shouldn't be a big deal. Have you tried importing the metadata for this file from an .xsd and parsing it in a job yet?
by chulett
Wed Jan 31, 2007 3:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: stage for extracted the xml file :
Replies: 15
Views: 3706

No Folder in PX, you'll need to use the Sequential File stage instead. Quite a number of posts already out there on this subject.
by chulett
Wed Jan 31, 2007 1:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Envirn Variables as Job Parameters
Replies: 3
Views: 710

Don't declare them, let them 'default'.
by chulett
Wed Jan 31, 2007 1:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling Stored procedure DRS Stage SQL Before tab
Replies: 9
Views: 3192

The reason one typically uses a 'sproc' for that is because the user doesn't have the permissions needed, so I would guess that isn't an option. And AFAIK you cannot call one before/after that has OUT parameters. Makes sense as there's no place for them to go, but not positive. For grins, have you t...