3 Steps for that line:
1. Display the Hex/Octal values of the characters to see what you have.
2. Determine which NLS character set you are mapping from and going to.
3. see if the character is legally mappable.
If yes, you have a problem. If no, then you have found your problem.
Search found 15603 matches
- Thu Aug 14, 2008 9:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NLS Mapping Warning/error
- Replies: 12
- Views: 4126
- Thu Aug 14, 2008 7:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sub routine
- Replies: 6
- Views: 1327
- Thu Aug 14, 2008 6:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Write To Dataset Failed. Broken Pipe
- Replies: 4
- Views: 6223
- Thu Aug 14, 2008 4:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Write To Dataset Failed. Broken Pipe
- Replies: 4
- Views: 6223
- Thu Aug 14, 2008 3:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Parameters
- Replies: 8
- Views: 1530
- Thu Aug 14, 2008 3:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Peformance Improvement issue
- Replies: 8
- Views: 2160
- Thu Aug 14, 2008 3:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Parameters
- Replies: 8
- Views: 1530
- Thu Aug 14, 2008 3:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sub routine
- Replies: 6
- Views: 1327
Bikan - you really should know better than to use "urgent" in your message and expect a response. Invariably the frequent posters will ignore posts marked "urgent" for a while. Ray will certainly add his comments regarding the true cost of urgent and immediate support. This is exacerbated by the fac...
- Thu Aug 14, 2008 3:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error while mapping seq file to DB2 database thru transforme
- Replies: 3
- Views: 995
That is because hashed files treat everything as a string, even if you declare the column to be "integer" it won't perform a conversion unless it has to. If you change your derivation to "In.MI_SUBMODULEOF+0" when going to the hashed file you will get an error. The solution is to ensure that only nu...
- Wed Aug 13, 2008 9:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job control fatal error (-4)
- Replies: 18
- Views: 4768
- Wed Aug 13, 2008 6:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: expecting 1 segments, read 2 segments
- Replies: 15
- Views: 4333
- Wed Aug 13, 2008 6:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Record count on sequential file
- Replies: 6
- Views: 1799
- Wed Aug 13, 2008 5:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error calling DSRunJob
- Replies: 8
- Views: 2833
- Wed Aug 13, 2008 4:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Splitting a dataset with binary data
- Replies: 1
- Views: 643
Splitting a dataset with binary data
I have a very large dataset with just one VarBinary column ranging from 100 bytes to 65K bytes per line. This file contains every combination, including 0x00. I would like to split this DataSet into n-datasets with m-rows per dataset, i.e. I have 8,000,000 rows and want to split it into 80 DataSets ...
- Wed Aug 13, 2008 4:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cannot relase job
- Replies: 2
- Views: 1029
It sounds like the job is locked, perhaps by an aborted Designer session. Normally if you cannot see it in the Director window the locks should be gone. I always recommend starting the deadlock daemon, this background process will ensure that this type of problem takes at most 15 minutes to clear it...