Search found 42189 matches

by chulett
Tue Jan 12, 2010 3:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what transformations do I have to do?
Replies: 6
Views: 1946

No, a checksum is not really any kind of 'encoding'. They're used as a method of ensuring that data hasn't been lost in transmission.
by chulett
Tue Jan 12, 2010 3:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rolling partitions for 12 week
Replies: 5
Views: 1522

No, not directly. A script would mean your user has the grants to drop/create partitions, nor really a typical thing. More typical would be a proc that does the work for you and that you have execute privs on. All of the 'dynamic' logic would be there.
by chulett
Tue Jan 12, 2010 3:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Executed oracle function in after statment
Replies: 3
Views: 1260

A function is not 'executed', it is included in a select statement which is not something you can do before/after sql. Now, if this was a procedure you could.
by chulett
Tue Jan 12, 2010 11:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what transformations do I have to do?
Replies: 6
Views: 1946

There's no transformation that will allow you to put 'this whole information', meaning all 80 characters into a 40 character field. Are you allowed to truncate it? Or do you need to reject if it doesn't fit?
by chulett
Tue Jan 12, 2010 11:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: explain oracle enterprise stage......?
Replies: 5
Views: 1625

The documentation can say. There's an entire chapter on the stage in the Connectivity Guide for Oracle Databases pdf.
by chulett
Tue Jan 12, 2010 11:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UniData 7.2.3 Upgrade with server job
Replies: 4
Views: 1834

The documentation only mentions UniData 5.2 or 6 with the stages, I would check with IBM / your official support vendor for 7.2.3 support and/or issues.
by chulett
Tue Jan 12, 2010 9:03 am
Forum:
Topic: Conditional execution in job sequence
Replies: 0
Views: 2261

Welcome. Not really a metadata related question, though, is it? This really should have gone into the General forum. You'll need to make use of a Sequencer stage to create an 'insertion' point into your job stream and then a Nested Condition stage to start things off. There you can check the job par...
by chulett
Tue Jan 12, 2010 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Direct parallel Loading
Replies: 5
Views: 3602

We know what the problem is and no, you don't need to drop it. Did you look into the index options mentioned?
by chulett
Tue Jan 12, 2010 8:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to pass table name to oracle stage?
Replies: 8
Views: 1958

You might want to look into the 'sql file' option instead of passing in the query as a parameter.
by chulett
Tue Jan 12, 2010 8:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I restart the server after particular job finished?
Replies: 32
Views: 37342

Why not start by posting the job failure?
by chulett
Tue Jan 12, 2010 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing timestamp as parameter.
Replies: 5
Views: 3339

Pass it as a string in whatever format the proc is expecting.
by chulett
Tue Jan 12, 2010 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to load a file from a URL using DataStage
Replies: 11
Views: 5322

For some reason I was thinking 'XML' when answering you, so what I meant was the XML Input stage... however, the FTP stage should be the correct answer here though personally I've never tried sourcing from a URL with it. Give it a shot, let us know.
by chulett
Tue Jan 12, 2010 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Direct parallel Loading
Replies: 5
Views: 3602

Yes... add an "index option" as noted in the message.
by chulett
Tue Jan 12, 2010 6:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: abnormal termination in transformer
Replies: 10
Views: 5391

Suggest... patience.
by chulett
Tue Jan 12, 2010 6:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I restart the server after particular job finished?
Replies: 32
Views: 37342

Why in the world would you think you need to do that? :?