Search found 53125 matches

by ray.wurlod
Mon Jun 15, 2009 4:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exporting jobs
Replies: 6
Views: 2408

8.anything (now and future)
by ray.wurlod
Mon Jun 15, 2009 4:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS_JOBOBJECTS was corrupted
Replies: 13
Views: 5797

One vital point is that you must have Administrator access to be able to use the FIX option on UVFIXFILE. Another point is that fixtool is the preferred utility over UVFIXFILE these days. fixtool -file AW -level 5 [ -fix ] Again you need to be Administrator to use the -fix option. The fixtool comman...
by ray.wurlod
Mon Jun 15, 2009 3:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenating multiple rows into one single row
Replies: 8
Views: 3115

Or you could purchase a premium membership. It's not expensive, at less than 30c (Rs12) per day, and helps to keep DSXchange going.

Ur was a city in ancient Babylon. The second person personal pronoun in English is spelled "you" or, in its possessive case, "your".
by ray.wurlod
Mon Jun 15, 2009 3:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exporting jobs
Replies: 6
Views: 2408

There's some really good news for you in version 8 - the ability to export off the results of a search.
by ray.wurlod
Mon Jun 15, 2009 3:48 pm
Forum: General
Topic: Error when running Data stage server job
Replies: 22
Views: 8729

I'd be using generated SQL, or rewriting the SQL so that it avoids the "shorthand" syntax and uses an explicit WHERE clause.
by ray.wurlod
Mon Jun 15, 2009 12:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom error never seen before
Replies: 9
Views: 5193

Check permission on ${DSHOME}/catdir and its contents. They need to be readable by all.
by ray.wurlod
Mon Jun 15, 2009 12:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with viewing and importing Oracle metadata
Replies: 12
Views: 13013

I think what Craig meant was for you to reveal how you have set up connectivity to Oracle from the DataStage server. We're talking environment variables and tnsnames.ora particularly here.
by ray.wurlod
Mon Jun 15, 2009 12:29 am
Forum: General
Topic: Job parameter needs to be modified in more than 100 jobs
Replies: 4
Views: 1210

Most here would recommend exporting the jobs, effecting a global search-and-replace (with care) on the export file, then importing with overwriting. If you really know what you're doing you could edit the ROOT records in the DS_JOBOBJECTS hashed file directly but, if you don't, the best plan is prob...
by ray.wurlod
Sun Jun 14, 2009 9:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while viewing data
Replies: 3
Views: 1300

I take it that the '-' character in the b.col2 comparison is a typing mistake.

Where does "date1" in the WHERE clause come from?

Should coldate be being provided from the DataStage job?
by ray.wurlod
Sun Jun 14, 2009 9:34 pm
Forum: General
Topic: Error when running Data stage server job
Replies: 22
Views: 8729

Why is there a parameter marker? Because there is an implied WHERE clause.
by ray.wurlod
Sun Jun 14, 2009 4:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.BCIPut call to OCONV failed
Replies: 9
Views: 4423

Could this be a "hard space" character from a Word document or similar?
by ray.wurlod
Sun Jun 14, 2009 4:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IN operator in SELECT CASE statement
Replies: 1
Views: 1005

I don't think the semi-colons within the CASE construct are correct, but it's been some time since I wrote Oracle queries in anger.
by ray.wurlod
Sun Jun 14, 2009 4:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrade to 8.1
Replies: 9
Views: 2375

It was in at least two presentations at IOD 2008. I'm away from home base at the moment - maybe someone else can dig them out. It's also in the IBM training class "What's New in Version 8.0".
by ray.wurlod
Sun Jun 14, 2009 4:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dscmdexport Memory Error
Replies: 19
Views: 6415

Do you have at least 2GB of memory in the client machine?
by ray.wurlod
Fri Jun 12, 2009 1:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Run job only when source file is there
Replies: 5
Views: 1406

What property?

You CANNOT do this in a Sequential File stage.

You do it in a Wait For File activity in a job sequence, or in an external script.