Bugs item #2856798, was opened at 2009-09-11 13:32
Message generated for change (Tracker Item Submitted) made by fguerin
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2856798&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Mapi
Group: MonetDB5 "stable"
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: francois guerin (fguerin)
Assigned to: Nobody/Anonymous (nobody)
Summary: mclient vs. xrpc requests - !ERROR: BATappend

Initial Comment:
Hi,
I have a xquery request that gives two differents results:
- the first one, within "mclient" works well, and gives me the right answer:
xquery>doc("frwikipedia_001.xml")//senten...@id="E1"]

- the second one, within a .xq module, fails and gives me the error below:
declare function foo:get_raw_enonce($document as xs:string, $eid as xs:string){
        doc($document)//senten...@id=$eid]
};

get_raw_enponce("frwikipedia_001.xml","E1")

<?xml version="1.0" encoding="utf-8"?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope";>
 <env:Body>
  <env:Fault>
   <env:Code>
    <env:Value>env:Sender</env:Value>
   </env:Code>
   <env:Reason>
    <env:Text xml:lang="en">Error occurred during execution.
!ERROR: BATappend: access denied to tmp_2432, aborting.
!ERROR: BATappend_wrap: operation failed.

</env:Text>
   </env:Reason>
  </env:Fault>
 </env:Body>
</env:Envelope>

do i need admin rights to perform this request?
or, one can't do the same things with mclient and with xrpc requests ?

(the source file is still there: 
http://fguerin.inria.perso.neuf.fr/final_wiki.tar.bz2 )


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2856798&group_id=56967

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to