Search found 42189 matches

by chulett
Sun Jun 11, 2006 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence - Restartability - Warnings - Status
Replies: 4
Views: 1220

No, not that I've seen yet... you need the job to Abort so the checkpointing can restart at that point. And your issue with 'applying the limits for warning messages to 1 does not help since the server is unable to respond in time' has been discussed here before and seems to be unique to PX jobs. Pe...
by chulett
Sat Jun 10, 2006 1:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Stage Input/Output
Replies: 9
Views: 2239

Perhaps you are. :wink:

A couple of suggestions. Look in your 'Docs' folder and read the 'XML_PACK_20' pdf that is there, it will help tremendously. Also, if you didn't do this the first time, trying using the 'auto check' option in the metadata importer rather then selecting individual fields yourself.
by chulett
Sat Jun 10, 2006 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Stage Input/Output
Replies: 9
Views: 2239

No worries, Ray *is* everywhere it seems. You didn't answer the metadata question, but I'm guessing the answer may be 'no' as I don't really see a problem processing a file like that. Can you get your hands on an xsd for the file? Then use that to import metadata and generate the appropriate XPath e...
by chulett
Fri Jun 09, 2006 10:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle 9i timestamp(6) feature and error ORA-01830
Replies: 11
Views: 6706

Nope, it's the milliseconds which the current mask does not include. Hence the message about running out of 'format picture' before running out of timestamp. :wink:
by chulett
Fri Jun 09, 2006 7:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle 9i timestamp(6) feature and error ORA-01830
Replies: 11
Views: 6706

You may need to use TO_TIMESTAMP instead of TO_DATE for that field type. Or not. :wink:
by chulett
Fri Jun 09, 2006 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Grouping before writing to XML
Replies: 1
Views: 597

Well... sorting not equal grouping, that's typically an Aggregator task. You might want to get into a little more specifics on what kind of 'grouping' you are doing, as the XML Output stage can do some of that for you.

Examples are always good. :wink:
by chulett
Fri Jun 09, 2006 8:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Wait_for_file
Replies: 2
Views: 1225

It will fire when it first sees the file, complete or not. That's why most people would use a 'flag' file ftp'd after the completion of the large file to actually trigger the load.
by chulett
Fri Jun 09, 2006 8:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to excecute bunch of sql statements
Replies: 3
Views: 1042

Why not convert the inserted data into a sequential file and then use a 'regular' job to process it? Why the 'need' to do it this way?
by chulett
Fri Jun 09, 2006 8:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Design Palette lost?
Replies: 5
Views: 1378

Good point - it will be 'empty' when there is no job open as the pallete is built based on job type. Now, if it's still empty after opening a job, you've got a real problem.
by chulett
Fri Jun 09, 2006 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Design Palette lost?
Replies: 5
Views: 1378

Reinstall the Client.
by chulett
Fri Jun 09, 2006 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Restatr the failure job in sequencer
Replies: 4
Views: 1033

Yikes! DataStage help from beyond the grave! :shock:
by chulett
Fri Jun 09, 2006 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Error
Replies: 10
Views: 1913

And then there was Jules, gone for almost a century from what I recall.
by chulett
Fri Jun 09, 2006 6:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Error
Replies: 10
Views: 1913

Thanks Chuck! :wink:
by chulett
Fri Jun 09, 2006 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to execute SQL query in sequence.
Replies: 7
Views: 5492

No, you need to create a script to 'wrapper' it and log into your command line sql tool of choice. Can't get more specific than that as you've haven't mentioned what database you are using. :?

As to the where, put it after the End Loop.
by chulett
Fri Jun 09, 2006 6:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Error
Replies: 10
Views: 1913

You can also leverage the 'Checkpoint restart' capability of a Sequence but mark individual activities as 'Do not checkpoint' so they always run. Perhaps that is another approach that would help.