This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 191330 - com.microsoft.sqlserver.jdbc.SQLServerException: The configuration option 'user connections' does not exist, or it may be an advanced option.
Summary: com.microsoft.sqlserver.jdbc.SQLServerException: The configuration option 'us...
Status: RESOLVED INCOMPLETE
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-25 23:26 UTC by nikhil_niit
Modified: 2010-12-09 14:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 152107


Attachments
stacktrace (1.43 KB, text/plain)
2010-10-25 23:26 UTC, nikhil_niit
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nikhil_niit 2010-10-25 23:26:31 UTC
Build: NetBeans IDE 7.0 M2 (Build 201010151251)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP

Stacktrace: 
com.microsoft.sqlserver.jdbc.SQLServerException: The configuration option 'user connections' does not exist, or it may be an advanced option.
   at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:0)
   at com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(IOBuffer.java:0)
   at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:0)
   at com.microsoft.sqlserver.jdbc.SQLServerStatement.sendExecute(SQLServerStatement.java:0)
   at com.microsoft.sqlserver.jdbc.SQLServerStatement.doExecuteQuery(SQLServerStatement.java:0)
   at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeQuery(SQLServerStatement.java:0)
Comment 1 nikhil_niit 2010-10-25 23:26:37 UTC
Created attachment 102630 [details]
stacktrace
Comment 2 Jiri Rechtacek 2010-12-09 14:10:24 UTC
Please, describe the steps how to reproduce this problem. I may help to fix this. Thanks