Search found 42189 matches

by chulett
Fri Oct 01, 2010 5:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unique key warning generated
Replies: 7
Views: 1903

Much like Arnd, I suspect that the definition of the unique index changed when the four columns were added. Or it could be a data issue, one where you never had duplicate values before and do now. But I would verify the fields that make up the index first so you know what to look for.
by chulett
Fri Oct 01, 2010 5:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: occurring problem
Replies: 13
Views: 4543

That's a bit... confusing... and seems to be at odds with what you posted originally. :? So... can you post some specific examples? I know you already have, but now show us actual data - more than one record. Match that up with specific examples of what the end result would need to look like for eac...
by chulett
Fri Oct 01, 2010 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate key generator stage in datastage 8.1
Replies: 4
Views: 5143

What settings have you specified in the stage?
by chulett
Fri Oct 01, 2010 5:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot insert explicit value for identity column in table
Replies: 2
Views: 1112

Talk to your DBA. That or stop trying to insert explicit values into the IDENTITY column. :wink:
by chulett
Fri Oct 01, 2010 5:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to check valid date ?
Replies: 7
Views: 3890

This is Ray's hand-rolled function, not the PX one so I don't believe that advice would be applicable here. However, don't have access to that particular code at the moment, so can neither confirm nor deny with any authority.
by chulett
Fri Oct 01, 2010 5:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Want to Migrate job DataStage 4.0 to Datastage 7.5
Replies: 6
Views: 2021

I seem to recall the fact that there was some sort of internal change that made it so you couldn't go straight to 7.x from a version that old. Perhaps a first stop at 5.x and then the jump to 7.x was possible? :? And yes, there are a slew of new stuff that you're missing, Sequence jobs being the big...
by chulett
Fri Oct 01, 2010 5:24 am
Forum: General
Topic: Autosys Vs Job Sequencer
Replies: 2
Views: 1932

Of whom do you speak? :?
by chulett
Thu Sep 30, 2010 8:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsNull() in transformer...
Replies: 5
Views: 1695

allavivek wrote:so you are telling that in oracle null and empty string (both are having length 0) are same...
I was saying that Oracle considers them equivalent, converting one to the other - DataStage does not, however.
by chulett
Thu Sep 30, 2010 6:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsNull() in transformer...
Replies: 5
Views: 1695

In Oracle, an empty string is converted to a null... they are equivalent. And an empty string would test 'true' as a null, so test for both.
by chulett
Thu Sep 30, 2010 5:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to check valid date ?
Replies: 7
Views: 3890

That's a known, documented behaviour of those functions. Ray has posted a Server IsValid() routine that will validate dates, amongst other things. Perhaps he'll post it here, or if I can turn it up later I'll add it.
by chulett
Thu Sep 30, 2010 10:30 am
Forum: General
Topic: .tot and .dbf Files
Replies: 3
Views: 1407

DBF is DBase, so there should be ODBC drivers for that. No clue what a "tot" file is. You'll need to ask whomever is giving them to you.
by chulett
Thu Sep 30, 2010 10:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Advise how to parse text file
Replies: 4
Views: 1767

Or define it as a string in the file and convert it inside the job.
by chulett
Thu Sep 30, 2010 9:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Connecting DataStage
Replies: 4
Views: 2283

IS? So this is an 8.x installation, not a 7.x one as you posted?
by chulett
Thu Sep 30, 2010 9:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Phantom Aborting with @ABORT.CODE = 1
Replies: 1
Views: 2598

That just means it aborted. What was in the log before you reset it that wasn't tagged green?
by chulett
Thu Sep 30, 2010 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TNS could not resolve error!!
Replies: 10
Views: 6435

Then you don't have a generic "tnsnames" problem but rather something specific to the proc. So... how are you calling it? Are you certain of the tns entry you are using there?