Search found 116 matches

by ppalka
Thu Jul 13, 2006 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: strange problem with output hashed file
Replies: 13
Views: 5249

Could you kindly share the solution with us, so that future posters, encountering a similar problem, will know what to do. I have just posted three solutions :) Two tricks: 1. add extra output link from transformer; 2. pass input argument through stage variable. And the finest solution, I think, to...
by ppalka
Thu Jul 13, 2006 2:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: strange problem with output hashed file
Replies: 13
Views: 5249

ray.wurlod wrote:Please post the routine code.
So if I found the reason of getting wrong results there is no need to post that routine code.
by ppalka
Thu Jul 13, 2006 1:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: strange problem with output hashed file
Replies: 13
Views: 5249

Turn off row-buffering, write-caching, and inter-process and try again. I can't really tell you what you're doing wrong, but it could be a bug. ... There was enabled "record level read" option in source hf. After disabling it I get good results. So is it the bug of DS? I think this option...
by ppalka
Wed Jul 12, 2006 10:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: strange problem with output hashed file
Replies: 13
Views: 5249

kcbland wrote:Turn off row-buffering, write-caching, and inter-process and try again. I can't really tell you what you're doing wrong, but it could be a bug. ...
OK, I will try this tomorrow and I will get you know about the results.
by ppalka
Wed Jul 12, 2006 9:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: strange problem with output hashed file
Replies: 13
Views: 5249

Spool to a file at the same time and see what the result looks like. Spool all values used in the function to the file as well as the result from the file. Look for what's wrong. But this is the issue. When I don;t have output to seq file I get wrong results in HF, but when I add seq file output I ...
by ppalka
Wed Jul 12, 2006 9:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: strange problem with output hashed file
Replies: 13
Views: 5249

If you doubt the output, add an extra link to go to a Sequential file. Are you expecting sorted data in some fashion and using stage variables with COMMONs? Define unreadable data. ... Yes, I use COMMON variables, but not in this routine. I don't need sorted data, I am sorting in further step. Urea...
by ppalka
Wed Jul 12, 2006 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: strange problem with output hashed file
Replies: 13
Views: 5249

strange problem with output hashed file

Hi, I have very strange problem with hashed files. Simple job: hf1--->Transformer--->hf2 Readable data in hf1. In transformer I use three input columns as input arguments to routine. And then I use a return value from routine as one of output column. But on my output I get about fifty records with u...
by ppalka
Wed Jun 14, 2006 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: decompiler
Replies: 10
Views: 3400

The purchased decompiler (can't recall who sells it anymore) will retrieve everything but common block variable names and CASE constructs (they compile down to embedded IF-THEN-ELSE statements. But you would still need to take those programs and put them back into the repository. This can be done f...
by ppalka
Wed Jun 14, 2006 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: decompiler
Replies: 10
Views: 3400

All in all a working decompiler requires a list of opcodes as well as description of the current file layout (which parts are code, xref, linking, parameter, etc.) and it will be impossible to do without documentation that none of us have access to. So how you wrote a decompiler some time ago if yo...
by ppalka
Wed Jun 14, 2006 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: decompiler
Replies: 10
Views: 3400

Anyone gonna ask for the 'why' behind the question? :? ... I was just curious, cause some time ago I have a situation, that I export my project, but without source code and unfortunately I delete my project. So I am wondering about how could I retrieve all my project source code in such situation. ...
by ppalka
Wed Jun 14, 2006 4:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: decompiler
Replies: 10
Views: 3400

decompiler

Is this possible to decompile routines bytecode to source code?

Best regards,
Piotrek
by ppalka
Wed May 31, 2006 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with national characters in view data
Replies: 10
Views: 2551

chulett wrote:Is that ok to set on your pc? Give it a shot and see, let us know. ...
I'm not sure if I understood your post properly, but after I set NLS_LANG variable on my client machine there is still the same issue with view data...

Best regards,
Piotrek
by ppalka
Wed May 31, 2006 4:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with national characters in view data
Replies: 10
Views: 2551

balajisr wrote: can you please tell me how?
NLS conf:
Server: MS1250-CS
Project: MS1250
Job: MS1250
OS: Win XP SP1
And in view data he get properly display of polish characters
by ppalka
Wed May 31, 2006 4:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with national characters in view data
Replies: 10
Views: 2551

But my friend accomplish to do that, but on windows server machine...
by ppalka
Wed May 31, 2006 4:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with national characters in view data
Replies: 10
Views: 2551

problem with national characters in view data

Hi, I have a problem with viewing national (polish) characters in ds view data. There is only problem with viewing not with processing these characters. When I save such characters in some output, i.e. flat file, and I view that file using external viewer, the all national characters are ok. Does an...