Search found 42189 matches

by chulett
Mon Mar 15, 2010 8:53 am
Forum: General
Topic: APT_DBKeyGenerator is not wave aware
Replies: 5
Views: 2808

What exact 8.x version / patch level of DataStage are you running?
by chulett
Mon Mar 15, 2010 8:52 am
Forum: General
Topic: MD5 Encryption using Datastage 7.5
Replies: 4
Views: 3998

I'm in the same boat as Craig. Yes, have written it, but no, cannot share. This is because the code was written at a client site while the client was paying for my time; thus the code doesn't belong to me any more. And just in case it wasn't obvious, yes this is exactly the same reason for my answe...
by chulett
Sun Mar 14, 2010 2:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: jobs abort with "ORA-00022 invalid session ID; access d
Replies: 5
Views: 4325

So... your target instances were 11g instances?
by chulett
Sun Mar 14, 2010 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle OCI stage error
Replies: 4
Views: 1956

As noted, you have not given the appropriate "all privileges" to your user, luckily what exactly is needed is fully documented.
by chulett
Sun Mar 14, 2010 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file read error : Insufficient system resources
Replies: 2
Views: 2324

Google comes up with all kinds of results when you search for "Insufficient system resources exist to complete the requested service". FYI.
by chulett
Sat Mar 13, 2010 10:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Type conversion not recognized
Replies: 5
Views: 1881

StringToDate() is a PX function so no good in a Server job. For that you'll probably need the IConv/OConv tag team but that can depend on what you mean by "date". What's your target?
by chulett
Sat Mar 13, 2010 10:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to lookup a unix file through C program through routine
Replies: 14
Views: 5005

Can't help with the C code but still wondering if you can't simply do your check pre-call and pass the result in? And in a way this really isn't a "lookup" in the sense most might think but rather more of a simple existence check with no additional information being 'looked up'. Can't imag...
by chulett
Sat Mar 13, 2010 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to lookup a unix file through C program through routine
Replies: 14
Views: 5005

Why in the world use 'a C program' and reinvent the wheel? Why not simply use a Lookup stage? :?
by chulett
Sat Mar 13, 2010 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I generate ETL stats on all jobs in a project?
Replies: 14
Views: 13034

Seems like you might not be aware that ETLStats is a pre-built package of jobs / scripts that Kim Duke create and donated to the community via his website. You'll probably need / want to tweak or extend it and you may have issues with 8.x jobs but at least it will give you a huge leg up with your 'u...
by chulett
Fri Mar 12, 2010 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation error: Error when checking composite operator
Replies: 1
Views: 2319

Start here:

##E IIS-DSEE-TFEV-00026 16:59:32(010) <transform> Error when checking composite operator: Setting null to this non-nullable field: GWM_ENTITY_TYP_CD.
by chulett
Fri Mar 12, 2010 3:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read file through complex flat file stage
Replies: 11
Views: 6055

Look again, if it is truly not there then perhaps it was something added in a later version / patch, in which case I would check with your official support provider.
by chulett
Fri Mar 12, 2010 3:40 pm
Forum: General
Topic: MD5 Encryption using Datastage 7.5
Replies: 4
Views: 3998

Yes! :D No can do. :(
by chulett
Fri Mar 12, 2010 10:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read file through complex flat file stage
Replies: 11
Views: 6055

krishna81 wrote:For chulett C is Complex
:lol:

That I know. What I was asking was: what is the Complexity of your Flat File? What was driving you to using the CFF stage in other words.
by chulett
Fri Mar 12, 2010 9:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I delete a dataset from a sequencer?
Replies: 6
Views: 1947

And yet the topic has been marked as 'Resolved'. Did you get this worked out? :?