Search found 42189 matches

by chulett
Sat Nov 12, 2011 8:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Internal Date format to SQL Server Date format.
Replies: 7
Views: 2965

:? So... you are successfully converting a date string in YYYY-MM-DD format to an internal date using what you posted, yes? And now you need to insert the result into SQL Server. What is the datatype of your target database column - DATETIME, SMALLDATETIME, something else? What is the "SQL Serv...
by chulett
Sat Nov 12, 2011 8:17 am
Forum: General
Topic: Datastage Server Shutdown
Replies: 3
Views: 1377

About the only "precaution" I can think of would be to shut them down gracefully if you have the chance to do that.
by chulett
Sat Nov 12, 2011 8:16 am
Forum: General
Topic: Sequence issue
Replies: 9
Views: 1960

What is the "command activity" doing? If it is only being used to determine what happened with Job2, remove it as you don't need it. The conditions you posted should be in the triggers coming from Job2.

Actually, can you post the exact syntax you are using rather than paraphrasing?
by chulett
Fri Nov 11, 2011 10:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Internal Date format to SQL Server Date format.
Replies: 7
Views: 2965

Where are you getting this "internal format" from and how exactly are you attempting to convert it? Post the syntax you are using.
by chulett
Fri Nov 11, 2011 3:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Less than and greater than signs in xml data
Replies: 2
Views: 2006

They are being made "safe"... and you beat me to posting the answer. Dang. Yup, that tells it that it is already XML and to not futz with it any further.
by chulett
Fri Nov 11, 2011 9:06 am
Forum: General
Topic: Help with uvconfig parameters
Replies: 10
Views: 9256

Interesting... thanks for posting that little tidbit.
by chulett
Fri Nov 11, 2011 7:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date() format in server job
Replies: 1
Views: 1235

Have you read the documentation on that function? That number is the internal value of today's date. Use OConv() if you need a date string in a specific format.
by chulett
Fri Nov 11, 2011 7:05 am
Forum: General
Topic: Error handling
Replies: 3
Views: 1352

You would need to create a custom routine to go get whatever error messages you wanted from the logs of the jobs the sequence ran. Up to you then how you "throw" it after that. If you don't need the details but just the high-level list of what failed, that would be in the log of the sequen...
by chulett
Fri Nov 11, 2011 6:59 am
Forum: General
Topic: Failed to open RT_LOG37 file
Replies: 1
Views: 1353

Can't really tell - did you try recompiling "job a"?
by chulett
Thu Nov 10, 2011 7:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Folder stage equivalent Stage
Replies: 11
Views: 2993

OK, had me going there for a moment. That much was acknowledged but the question here is specifically around the PX equivalent of the Server Folder stage. From what I've seen and what Ernie has blogged about, that equivalent would typically be the External Source stage. Do you concur or has you gots...
by chulett
Thu Nov 10, 2011 4:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to remove duplicates using LastRowInGroup?
Replies: 4
Views: 1667

Looks like they really need to identify duplicates rather than remove them.
by chulett
Thu Nov 10, 2011 4:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Folder stage equivalent Stage
Replies: 11
Views: 2993

So... there's a Parallel version of the Folder stage in the 8.x release?
by chulett
Thu Nov 10, 2011 4:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Failing with Phantom warnings
Replies: 4
Views: 1480

Three "lines" means there are three keys on that hashed file and those are the key values for the record that failed. Did you run out of space, perhaps? Does the hashed file get cleared each run or is it persisted?
by chulett
Thu Nov 10, 2011 4:39 pm
Forum: General
Topic: determining &PH& current type
Replies: 18
Views: 5571

Interesting... not an issue I have ever had, perhaps I just got lucky all these years. :wink:
by chulett
Thu Nov 10, 2011 10:08 am
Forum: General
Topic: determining &PH& current type
Replies: 18
Views: 5571

Well, as noted in the linked thread you could do three things:

1. Ignore them as they are just informational
2. Turn off trace if you no longer need it on in those jobs
3. Resize the phantom directory