Search found 42189 matches

by chulett
Thu May 14, 2009 5:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mail sending Error
Replies: 1
Views: 1243

First suggestion would be to take that error message about permissions to your System Administrator, they may be able to help as this isn't necessarily a DataStage problem.
by chulett
Thu May 14, 2009 5:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Processing Flat files
Replies: 6
Views: 1878

So then, as noted, create a Server routine that takes the filename and validates all of the components are there and good, then invoke it in a Routine Activity stage or from inside a job. Or validate them all and land a list of 'validated' filenames that you then process in a loop or all at once.
by chulett
Thu May 14, 2009 5:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: state files in surrogate key generator
Replies: 13
Views: 13884

From what I understand, the stage has 'improvements' in the 8.x version over the 7.x version so perhaps nuances of how the stage works have changed as well. Pity about the lack of documentation, I'll have to check with our 8.x person and see what, if anything, I can find out.
by chulett
Thu May 14, 2009 5:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS Stage "Function Sequence Error" w/SQL Server
Replies: 7
Views: 3303

Then it seems to be time to involve your official support provider. Also, answer the questions that Ray asked.
by chulett
Wed May 13, 2009 10:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to implement " like" condition
Replies: 1
Views: 1021

The Index() function is used to locate a substring within a string, you can use the return value from it as a boolean if all you want is true/false, it found it or it didn't.
by chulett
Wed May 13, 2009 10:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in surrogate key generator stage
Replies: 11
Views: 4145

Recognize that you need permissions all the way up the path, not just on the file itself... still good? I'm assuming it doesn't run under the "dsadm" user from ESP, btw.
by chulett
Wed May 13, 2009 8:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: spars vs normal lookup
Replies: 4
Views: 1722

In other words, what it says in the documentation. :wink:
by chulett
Wed May 13, 2009 8:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deleting /tmp/* caused "score file deleted" warnin
Replies: 11
Views: 2850

As noted, that's typically the purview of whomever administers your system. Either the O/S will have something built in or a cron script will run (typically) once a day to clean out files in "temp" locations over X days old. It's really not something anyone not "in authority" sho...
by chulett
Wed May 13, 2009 8:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regular Date To JulianDate
Replies: 11
Views: 4343

Re: Reguler Date To JulianDate

Kryt0n wrote:The OCONV format "DJ" gives Julian Year Date and not Julian Date that is why you get 114.
Also known as an "Ordinal" date - the day number of that year.
by chulett
Wed May 13, 2009 3:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetLinkInfo error
Replies: 2
Views: 3096

The stage needs to be an active stage from what I recall, so best to point to the output link on the transformer that feeds the shared container rather than the container itself.
by chulett
Wed May 13, 2009 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator stage doubling values
Replies: 10
Views: 2855

Entire would definitely cause this. However, you should be able to Hash partition on your grouping key(s) to avoid the problem.
by chulett
Wed May 13, 2009 2:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator stage doubling values
Replies: 10
Views: 2855

Hmmm... two nodes... values doubling... big clue there, it seems. Works fine when constrained to a single node, I assume?
by chulett
Wed May 13, 2009 2:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in surrogate key generator stage
Replies: 11
Views: 4145

Sounds more like a parameter rather than a permission problem. I'd triple-check what ESP is doing. However, does your ESP user have full access to "/home/dsadm/SG/error_log_skey.sf"?
by chulett
Wed May 13, 2009 2:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_ORACLE_LOAD_OPTION
Replies: 8
Views: 4805

Have you tried doing what it says? For example, adding the appropriate "Index Mode" option: Rebuild or Maintenance? Or is there some specific reason you need to take the APT_ORACLE_LOAD_OPTION path?