Jump to content
Changes to the Jaspersoft community edition download ×

Error configuring a new datasource to SQLserver 2008 R2 with a named instance in Jasperserver


jm_3

Recommended Posts

Trying to configure a new datasource to SQLserver 2008 R2  with a named instance.

The URL is

jdbc:sqlserver://SQL01PROVSQL01:1433;databaseName=Navision

I've tried also

jdbc:sqlserver://SQL01:1433;instance=PROVSQL01;databaseName=Navision

I've got the message  "URL invalid"

Josep M

 

Link to comment
Share on other sites

  • 1 year later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Have you tried this:

jdbc:sqlserver://SQL01PROVSQL01;databaseName=Navision

When you use a named instance, don't include the port.  You will have to make your changes in the URL textbox, and let the Host and Port textboxes fill themselves in.

Just came across this old post, but hope it helps!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...