Search found 42189 matches

by chulett
Mon May 09, 2005 6:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running the ODBC driver from Basic in DataStage
Replies: 6
Views: 1802

Of course there's a 'politically correct solution' for this - license (i.e. buy) the ODBC drivers for use outside of DataStage.
by chulett
Sun May 08, 2005 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Seq_File
Replies: 12
Views: 3485

dstechdev wrote:I don't think sorting is the primary issue to the original question.

Maybe yes, maybe no. As you noted, things are still a little... unsettled... yet. :wink:

However, the question of sorting came up so it was addressed.
by chulett
Sun May 08, 2005 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Seq_File
Replies: 12
Views: 3485

The sort command is slightly different on different platforms. Check man sort to verify what options pertain to your system. For example, a numeric sort may be specified with a -n option rather than suffixing the sort key specification. Which can make a huge difference if you get this wrong. Make s...
by chulett
Sat May 07, 2005 9:09 am
Forum: Site/Forum
Topic: The topic or post you requested does not exist
Replies: 0
Views: 1590

The topic or post you requested does not exist

I'm curious why something like this would happen. Hello, You are receiving this email because you are watching the topic, "VARIABLE LENGTH VSAM FILES" at DSXchange. This topic has received a reply since your last visit. You can use the following link to view the replies made, no more notifications w...
by chulett
Sat May 07, 2005 8:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to pass values between jobs?
Replies: 12
Views: 4463

One caveat. Routines that use COMMON storage can't be used in jobs that have Buffering enabled. At least not reliably used. Plus the fact that while you can use this in the same job to 'pass' values from one Transformer to another, I'm not sure it's valid to say that it would work 'across different ...
by chulett
Sat May 07, 2005 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems inserting a row in a table with identity column
Replies: 10
Views: 9446

I vaguely remember that providing zero for the identity column also triggers it to use an auto-incremented value. Or is that Red Brick? Informix works the same way, from what I vaguely recall, when using its SERIAL field. We would load it with a zero to say "please give me the next available value"...
by chulett
Fri May 06, 2005 9:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aborting a Job based on number of rejects.
Replies: 9
Views: 4057

Actually, just to nit pick: Constraints are one of the odd places where you don't wrapper a job parameter with pound signs. So, the constraint would be @OUTROWNUM < ThresholdParameter And that won't abort anything, just stop any further rows from going down the link. So I take it that the PX version...
by chulett
Fri May 06, 2005 9:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Stage Help
Replies: 5
Views: 1363

Re: FTP Stage Help

I have created a couple jobs to FTP the output from the Transform stage to either our production area or our development area based on an incoming parameter. I was under the impression that the FTP didnt' connect until data went though the link into the FTP Stage. Is there a way to tell the FTP sta...
by chulett
Fri May 06, 2005 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Installation on AIX
Replies: 24
Views: 5949

At 6.x you can't do anything other than a root install. As mentioned, it will ask you where to unpack the cdrom to during the installation. This is the temp space it needs while the install runs. This is not the same as where you intend to install the product. It will prompt for this as well during ...
by chulett
Fri May 06, 2005 6:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How To Pass Velues To Parameters
Replies: 9
Views: 2479

Re: SETting Up Job params

I added following code in Job Control to asign NAME="rubu". But this routine is giving both the warning messages included in... saying "BAD HANDLE". Why is it happening. Cant I SET parameter of the same job I inside job control? Nope, it's too late at that point. Parameters must be set before the j...
by chulett
Fri May 06, 2005 6:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Installation on AIX
Replies: 24
Views: 5949

There are no 'files' you need to create in order to install. All you need is the Administrator user setup - which is locked at dsadm in your version from what I recall. Then simply mount the cdrom and start the install. About the only other thing you may need to create if it doesn't exist yet is the...
by chulett
Thu May 05, 2005 9:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fields in DS_LICENSE
Replies: 7
Views: 1891

Never claimed it was a real word Alice. :wink:
by chulett
Thu May 05, 2005 8:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connection broken error(81002)
Replies: 7
Views: 4970

A quick search of the forums for your error returned quite a number of hints - including this one.

See if it helps.
by chulett
Thu May 05, 2005 7:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Change java runtime env
Replies: 8
Views: 1931

Just to double-check - are you setting / overriding the CLASSPATH variable in the dsenv file?
by chulett
Thu May 05, 2005 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Limiting the number of lookups per stage.
Replies: 12
Views: 4237

Give it a shot - let us know! :wink:

Too many variables dependant on your particular system and exactly what you are doing in the job for us to give you a definitive answer.