MS SQL Server Connection Errors

Problem: When connecting to MS SQL Server, the connection succeeds but the error log receives continuous errors.

Solution: This can happen if the connection includes a nonexistent database name, such as the default name, pubs. When you create the connection, remove the incorrect database name from the connection URL, jdbc:sqlserver://localhost:1433;databaseName=pubs, and enter the correct database name.
Related tasks
Cannot Ping Unwired Server
Cannot Access sampledb
Data Source Connection Fails After Installing to a New Directory
Modified Port Changes Not Deployed
Related reference
ODBC Driver Errors
Mobile Business Object Errors
Preview Errors in Unwired WorkSpace
Preview Errors for a Database Mobile Business Object
Preview Errors for a Web Service Mobile Business Object
Compiler Errors When Deploying Device Applications
Deploying to Unwired Server Fails
Deploying to Unwired Server in a Cluster Fails