Search found 53125 matches

by ray.wurlod
Thu Apr 03, 2008 1:11 am
Forum: Enhancement Wish List
Topic: Job Parameter copy
Replies: 3
Views: 2256

Parameter Sets are a new feature in version 8.0.
by ray.wurlod
Wed Apr 02, 2008 11:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Changes of parameters in admin,not relected in job
Replies: 9
Views: 2579

Have you reported this apparent bug to your official support provider? If so, what response did you get?
by ray.wurlod
Wed Apr 02, 2008 9:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implementing the db2 fuctionality REOPT(ALWAYS) in Datastage
Replies: 1
Views: 1742

Assuming you mean the ODBC Enterprise stage, could you not execute this command via the Open Command property?
by ray.wurlod
Wed Apr 02, 2008 9:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can compile Job in datastage 7.5.2 but cant run it
Replies: 11
Views: 4662

Is the "Run Now" option (or "Run" tool) enabled or disabled in Director?

If you don't answer the questions it makes diagnosis doubly difficult.
by ray.wurlod
Wed Apr 02, 2008 8:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can compile Job in datastage 7.5.2 but cant run it
Replies: 11
Views: 4662

Explain "can't run". Is the "Run Now" tool disabled? How are you attempting to run the job? If its status is Compiled, then it is in a runnable state, and the tool should not be disabled. Have you tried simply closing the Director client and opening a new one?
by ray.wurlod
Wed Apr 02, 2008 6:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with dssearch command
Replies: 8
Views: 5271

Naturally it could be achieved, but that's only half the story.

The Dependencies tab should also include any user-written routines invoked in expressions anywhere in the job sequence.

If anyone's planning on creating this utility, don't half-do the job!
by ray.wurlod
Wed Apr 02, 2008 6:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can compile Job in datastage 7.5.2 but cant run it
Replies: 11
Views: 4662

It was important to see the exact version first. As noted, 7.5.2 does not support execution of parallel jobs on Windows. Where did these jobs come from? Were they imported from somewhere else (with job executables)? Can you compile jobs (a) without Transformer stage in the design and (b) with Transf...
by ray.wurlod
Wed Apr 02, 2008 6:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage 7.5; Compilation error;
Replies: 2
Views: 2660

How about APT_ORCHHOME ?
by ray.wurlod
Wed Apr 02, 2008 6:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View Data problem due to varchar columns
Replies: 10
Views: 1836

And how are the fields actually delimited in the file - that is, how do you know where one ends and the next one starts?
by ray.wurlod
Wed Apr 02, 2008 6:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HOw to force DataStage to ignore a database warning
Replies: 3
Views: 1525

That is because of the severity level attached to the message by the database server. Maybe that severity level can be controlled?
by ray.wurlod
Wed Apr 02, 2008 6:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Number of record affected by SQL operations in the job
Replies: 2
Views: 896

Not directly. DataStage records the number of rows sent, and the SQL can be captured through stage tracing. Sending this information to a log could also be done, but you would need to design this yourself (just as you would have to script it in DTS). Exactly how would depend on the format of your lo...
by ray.wurlod
Wed Apr 02, 2008 6:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Configurate DS to UniData
Replies: 3
Views: 1226

Because you lack SELECT privilege on UD_SQLTABLES, which must be read to determine whether the table name you are attempting to query exists as an SQL table in UniData.
by ray.wurlod
Wed Apr 02, 2008 4:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View Data problem due to varchar columns
Replies: 10
Views: 1836

Specify the format correctly.