Search found 4605 matches
- Thu Jan 06, 2005 6:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Parameters not passed to an ExecuteCommand Stage
- Replies: 5
- Views: 1650
- Tue Jan 04, 2005 1:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in shell script having Oracle Connection using DS
- Replies: 4
- Views: 1669
Your first line needs to point to the shell you are using like :
Try that. There was a bug in HP-UX that Craig and others reported on this forum.
Code: Select all
#!/bin/ksh
Try that. There was a bug in HP-UX that Craig and others reported on this forum.
- Mon Dec 27, 2004 7:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Opening Multiple Hash Files
- Replies: 3
- Views: 1262
- Thu Dec 23, 2004 10:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How long will DataStage still live?
- Replies: 14
- Views: 6501
I agree you have a problem converting 10,000 jobs but I doubt if Informatica is going to out last DataStage. Also automating a conversion from DataStage to some other product would be difficult. I think DataStage excels in transformation. Even automating a conversion from server to PX would be diffi...
- Wed Dec 22, 2004 9:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How long will DataStage still live?
- Replies: 14
- Views: 6501
I agree but what if DTS all of a sudden was robust and as easy to use as DataStage, Maybe the next release of DS was not as easy to use or only as easy to use as PX is now. What if Oracle developed a product as easy to use and robust and included it with the price of Oracle. Maybe it could only talk...
- Wed Dec 22, 2004 2:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How long will DataStage still live?
- Replies: 14
- Views: 6501
I think all of these are excellent questions. I also think Ascential has a good answer for all of them at least as good as any player in the marketplace now. I think IBM would benefit the most from owning DataStage but they had the chance and let them go. It would take an IBM or Oracle or someone of...
- Wed Dec 22, 2004 11:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How long will DataStage still live?
- Replies: 14
- Views: 6501
I doubt if anyone can afford Ascential at over a billion. The return on investment is not there. Eventually Oracle and Microsoft will have good alternatives. Unless something drastic happens then 5 years is easy to see a good future. They have locked in SAP and PeopleSoft which makes for a very good...
- Tue Dec 21, 2004 5:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UNIX sort on multiple keys
- Replies: 8
- Views: 2384
- Tue Dec 21, 2004 4:56 pm
- Forum: Data Integration
- Topic: fact table
- Replies: 9
- Views: 15799
- Thu Dec 16, 2004 8:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to capture the message from Director Log?
- Replies: 4
- Views: 1263
- Thu Dec 16, 2004 8:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to capture the message from Director Log?
- Replies: 4
- Views: 1263
- Thu Dec 16, 2004 8:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer's list of jobs
- Replies: 4
- Views: 1425
In field 40 the root record of DS_JOBOBJECTS hash file is stored whether or not it is a sequence job. It has a 2 in this field if it is a sequence. Field 31 is a list of dependent jobs or routines used by this sequence. Field 32 has a 0 if it is a job. In BASIC: read JobRec from DsJobs, JobName then...
- Wed Dec 15, 2004 8:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: universe table / hash file for the final status of job
- Replies: 4
- Views: 1140
- Wed Dec 15, 2004 8:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: unwanted characters
- Replies: 1
- Views: 504
- Wed Dec 15, 2004 4:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Validate each and every field in a record
- Replies: 4
- Views: 1281
This is the second routine. It is a lot more complicated. If you save your metadata in Designer then it stores it in DS_METADATA. We were having an issue were one source column was wider than the target. The job gave a metadata mismatch warning. This routine will help debug this situation by compari...