Search found 42189 matches

by chulett
Sat May 28, 2011 2:45 pm
Forum: General
Topic: Return value in routine Activity
Replies: 8
Views: 3740

Server routines automatically return the value of their "Answer", do you have that set properly? After that, you just refer to the stage_label.$ReturnValue variable anywhere downstream from it.
by chulett
Sat May 28, 2011 11:06 am
Forum: General
Topic: renaming the job name via UNIX or DS administrator
Replies: 13
Views: 4705

You are reading too much into what I wrote. I never said the "entire repository". It's one thing to select information from the repository, it's another thing entirely to be inside modifying it. I'm not about to condone nor in any way enable that, the only time you should be in under the c...
by chulett
Sat May 28, 2011 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: checking alphabets in the transformer stage
Replies: 3
Views: 2478

Suggest you do an exact search for "Null string argument", this has already been asked and answered here.
by chulett
Sat May 28, 2011 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: help in tracing the error
Replies: 1
Views: 1370

Please pay attention to how your posts are marked - Server job questions should use a Job Type of Server, at the moment this post is a bit like Bilbo Baggins - there and back again. Whatever magic Ray does will remove the errant "moved" entry. Also please search before you post, more than ...
by chulett
Sat May 28, 2011 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Questions regarding Hash files and hash file stage
Replies: 54
Views: 42070

Found the article I was thinking of, you can find it in the Learning Center here. There's also a post here with some discussion and a link to another product's pdf on their dynamic file implementation, similar enough to be helpful here.
by chulett
Sat May 28, 2011 12:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Questions regarding Hash files and hash file stage
Replies: 54
Views: 42070

A hash value is computed for the key fields (thus the name) and that is used to store the value. I seem to recall a Ken Bland post here with all kinds of gory details about hashed files... and I'm sure Ray has a thing or two up his sleeve. :wink:
by chulett
Fri May 27, 2011 8:33 pm
Forum: General
Topic: renaming the job name via UNIX or DS administrator
Replies: 13
Views: 4705

I'm curious which part of "it's not possible" is unclear.

Yes, the syntax is valid but only execute that if you want to (essentially) corrupt your repository.
by chulett
Fri May 27, 2011 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi byte characters getting rejected
Replies: 5
Views: 4200

So confirm for us the target field - does it show as VARCHAR2 50 BYTE or VARCHAR2 50 CHAR?
by chulett
Fri May 27, 2011 7:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extraction job fails
Replies: 12
Views: 5085

There's no hard-and-fast rule. To me, it would be fine to mark it as a Workaround for now but then come back with any resolution from Support, including none. If they give you a working solution, mark the post as Resolved.
by chulett
Fri May 27, 2011 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Xml file to Flat file
Replies: 4
Views: 1671

Don't use a Sequential File stage to read XML, too many possible issues there. Follow Ernie's advice here instead.
by chulett
Fri May 27, 2011 6:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi byte characters getting rejected
Replies: 5
Views: 4200

Re: Multi byte characters getting rejected

muralidwhds wrote:Target field length is 50 Chars
Your database is using byte semantics and thus your target field length is 50 bytes long, not 50 characters. It won't fit, period. See if you can talk your DBA / Architect into switching semantics.
by chulett
Fri May 27, 2011 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Decimal to Hexadecimnal conversion
Replies: 7
Views: 4181

a.sarkar wrote:I think somewhere we need to document this limitation and the solution to this limitation.
We just did! :wink:
by chulett
Fri May 27, 2011 6:34 am
Forum: General
Topic: not able to login to datastage
Replies: 7
Views: 3990

I have no idea off the top of my head what your issue might be but would say if it is "very urgent and has got lot of dependancy" that you contact your official support provider and let them know your system is down.

On a side note, what changed 2-3 days ago? Something obviously did.
by chulett
Fri May 27, 2011 6:28 am
Forum: General
Topic: renaming the job name via UNIX or DS administrator
Replies: 13
Views: 4705

No can do.
by chulett
Thu May 26, 2011 10:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: microseconds getting trucated while loading intoOracle 11g
Replies: 4
Views: 2137

OK, straighten out something for us. You've posted in the PX forum but marked your post as 'Server', which one is it? And what does your job design look like, in particular which target stage are you using? :?