Search found 15603 matches
- Fri Nov 23, 2012 6:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSP.OpenGCI $DSP.open error -100
- Replies: 2
- Views: 1754
- Thu Nov 22, 2012 8:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Change Capture
- Replies: 9
- Views: 5404
Do you need the OBJECTID column downstream of your Change-Data-Capture stage? If not, then remove it from both input links. If you need that column you can remove it from one input (assuming you always want the value from the link which still contains that column) or if the value depends upon the CD...
- Thu Nov 22, 2012 8:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to combine more than one flat file
- Replies: 1
- Views: 1003
You could write a job with 4 sequential file stages going into a funnel stage, or you could make one sequential file stage read multiple files, or you could CAT the 4 files together and read one file in datastage. I'm sure that there are numerous other possibilities, but these are the first that cam...
- Thu Nov 22, 2012 4:29 am
- Forum: General
- Topic: Unexpected error importing design
- Replies: 4
- Views: 4105
- Wed Nov 21, 2012 11:28 am
- Forum: General
- Topic: Unexpected error importing design
- Replies: 4
- Views: 4105
Is there anything special about this job - seldom used stages, for example? I've had hidden bad characters and the like before, but in those cases the import would always fail. Can you think of any differences betwen prod and the other machines? Perhaps NLS is enabled in the other machines but not o...
- Wed Nov 21, 2012 7:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Change Capture
- Replies: 9
- Views: 5404
- Wed Nov 21, 2012 4:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parameter in SQL results in incorrect substitutions
- Replies: 6
- Views: 3092
- Wed Nov 21, 2012 4:35 am
- Forum: General
- Topic: DataStage sequence aborting with a false alarm
- Replies: 4
- Views: 2484
- Wed Nov 21, 2012 4:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: info on ds log
- Replies: 3
- Views: 1686
Most often I see this error when taking a VarChar() column into an integer column and the string value in some records cannot be implicitly converted. This usually occurs in transform stages, but if you follow the instructions posted earlier regarding disabling operator combination in order to locat...
- Tue Nov 20, 2012 1:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parameter in SQL results in incorrect substitutions
- Replies: 6
- Views: 3092
- Tue Nov 20, 2012 12:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parameter in SQL results in incorrect substitutions
- Replies: 6
- Views: 3092
- Tue Nov 20, 2012 12:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Removing double quotes from a flat file
- Replies: 5
- Views: 2843
- Mon Nov 19, 2012 11:51 am
- Forum: General
- Topic: Change the string to specific date format in User variable
- Replies: 4
- Views: 1212
There are actually 2 step involved, first you need to parse the string value into the internal date format, then output that internal date as a string OCONV(INCONV(UserVariable[1,4]:'-':UserVariable[5,2]:'-':UserVariable[7,2],'D4-YMD'),'D4-DMY[2,A3,4]') I'm not at a PC where I can check the syntax, ...
- Mon Nov 19, 2012 10:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance improvement for reading a file via FTP Plug-in
- Replies: 8
- Views: 2154
Since the FTP protocol is a pretty simple one, unless there are huge amounts of transmission errors, you probably won't be able to do much. Normally the correct approach is to compress the file prior to transmission, but then the DataStage FTP stage isn't the correct one to use due to the binary nat...
- Mon Nov 19, 2012 7:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage job ran for 11 hours,,, please help
- Replies: 12
- Views: 6910