Search found 42189 matches

by chulett
Thu May 19, 2005 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control help
Replies: 8
Views: 2171

Establish? First order of business would be to install it on your PC and then read the pdf documentation that installs along with it. There is a Methodology chapter which walks you through How It Works. Plus it documents the post-install steps you need to complete before you can start using it.
by chulett
Thu May 19, 2005 9:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update and then Insert or Insert and then update
Replies: 1
Views: 521

All it means is that you should pick the order that most fits the data coming in. If most of them will be inserts, then have it try the insert first. By "faster" all they mean is it will be one operation, the secondary operation only happens if the primary operation fails. Hence it can be considered...
by chulett
Thu May 19, 2005 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling
Replies: 4
Views: 1167

I thought IsNullStr comes from the PX side. :? If it's user written, then I would hope that someone there should be able to "fix" it so it always works as expected. At worst case, post the code.
by chulett
Thu May 19, 2005 7:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge Stage
Replies: 1
Views: 536

:? The Merge stage in Server jobs merges / combines two flat files. That's got nothing to do with how you go about inserting or updating a target table.

Perhaps if you explained in more detail your requirements?
by chulett
Thu May 19, 2005 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: WARNING
Replies: 5
Views: 1205

Surely you can't send a space character (" ") to a date column in any case? No, you can't. At least not in Oracle, can't imagine that's true in any database. At the time of data loading , change the data type of all date column as Varchar2[38], Oracle automaticaly load as time stamp . Better to spe...
by chulett
Thu May 19, 2005 7:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Client-side backups using " dscmdexport"
Replies: 15
Views: 3231

just as a note, you can download the command-line WinZip interface and I've used that for .bat programs and I haven't seen any popups. Which is exactly what I am using for this as well. You will have to have a real live registered version of WinZip before you can use the command line option. The -m...
by chulett
Wed May 18, 2005 2:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting null values in fields
Replies: 5
Views: 1842

No way for me to know without either seeing your job or getting a better explanation as to exactly what it is doing to the data as it moves it through. Is there a hash lookup involved? Are you using values from it even if the lookup fails? Have you tried debugging the job to watch the data flow thro...
by chulett
Wed May 18, 2005 2:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting null values in fields
Replies: 5
Views: 1842

What kind of help do you need? :? The problem is spelled out in the message:

Cannot insert the value NULL into column 'fund_name', table 'uci.dbo.nsar'; column does not allow nulls.

You are trying to put a null into a field that doesn't allow it. Stop doing that. :wink:
by chulett
Wed May 18, 2005 10:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date field problem when importing from Database
Replies: 3
Views: 697

Or just take the first 10 characters of the Timestamp field. :wink:
by chulett
Wed May 18, 2005 10:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date field problem when importing from Database
Replies: 3
Views: 697

Oracle DATE fields are best handled as Timestamps datatypes in DataStage, in my opinion and experience, since it contains a time portion.
by chulett
Wed May 18, 2005 8:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Corporate Standard is no Job Sequences - I need to change it
Replies: 17
Views: 7513

Curious on how they plan on restricting that?
by chulett
Wed May 18, 2005 8:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Client-side backups using " dscmdexport"
Replies: 15
Views: 3231

Switch from the roll-your-own batch file to the spanky one available out on ADN. It doesn't have that issue, creates daily backup directories and has hooks for compressing all of my exports into a single zip. Not sure what it does special to avoid your issue, however. Are you redirecting the output ...
by chulett
Wed May 18, 2005 8:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read file names from file list into parameter while looping
Replies: 13
Views: 3720

dak wrote:Only thing is that I am running in a Windows 2000 environment so I can't use the Unix 'cat' function.

So then you would use 'copy' in that case. Or possibly even 'type'.
by chulett
Wed May 18, 2005 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Corporate Standard is no Job Sequences - I need to change it
Replies: 17
Views: 7513

Re: Corporate Standard is no Job Sequences - I need to chang

palmeal wrote:I am being told that my Company's corporate standard is not to use Job Sequences. I am also being told that another standard is that Sendmail is not supported.

Those are... interesting... non-standards to be saddled with. :roll:
by chulett
Wed May 18, 2005 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Real time loading
Replies: 5
Views: 1682

Interesting. :wink: I've seen Mercator in the past, but that was a long time ago and never since acquired by Ascential and morphed into TX. I'll have to keep that in mind.