WebPlayer throwing error when one of the IL added in spotfire

69 Views Asked by At

I have total of 12 IL in a report which are added as rows to each other. But due to the one IL:" DD_D30-C6" , the web player URL is not working. Even though its working fine in Spotfire Editor but not in the web player URL. There is no such logs or error msg recorded, I compared this IL to other IL , syntax wise everything is proper only.Error msg is as attached.

Web Player Error

1

There are 1 best solutions below

0
Teju MB On

Figured out the answer: Out of all the 12 IL i have added as rows to by reports, this one particular IL (DD_D36-C6) has a datatype mismatch . ALl IL were having "Datetime" as datatype while this one has "string" datatype associated with it. Hence while running it in webplayer it was not successful.