Search found 42189 matches

by chulett
Sun Jul 17, 2005 6:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 date Error, Value treated as null
Replies: 6
Views: 2696

From hanging out here, it seems that DB2 is the only stage that wants DATE fields in internal rather than the external format the others use. You should be able to search for various posts to this effect.
by chulett
Fri Jul 15, 2005 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameterising a WHERE clause
Replies: 6
Views: 1468

It's called 'escaping' and the back-slash is the default escape character. It is usually used to tell something to ignore a metacharacter and (as Arnd notes) accept it 'unparsed'. In this case it also works for quotes. I didn't mention it because in my experience with the Server product it doesn't h...
by chulett
Fri Jul 15, 2005 6:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameterising a WHERE clause
Replies: 6
Views: 1468

You are right, the quotes in String parameter values get stripped.

Do you need to pass the entire phrase? Can you just pass the date?
by chulett
Thu Jul 14, 2005 7:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS stage does not respond
Replies: 2
Views: 1014

Is this one client machine running XP Pro with Service Pack 2? If so, have you installed the SP2 patch on it?
by chulett
Thu Jul 14, 2005 7:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to fill fields with zeros.
Replies: 4
Views: 1137

And on the chance you meant zero fill (or pad) a field to 10 characters that may have less than 10 characters in it, check out the FMT function.
by chulett
Thu Jul 14, 2005 7:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Backup Error Message: Any ideas?
Replies: 3
Views: 1422

I'd start by rebuilding the repository indexes. There a ton of posts that reference DS.REINDEX if you need help with the syntax.
by chulett
Thu Jul 14, 2005 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with using the email notification in a sequencer
Replies: 3
Views: 1293

First question would be - what is it? That might help direct the solution.
by chulett
Thu Jul 14, 2005 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create Hash File
Replies: 5
Views: 1307

Or check the log for a job that creates a hash file in an 'Account', the full create syntax it used will be there.
by chulett
Thu Jul 14, 2005 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installation of Datasstage 7 in XP
Replies: 7
Views: 1414

As long as people understand that the 'it' that will work under XP Pro SP2 is the client. It's still not a supported platform for the Server.
by chulett
Thu Jul 14, 2005 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Base64 Encoding
Replies: 27
Views: 10449

We have access to Perl in 7.0.1 as well, having installed the Click Pack. Others have asked the same question here, but I have no idea if we have any Perl experts handy or if they could be press-ganged into rowing an oar on this barge. I think we'll end up sticking with the lesser of our known evils.
by chulett
Thu Jul 14, 2005 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential stage and wildcards in the Filter
Replies: 8
Views: 2216

Argh! You said the 'S' word! :evil:
by chulett
Thu Jul 14, 2005 6:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequence
Replies: 17
Views: 3402

ArndW wrote:The trigger of "OK - Conditional" will continue on an exit status of OK or OK with warnings

'Fraid that's not true, Arnd. :wink:

The Custom Condition would need to check for a $JobStatus of 1 or 2, btw.
by chulett
Thu Jul 14, 2005 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Check the database availability
Replies: 5
Views: 1857

anupam wrote:But i want it to check it every 10 minutes. Can it be done with the Job ?

Actually, you said you want to check it 'continuously'. And your routine is only sleeping 10 seconds between tries. Is that really what you meant to do? :?
by chulett
Wed Jul 13, 2005 11:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Base64 Encoding
Replies: 27
Views: 10449

Thanks Kim. Yah, I'm sure we'll end up doing something akin to that. This actually gets incorporated into an XML feed to an outside vendor, so now they're talking about a Java based post-processing step to run the XML through that will stick the encrypted/encoded string in with everything else.
by chulett
Wed Jul 13, 2005 11:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSParams.keep
Replies: 1
Views: 591

Surely. Search the forums and you'll find two other posts that discuss this, including this one in the FAQ forum.