Search found 6797 matches

by DSguru2B
Wed Nov 01, 2006 1:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Enterprise Stage !! Table Not Writable Error
Replies: 4
Views: 1217

Great search Rob. That ought'a tone things down a bit. :)
by DSguru2B
Wed Nov 01, 2006 1:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg: Timestamp
Replies: 15
Views: 3897

No doubt. Within no time we shall be talking in femto and atto seconds. Zepto and yoctoseconds are not far off either. :wink:
by DSguru2B
Wed Nov 01, 2006 11:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job performance - lookup running very slow
Replies: 7
Views: 1185

Are you loading into a table or a simple flat file?
by DSguru2B
Wed Nov 01, 2006 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: replacing null column with some value and assigning a keyval
Replies: 20
Views: 4451

Where exactly are you getting stuck? As Craig suggested, go into the source code of UtilityHashLookup() change the specific code and make your own routine. Here ill help you with that. ************************************************************************* * Copyright (C) 2004, 1997-2003 A...
by DSguru2B
Wed Nov 01, 2006 8:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregator Stage
Replies: 2
Views: 483

Please search (Exact) on key words "Row out of sequence"
by DSguru2B
Wed Nov 01, 2006 8:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Enterprise Stage !! Table Not Writable Error
Replies: 4
Views: 1217

Try inserting just one record from your favourite tool, other than datastage, or maybe from command line. See if it gives the same error. If it does then you need to report this to your dba so that he/she can make that table writable.
by DSguru2B
Wed Nov 01, 2006 8:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg: Timestamp
Replies: 15
Views: 3897

Hehe, i think we are trying to prove the same thing. THats exactly what i said, SqlServer stores milliseconds and Db2 microseconds. Ah what the hell, Potato Potaato, same thing :)
by DSguru2B
Wed Nov 01, 2006 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg: Timestamp
Replies: 15
Views: 3897

I am pretty sure Craig. Check thiswebsite out. Scroll down to the heading "Precision". It has a table layed out for timestamp precision for Db2, Oracle and SqlServer. :wink:
by DSguru2B
Wed Nov 01, 2006 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg: Timestamp
Replies: 15
Views: 3897

chulett wrote:Closer... milliseconds.


Really, I was under the impression that SQLServer stores milliseconds (length 23) and DB2 stores microseconds (Length 26).
by DSguru2B
Wed Nov 01, 2006 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg: Timestamp
Replies: 15
Views: 3897

Yea, it does sound cool doesnt it. But corrections, nano is a billionth of a unit. Micro is a millionth of a unit which DB2 stores. So, my apologies. Db2 will add the microseconds upon insert. :P
by DSguru2B
Wed Nov 01, 2006 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can I pass the DB name,user id and pwd in Sequencer?
Replies: 8
Views: 1947

Re: Can I pass the DB name,user id and pwd in Sequencer?

ICE wrote:But I can run that sub-job by using batch job and also I can run the calling job itself.

Ok, i guess i missed that part. But it does look wierd. Well guess the value is being passed with thos 'back ticks'. Need more info from the OP.
by DSguru2B
Wed Nov 01, 2006 7:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can I pass the DB name,user id and pwd in Sequencer?
Replies: 8
Views: 1947

Looking at the error message, it looks like its coming from a database stage. So the problem is in one of his jobs, where he needs to surround parameter names with hashes.
by DSguru2B
Wed Nov 01, 2006 7:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.SEQOpen Failed
Replies: 23
Views: 6775

Didnt you get your problem resolved here :?
by DSguru2B
Wed Nov 01, 2006 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can I pass the DB name,user id and pwd in Sequencer?
Replies: 8
Views: 1947

Enclose the parameters within hashes (#).
by DSguru2B
Wed Nov 01, 2006 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg: Timestamp
Replies: 15
Views: 3897

What do you mean by DataStage format??? If you mean internal format then it can be manipulated with OCONV. For time, again, use ICONV/OCONV functions with "MTS". But MTS doesnt handle anything lower than seconds. DB2 will add the nano seconds.