What is the oconv syntax you are using?
What format are you trying to convert it to?
What data type is the target field in your job?
What does your insert SQL look like?
Search found 42189 matches
- Thu Sep 06, 2007 2:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Invalid character value for cast specification
- Replies: 8
- Views: 3111
- Thu Sep 06, 2007 12:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 10g to 9i database data migration
- Replies: 11
- Views: 3155
- Thu Sep 06, 2007 12:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: login to uv shell
- Replies: 4
- Views: 1717
- Thu Sep 06, 2007 11:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: login to uv shell
- Replies: 4
- Views: 1717
- Thu Sep 06, 2007 11:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Run multiple instances of Server jobs?
- Replies: 3
- Views: 1110
- Thu Sep 06, 2007 9:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential file Loading 5Million Rows of Size 544 MB.
- Replies: 11
- Views: 2522
- Thu Sep 06, 2007 9:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Run multiple instances of Server jobs?
- Replies: 3
- Views: 1110
- Thu Sep 06, 2007 9:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Access violation
- Replies: 3
- Views: 1562
- Thu Sep 06, 2007 8:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage job export from Windows to Unix
- Replies: 3
- Views: 1062
Re: Datastage job export from Windows to Unix
Is it possible to release and run a parallel job executable in Unix if it was initially compiled in Windows. Or should we export the job designs and recompile? Only if the compile did not involve a compiler. OSH scripts will directly transfer, I would think, but no true 'executables'. Recompile. Th...
- Thu Sep 06, 2007 7:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Substring extraction
- Replies: 6
- Views: 2351
- Thu Sep 06, 2007 7:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to lookup a field with conditional field from input
- Replies: 6
- Views: 2218
Check the status of your lookup and constrain your output to only those source records where the lookup succeeded. Link Variables are used for that:
Code: Select all
Not(LookupLink.NOTFOUND)- Thu Sep 06, 2007 7:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Access violation
- Replies: 3
- Views: 1562
- Thu Sep 06, 2007 7:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential file Loading 5Million Rows of Size 544 MB.
- Replies: 11
- Views: 2522
there are 32 columns in the data file per record It is a fixed 26 columns file with '|' as separator Which one is correct? And if it has a field separator then it's not a 'fixed' file but rather a delimited one. There's no trick here. You simply have to manually verify the metadata you are using ma...
- Thu Sep 06, 2007 7:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in routine- not in VOC
- Replies: 13
- Views: 5416
- Thu Sep 06, 2007 7:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Not able to prevent generation of empty CSV file
- Replies: 8
- Views: 2249