Search found 42189 matches

by chulett
Thu Jan 08, 2015 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert Reusable transformation Logic.
Replies: 6
Views: 2206

StringToDate is a parallel function. You need to stick with Server functions in the transform, for example IConv/OConv... but then you could only leverage it in a Server Shared Container or a Server job proper.

Unless I'm not understanding what you mean by 'transform'. :?
by chulett
Thu Jan 08, 2015 8:44 am
Forum: General
Topic: SDKSequences: Upgrade to 9.1
Replies: 1
Views: 1250

Re: SDKSequences: Upgrade to 9.1

But is it really that simple? The short answer is "yes". Specifically what you are seeing are two hashed files of different types. The single file is static and probably a type 2 while the directory is a dynamic type 30 hashed file and there are actually three files in the directory (one ...
by chulett
Thu Jan 08, 2015 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Escape Character
Replies: 6
Views: 4727

Of course, that's a completely different issue and not what you posted. Did you search here? It's been discussed quite a number of times. One example:

viewtopic.php?t=121008
by chulett
Wed Jan 07, 2015 1:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best hash partitioning strategy
Replies: 5
Views: 1576

Did you use a significant volume for your test? Compare the scores?
by chulett
Wed Jan 07, 2015 10:23 am
Forum: General
Topic: Balanced Optimized Jobs
Replies: 2
Views: 959

My understanding:

1. The latter.
2. No.
by chulett
Wed Jan 07, 2015 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Escape Character
Replies: 6
Views: 4727

Out of curiosity, have you actually tried to load the data and had an issue or are you just assuming there will be a problem? I would think the quotes around the strings would 'protect' the delimiters in the data. If that's not the case with the PX Sequential File stage then perhaps try the Server o...
by chulett
Tue Jan 06, 2015 9:31 pm
Forum: General
Topic: Multiple DataStage Versions on Same Server
Replies: 12
Views: 3663

Un-marked.
by chulett
Tue Jan 06, 2015 9:08 pm
Forum: General
Topic: Multiple DataStage Versions on Same Server
Replies: 12
Views: 3663

That just means you ran the executable from the 9.1 directory and I doubt there's anything different between it and the one under the 8.1 directory. I would be curious what environment you have loaded. Did you source the 9.1 dsenv before you executed that command?
by chulett
Mon Jan 05, 2015 4:56 pm
Forum: General
Topic: Decode JPG image files embedded inside XML
Replies: 3
Views: 1480

metaman wrote:Not sure if Datastage has a similar inbuilt capability
It doesn't but an exact search here will turn up people that have rolled their own, for example here. There are others.
by chulett
Mon Jan 05, 2015 4:50 pm
Forum: General
Topic: DSSendEMail Routine failure
Replies: 3
Views: 2054

So in other words, yes. Get rid of the DSTranslateCode() function, just pass back the code itself.
by chulett
Mon Jan 05, 2015 4:36 pm
Forum: General
Topic: DSSendEMail Routine failure
Replies: 3
Views: 2054

How similar? What are you passing back on success, "No error"? If you have the "automatically handle" option checked and a routine does not return a zero then it is considered to have failed.
by chulett
Mon Jan 05, 2015 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the syntax to not_nullable column using Modify Stage
Replies: 4
Views: 1659

Sorry, I meant that I had already moved it... this is the proper forum.
by chulett
Mon Jan 05, 2015 2:46 pm
Forum: General
Topic: ERROR:80011:Failed to open project
Replies: 12
Views: 4195

Just wanted to get anal and point out that with dsjob you use the "-jobstatus" OR the "-wait" option, not both. Pick one based on the type of status information you want returned.
by chulett
Mon Jan 05, 2015 2:25 pm
Forum: General
Topic: Capture Fatal error message
Replies: 7
Views: 2127

You probably need to look at pulling it from the job's log using the API (the various DSGetLog* functions) depending on exactly what 'fatal error message' you are looking for.
by chulett
Mon Jan 05, 2015 2:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load MS Access DataBase using ODBC connecter
Replies: 1
Views: 1088

Have you acquired a UNIX based ODBC driver for MS Access? I don't believe any such thing ships with the product.