Search found 42189 matches

by chulett
Thu Dec 17, 2009 10:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inconsistent View Data in Sequential File stage
Replies: 9
Views: 2499

What happens when you run the job? Are those last "-1" records processed or skipped? Skipped records indicate a metadata issue. Typically.
by chulett
Thu Dec 17, 2009 10:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datasets issue
Replies: 4
Views: 2345

Then you need to address the root cause of the error. Do an exact search for "The modify operator keeps field" and see if any of the matched posts help.
by chulett
Thu Dec 17, 2009 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datasets issue
Replies: 4
Views: 2345

So are you saying the that ".ds" descriptor file no longer exists? If so, you can remove the datasets manually and then rebuild everything by running the job again.
by chulett
Thu Dec 17, 2009 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issue with oracle
Replies: 2
Views: 1343

No, the monitor shows the number of requests sent to the database. Your job's log detail should show any issues it had fulfilling those requests.
by chulett
Thu Dec 17, 2009 9:26 am
Forum: IBM QualityStage
Topic: failed to initialize job monitoring
Replies: 4
Views: 1658

Suggest you repost this in the proper (Enterprise) forum and... finish your sentence.
by chulett
Thu Dec 17, 2009 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update job hanged
Replies: 9
Views: 2861

FALSETRUE? :?
by chulett
Thu Dec 17, 2009 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to remove duplicates
Replies: 6
Views: 2319

Unless the data is sorted on the grouping keys and properly 'asserted' in the stage, the Server aggregator stage will fall over dead if you push 80M records into it.
by chulett
Thu Dec 17, 2009 7:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error connecting to AS400 file
Replies: 18
Views: 7368

If the UTF-8 approach runs successfully and properly handles your data, that sounds like a perfectly good/correct solution to me.
by chulett
Thu Dec 17, 2009 7:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ERROR: Failed to open job
Replies: 5
Views: 4903

Are you're certain you've spelled the job name correctly, case and all? Can you do a simple "dsjob -jobinfo" on it? :?
by chulett
Thu Dec 17, 2009 7:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stored Procedure Stage
Replies: 4
Views: 1484

I don't believe you can redirect any errors like that. From what I've seen, they'll go into the job's log. Be happy to be proven wrong, however.
by chulett
Thu Dec 17, 2009 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error compiling Job Control Subroutine <JobName>
Replies: 7
Views: 10316

Then tell us what exactly WORKDIR and SCRIPTDIR are. That should lead you to the answer.
by chulett
Thu Dec 17, 2009 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: data elements in command stage
Replies: 4
Views: 1266

eostic wrote:Data Elements are a concept whose usage was never fully appreciated and now they are like your appendix.....has a little bit of value, but goes mostly un-used.
:lol:

Sad but true.
by chulett
Thu Dec 17, 2009 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Long Datatype
Replies: 2
Views: 1318

They're not supported but you may be able to CAST it to a varchar in your source sql. Or use the dbms_lob.substr function there. This may work better over OCI in a Server job than in PX.
by chulett
Thu Dec 17, 2009 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to resolve this Fatal Error
Replies: 4
Views: 1669

No, he means your "timestamp" value doesn't map to "%yyyy-%mm-%dd %hh:%nn:%ss". Post examples of your input format and the derivation you are using.
by chulett
Thu Dec 17, 2009 7:02 am
Forum: General
Topic: problem in ABAP extract stage of SAP
Replies: 8
Views: 2322

How exactly are you 'parameterizing' the information? For instance, are these 'normal' job parameters or are they environment variable based? Parameter set? What?