Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\THX>cd \ C:\>cd Downloads\ABN\MonetDB C:\Downloads\ABN\MonetDB>Mserver.bat # MonetDB Server v4.30.0 # based on GDK v1.30.0 # Copyright (c) 1993-July 2008, CWI. All rights reserved. # Copyright (c) August 2008-2009, MonetDB B.V.. All rights reserved. # Compiled for i686-pc-win32/32bit with 32bit OIDs; dynamically linked. # Visit http://monetdb.cwi.nl/ for further information. MonetDB>module(mapi); MonetDB>module(pf_support); MonetDB>module(logger); MonetDB>module(xrpc_server); MonetDB>module(xrpc_client); MonetDB>module(pf_standoff); MonetDB>module(pathfinder); # PF/Tijah module v0.13.0 loaded. http://dbappl.cs.utwente.nl/pftijah # MonetDB/XQuery module v0.28.3 loaded (default back-end is 'algebra') # XRPC administrative console at http://127.0.0.1:50001/admin MonetDB> ----------------------------------------------- mclient interactive MonetDB/XQuery session: type an XQuery or XQUF update. Supported document-management XQuery extensions: pf:collections() as node() pf:documents($collectionName as xs:string) as node() pf:del-doc($documentName as xs:string) pf:add-doc($uri as xs:string, $documentName as xs:string [,$collectionName as xs:string [,$freePercentage as xs:integer]]) Session commands: <> - send query to server (or CTRL-Z) \? - show this message \file - save response in file, or stdout if no file is given \|cmd - pipe result to process, or stop when no command is given \t - toggle timer \G - switch to algebra frontend \g - switch to old frontend \f - result format: dm or xml[-noheader][-typed|-noroot|-root-FOOBAR] \L file - save client/server interaction \X - trace mclient code \q - terminate session xquery>pf:add-doc("DATA_wo3.xml", "DATA_wo3.xml", "WOcollection", 1); more>^Z MAPI = monetdb@localhost:50000 QUERY = pf:add-doc("DATA_wo3.xml", "DATA_wo3.xml", "WOcollection", 1); ERROR = !parse error: syntax error, unexpected ;, expecting $end on line 1, colu mn 62 (next token is `;') !parse error: XQuery parsing failed xquery>pf:add-doc("DATA_wo3.xml", "DATA_wo3.xml", "WOcollection", 1) more> more><> MAPI = monetdb@localhost:50000 QUERY = pf:add-doc("DATA_wo3.xml", "DATA_wo3.xml", "WOcollection", 1) ERROR = !ERROR: interpret: no matching MIL operator to 'ws_create(int)'. xquery>pf:add-doc("DATA_wo3.xml", "DATA_wo3.xml", "WOcollection", 1) more><> MAPI = monetdb@localhost:50000 QUERY = pf:add-doc("DATA_wo3.xml", "DATA_wo3.xml", "WOcollection", 1) ERROR = !ERROR: interpret: no matching MIL operator to 'ws_create(int)'. xquery>pf:add-doc("file://./DATA_wo3.xml", "DATA_wo3.xml", "WOcollection", 1) more><> MAPI = monetdb@localhost:50000 QUERY = pf:add-doc("file://./DATA_wo3.xml", "DATA_wo3.xml", "WOcollection", 1) ERROR = !ERROR: interpret: no matching MIL operator to 'ws_create(int)'. xquery>pf:add-doc("file://./DATA_wo3.xml", "DATA_wo3.xml", "WOcollection") more><> MAPI = monetdb@localhost:50000 QUERY = pf:add-doc("file://./DATA_wo3.xml", "DATA_wo3.xml", "WOcollection") ERROR = !ERROR: interpret: no matching MIL operator to 'ws_create(int)'. xquery>