Search found 42189 matches

by chulett
Tue Apr 11, 2006 11:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage warning error
Replies: 7
Views: 1993

rafidwh wrote:But surprisingly there is no routine like "DateGenericToTimestamp"

Surprisingly, there is. Check under the 'sdk' portion of the repository.
by chulett
Tue Apr 11, 2006 10:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage warning error
Replies: 7
Views: 1993

Just a wild guess, but your third job in the Sequence is using the DateGenericToTimestamp routine and you are getting data (1994000) that cannot be converted. :wink:
by chulett
Tue Apr 11, 2006 5:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Look up
Replies: 4
Views: 1128

I've found you can't rely on the NOTFOUND link variables for anything other than hashed file lookups. Using them with a database stage is asking for trouble. Fall back on the old fashioned 'check a key field for null' techinque to see if the lookup failed.
by chulett
Tue Apr 11, 2006 5:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to compile test harness
Replies: 8
Views: 3455

You can't compile anything 'checked into' a Version Control project, nor should you need to.
by chulett
Tue Apr 11, 2006 5:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduling datastage jobs
Replies: 2
Views: 1655

Or an Enterprise Scheduler like Ctrl-M could do a 'file watch' and trigger a specific job on the arrival of a specific file.
by chulett
Mon Apr 10, 2006 12:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how can datastage help to create table definition
Replies: 7
Views: 4347

Re: Table definition from Oracle

abhishekijain wrote:Suppose I have table already created in Oracle then can I import the table definition to Datastage. Please tell me the procedure if possible.

Manager / Import / Table Definitions / Plug-in Meta Data Definitions.
by chulett
Mon Apr 10, 2006 11:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Releasing Loacks
Replies: 2
Views: 844

You have to do it as either the user that is holding the lock or as your administrative user - typically dsadm.
by chulett
Mon Apr 10, 2006 8:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSU.UtilityWarningToLog is not cataloged
Replies: 9
Views: 1611

What I meant was while you can certainly validate Server jobs, I just don't recall ever even attempting it with a Sequence job. Sounds like it isn't even valid to do so. I'd say "deploy". Anyone else have some insight on this? I pretty much stopped validating things when it no longer became necessar...
by chulett
Mon Apr 10, 2006 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSU.UtilityWarningToLog is not cataloged
Replies: 9
Views: 1611

If all you've done is pick the routine from the official list, I don't see how it is getting confused about the nature of it. It's been a long time since I've validated anything and I don't recall ever trying to validate a Sequence job... what happens when you run it? Do you get the same error?
by chulett
Mon Apr 10, 2006 6:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSU.UtilityWarningToLog is not cataloged
Replies: 9
Views: 1611

The routine should be installed and you can check yourself via the Administrator. It lives under Routines / sdk / Utility unless you've done some rearranging. Found this in a older Ray post: Note, too, that SDK routines are not cataloged with a "DSU." prefix; most are cataloged with an all upper-cas...
by chulett
Sun Apr 09, 2006 8:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file doubt
Replies: 4
Views: 1171

There's no limit on the number of records in a sequential file. The total size of the file can be limited, however, depending on the O/S and settings like 'ulimit'...

Now, some tools or programs may have problems reading large files but that's a limit on their part, not on the file itself.
by chulett
Sat Apr 08, 2006 10:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file look up not working
Replies: 10
Views: 3032

No problem. If the OP had asked for other ways to accomplish this, we could go there... or they could simply search, the whole head/tail/sed/awk thing has been posted quite a bit lately. However, since they've posted this technique and asked for help with it, seems to me that would be the best place...
by chulett
Sat Apr 08, 2006 7:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration file error
Replies: 7
Views: 3154

Why wouldn't you have put this information in your first post? That's a pretty big clue as to what could be going on. :?

Have you done the whole RSA key generation thing to allow ssh to login without a password?
by chulett
Sat Apr 08, 2006 3:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file look up not working
Replies: 10
Views: 3032

It doesn't... but then you knew that. :wink:

And posting "why bother" messages isn't really all that helpful, either.
by chulett
Sat Apr 08, 2006 9:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file look up not working
Replies: 10
Views: 3032

The number will change from run to run, so no hard-coding. Yes, if the number is known beforehand it could be passed in as a job parameter and used directly in the constraint. However, this technique should work as well so trying to work thru why it doesn't.