Search found 42189 matches

by chulett
Fri Feb 16, 2007 10:19 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: .
Replies: 4
Views: 2598

No.
by chulett
Fri Feb 16, 2007 9:52 am
Forum: Site/Forum
Topic: Ray hits 18K !!!
Replies: 19
Views: 8974

:cry:

I know! I'll just write a bot that crawls the site and posts 'Time to mark your post as Resolved!' messages to any open issue I can find. I'll be caught up in no time. :wink:
by chulett
Fri Feb 16, 2007 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Sequence insert
Replies: 1
Views: 969

If you absolutely need to use them, the 'best approach' can depend on if you need to know the sequence value or not. If you do, then an OCI reference lookup that selects 'seqname.nextval from dual'. Of course, these are singleton lookups, fired once per record processed and probably across a network...
by chulett
Fri Feb 16, 2007 8:19 am
Forum: Site/Forum
Topic: Ray hits 18K !!!
Replies: 19
Views: 8974

Re: Ray hits 18K !!!

kumar_s wrote:Ray hits 18K in his usual pace.
Still maintaining ~ 2*Craig's post.
Thanks for your time.

And thanks for pointing that out. :roll: :lol:
by chulett
Fri Feb 16, 2007 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem reading XML files
Replies: 3
Views: 1025

[sigh] Because that particular function is built to connect to the same server your Project resides on. The XML Meta Data Importer is a separate client tool the Manager spawns which only has connectivity to your local PC. Or, if you can find a syntax that works, there is the 'Open From the Web' file...
by chulett
Fri Feb 16, 2007 8:00 am
Forum: General
Topic: DataStage Event Detail
Replies: 4
Views: 1819

Actually, there is a 256000 character limit for log messages. When I capture a large amount of output from a script, for example, it will dump quite a bit of it into the log and then show: ...[Message truncated to 256000 characters, actual length was 298659 characters]... One such example pulled fro...
by chulett
Fri Feb 16, 2007 7:50 am
Forum: General
Topic: Installing MCM
Replies: 20
Views: 6245

It's about the service, that's what the user request is all about. And without it running, you can't switch.
by chulett
Fri Feb 16, 2007 7:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: capturing reject records in transformer stage
Replies: 6
Views: 1991

Along with his little brother, 'u'.
by chulett
Fri Feb 16, 2007 7:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem in transversing the file
Replies: 13
Views: 3295

parvathi wrote:I have executed the command given above. iam not able to echo the value.

You have executed this where? Anything declared via the Administrator will be available when jobs are run. If you are 'Test'ing it via a routine or 'executing' this in some other fashion...
by chulett
Fri Feb 16, 2007 7:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we call procedure (for Truncating Table )from OraBulk
Replies: 9
Views: 2506

Re: Can we call procedure (for Truncating Table )from OraBul

Mohanram wrote:Can we call procedure (for Truncating Table )from OraBulk Stage?

No. You'll need to find some other place to do that, like a Stored Procedure stage. Or switch it to 'Manual' mode and tweak the generated control file before you launch sqlldr.
by chulett
Fri Feb 16, 2007 7:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSFunction to encrypt a value
Replies: 13
Views: 3708

You two need to learn how to quote. :wink:
by chulett
Fri Feb 16, 2007 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSFunction to encrypt a value
Replies: 13
Views: 3708

How about you explain exactly how you are fetching these encrypted values that gets you the unencrypted values? And then explain what you are doing with them afterwards? More than just 'getting' and 'writing' please. Rather than all this, perhaps you should just not record any 'encrypted' values? Or...
by chulett
Thu Feb 15, 2007 7:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while scheduling a job in datastage
Replies: 11
Views: 4420

Unfortunately, no. A search will reveal one or two other threads with people having this issue on Windows servers with the 'AT' command, but no resolutions. So far.
by chulett
Thu Feb 15, 2007 2:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reference lookup
Replies: 8
Views: 1956

First make sure it is working with your changes. Indexes just make it work faster, they are not needed to make it work. Last thing we would need is the impression that indexing is causing it to break. :wink:

Ray has clarified the index creation situation.