Search found 53125 matches
- 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
- Thu Nov 13, 2003 7:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD.DIROpen Error
- Replies: 8
- Views: 1702
- 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
- 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...
- 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...
- 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...
- 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...
- 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...
- Wed Nov 12, 2003 10:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Two Pet Peeves
- Replies: 10
- Views: 2411
- 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...
- 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
- 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...
- 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...
- 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
- 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