Search found 42189 matches

by chulett
Wed Nov 12, 2008 12:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs are schedule, but unscheduled in director
Replies: 9
Views: 1770

Too slow. :wink:

When you log directly onto the production server with that userid and issue a "crontab -l", what do you see?
by chulett
Wed Nov 12, 2008 12:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs are schedule, but unscheduled in director
Replies: 9
Views: 1770

Are you sure you are logging into Director with the same userid that scheduled them originally? It reads that user's crontab to show the scheduling information, hence the question.
by chulett
Wed Nov 12, 2008 11:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to search a Sequential file for example x.csv in jobs
Replies: 10
Views: 2371

Because you needed to look for a dat extension rather than csv? Ok. Mine worked fine with both "@RECORD" and '@RECORD' so that doesn't seem to be signficant.
by chulett
Wed Nov 12, 2008 9:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can we select multiple statements in odbc source
Replies: 3
Views: 1612

Sure. Enable 'Create table in target database' on the Input link, Update Action 'Insert without clearing'. Then a normal Output link from the stage to do the select.
by chulett
Wed Nov 12, 2008 9:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: From previous run info
Replies: 4
Views: 1901

Odd. The first entry in the log should always be the 'Starting' message, then the 'Environment variable settings one and Auto Purge messages are always posted last in the log. For example: Log prior to last 14 runs cleared by user Auto-purged 105 log entries. How are you starting your jobs? Do you h...
by chulett
Wed Nov 12, 2008 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: AfterJob (GetLogStatistics): Filename is null
Replies: 4
Views: 1366

Why guess? You've got a custom after-job routine, something no-one here will know anything about. Find it in the Manager and double-click on it, see exactly how it parses out the argument, what it is doing with the individual components and under what circumstances the error is logged. If you need s...
by chulett
Wed Nov 12, 2008 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File to OracleEnterprize Stage
Replies: 5
Views: 1247

Doesn't the Oracle Enterprise stage use sqllder under the covers? :?
by chulett
Wed Nov 12, 2008 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML input and Output stages in PX
Replies: 8
Views: 5658

Something that may help from Ernie, our XML Guru:

http://dsrealtime.wordpress.com/2007/12 ... -a-source/

All kinds of good content there. 8)
by chulett
Wed Nov 12, 2008 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle_Enterprise_1 error
Replies: 4
Views: 1263

They are already doing a direct path load. :?

The problem is you can't have (usable) indexes with a direct path load, so you need to remove/disable them first then rebuild them afterwards, hence the message it logged.
by chulett
Wed Nov 12, 2008 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML input and Output stages in PX
Replies: 8
Views: 5658

The documentation may use Server to illustrate techniques, but the stages work the same, PX to Server. Your first error notes your problem - the lack of an input link, which is required.
by chulett
Wed Nov 12, 2008 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSJOB
Replies: 2
Views: 1534

Right, you either run the job or get job/log information - one or the other, not both.
by chulett
Wed Nov 12, 2008 12:09 am
Forum: General
Topic: dsjob to print out status of all jobs
Replies: 6
Views: 2525

Oh, and running "dsjob -jobinfo" is quite different from using it to actually run jobs. And no matter how many times you ask, there isn't a "single command" to do what you want, unless you consider dsjob or the script you write as that single command.
by chulett
Wed Nov 12, 2008 12:07 am
Forum: General
Topic: dsjob to print out status of all jobs
Replies: 6
Views: 2525

Those are orphaned client connections, not dsjob related and happen when network or pc issues cause the client to not disconnect cleanly. Running too many jobs at the same time causes different problems.
by chulett
Tue Nov 11, 2008 10:59 pm
Forum: General
Topic: dsjob to print out status of all jobs
Replies: 6
Views: 2525

There's no magic command, and "dsjob" isn't expensive. You will need to run it 100+ times for 100+ jobs. Don't worry about magic and just grind thru the calls, it will be fine. :wink: