Search found 15603 matches
- Thu Jan 01, 2009 6:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Character conversion errors
- Replies: 5
- Views: 1661
- Wed Dec 31, 2008 11:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage not identifying Varchar
- Replies: 4
- Views: 1005
- Wed Dec 31, 2008 11:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle stage error in 8.1
- Replies: 7
- Views: 1483
- Wed Dec 31, 2008 4:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle stage error in 8.1
- Replies: 7
- Views: 1483
- Wed Dec 31, 2008 3:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage not identifying Varchar
- Replies: 4
- Views: 1005
- Wed Dec 31, 2008 7:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning while date conversion
- Replies: 9
- Views: 1887
I realized I meant that each date needs to be 10, not 8, characters long. Have you checked this? My guess is that you have extra characters in your string. Another check you could do is and see if the error persists.
Code: Select all
StringToDate(Trim(InputColumn[1,8]),'%mm/%dd/%yyyy')- Wed Dec 31, 2008 7:10 am
- Forum: General
- Topic: How to resolve "Can't open DS_JOBOBJECTS" error
- Replies: 21
- Views: 9505
- Wed Dec 31, 2008 6:59 am
- Forum: General
- Topic: How to resolve "Can't open DS_JOBOBJECTS" error
- Replies: 21
- Views: 9505
- Wed Dec 31, 2008 6:50 am
- Forum: General
- Topic: How to resolve "Can't open DS_JOBOBJECTS" error
- Replies: 21
- Views: 9505
- Wed Dec 31, 2008 6:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: fixing corrupted DS_JOBOBJECTS?
- Replies: 6
- Views: 2456
Ray posted excellent advice, I could just repeat what he recommended as initial steps. If you have any idea how this happened it would be good know as it might change the approach to solving the problem. I would also recommend that unless you have the exact same error messages as the original poster...
- Wed Dec 31, 2008 6:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning while date conversion
- Replies: 9
- Views: 1887
Are you using the "StringToDate" function? Also, if you modify the call to do you get the same warning? If yes, check to ensure that the length of your date is always 8 characters.
Code: Select all
StringToDate(Trim(InputColumn),'%mm/%dd/%yyyy')- Wed Dec 31, 2008 6:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: issue while the parameter value
- Replies: 9
- Views: 2130
- Wed Dec 31, 2008 6:33 am
- Forum: General
- Topic: How to resolve "Can't open DS_JOBOBJECTS" error
- Replies: 21
- Views: 9505
You posted on another thread which looks like it might answer your question. You will need to explain where you are getting this error message, and what you might have tried to fix it. Also, if you look into your project directory on UNIX, is the subdirectory DS_JOBOBJECTS there, what are the access...
- Wed Dec 31, 2008 6:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: fixing corrupted DS_JOBOBJECTS?
- Replies: 6
- Views: 2456
- Wed Dec 31, 2008 6:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can i read .xls file in datastage
- Replies: 3
- Views: 1265
This question has been asked (and answered) many times so far. If you are on a Windows DataStage server then it is easy to use the ODBC drivers for Excel that come with the system. If your DS is on UNIX, then it is more difficult, usually involving purchasing software that lets you use ODBC on UNIX ...