Search found 53125 matches

by ray.wurlod
Thu Nov 13, 2003 7:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Permissions to schedule a job as a non administrator user
Replies: 5
Views: 2081

In the Administrator client you can define a user ID for running scheduled jobs. You've made this user Administrator. What happens if you make this user dsuser?
by ray.wurlod
Thu Nov 13, 2003 7:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.DIROpen Error
Replies: 8
Views: 1702

Anything different with the permissions on the two folders? Anything like that? What's truly different? Does a re-run with ACERjctFldr1 consistently exhibit the symptom? (Your original post suggest not.) Could something else have been updating the folder at exactly the same time?
by ray.wurlod
Thu Nov 13, 2003 3:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with sorting 14M records
Replies: 8
Views: 1351

Agree totally with *sigh*

Folks, this is why new posts require you to indicate whether the post is about server, parallel or mainframe. Please heed what's there!
by ray.wurlod
Thu Nov 13, 2003 3:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.DIROpen Error
Replies: 8
Views: 1702

The name DSD.DIROpen suggests that it's something in the Folder stage attempting to do something with the directory. A write failure could be permissions, but the second time success suggests otherwise. Could you have mis-spelled something in the parameter value in the run that failed? (Check the "j...
by ray.wurlod
Thu Nov 13, 2003 2:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merging variable number of input files
Replies: 4
Views: 956

The answer to this will depend on a number of factors, including whether the input files have the same (metadata) structure, and exactly what you need to do (for example, preserve all columns from all inputs, or form the intersection or union of the rows from the inputs). All are doable, the solutio...
by ray.wurlod
Thu Nov 13, 2003 2:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieve First Row
Replies: 7
Views: 1268

A couple of points to note on this one. Because updates to hashed files are destructive overwrites, the suggested protocol will yield LAST rather than FIRST. An Aggregator stage with a set function of First can give the first of each set. Or the extraction SQL can include an appropriate clause (depe...
by ray.wurlod
Thu Nov 13, 2003 2:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using SAP functions in a job
Replies: 4
Views: 1004

Have you read the PDF file that accompanies the SAP R/3 plug-in stage? There are essentially two mechanisms for getting the generated ABAP code to execute on the SAP R/3 instance, depending mainly on how much the SAP dudes trust DataStage (which is certified by SAP AG as generating valid (legal) ABA...
by ray.wurlod
Thu Nov 13, 2003 2:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem Loading into Oracle NLS
Replies: 8
Views: 1615

NLS setting defaults for DataStage are set in the uvconfig file on the DataStage server (in the Engine directory). There is an NLS button on the Administrator client, where you can set project-wide defaults. Each job's Job Properties has an NLS tab where you can override the project-wide defaults fo...
by ray.wurlod
Wed Nov 12, 2003 10:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Two Pet Peeves
Replies: 10
Views: 2411

With that many children in that short an interval I should have thought (note use of the subjunctive there) that you'd trained yourself to do without sleep by now! :lol:
by ray.wurlod
Wed Nov 12, 2003 3:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Batch job hangs
Replies: 2
Views: 767

Not without inspecting the actual jobs. Try - just as an experiment - a control job that doesn't use DSWaitForJob but, instead, a "busy wait" periodically inspecting the status of each running job (until job status <> DSJS.RUNNING) and sleeping for a short interval. It might also occasionally interr...
by ray.wurlod
Wed Nov 12, 2003 3:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem Loading into Oracle NLS
Replies: 8
Views: 1615

Thanks for the heads-up! This one slipped through the cracks. Will answer in about eight hours time.
by ray.wurlod
Wed Nov 12, 2003 3:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Odd error
Replies: 2
Views: 1105

Almost certainly. The IRowsetFastLoad interface is attempting to provide a row from DataStage for fast load, but has been prevented from doing so. It may be permissions, it may be privileges; it is something in the target preventing this special kind of "write" operation. A "shrink DB" operation ten...
by ray.wurlod
Wed Nov 12, 2003 5:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cannot call user defined routine [ UDR ] from 2nd UDR
Replies: 2
Views: 1393

That message (set of messages) may indicate that: (a) the RunJobWrapper routine has not been successfully compiled (b) you have inconsistently spelled or cased the name of the routine Given that DEFFUN indicates that you want to invoke a function, which is supported by the fact that RunJobWrapper ha...
by ray.wurlod
Wed Nov 12, 2003 12:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sever Jobs migrate to parallel Jobs
Replies: 4
Views: 1509

With certain restrictions, it is possible at release 6.x by encapsulating the server job in a shared container. For details see the Parallel Job Developer's Guide, which has a chapter on exactly this topic.
by ray.wurlod
Tue Nov 11, 2003 6:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using C++ custom applications in DataStage: Tips needed
Replies: 19
Views: 8679

The place to look is the chapter on Buildops in the Parallel Job Developer's Guide