Search found 42189 matches

by chulett
Mon Jan 04, 2010 10:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to delete the job from Repository
Replies: 8
Views: 2558

What about other sessions for the user it mentioned?
by chulett
Mon Jan 04, 2010 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to delete the job from Repository
Replies: 8
Views: 2558

What does it show you? That session? If so, have you tried disconnecting it?
by chulett
Mon Jan 04, 2010 9:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Look Up for Not equal to Condition
Replies: 6
Views: 3618

Sorry, was still in PX mode for some reason. :wink: Same advice applies, however, unless there's more to your 'not equal' than a failure of the equality check. Since you're using an OCI stage rather than a hashed file reference you can't use the NOTFOUND link variable for this check but you can fall...
by chulett
Mon Jan 04, 2010 9:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Look Up for Not equal to Condition
Replies: 6
Views: 3618

So... an actual Lookup stage or something else? Would not your check for 'not equal' be true when your 'equal' check fails? Set the stage to 'Continue' and check for null output in that case.
by chulett
Mon Jan 04, 2010 9:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User Id is a required stage property
Replies: 8
Views: 2659

You're confident why? Did you check the last modification date/time for both via the Manager? Is there a 'From previous run...' error message logged by the job when you Reset it?
by chulett
Mon Jan 04, 2010 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to delete the job from Repository
Replies: 8
Views: 2558

Have you checked from the Web Console?
by chulett
Mon Jan 04, 2010 9:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to create any files on node
Replies: 6
Views: 2312

Is this a 'proper' multi-instance job? Meaning, does each invocation write to a separate fileset?
by chulett
Mon Jan 04, 2010 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Stage Issue
Replies: 2
Views: 969

'No rows found' generally indicate a metadata issue, define all your fields as strings to see what's in the file. If you need help with the 'few that are generaing with invalid dates/error values' you'd need to provide quite a bit more detail before anyone could help with it.
by chulett
Mon Jan 04, 2010 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter - String data type
Replies: 7
Views: 1886

String parameters are not 'required' and are allowed to be empty, as that is a valid value for them. The same is not true for Integer or Date fields, they must be given a valid value at run time.
by chulett
Mon Jan 04, 2010 8:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to start Web Console for IBM Information Server
Replies: 8
Views: 11416

I'd start here.
Caused by: com.ibm.db2.jcc.c.SqlException: [ibm][db2][jcc][t4][2012][11248] Connection authorization failure occurred. Reason: Password expired.
by chulett
Mon Jan 04, 2010 8:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User Id is a required stage property
Replies: 8
Views: 2659

There's no way for anyone here to know. Something has obviously changed, the problem is going to be determining what. The shared container, perhaps?
by chulett
Mon Jan 04, 2010 7:51 am
Forum: General
Topic: any one can explain schedule job by defining crontab
Replies: 5
Views: 4200

If this topic is indeed not resolved for you, please let us know why. What questions remain? What needs to be clarified?

If all you're looking for is for someone to explain or 'define crontab' for you, there are plenty of resources out there already on the subject that Google would easily turn up.
by chulett
Mon Jan 04, 2010 12:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading XML Data
Replies: 21
Views: 11324

'ls' is as much of a 'program' as cat is. The External Source stage just give you a mechanism to bring in data from an 'external source' which (as I understand it) can be anything that delivers information to standard out. And if you were using 'cat' there, to me that implies you weren't following E...
by chulett
Mon Jan 04, 2010 12:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: primary key constraint to be considered as a warning
Replies: 3
Views: 946

Set your warning limit appropriately when you run the job and set up a Reject link from the OE stage to capture the problem records wherever you like.
by chulett
Fri Jan 01, 2010 3:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup warning on null
Replies: 9
Views: 10211

There are several stages that assume nullable output, the lookup and aggregator for example. Regardless of what you know, they will assume nullable and force you to treat it as such and handle nulls 'properly' to make them happy.