JDBC Connector: The TDS protocol stream is not valid. Unexpected token unknown token (0xA3)

Which IIQ version are you inquiring about?

Version 8.3

Share all details related to your problem, including any error messages you may have received.

Hello All,

We are integrating an application with SailPoint IIQ using JDBC connector. We are getting following error when trying to do the account aggregation or accounts preview. However, group table preview works fine.

java.lang.RuntimeException: sailpoint.connector.ConnectorException: The TDS protocol stream is not valid. Unexpected token unknown token (0xA3)

Thanks,
Pallavi

Hi Pallavi,

Welcome to this community :slight_smile:

It looks like you are trying to connect to a MSSQL Server using JDBC. Did you update the JDBC connector (mssql-jdbc-x.x.x.jar) to match the MSSQL Server version?

– Remold

2 Likes

0xA3 is DATACLASSIFICATION token - I saw this issue before in Azure MSSQL DBs and usualy DB upgrade solved this problem.

I also agree with @Remold that using latest jdbc driver might be a good idea.

Maybe this thread will put some light on the problem

1 Like

Thank you all for your replies, let me check if there is any discrepancies.