Search found 42189 matches

by chulett
Mon Aug 01, 2005 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: .uvconfig file
Replies: 3
Views: 5326

In case it's not clear in Arnd's post, drop the 'dot' from the front of the filename. You want to edit the regular uvconfig file instead of the hidden .uvconfig file. And then yes - once you regen - your changes will more than likely 'effect the actual run of the job'... some more than others.
by chulett
Mon Aug 01, 2005 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Load Error
Replies: 2
Views: 1449

Failures during a direct path load will leave indexes in an UNUSABLE state, which a rebuild will be needed to fix. As to why there were failures... definitely get your DBA involved. Show them what SQL is being generated by the stage for each of the steps involved. I suspect it may have something to ...
by chulett
Sun Jul 31, 2005 8:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Key field limitation
Replies: 4
Views: 1269

No, not directly. You might want to explain what you are trying to do, then you can get something less 'generic' in the way of advice.
by chulett
Sat Jul 30, 2005 12:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: excel sheet load
Replies: 4
Views: 1281

I did a quick search on excel odbc and got 37 matches, so your answers are out there. Like for example, this one. :wink:

Since you are on a Windows server you can read the .xls directly. Or you can always do the old standby of saving as a .csv first and then loading it via a Sequential File stage.
by chulett
Sat Jul 30, 2005 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Get Identity column value
Replies: 6
Views: 1909

i want to use this number down the line to update the records with different statuses. I think the key here is what 'down the line' means. If they are followup jobs, then you can get the new column values post-process and hash them up as Vincent notes. However, if 'down the line' means 'later in th...
by chulett
Fri Jul 29, 2005 4:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we know the Constraint Name which was Violated
Replies: 4
Views: 968

But not and get the name of the constraint being violated.
by chulett
Fri Jul 29, 2005 4:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Key field limitation
Replies: 4
Views: 1269

Two things:

1) I believe max key length is controlled by a uvconfig file parameter. I have no idea what effect changing this would have.

2) Why in the world would you need a 2000 character key? Do you really need to do this?
by chulett
Fri Jul 29, 2005 3:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help on using command line unzip
Replies: 2
Views: 1042

You either need to make sure the install path for WinZip is in the PATH variable of the server or launch the command from that directory or fully path the executable when you run it.
by chulett
Fri Jul 29, 2005 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we know the Constraint Name which was Violated
Replies: 4
Views: 968

Unfortunately, no - not from the reject link inside the job. The only place the full message exists is in the job's log. So you'd need to farm that information from there after the job completes. If you don't want to roll your own, you might want to check out Mr Duke's ETLStats package you can downl...
by chulett
Fri Jul 29, 2005 3:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: changing uvconfig.odbc & odbc.ini files
Replies: 2
Views: 1436

Welcome aboard. :D

You should be fine all around as long as you don't hork up any existing definitions you care about. They are only used to establish the connection AFAIK, so I'd be surprised if it would bother anyone who is already hooked up.
by chulett
Fri Jul 29, 2005 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Low Date" acts unexpectedly
Replies: 5
Views: 1624

It's not a bug. Putting '0001' for a year is the same to it as putting '01' - it thinks the century is missing. Based on the sliding window year (don't recall the exact name) defined in the uvconfig file it decides if it goes into the current or previous century. I think it defaults to 30.
by chulett
Fri Jul 29, 2005 12:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Low Date" acts unexpectedly
Replies: 5
Views: 1624

:? Define what you mean by "unpredictable" or "unexpected" behaviour, so we know what you mean. Examples would be good, too.
by chulett
Fri Jul 29, 2005 11:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User-Defined SQL behaves differently in 7.5.1A
Replies: 16
Views: 3702

I really don't think that can be true, Ogmios... at least not for us when working with Oracle via the OCI stage. Perhaps it's different when using ODBC, couldn't say as we typically don't. There are quite a number of jobs here with comments in them, some even at the very beginning to note what is go...
by chulett
Fri Jul 29, 2005 8:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting carriage return to spaces
Replies: 2
Views: 1120

Use Char(10) or Char(13) instead.
by chulett
Fri Jul 29, 2005 8:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SMTP Settings within Data Stage
Replies: 5
Views: 4739

Re: SMTP Settings within Data Stage

lagrangeusa wrote:I am looking for a default screen in Data Stage Administrator or Data Stage Manager that allows me to set the SMTP mail settings for all DS jobs.

You are thinking of the option in Designer to provide defaults for the stage when it is newly added to a job.