Search found 42189 matches

by chulett
Sat May 05, 2007 7:31 am
Forum: General
Topic: Oracle TIMESTAMP WITH TIME ZONE datatype.
Replies: 2
Views: 5360

Luckily, I haven't had the pleasure of dealing with TIMESTAMP WITH TIMEZONE data types in Oracle, so can't really offer an advice from personal experience. You are correct in that DataStage only officially supports DATE fields, not any flavor of the true TIMESTAMP types. At least that's true for any...
by chulett
Sat May 05, 2007 7:16 am
Forum: General
Topic: Zero Byte file Input problem
Replies: 11
Views: 5919

And if file has a header record for the column names? :wink:

A generic link row count check for zero always works.
by chulett
Sat May 05, 2007 7:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there any limit for query size in OCI stage?
Replies: 9
Views: 3177

Do you know if this limitation is specific to the Oracle Enterprise stage? It must be as I have a couple of my peoples who loves the long user-defined sqls and I haven't run into this issue on the Server side. I just pulled one example at random and pasted it into Word for some stats: Characters: 48...
by chulett
Sat May 05, 2007 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UNIX and project permissions for multi-users
Replies: 10
Views: 2469

For #5, I'd suggest that you make 'dstage' everyone's primary group if at all possible.
by chulett
Sat May 05, 2007 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job running forever....
Replies: 10
Views: 3103

I guess I haven't really seen this because, outside of the Dev environment anyway, a single functional id is used to compile and run all jobs. Always done it that way.
by chulett
Sat May 05, 2007 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does the SetDSParamsFromFile exist for DSEE
Replies: 12
Views: 3868

Where exactly does "Ascential make mention of it"? :?
by chulett
Fri May 04, 2007 5:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Call Jobs on Condition based in the Sequence
Replies: 15
Views: 5784

Ah... I always seem to forget about the Windows angle on the Data Direct drivers. Still... don't use a routine.
by chulett
Fri May 04, 2007 5:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job locked
Replies: 18
Views: 6672

Or just reboot the server. :wink:
by chulett
Fri May 04, 2007 2:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple date format
Replies: 8
Views: 2912

It's more possible than you imagine. :wink:

Check the sdk Date routine called 'DateGenerticToTimestamp', perhaps just use it directly or 'adapt' the code into your own routine.
by chulett
Fri May 04, 2007 9:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Importing Sybase Table Definitions
Replies: 3
Views: 1446

OCI is Oracle, not sure why you mentioned it. And if you don't have the client installed, you can't use the Sybase plug-in to import metadata. However, you should be able to use ODBC to import the definitions. Have you tried that?
by chulett
Fri May 04, 2007 8:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running Multi Instance Job from Scheduler...
Replies: 5
Views: 1904

The first post is confusing. I had no idea what the issue was you are facing and so was perfectly happy to let someone else to take a stab at it. However...

How about taking a stab at rephrasing your situation?
by chulett
Fri May 04, 2007 8:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion
Replies: 24
Views: 6450

What is your datatype in the Sequential file stage? Use a Varchar if you don't want the reader to muck with the values.
by chulett
Fri May 04, 2007 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Call Jobs on Condition based in the Sequence
Replies: 15
Views: 5784

Again, you do not want nor need to do this in a routine. That would require some low-level programming using the BCI functions Ray mentioned, the purchase of drivers to leverage and some serious tutoring. Put it out of your mind. Use the tool as it was meant to be used. Write a job to do this, the ...
by chulett
Fri May 04, 2007 8:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregator Totals Mismatch
Replies: 4
Views: 1309

Re: Aggregator Totals Mismatch

rameshrr3 wrote:Now the user group comes back to me and says precision is important, and those 2 extra digits in the sum are a cause for concern.

So, precision is important and yet they want a less precise number? :wink:

As noted, round or truncate the result, whichever is appropriate for your user group.
by chulett
Fri May 04, 2007 8:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Verb not present in VOC
Replies: 3
Views: 1475

Re: Verb not present in VOC

theverma wrote:I am trying to run a Job from Command Line Interface in Administrator.

:shock: Why? That's not the place to be doing that. You need to use dsjob from the 'command line interface' provided by your operating system.