Search found 42189 matches

by chulett
Mon Jan 09, 2017 7:42 am
Forum: General
Topic: Grid Deployment can be installed in 11.5 Big integrate?
Replies: 3
Views: 2204

Have patience, if someone can they will in due time. For a quicker response, why not take this back to the horse's mouth? Meaning ask IBM or whomever your supplying vendor was.
by chulett
Sat Jan 07, 2017 3:24 pm
Forum: General
Topic: Parallelism in Looping within sequencer
Replies: 1
Views: 1486

You can't use the Job Activity stage to do any kind of "in parallel" launches of jobs as it waits for the active job to complete before moving on. You could do so with some other mechanism inside the loop that does not include any "wait" option. However, keep in mind the fact tha...
by chulett
Sat Jan 07, 2017 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using xED (chr(237)) as delimiter in the output file
Replies: 0
Views: 1438

Which delimiter? Have you tried using the hex value \xED rather than the character itself? Don't recall, you may need to use the Delimiter String property for that.
by chulett
Fri Jan 06, 2017 8:17 am
Forum: General
Topic: Problems setting parameters using DSSetParam
Replies: 3
Views: 1963

Wait... are you saying you want to have one process that "sets" the parameters and then another separate process that actually runs the job? If that's the case, you'll need to rethink things as it doesn't work that way. As you've found. Are you using a Job Activity stage to run the jobs or...
by chulett
Fri Jan 06, 2017 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bug in NUM() Function ?
Replies: 9
Views: 2796

Re: Bug in NUM() Function ?

We knows. From the original post:
skathaitrooney wrote:According to me due to the 'E' in the expresion, it is considering the number as an exponential form.
by chulett
Thu Jan 05, 2017 7:04 pm
Forum: General
Topic: Error when launching the Schema Library Manager
Replies: 1
Views: 1938

It's not about reading, it's about writing and I'll wager that your user doesn't have the permissions needed to write to that directory.
by chulett
Thu Jan 05, 2017 9:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bug in NUM() Function ?
Replies: 9
Views: 2796

The "double convert" is useful when you want to remove all "bad" characters from a string without specifying them, rather you list the "good" ones to keep. I'm not sure that would be all that helpful here since (as you noted) the Index will work just fine to detect the ...
by chulett
Wed Jan 04, 2017 8:05 am
Forum: General
Topic: Getting an error While adding products in service tierIS11.5
Replies: 4
Views: 2086

That last error line seems to be significant...
by chulett
Wed Jan 04, 2017 7:54 am
Forum: General
Topic: dsjob Command with "-wait" option
Replies: 6
Views: 2692

Right, always good to fully specify what you want and see if it changes the behavior. It would seem you have found a bug, in your shoes I would contact your official support provider.
by chulett
Wed Jan 04, 2017 1:05 am
Forum: General
Topic: dsjob Command with "-wait" option
Replies: 6
Views: 2692

Code: Select all

$DSCMD -run -mode NORMAL -wait -param <Parameters> <ProjectName> <Jobname>
by chulett
Tue Jan 03, 2017 3:34 pm
Forum: General
Topic: Not able to connect to DB's using DS_CONNECT command
Replies: 4
Views: 1847

Are you just using it as the support document notes, to test ODBC connections from the project?
by chulett
Tue Jan 03, 2017 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hierarchical Stage is terminated while calling REST Service
Replies: 4
Views: 6275

Yeah, as noted that's not a fun one. If you want to try to track it down, do an exact search here for "Fault type is 11" and you'll find 70 posts that mention that, including some from me back in the day I'll wager. See if any of them help. Loop in support as well.
by chulett
Tue Jan 03, 2017 8:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Include only selected columns in surrogate key stage
Replies: 2
Views: 1604

I'm going to go out on a limb here and say that I think they understand the concept of a surrogate key but that their post wasn't worded properly. I think rather than based on two specific columns, they really meant for a grouping of two specific columns - i.e. the business key fields. As in generat...
by chulett
Mon Jan 02, 2017 8:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hierarchical Stage is terminated while calling REST Service
Replies: 4
Views: 6275

Server jobs always point at a transformer when they abort as they are the active stage in the job. The first thing you need to do to help debug this is Reset the job and then check the log for a new entry saying "From previous run...". If that appears, post the contents.
by chulett
Fri Dec 30, 2016 4:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File Validation Logic
Replies: 5
Views: 2045

Datasets? They are a key parallel framework component so they've been around... forever. I wasn't sure what you meant by you "don't have it yet", guessing that you did not mean the actual stage, yes? If you just meant you haven't used one yet, that's a whole 'nuther kettle of fish and easi...