Book a Demo

Author Topic: SQLServer error in Corporate edition  (Read 2595 times)

sridhar

  • Guest
SQLServer error in Corporate edition
« on: December 13, 2002, 07:43:27 am »
We are evaluating the Corporate edition Build 584, ruuning on a MS SQLServer database.

We have created a sequence diagram, and when this diagram is modified we are getting an error from SQLServer:

String or Binary data would be truncated


The diagram gets updated and it doesn't look like we are losing any data.

Is anyone else experiencing this?

-sridhar

João Paulo Rodrigues

  • Guest
Re: SQLServer error in Corporate edition
« Reply #1 on: January 08, 2003, 08:25:24 am »
I has the same problem!
I finally understood why...

If in the diagram I insert a message shape associated to an operation and the string formed by the operation name + the parameters type exceeds 50 chars (defined in the database) then the data gets truncated  :P
This value is going to be stored in table "t_connector", on the field "Top_Mid_Label". This field is defined as nvarchar 50.
Can this setting be modified?

João Paulo Rodrigues

sridhar

  • Guest
Re: SQLServer error in Corporate edition
« Reply #2 on: January 08, 2003, 09:28:48 am »
We increased the column length in the table in SQLServer. I don't remember the exact column name. But, you seem to have identified the column, so you should be able to increase the length of this column.

-sridhar