Search found 15603 matches
- Mon Jun 12, 2006 2:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aborting a job on a single warning
- Replies: 9
- Views: 2158
- Mon Jun 12, 2006 2:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: stopping a running job within the job
- Replies: 5
- Views: 944
There are a couple of methods you can use to get this. If the SQL is a quick one, you could issue the SELECT to return a COUNT of rows and then call a DSLogFatal() in a transform stage. Or you could start this SELECT as a distinct job, and then use DSGetLinkInfo() for that job/stage/link to get the ...
- Mon Jun 12, 2006 2:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: convert char to integer
- Replies: 10
- Views: 7655
DataStage will perform an implicit conversion from a string to a number and vice-versa.
Code: Select all
x = '123'
x = x : '4'
x = x * 2
x = x[3,2]
- Mon Jun 12, 2006 2:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Have to call a DB2 stored procedure
- Replies: 9
- Views: 5118
- Fri Jun 09, 2006 5:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Have to call a DB2 stored procedure
- Replies: 9
- Views: 5118
- Fri Jun 09, 2006 4:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to change the number of connections in History
- Replies: 3
- Views: 660
I've gone through all the registry settings, looking for either an explicit integer value around 5 or for keys that might allude to this; all to no avail. I've seen all the previous connection information so at least it is there, but no way to modify the drop-down list. I'll submit a call and see wh...
- Fri Jun 09, 2006 4:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobmoninit empty
- Replies: 17
- Views: 4366
- Thu Jun 08, 2006 10:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-00942: table or view does not exist
- Replies: 12
- Views: 3539
- Thu Jun 08, 2006 9:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: reading a file from unix server into a variable
- Replies: 7
- Views: 1846
- Thu Jun 08, 2006 5:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: warning on sequential file
- Replies: 17
- Views: 8587
sudhakar, both errors are common in EE. The first one is that you have stated that Field001 is nullable, but you haven't told DS what to do when reading froma sequential file. Do a "edit row" on that column in the sequential file stage to set the attributes. The second means that you have a metadata...
- Thu Jun 08, 2006 5:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: implicit conversion error
- Replies: 6
- Views: 4797
- Thu Jun 08, 2006 4:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Deleting records
- Replies: 18
- Views: 2954
- Thu Jun 08, 2006 4:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: New line character added when FTP using FTP enterprise stage
- Replies: 5
- Views: 1293
- Thu Jun 08, 2006 3:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: New line character added when FTP using FTP enterprise stage
- Replies: 5
- Views: 1293
- Thu Jun 08, 2006 2:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to change the number of connections in History
- Replies: 3
- Views: 660
How to change the number of connections in History
I've been searching the registry entries looking for the key which I might be able to change in order to get my history of connected hosts/projects increased from the value of 5 to something quite a bit larger - I'm tired of trying to recall all the different host/project/port combinations and of ha...