Search found 15603 matches
- Fri Feb 10, 2006 5:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS_JOBS Query
- Replies: 9
- Views: 4356
- Fri Feb 10, 2006 4:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem openning job- No design time information
- Replies: 7
- Views: 3052
- Fri Feb 10, 2006 3:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Export/ Import a project without using DS Manager
- Replies: 4
- Views: 1134
You can certainly give it a go. The best approach to take is: 1. create an empty new project on the new machine with the same name as the original project and with the same absolute path. 2. copy the original project directory and subdirectories to the new machine and make sure to include all hidden...
- Fri Feb 10, 2006 2:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem openning job- No design time information
- Replies: 7
- Views: 3052
This means that the references inside the repository are incorrect. The most common cause of this error is broken indices. You can reindex the project using the Admin command tool or the TCL command line and enter the "DS.TOOLS" command to get the menu, then choose the option for "reindex"; you need...
- Fri Feb 10, 2006 2:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to find count of nodes or processors
- Replies: 2
- Views: 876
- Fri Feb 10, 2006 1:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Equal Usage of CPU
- Replies: 6
- Views: 1087
Ken - IBM's use of dynamic LPARs is a good example of quickly and seamlessly changing CPUs from one UNIX instance to another. It takes seconds and is great for load balancing. Unfortunately, shifting the memory back and forth is an entirely different matter. It can take a large part of an hour to sh...
- Fri Feb 10, 2006 1:54 am
- Forum: Site/Forum
- Topic: Can we expect detail responses?
- Replies: 3
- Views: 2825
- Fri Feb 10, 2006 1:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Debugging Basic Code in a function
- Replies: 5
- Views: 1047
The tool with which you write a routine in DataStage not only allows you to write and compile it, but it also has a "test" button which lets you call it independantly from a DataStage job. and to pass parameters to it. This is what is used to debug most routines. The DataStage engine has a source-le...
- Thu Feb 09, 2006 12:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob staus Capturing
- Replies: 8
- Views: 2157
- Thu Feb 09, 2006 12:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob staus Capturing
- Replies: 8
- Views: 2157
- Thu Feb 09, 2006 12:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to run a job which reads from an ODBC stage
- Replies: 2
- Views: 803
The DataStage compiler will put a dummy active stage between two passive stages such as your job has ( ODBC -> Sequential). Could you put in a transform stage that does nothing but pass the input to the output and see if the error persists? If not, then it sounds like a bug, if yes, then it might ma...
- Thu Feb 09, 2006 12:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob staus Capturing
- Replies: 8
- Views: 2157
- Thu Feb 09, 2006 11:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: where is job log stored?
- Replies: 8
- Views: 1987
Job logs are not stored as UNIX files; they are part of UniVerse hashed tables. Access to the log information is through the visual information presented in the Director, using a routine such as the DSGetLogInfo() call in BASIC or through the UNIX command "dsjob", which has several options to help y...
- Thu Feb 09, 2006 11:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to connect to Informix DB thru ODBC stage
- Replies: 3
- Views: 1585
Vinod, urgent request need to go to your support provider. Nobody responded to your original question because the answer is not self-evident and more information is need to try to diagnose the issue. Error - 1213 seems to be "invalid number", but the error seems to be happening when the system is tr...
- Thu Feb 09, 2006 8:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Usage of Named pipes in sequential file
- Replies: 23
- Views: 5264
We have just had the same problem on our system, that the error message "...interrupted system call..." is cropping up. In our case it was in a multi-instanced job in which some of the instances ran through without a problem and others did not. After much looking around we discovered that the proble...