Parameter marker text size exceeds allocated space

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
poorna_76
Charter Member
Charter Member
Posts: 190
Joined: Thu Jul 08, 2004 10:42 am

Parameter marker text size exceeds allocated space

Post by poorna_76 »

SQLSTATE=01004, DBMS.CODE=0
[DataStage][SQL Client]Data has been truncated
SQLSTATE=IM974, DBMS.CODE=0
[DataStage][SQL Client]Parameter marker text size exceeds allocated space

Can you any one tell what this error is?

Thanks in Advance
ketfos
Participant
Posts: 562
Joined: Mon May 03, 2004 8:58 pm
Location: san francisco
Contact:

Post by ketfos »

Hi Poorna,
Can you please elaborate on what is your input and processing for the above error message?

Ketfos
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Check this thread and see if it helps.
-craig

"You can never have too many knives" -- Logan Nine Fingers
poorna_76
Charter Member
Charter Member
Posts: 190
Joined: Thu Jul 08, 2004 10:42 am

Parameter text exceeds ....

Post by poorna_76 »

ketfos wrote:Hi Poorna,
Can you please elaborate on what is your input and processing for the above error message?

Ketfos
I am trying to load data to SQL Server database from a Mainframe data.
The Data is in a flatfile, used ComplexFlatfile stage.

ComplexFlatfile ->Transform->ODBC

I am just loading the data into SQLServer.

thanks in advance
ketfos
Participant
Posts: 562
Joined: Mon May 03, 2004 8:58 pm
Location: san francisco
Contact:

Post by ketfos »

Hi,
It appears your string data is being right truncated.
Output buffer is not large enough to retain entire string.
Hence it is being truncated.


Ketfos
Post Reply