Search found 35 matches

by muralidwhds
Fri May 27, 2011 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi byte characters getting rejected
Replies: 5
Views: 5302

In Database it's define as "ACCOUNT_NAME" VARCHAR2(50 CHAR),

In Datastage it's define VARCHAR2 (50)
by muralidwhds
Fri May 27, 2011 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi byte characters getting rejected
Replies: 5
Views: 5302

Re: Multi byte characters getting rejected

We tried loading the same value in same field through Toad and worked fine.
by muralidwhds
Thu May 26, 2011 3:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: APT_PHYSICIAL_DATASET_BLOCK_SIZE=?
Replies: 11
Views: 8634

please find the below in detail log: Abnormal termination of stage MCYRESETJOB..TRF_TH detected Job Aborted after 1 errors logged. Attempting to Cleanup after ABORT raised in job MCYRESETJOB. From previous run DataStage Job 1 Phantom 24758 Job Aborted after 1 errors logged. Program "DSD.WriteLo...
by muralidwhds
Wed May 25, 2011 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: APT_PHYSICIAL_DATASET_BLOCK_SIZE=?
Replies: 11
Views: 8634

Warning message:

"Abnormal termination of stage MCYRESETJOB..TRF_TH detected"
by muralidwhds
Wed May 25, 2011 1:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: APT_PHYSICIAL_DATASET_BLOCK_SIZE=?
Replies: 11
Views: 8634

we are running the ds jobs from unix shell script passig the 9 parameters as one of parameter as 1 (if one warning is generated the job has failed). Here i am going to migrate all DS V7 jobs to DS V8 in Server Edition. Please find the my job design: Source Table A -------> Transformer ------> Target...
by muralidwhds
Tue May 24, 2011 9:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: APT_PHYSICIAL_DATASET_BLOCK_SIZE=?
Replies: 11
Views: 8634

From previous run
DataStage Job 1 Phantom 12624
Job Aborted after 1 errors logged.
Program "DSD.WriteLog": Line 253, Abort.
Attempting to Cleanup after ABORT raised in job MCYRESETJOB.

DataStage Phantom Aborting with @ABORT.CODE = 1
by muralidwhds
Tue May 24, 2011 4:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: APT_PHYSICIAL_DATASET_BLOCK_SIZE=?
Replies: 11
Views: 8634

Abnormal termination of stage xxxxxx detected

Here i am going to migrate datastage jobs from the Datastage V7 To V8 in Server Edition. In one if job has throwing warning message 'Abnormal termination of stage xxxxxx detected' in DS V8 in Server Edition. But the same job running successfully in DS V7. This job has reading the data and updating t...
by muralidwhds
Thu Jan 13, 2011 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unmappable characters found mapping text string
Replies: 1
Views: 6991

Here i fixed the issue using Both NLS map charcter set as UTF8 in both sourec(DB2 Db) and Target (SQL Server Db) in Datastage.
by muralidwhds
Thu Jan 06, 2011 4:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading in SQL SERVER
Replies: 6
Views: 3740

OK Thank You Very much.
by muralidwhds
Wed Jan 05, 2011 10:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading in SQL SERVER
Replies: 6
Views: 3740

I Need solution on this.
chulett wrote:Well... the way that was posted in your own thread on the subject comes to mind.
by muralidwhds
Wed Jan 05, 2011 10:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading in SQL SERVER
Replies: 6
Views: 3740

i am also getting the same datetime overflow error because my source column timestamp value is 0010-12-15 00:00:00.000000 while loading into the SQL Server the overflow happen in datetime column Target SQL Server column type is datetime default format is YYYY-MM-DD HH:MI:SS.sss. so kindly suggest on...
by muralidwhds
Tue Jan 04, 2011 11:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS UTF-8 conversion problem
Replies: 1
Views: 7726

The same NLS conversion happen to me today am loading data from db2 database with NLS map MS1252-CS into SQL Server Database with sma NLS map MS1252-CS so job has thrown the below error. Unmappable characters found mapping text string with this characteres: “ characters so please suggest me ho...
by muralidwhds
Tue Jan 04, 2011 3:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert timestamp format
Replies: 4
Views: 3116

How can i?
chulett wrote:In other words, just chop off the last three "s" bits. :wink:
by muralidwhds
Mon Jan 03, 2011 9:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert timestamp format
Replies: 4
Views: 3116

Convert timestamp format

Hi,

can anybody suggest me how to convert the Timestamp from db2 database to SQL server Db in Datastage server Edition.

YYYY-MM-DD HH:MI:SS.ssssss To YYYY-MM-DD HH:MI:SS.sss
by muralidwhds
Wed Dec 29, 2010 9:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.BCIPut call to SQLExecute failed
Replies: 2
Views: 2419

DSD.BCIPut call to SQLExecute failed

Hi,

i am getting the below error while loading the data into SQL Server database.

Warning:

JONamexxxxx..TX_L1_xxxxxxx: DSD.BCIPut call to SQLExecute failed.

so please give me an idea how can i overcome this warning.