Search found 42189 matches

by chulett
Wed May 09, 2007 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After Job Routine for Job Sequence
Replies: 12
Views: 3452

Define 'send the Finished status' or 'send a Status message from a Job Sequence'? Does that mean you need to send some kind of an email after a job completes? Or since we're talking a Scheduler, do you mean you are trying to control the exit / return status Tivoli sees? Be more specific, explain wha...
by chulett
Wed May 09, 2007 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot Rollback changes when loading to ODBC stage
Replies: 3
Views: 1112

Re: Cannot Rollback changes when loading to ODBC stage

cosec wrote:Target as ODBC
When I use this stage I am not able to roll back the changes.
I did specify the Rows Per Transaction to 0

Why are you 'not able to'? What happens or does not happen? :?

Rollback requires uncommited data and a job abort to make it happen.
by chulett
Wed May 09, 2007 6:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Count number of fields in ~~ delimited string
Replies: 7
Views: 1579

Would that be valid in your world? Not sure off the top of my head how to avoid the problem you've seen when checking for multiple-character delimiters. :? Pondering...
by chulett
Wed May 09, 2007 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TNS Connection time out
Replies: 4
Views: 1971

So... you are using ODBC to connect to Oracle? Have you configured DataStage's ODBC for an Oracle connection? Created an entries in the uvodbc.config and .odbc.ini files? These are prerequisites. There can be additional setup required if you are not using a 'wire' driver, you'll need an Oracle clien...
by chulett
Wed May 09, 2007 6:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Job 2611 Phantom 16948
Replies: 4
Views: 2009

Have you looked at/near line 906 in the 'program' mentioned? It should give you a clue as to the where / why of the problem.
by chulett
Wed May 09, 2007 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Phantom Error
Replies: 3
Views: 1276

Have you tried searching for your error text, 'Unable to unlink' for example?
by chulett
Wed May 09, 2007 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Count number of fields in ~~ delimited string
Replies: 7
Views: 1579

Count single occurances, divide by 2 and then add 1.
by chulett
Tue May 08, 2007 10:26 pm
Forum: General
Topic: Sequential File
Replies: 11
Views: 4622

It would help if you didn't just repeat my own words back but instead described in detail the process you need to follow. Forget about DataStage, document what you need to do for this regardless of the tool being used to implement the logic.

Then people can help with the DataStage part.
by chulett
Tue May 08, 2007 10:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rollback
Replies: 11
Views: 3105

Basically by not committing. Transaction Size is a stage property, so for example, setting it to 0 will get you an 'all or nothing' load.
by chulett
Tue May 08, 2007 10:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading/Parsing a weblog file
Replies: 3
Views: 1414

Have you installed the Click Pack for DataStage? From what I recall, it is free and installs several stages specifically geared to handling things like web logs. And it brings Perl integration into DataStage. Something to check out.
by chulett
Tue May 08, 2007 10:17 pm
Forum: General
Topic: Sequential File
Replies: 11
Views: 4622

It would help if you didn't just repeat my own words back but instead described in detail the process you need to follow. Forget about DataStage, document what you need to do for this regardless of the tool being used to implement the logic.

Then people can help with the DataStage part.
by chulett
Tue May 08, 2007 8:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequences
Replies: 2
Views: 1093

To answer the question as asked - no. Jobs are discrete transactions, once one completes, its work is either commited or rolled back.
by chulett
Tue May 08, 2007 8:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: releasing locks using datastage director Cleanup Resources
Replies: 6
Views: 3061

:!: Urgent requests for solutions should be directed to your Support provider.

Your error message tells you both the problem and solution - have you tried searching for 'NLS_LANG' here? Or 'ICU codepage'? I'm sure the answer is out there... somewhere...
by chulett
Tue May 08, 2007 6:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: releasing locks using datastage director Cleanup Resources
Replies: 6
Views: 3061

No running, getting aborted and giving phantom error has nothing to do with the need to release locks. You do that if something is locked (and thus cannot be edited) when you don't think it should be. Reset your aborted job and post any 'From previous run...' message that gets added to the log. Post...
by chulett
Tue May 08, 2007 12:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does the SetDSParamsFromFile exist for DSEE
Replies: 12
Views: 3868

So, apparently a routine provided by the class. Did they provide you with a CDROM when you took the class? I'd look there...