Ron- That did the trick.
Thank you. John Craft -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ron Hitchens Sent: Tuesday, July 31, 2007 12:33 AM To: General Mark Logic Developer Discussion Subject: Re: [MarkLogic Dev General] Debugging MarkLogic 3.2 With oXygen 8.2-- Need Help The oXygen editor uses the dbg:eval() builtin function to run requests in a debug state. That builtin spawns your request on the Task Server rather than on the XDBC server that oXygen is connecting to. Go into the Mark Logic Admin Interface and set "Debug Allow" on the Task Server and it should start working. The setting can be found under Groups > Default > Task Server, second from the bottom. On Jul 30, 2007, at 9:50 PM, John Craft wrote: > I am new to MarkLogic and XQuery and am trying to get started > debugging with oXygen 8.2, however, I have not been able to get > past the following error in oXygen: > > Could not initialize the server debugging session. Reason: DBG- > TASKDEBUGALLOW: dbg:eval("let $doc := doc("file...") -- Debugging > not enabled task server > > Based on the error message, I don't believe my problem is with > oXygen. I have created an XDBC Server in MarkLogic and have set > "debug allow" to true, yet oXygen still thinks debugging is > disabled. Are there other settings that need to be turned on that > I am not aware of? The only other setting that looks suspicious is > "privilege" which is currently left blank. I am logging in as a > user with the "admin" role, so it doesn't seem like it would be a > permission/privilege issue, but maybe so? > > Any help or guidance would be really appreciated. > > Thanks. > > John Craft > > _______________________________________________ > General mailing list > [email protected] > http://xqzone.com/mailman/listinfo/general --- Ron Hitchens [EMAIL PROTECTED] 650-655-2351 _______________________________________________ General mailing list [email protected] http://xqzone.com/mailman/listinfo/general
