Software versions installed: MS SQL Server Data Tools 2012 and Visual Studio 2012, MS Office 2013 with 32-bit version of Excel, 64-bit Operating System.
I am using MS Excel 2013 (32-bit version of excel) and looking to use the connection string through the report server (dev) and create reports from the data source created in the report server/manager.
Executed steps:
1) Installed AccessDatabaseEngine_x64.exe
2) Created System DSN which points to the source excel file
3) On SSRS Server, created data source:
Data source type: ODBC
Connection String: Dsn=File name
Connect using: Windows integrated security
When tested the connection, i got the below error -
ERROR [HY000] [Microsoft][ODBC Excel Driver] Your network access was interrupted. To continue, close the database, and then open it again.
ERROR [01S00] [Microsoft][ODBC Excel Driver]Invalid connection string attribute Trusted_Connection
ERROR [01S00] [Microsoft][ODBC Excel Driver]Invalid connection string attribute Trusted_Connection
ERROR [01S00] [Microsoft][ODBC Excel Driver]Invalid connection string attribute Trusted_Connection
ERROR [01S00] [Microsoft][ODBC Excel Driver]Invalid connection string attribute Trusted_Connection
ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
ERROR [01S00] [Microsoft][ODBC Excel Driver]Invalid connection string attribute Trusted_Connection
ERROR [01S00] [Microsoft][ODBC Excel Driver]Invalid connection string attribute Trusted_Connection
ERROR [01S00] [Microsoft][ODBC Excel Driver]Invalid connection string attribute Trusted_Connection
ERROR [01S00] [Microsoft][ODBC Excel Driver]Invalid connection string attribute Trusted_Connection
ERROR [HY000] [Microsoft][ODBC Excel Driver] Your network access was interrupted. To continue, close the database, and then open it again.
Why there is a Trusted connection error? How to get rid of this to make a successful connection?
I tried browsing through a lot of similar issues and solutions but wasnt successful. Any help would be of great help.
I am using MS Excel 2013 (32-bit version of excel) and looking to use the connection string through the report server (dev) and create reports from the data source created in the report server/manager.
Executed steps:
1) Installed AccessDatabaseEngine_x64.exe
2) Created System DSN which points to the source excel file
3) On SSRS Server, created data source:
Data source type: ODBC
Connection String: Dsn=File name
Connect using: Windows integrated security
When tested the connection, i got the below error -
ERROR [HY000] [Microsoft][ODBC Excel Driver] Your network access was interrupted. To continue, close the database, and then open it again.
ERROR [01S00] [Microsoft][ODBC Excel Driver]Invalid connection string attribute Trusted_Connection
ERROR [01S00] [Microsoft][ODBC Excel Driver]Invalid connection string attribute Trusted_Connection
ERROR [01S00] [Microsoft][ODBC Excel Driver]Invalid connection string attribute Trusted_Connection
ERROR [01S00] [Microsoft][ODBC Excel Driver]Invalid connection string attribute Trusted_Connection
ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
ERROR [01S00] [Microsoft][ODBC Excel Driver]Invalid connection string attribute Trusted_Connection
ERROR [01S00] [Microsoft][ODBC Excel Driver]Invalid connection string attribute Trusted_Connection
ERROR [01S00] [Microsoft][ODBC Excel Driver]Invalid connection string attribute Trusted_Connection
ERROR [01S00] [Microsoft][ODBC Excel Driver]Invalid connection string attribute Trusted_Connection
ERROR [HY000] [Microsoft][ODBC Excel Driver] Your network access was interrupted. To continue, close the database, and then open it again.
Why there is a Trusted connection error? How to get rid of this to make a successful connection?
I tried browsing through a lot of similar issues and solutions but wasnt successful. Any help would be of great help.