Search found 4 matches

by DALDEI
Fri Mar 06, 2009 4:52 pm
Forum: Common Problems
Topic: XQuery on MarkLogic server
Replies: 4
Views: 3278

Re: XQuery on MarkLogic server

Thanks to the mailing list, I got this fixed. The problem was I was not using the right port. I had to create an XDBC "App Server" on MarkLogic and use its port. I was using the port for the "HTTP" App Server instead. Once I had an XDBC server setup for MarkLogic and used the rig...
by DALDEI
Thu Mar 05, 2009 7:34 pm
Forum: Common Problems
Topic: XQuery on MarkLogic server
Replies: 4
Views: 3278

Re: XQuery on MarkLogic server

That is exactly what I am doing.
I recreated the connection and I'm still getting these errors.
Any suggestions ?
by DALDEI
Thu Mar 05, 2009 6:25 pm
Forum: Common Problems
Topic: XQuery on MarkLogic server
Replies: 4
Views: 3278

Re: XQuery on MarkLogic server

I mis-typed the second error.
It is

SystemID: http://DLEE@localhost:8004/xquery/dxtest1.xquery
Engine name: MarkLogic
Severity: error
Description: 404 Not Found for: http://localhost:8002/xquery/dxtest1.xquery
by DALDEI
Thu Mar 05, 2009 6:24 pm
Forum: Common Problems
Topic: XQuery on MarkLogic server
Replies: 4
Views: 3278

XQuery on MarkLogic server

I'm trying to run an XQuery against a marklogic server. I've setup the connection, can browse the DB with DatabaseExplorer (WebDav), I stored a trivial xquery file and tried to execute it. No matter what I do I get errors from the marklogic server. I think I need to put something magic in the "...