Search found 42189 matches

by chulett
Thu Aug 07, 2014 9:39 am
Forum: General
Topic: DataStage Designer Connection Issues (81002)
Replies: 7
Views: 2892

Good. Figured it would be something like that, just recently went through something similar with a different set of idle timeouts which involved a fight with the security folks. :wink:
by chulett
Thu Aug 07, 2014 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Two Characters as delimiter
Replies: 10
Views: 4136

Best 'person' to ask that question to would be your official support provider.
by chulett
Thu Aug 07, 2014 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel jobs getting failed
Replies: 1
Views: 1534

First I would suggest you do an exact search here for "Impossible code statement reached", there are other posts that mention that phrase.
by chulett
Thu Aug 07, 2014 7:24 am
Forum: General
Topic: Problem using unix command from execute command stage
Replies: 11
Views: 4203

Andy noted a good reason. However, there's a big difference between checking to see if a file exists versus checking to see if it is empty or not. Use whichever method is appropriate for your need.

ps. "test -s" would work as well for the latter.
by chulett
Wed Aug 06, 2014 10:42 pm
Forum: General
Topic: REXECD And RSHD Services
Replies: 4
Views: 1245

As noted, sure. You'll soon find out what, if anything, is dependent on these services. Just be prepared for your DataStage jobs (and perhaps other applications) to have mysterious problems. However, that evidence can be used with your Security Team to get a waiver on the audit. Let us know what com...
by chulett
Wed Aug 06, 2014 10:37 pm
Forum: General
Topic: odbc connection set up on linux
Replies: 4
Views: 2100

If this is just to import metadata then create the one and edit it, once for each source. Otherwise, as noted, create five. In the grand scheme of things to worry about, why this? Go five. :wink:
by chulett
Wed Aug 06, 2014 10:35 pm
Forum: General
Topic: ETL process from source to staging
Replies: 3
Views: 1087

Sorry, but could you elaborate details on what exactly "that you will not be dependent on the source in the near future" might mean? I'm a bit at a loss at the moment.
by chulett
Wed Aug 06, 2014 8:37 am
Forum: General
Topic: DataStage Designer Connection Issues (81002)
Replies: 7
Views: 2892

Re: DataStage Designer Connection Issues (81002)

kinu008 wrote:so why is the issue happening with only designer, not director?
Because the Directory is never truly idle unless you've disabled the refresh.
by chulett
Wed Aug 06, 2014 8:16 am
Forum: General
Topic: REXECD And RSHD Services
Replies: 4
Views: 1245

Typical advice when it comes to Windows Services would be if you are not intimately familiar with them and what they do, leave them alone. Of course, there's another school of thought which says if you're not sure that you need one, turn it off. See what happens. Then report back. :wink:
by chulett
Wed Aug 06, 2014 6:40 am
Forum: General
Topic: REXECD And RSHD Services
Replies: 4
Views: 1245

Those are both 'remote' services. Why are you worried about them?
by chulett
Tue Aug 05, 2014 3:30 pm
Forum: General
Topic: Error Calling Subroutine in DataStage Director
Replies: 12
Views: 13390

It's not the same issue, similar perhaps but not the same. Please start a new post with the gory details of your particular issue.
by chulett
Tue Aug 05, 2014 10:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Logic?
Replies: 3
Views: 2200

Or explicitly pass NULL for those first two conditions.
by chulett
Tue Aug 05, 2014 10:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Logic?
Replies: 3
Views: 2200

Then check for NULL explicitly and handle it explicitly in addition to your other checks / transforms.
by chulett
Tue Aug 05, 2014 10:08 am
Forum: General
Topic: Datastage connect to windows share space
Replies: 1
Views: 1132

I have no idea what "vFiler" is but it would have you allow you to mount a Windows share on the Linux server so that it appears as "local" storage for you to be able to use it like that. Typically, one would use Samba or something like it for that purpose.