Search found 42189 matches

by chulett
Tue Sep 06, 2016 7:25 am
Forum: General
Topic: dssetparm apt_config_file
Replies: 18
Views: 7213

I'm not sure why this is popping into my head but could you try not including the $ in your DSSetParam call? :?
by chulett
Tue Sep 06, 2016 7:17 am
Forum: IBM QualityStage
Topic: unable to edit default rule set
Replies: 3
Views: 7850

:idea: Is your error exactly the same? If not, could you post the details of your error please?
by chulett
Tue Sep 06, 2016 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job idempotency
Replies: 6
Views: 2295

Sorry, just had to reply after seeing such a new word so early in the morning. The number of links into the target does not change the behavior of a job failure. Your "As per the details" sentence can just leave off the "if" statement at the end. When a failure occurs, any uncomm...
by chulett
Mon Sep 05, 2016 10:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Download zip file from http link
Replies: 4
Views: 1981

Just as an FYI, where I'm working, software that isn't on our tested and approved list doesn't come anywhere near our servers.
by chulett
Mon Sep 05, 2016 11:59 am
Forum: General
Topic: Pass encrypted variable to job
Replies: 10
Views: 3793

It picks up the current value of the environment variable at runtime.
by chulett
Mon Sep 05, 2016 7:26 am
Forum: General
Topic: An error occurred bulding the tree structure
Replies: 4
Views: 1808

Then, as noted, it is time to involve your official support provider. Perhaps a patch is in order.
by chulett
Fri Sep 02, 2016 6:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Varchar to Decimal issue
Replies: 8
Views: 4228

As Ray noted, use a format string in your function call.
by chulett
Thu Sep 01, 2016 4:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Varchar to Decimal issue
Replies: 8
Views: 4228

Please show us the exact syntax you are using and the error / issue you are seeing.
by chulett
Wed Aug 31, 2016 7:16 am
Forum: General
Topic: An error occurred bulding the tree structure
Replies: 4
Views: 1808

In your shoes, I would try the uninstall once more but this time make sure it is completely uninstalled. Do the normal uninstall and then also delete any leftover directories associated with the tool from your hard drive. Also go into the registry (if possible) and nuke any entries there as well. Re...
by chulett
Tue Aug 30, 2016 10:42 am
Forum: General
Topic: Hierarchical Data REST input - nothing works
Replies: 3
Views: 2829

Cool... thanks for posting your solution!
by chulett
Tue Aug 30, 2016 9:51 am
Forum: General
Topic: Login Problem
Replies: 7
Views: 6902

Which 'same error' - this one?

Error message:
Failed to authenticate the current user against the selected Services Tier
by chulett
Tue Aug 30, 2016 8:48 am
Forum: General
Topic: dssetparm apt_config_file
Replies: 18
Views: 7213

True... sorry, didn't realize I'd stumbled into the C API documentation. :(
by chulett
Tue Aug 30, 2016 5:57 am
Forum: General
Topic: SQL Connect By Level
Replies: 3
Views: 1453

Transformer looping seems to be an option here.
by chulett
Tue Aug 30, 2016 5:33 am
Forum: General
Topic: dssetparm apt_config_file
Replies: 18
Views: 7213

Yes, it is both possible and you are using the correct function. As noted, you need to declare it as a job parameter in the job (this is one of several that should be in every job) to allow it to be overridden on a run-by-run basis as needed. I also found this 'remark' in the latest documentation as...
by chulett
Tue Aug 30, 2016 5:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File read limit
Replies: 10
Views: 4011

Something is different, obviously. Be curious what you end up tracking down.