Search found 15603 matches

by ArndW
Thu Aug 14, 2008 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS Mapping Warning/error
Replies: 12
Views: 4126

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.
by ArndW
Thu Aug 14, 2008 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sub routine
Replies: 6
Views: 1327

Yes, the "!" at the beginning of the line means that it is a comment.

"IF Status<1> = 0" means the first field of the Status variable, this comes back as one field only so is equivalent to "IF Status = 0" in this case.
by ArndW
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

Do not delete the files in that directory directly. Find the DataSet descriptor files and delete those files using the "orchadmin rm" command or do it from the DataSet Management tab in the clients.
by ArndW
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

Most likely that "/opt/IBM/InformationServer/Server/Datasets/" has filled.
by ArndW
Thu Aug 14, 2008 3:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Parameters
Replies: 8
Views: 1530

Ahh, right. That too. But I still think the main problem is that space which is preventing the 2nd parameter to be used.
by ArndW
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

10 nodes on how many CPUs? If you monitor your system while the job is running which aspect uses the most - CPU, Disk I/O, Network I/O, Memory (paging or swapping)?
by ArndW
Thu Aug 14, 2008 3:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Parameters
Replies: 8
Views: 1530

When you use "#p_FoldName##p_File #" as your file name, what happen? Normally this will work correctly. (If that extra space at the last hash mark is cut-and-pasted then that is the cause of your problem).
by ArndW
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...
by ArndW
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...
by ArndW
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

Where did you start TCL? If from UNIX and the $DSHOME directory, you need to enter the command "LOGTO {YourProjectName}"
by ArndW
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

Are you 100% certain that you don't have an "overwrite" mode somewhere?
by ArndW
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

For (2) use the input link name and stage name of the sequential file stage.
by ArndW
Wed Aug 13, 2008 5:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error calling DSRunJob
Replies: 8
Views: 2833

Welcome to DSXchange, TP.

Is this happening when calling the job from an execute job stage in a sequence job or from the Job Control section of a normal DataStage server job? What has changed in your system since Monday and are any other errors visible?
by ArndW
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 ...
by ArndW
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...