Search found 42189 matches

by chulett
Wed Jan 22, 2014 12:34 pm
Forum: General
Topic: Passing an output content created in parllJob to its seqJob
Replies: 13
Views: 4996

Or you may be able to accomplish that in a Parallel job by using a Server Shared Container for that USERSTATUS portion but I'd have to leave that to others to confirm / deny...
by chulett
Wed Jan 22, 2014 12:31 pm
Forum: General
Topic: Passing an output content created in parllJob to its seqJob
Replies: 13
Views: 4996

Only via a Server job and USERSTATUS. Does your job that creates this 'output record content' really need to be a Parallel job?
by chulett
Wed Jan 22, 2014 8:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Type Conversion Error ..String to Date Function
Replies: 6
Views: 3158

That's not a "work around", that's one solution for this issue. I've already mentioned the other.
by chulett
Tue Jan 21, 2014 11:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source and target values not getting matched
Replies: 10
Views: 3197

This PL/SQL, is that what you are using in the target connector in the second job? Or somewhere else? Not being able to see what you are doing makes this hard to trouble-shoot but you should be fine if you do explicit conversions and only when needed, right now it seems like you are doing both too m...
by chulett
Tue Jan 21, 2014 10:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source and target values not getting matched
Replies: 10
Views: 3197

Pretty much the same thoughts. If your target is a varchar, why AsInteger? Just move it through.

And not really sure what you mean by 'dynamic SQL' in this particular case and how that would stop you from doing the conversion in the transformer... but ok.
by chulett
Tue Jan 21, 2014 9:55 pm
Forum: General
Topic: How to add TNS_ADMIN in Project
Replies: 6
Views: 4560

Again, if you want to add it to the project, create a User Defined variable with that name. You could set it to $ENV and then override it in a job, or just set your other path in the project so all jobs use it, if that's what you need.
by chulett
Tue Jan 21, 2014 9:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source and target values not getting matched
Replies: 10
Views: 3197

If the first job that populates the dataset converts the integer to a varchar and the Oracle target in the second job in a varchar, why does the second job need to do any 'reformatting'? Try using DecimalToString() in the first job rather than any cast / NullToEmpty / AsInteger shenanigans in the fi...
by chulett
Tue Jan 21, 2014 4:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Type Conversion Error ..String to Date Function
Replies: 6
Views: 3158

That mask of %dd says that there will always be two characters in each day number. You need to let it know there could be one or two characters. How to do that is all spelled out in the Parallel Job Developer's Guide where it lists the Date and Time format strings.
by chulett
Tue Jan 21, 2014 10:18 am
Forum: General
Topic: How to add TNS_ADMIN in Project
Replies: 6
Views: 4560

First off, that's the default location so there's no need to have $TNS_ADMIN set. Have you verified your TNS entry is correct?
by chulett
Tue Jan 21, 2014 9:21 am
Forum: General
Topic: How to add TNS_ADMIN in Project
Replies: 6
Views: 4560

Add it as a User Defined variable to the project... but adding it to dsenv should also work. Show us your syntax, you may not be exporting it.
by chulett
Tue Jan 21, 2014 9:18 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: XML data in an XML tag as input to Web Service
Replies: 5
Views: 5076

That would depend entirely on the web service and how it was designed.
by chulett
Tue Jan 21, 2014 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Source and target values not getting matched
Replies: 10
Views: 3197

What is the data type of the target column in Oracle? In the job?
by chulett
Tue Jan 21, 2014 8:08 am
Forum: Site/Forum
Topic: Where Would you like to see special topics
Replies: 3
Views: 6319

Isn't that what we're already doing in the FAQ forum? Covering 'special topics'?
by chulett
Mon Jan 20, 2014 4:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Scenario?
Replies: 5
Views: 1681

And what have you tried so far? What issues did you have when you tried them?
by chulett
Mon Jan 20, 2014 4:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sending bulk records in a single webservice call
Replies: 10
Views: 2634

:idea: Please don't 'Reply with quote' on everything but feel free to use it when you actually need to. Otherwise, there is a perfectly loverly Reply to topic link that just lets you simply reply and saves me having to come along behind and clean things up.

Thanks!