Search found 42189 matches

by chulett
Mon Sep 12, 2016 6:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Derive TimeZone ..
Replies: 4
Views: 1395

That's no standard "timestamp code" that I've ever seen or that Google can turn up, so if it a standard it's a local / company specific one. As noted, I'd go with some sort of lookup.
by chulett
Mon Sep 12, 2016 9:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parsing JSON file using Hierarchical Stage
Replies: 2
Views: 2608

You were 'unable to parse' this in what sense - you are getting errors? Not sure how to approach it? Not getting proper output?

Detail for us what you've tried and the issues you are seeing.
by chulett
Mon Sep 12, 2016 7:25 am
Forum: Site/Forum
Topic: Charter Membership Renewal
Replies: 21
Views: 29833

Have you... texted him... again in those 3-4 weeks?
by chulett
Mon Sep 12, 2016 7:18 am
Forum: General
Topic: Sequence - not triggering to the next stage
Replies: 8
Views: 2569

:? I'm not talking about anything in particular other than the fact that for the trigger ( any trigger ) to have something to evaluate - and for it to possibly 'fire' and allow the job to move on to the next stage - whatever the current stage is doing must complete first. Period. I'm not really sure...
by chulett
Sun Sep 11, 2016 1:01 pm
Forum: General
Topic: dsjob execution
Replies: 10
Views: 3235

Again, when you say "I unable" - who are you logging in as? If it's not dsadm, then try that. If it is in fact dsadm, show us the .profile change you made. Also, this should be in your dsenv file. Technically.
by chulett
Sat Sep 10, 2016 6:14 pm
Forum: General
Topic: dsjob execution
Replies: 10
Views: 3235

Specify for us which account's .profile you added the PATH to and what account you are using to do the testing. After adding, did you log out and back in? I'd also suggest you show us the $PATH change that you made.
by chulett
Sat Sep 10, 2016 6:12 pm
Forum: General
Topic: Sequence - not triggering to the next stage
Replies: 8
Views: 2569

It will "bring the trigger status back irrespective of Success or failure" but the command being processed must end first.
by chulett
Sat Sep 10, 2016 10:35 am
Forum: General
Topic: dsjob execution
Replies: 10
Views: 3235

Right. If you don't explicitly path a command so it knows where to find it, you've got to provide a 'search path' so it knows where to look for it - i.e. an ordered list of directories to search thru. That is the $PATH environment variable.
by chulett
Sat Sep 10, 2016 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Limit on multiple uses of same lookup fileset in a job?
Replies: 2
Views: 2112

Re: Limit on multiple uses of same lookup fileset in a job?

Searches suggest that this is caused by the temp lookuptable (or in this case the fileset) going beyond the 2GB limit, or running out of space on the drive. In the current case neither of these are true. It is true. The former. Learned this lesson the hard way back in the day when (in our case) we ...
by chulett
Fri Sep 09, 2016 9:56 pm
Forum: General
Topic: Error while creating datastage project
Replies: 12
Views: 5189

As noted, involve your official support provider.
by chulett
Fri Sep 09, 2016 12:33 am
Forum: General
Topic: dssetparm apt_config_file
Replies: 18
Views: 7213

Allegedly yes, as noted near the end of the first page.
by chulett
Thu Sep 08, 2016 11:34 pm
Forum: General
Topic: Sequence - not triggering to the next stage
Replies: 8
Views: 2569

So... hard to follow your explanation but it sounds like the script is hanging rather than the unconditional trigger not 'firing' or the script not executing. It can't move on until the script starts and completes in some fashion. That or fails to start. Starts and never ends? Forever wait.
by chulett
Wed Sep 07, 2016 7:21 am
Forum:
Topic: Problems when using Business Glossary Anywhere with MS Word
Replies: 8
Views: 5948

Out of sheer curiosity, what version of MS Word are you using and do you have any idea if the version makes any difference here?
by chulett
Wed Sep 07, 2016 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job idempotency
Replies: 6
Views: 2295

Why not try it, attempt to answer the question yourself? If you do, make sure you use a sufficiently (very) large volume to do a proper test! IMHO, the short answer would be if the concept wasn't required, it wouldn't have been used as an illustration of how to build this kind of process. Does that ...
by chulett
Tue Sep 06, 2016 2:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Download zip file from http link
Replies: 4
Views: 1981

Was talking about the wget utility, not your zip file.