Search found 30 matches

by prmuttireddy
Fri Oct 05, 2007 1:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The string representation of a datetime value is out of rang
Replies: 7
Views: 10171

Thanks to all.
Hi Ray,

The Timestamp datatype represents the number of characters.

Actully data type that field in the database is DATE(10).

Regards,
Reddy.
by prmuttireddy
Thu Oct 04, 2007 4:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The string representation of a datetime value is out of rang
Replies: 7
Views: 10171

Hi,

Actually The scenario is

DRS stage-->Transformer-> DRS

I am changing filed date(10) to Timestamp(10) in the Transformer stage.

Regards,
Reddy.
by prmuttireddy
Wed Oct 03, 2007 6:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The string representation of a datetime value is out of rang
Replies: 7
Views: 10171

The string representation of a datetime value is out of rang

Hi,

While i am running the job I am getting following warnings.

TRNAddSubRecVal: [IBM][CLI Driver][DB2] SQL0181N The string representation of a datetime value is out of range. SQLSTATE=22007.

Please provide how to resolve the above one.

Advanced thanks.

Regards,
PReddy.
by prmuttireddy
Fri Sep 28, 2007 12:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datetime field overflow
Replies: 3
Views: 2342

Thanks, I got it.

Regards,
Reddy.
by prmuttireddy
Thu Sep 27, 2007 2:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datetime field overflow
Replies: 3
Views: 2342

Datetime field overflow

Hi, I am using the following scenario DRS--->Trans------>DRS In the job i have changed all Date fileds to Timestamp. while i am running it has been giving the following warnings......... Serv_hr89_epm89_job_jr_ins_after_upd..TRNAddSubRecVal: [IBM][CLI Driver] CLI0114E Datetime field overflow. SQLSTA...
by prmuttireddy
Tue Mar 06, 2007 3:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding warnings
Replies: 5
Views: 2923

Hi Ray,

Thanks for your reply.Please tell me how to resolve those warnings.

Regards,
MPR.
by prmuttireddy
Fri Mar 02, 2007 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding warnings
Replies: 5
Views: 2923

Regarding warnings

Hi, When i was running the job it ran fine.But i has given the following Warnings.......please tell me what is problem. brchdm_file,0: Import consumed only 7bytes of the record's 9 bytes (no further warnings will be generated from this partition) NullHandling_AppSumm: Input dataset 0 has a partition...
by prmuttireddy
Wed Jan 24, 2007 4:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between Email routine using the Sequencer and job
Replies: 4
Views: 2333

Thanks for reply.
I have used the mail routine in after job routine in job.Its working fine.can we use that routine in sequencer instead of job or we can use anything?

Regards,
Reddy.
by prmuttireddy
Wed Jan 24, 2007 1:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between Email routine using the Sequencer and job
Replies: 4
Views: 2333

Difference between Email routine using the Sequencer and job

Hi,

What is difference calling the email routine in after-job-routine in job and creating routine activity in Sequencer?

Is there any differnece? Could please tell me?

Thanks in advance.

Reagrds,
Reddy.
by prmuttireddy
Thu Dec 14, 2006 11:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datetime field overflow error
Replies: 17
Views: 14477

Hi,

Thanks to all.I resolved it.
we can use Either two ways.

DSJobStartDate : " 00:00:00"

(OR)

ICONV(DSJobStartDate,"D-YMD")

Regards,
Reddy.
by prmuttireddy
Thu Dec 14, 2006 3:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datetime field overflow error
Replies: 17
Views: 14477

I already mentioned,ok no problem..
here i am sending the warning........

Serv_hr89_epm89_dep_ben_eff_ins_after_upd..TRNAddSubRecVal: [IBM][CLI Driver] CLI0114E Datetime field overflow. SQLSTATE=22008

Regards,
Reddy.
by prmuttireddy
Thu Dec 14, 2006 12:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datetime field overflow error
Replies: 17
Views: 14477

I changed to Timestamp.Actual the Datatype in DB2 is DATE.Even i tried using DSJOBSTARTDATE also,not work out.
by prmuttireddy
Wed Dec 13, 2006 10:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datetime field overflow error
Replies: 17
Views: 14477

Hi,

Target database is DB2(DRS stage).

I have changed to date to timestap datatype and i have given the DSJOBSTARTTIMESTAP as default value.But it is not working.

regards,
Reddy.
by prmuttireddy
Wed Dec 13, 2006 5:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datetime field overflow error
Replies: 17
Views: 14477

Hi Ajit,

Thanks for your reply.But i am not getting solution.In source generated query for Timestamp it has used as
TO_CHAR(source fieldname, 'YYYY-MM-DD HH24:MI:SS').
But in this case how to keep the conversion for that default DSJOBTIMESTAMP value.

Regards,
Reddy.
by prmuttireddy
Wed Dec 13, 2006 1:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datetime field overflow error
Replies: 17
Views: 14477

Datetime field overflow error

Hi, I have been using the following scenario. DRS stage(source)---->Trans Stage---->DRS stage(target) In Target table i have one filed as Maritus_DT and data type is Date.I have changed that filed data type to Timestamp.But that field not exists in the Source.so i have given the default value as &qu...