Search found 42189 matches

by chulett
Thu Sep 29, 2011 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Connector load using Bulk mode
Replies: 7
Views: 6404

Re: Teradata Connector load using Bulk mode

swadeep wrote:Main table is one database and error and log tables are in different database.
This concerns me. If they are truly in "different databases", wouldn't they require different connection details? I'm sure the stage is only asking for one. Is this even supported outside of DataStage?
by chulett
Thu Sep 29, 2011 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 14 DSJE_TIMEOUT
Replies: 6
Views: 4631

I've always heard that it is a hard coded limit and required a "patch" from the vendor to change. Contact your official support provider and see what they suggest. One suggestion I would wager you'd hear would be to run fewer jobs at the same time if the "very busy" part is from ...
by chulett
Thu Sep 29, 2011 7:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: gender wise
Replies: 5
Views: 2460

Since you marked this as a Server job question, I've moved it to the Server Edition forum. In an attempt to take this question seriously, first tell us what you have tried so far. I'd also be curious if this is a real problem you are facing as the problem definition, specifically the source & ta...
by chulett
Thu Sep 29, 2011 7:19 am
Forum: General
Topic: Updating config to not use /tmp
Replies: 3
Views: 1164

Things are typically written to "/tmp" because they are temporary in nature and that area should be cleared on a regular basis by outside processes. If you'd like to move them someplace else, that's fine, just make sure it has enough space, is dedicated to just 'temporary' processes and yo...
by chulett
Thu Sep 29, 2011 7:14 am
Forum: General
Topic: Project´s Daily Backup - Windows Server
Replies: 3
Views: 2707

Client side. There's a good script here at Kim Duke's site. Scroll down for the Scripts.zip link which includes the DataStageBackup.bat file that many of us here have used.
by chulett
Wed Sep 28, 2011 8:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Is not getting aborted
Replies: 7
Views: 1547

You've already stated it's in the log as a Red / Fatal log message, yes? If so and the job doesn't abort, the next question should (IMHO) go to support.
by chulett
Wed Sep 28, 2011 5:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid precision value. Error in parameter 6
Replies: 8
Views: 4190

An Oracle VARCHAR2 can support up to 4000, unless the version is very old.
by chulett
Wed Sep 28, 2011 5:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Is not getting aborted
Replies: 7
Views: 1547

Might be thinking of the OCI stage, from what I recall there was an option there to "treat warnings as fatal". Fatal errors should be by their very nature... well, fatal. May need to pass that one by support. :?
by chulett
Wed Sep 28, 2011 5:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MDM , log file name and extension
Replies: 10
Views: 2395

Two plus years and ~400 posts later we seem to have a new entity in the host known as karthi_gana. Welcome! :wink:
by chulett
Wed Sep 28, 2011 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Local Message Handlers after Migration from 8.0.1 to 8.5
Replies: 11
Views: 4405

D'oh!

<searches for finger emoticon>
by chulett
Wed Sep 28, 2011 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Local Message Handlers after Migration from 8.0.1 to 8.5
Replies: 11
Views: 4405

No worries... I may have been a bit thick lately. :wink:
by chulett
Wed Sep 28, 2011 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Message Handler in Sequencer
Replies: 5
Views: 2062

Yup, we're sure.

Those of us old enough to have been using DataStage before there were Sequence jobs were writing the same thing as Server jobs for years... magical, special Server jobs with no stages on the canvas, but Server jobs none-the-less. :wink:
by chulett
Wed Sep 28, 2011 7:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Change the date format in DataStage 8.5
Replies: 1
Views: 3912

Re: Change the date format in DataStage 8.5

The server job in DataStage 7.5 hava a query: select * (fields) from table where date_field <= 'DD/MM/YYYY', the job works fine. For what it's worth, I would never have done it that way, either your original or your "fix". You are banking on defaults all lining up correctly for a string c...
by chulett
Wed Sep 28, 2011 7:27 am
Forum: General
Topic: Server Manager deployment is too easy
Replies: 2
Views: 1146

Can you update the default, set a new one?
by chulett
Tue Sep 27, 2011 9:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: commit after each row
Replies: 6
Views: 1612

kennyapril wrote:This has to be done in a single job.
OK, I'll bite... why?