cancel
Showing results for 
Search instead for 
Did you mean: 

PB15.Net Beta - error with SA16 OData server

Former Member
0 Kudos

Using the new ODT database profile in PB.Net (v15 beta).  I can successfully connect to a Netweaver Gateway OData endpoint, but I get the attached error when attempting to connect to the SQL Anywhere 16 OData server. 

To recreate:

-  Go to the <user>\Documents\SQL Anywhere 16\samples\sqlanywhere\ODataSalesOrders folder

-  Launch the start_server.bat file to start the sample database and the OData Server.  This starts on http://localhost:8090

-  In a browser, go to the URL http://localhost:8090/odata to verify that the SA16 OData server is up and running.

- In PB15.Net, create a new database profile in the OData folder.  Call it SA16 and use the URI: http://localhost:8090/odata

You will receive the attached error message:

I believe this is actually a problem with the SA16 OData producer, as a connection to Netweaver Gateway endpoint is successful.  I think that SA16 is referencing the wrong namespace URIs. 

-Paul-

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I will test this out and get back to you.

Former Member
0 Kudos

I just wanted to follow up on this post.  Paul Horan found that this is a reported SQL Anywhere issue--CR749821.  It has been fixed and just waiting for the SQL Anywhere EBF to test out.