Search found 53125 matches
- Tue Feb 13, 2007 2:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: filter with regular expression
- Replies: 3
- Views: 1458
- Tue Feb 13, 2007 2:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Uncommitted Read
- Replies: 3
- Views: 1308
I don't think the Enterprise stage can set ODBC transaction isolation levels. Certainly in Read mode it can not; and I don't believe it's possible using SQL either. "Read uncommitted" is an ODBC convention, at least originally. Ask your DBA if there's any setting you can make, and if there is you mi...
- Tue Feb 13, 2007 2:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: BiigInt
- Replies: 5
- Views: 1036
- Tue Feb 13, 2007 2:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Scheduling
- Replies: 4
- Views: 848
- Tue Feb 13, 2007 2:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UV Stage Lookup
- Replies: 3
- Views: 1628
It's initially a syntax issue. Identifier names (table names, column names) are case sensitive. Eff_Start_Dt and EFF_START_DT are not the same. The error message generated should have given you a clue to this. It's secondarily a syntax issue. You are providing two parameter markers to test against t...
- Tue Feb 13, 2007 2:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: The jobs are not called from the batch
- Replies: 8
- Views: 2495
You are using the same job handle for all jobs! Unless you wait for job J1 to finish before attempting to start job J2, job J2 can not successfully be attached. Try using an array of job handles. Or create a job sequence, and inspect the code generated by compiling that, to learn one method of worki...
- Tue Feb 13, 2007 2:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CANNOT ADD COLUMN TO TABLE; TABLE HAS EDIT PROCEDURE
- Replies: 1
- Views: 3192
- Tue Feb 13, 2007 1:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS 7.5.1.A Server Install
- Replies: 10
- Views: 3324
Try disabling your firewall for the duration. It may be that one of the requisite ports - particularly 31538 - is blocked. Anti-virus software can also interfere with the installation, since none of it knows about the DataStage services, and may be attempting to block them. I recently upgraded to th...
- Tue Feb 13, 2007 1:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Export Jobs
- Replies: 2
- Views: 839
Export only exports the design time components, skipping any locked ones. Components are locked if they are being edited in a client. It is also possible that jobs are locked if they are being monitored or open in log view in Director. If none of these conditions obtains, you can safely do a full ex...
- Tue Feb 13, 2007 1:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing Values using Environment Variables
- Replies: 8
- Views: 1920
- Tue Feb 13, 2007 1:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using Version Control for different Subprojects
- Replies: 1
- Views: 679
It is possible, but will become a nightmare to maintain. What you want to do can only be achieved manually - that is, it is you who must generate the numbers and dates. I'm not sure that you can use Version Control to promote under these conditions - it's used to move objects with the same name into...
- Tue Feb 13, 2007 1:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSN,PLUGIN ISSUE
- Replies: 21
- Views: 10259
- Tue Feb 13, 2007 1:42 pm
- Forum: General
- Topic: What the meaning of "BALCKHOLE" in datastage
- Replies: 14
- Views: 5261
What is the meaning of "BALCKHOLE" in datastage "BALCKHOLE" is not a word, in DataStage nor anywhere else. "BLACK HOLE" (two words) has been discussed above. It's domain is astronomy; it is only used metaphorically elsewhere. The only black hole in DataStage, in my opinion, is the uncritical accept...
- Tue Feb 13, 2007 12:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: After Job Routine to delete the DatatSets
- Replies: 3
- Views: 836
- Mon Feb 12, 2007 11:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsjob -jobid
- Replies: 3
- Views: 1225