cancel
Showing results for 
Search instead for 
Did you mean: 

Bad Value for Field” . (IES 10901) (WIS 10901)

Former Member
0 Kudos

HI

  I am getting following error in webi

Database error: (CS) “Unexpected behavior : com.sap.connectivity.cs.core.CSError: Bad Value for Field” . (IES 10901) (WIS 10901)


The reason for this is error in one of the field in report which data type is VARCHAR(30). Under this field, we have a value with the length of 30.


If i access the field in universe in IDT, there is no issue but if i access that field in webi, i ma getting an error.


How to overcome this issue?


Thanks

Hari

Accepted Solutions (1)

Accepted Solutions (1)

arijit_das
Active Contributor
0 Kudos

Answers (2)

Answers (2)

Former Member
0 Kudos

We had this issue with HANA as our datasource and the issue was we had a calculated column with output longer than the field definition.  Not sure how it wasnt caught in HANA or IDT but verifing the length fixed this for us.

amitrathi239
Active Contributor
0 Kudos

Hi,

Did you try with Object data type "Long text" in IDT universe?

Amit

Former Member
0 Kudos

Yes. I have tried and also tried to increase the length but same error message.