Search found 53125 matches

by ray.wurlod
Thu May 05, 2011 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find the job that creates the dataset
Replies: 2
Views: 2270

It's easy if you documented it at the time.

I always do, and document jobs that read the Data Set that the Data Set was created in job name XYZ. Usually I also include job XYZ as a dependency in the job that reads the Data Set for that reason.
by ray.wurlod
Thu May 05, 2011 5:31 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: IA column analysis error in IIS 8.5 Fix Pack 1
Replies: 12
Views: 11260

Was this a "run now" or a scheduled job? There is also a transient Java "connection refused" error in the application log - perhaps if you try again a little later?
by ray.wurlod
Thu May 05, 2011 5:28 am
Forum: General
Topic: Too many (99) Data Source specifications in config file
Replies: 5
Views: 2146

I understood that the limit was 99. It now appears that 99 is too many. Does it work with 98?
by ray.wurlod
Thu May 05, 2011 5:27 am
Forum: General
Topic: db2 source datastage
Replies: 4
Views: 1580

Note that DataStage regards # as a reserved character, which must be mapped (to "__035__" if I recall correctly when used in queries to DB2 to access table/column names containing that character.
by ray.wurlod
Thu May 05, 2011 12:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: current date () - 6 months
Replies: 17
Views: 6812

Closely enough for most purposes.
by ray.wurlod
Thu May 05, 2011 12:27 am
Forum: General
Topic: Folder Name
Replies: 2
Views: 1199

It's called the category, and CATEGORY is a field in the DS_JOBS table.

Code: Select all

SELECT NAME, CATEGORY FROM DS_JOBS WHERE NAME IN ('JobName1', 'JobName2', 'JobName3');
by ray.wurlod
Thu May 05, 2011 12:23 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Maintaining IADB
Replies: 5
Views: 2988

I've had a bit of a look around in 8.1 and can't find any IADB management capabilities in the Information Analyzer tool. Next week I hope to be on an 8.5 site, and can check there. The Repository Management tab in Web Console for Information Server only works with XMETA, though it does have the usef...
by ray.wurlod
Wed May 04, 2011 4:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to find object in repository
Replies: 6
Views: 1736

Which part of "Because no-one has imported the table definition" is not clear?
by ray.wurlod
Wed May 04, 2011 4:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to find object in repository
Replies: 6
Views: 1736

Because no-one has imported the table definition!
by ray.wurlod
Wed May 04, 2011 4:13 pm
Forum: General
Topic: how to exit the loop in between 12 runs
Replies: 5
Views: 2146

See information here.
by ray.wurlod
Wed May 04, 2011 3:44 pm
Forum: General
Topic: how to exit the loop in between 12 runs
Replies: 5
Views: 2146

I have no idea whether U (one of our posters) minds or not.

Why not get yourself a premium membership? It's not expensive, at less than 30c (Rs12) per day, and definitely worth it. It also helps to keep DSXchange alive and running.
by ray.wurlod
Wed May 04, 2011 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage job fails loading data to SQL Server Database
Replies: 0
Views: 2017

The message has been returned from SQL Server. You have sent it a value that it has not been able to convert to a GUID. Don't send it anything for this column.