Re: [basex-talk] Reg : Runtime error

2019-08-13 Thread chandra Sekhar
Dear Christian, Any suggestion to overcome this problem Regards, Chandrasekhar On Tue, Aug 13, 2019 at 4:19 PM chandra Sekhar wrote: > Dear Christian, > Present my database size reaching up 45 GB(we are getting this error at 35 > to 38 GB),also this depends on input data file,id data file huge

Re: [basex-talk] Reg : Runtime error

2019-08-13 Thread Christian Grün
Dear Chandrasekhar, You may need to split your data into multiple database. Note that multiple database can be accessed via a single XQuery expression. See [1] for more details. Hope this helps, Christian [1] http://docs.basex.org/wiki/Databases On Tue, Aug 13, 2019 at 6:17 PM chandra Sekhar

[basex-talk] Db:list-details()/@modified-date

2019-08-13 Thread Majewski, Steven Dennis (sdm7g)
I thought I could use db:list-details($db)/@modified-date to select the resources that have most recently been updated ( to generate an OAI or RSS feed ) however, on doing a db:replace of one of the resources, I’m either not seeing the date change at all, or I’m seeing the modified-date of all

[basex-talk] Binary module

2019-08-13 Thread Giuseppe G. A. Celano
Hi I am playing around with the binary module. I have two simple questions: 1) convert:string-to-base64("sàà") returns sàà : what does it mean? I see in the documentation that I need to use string() to see the value of xs:base64Binary (c8Ogw6A=), but shouldn't xs:base64Binary already be

Re: [basex-talk] Reg : Runtime error

2019-08-13 Thread Christian Grün
Does the error occur with BaseX 9, too? chandra Sekhar schrieb am Di., 13. Aug. 2019, 07:29: > Dear Basex Team, > We are getting below error while adding xml's to collection.Please let us > know any solution for this error > > Exception ::org.basex.core.BaseXException: Improper use? Potential

Re: [basex-talk] Reg : Runtime error

2019-08-13 Thread chandra Sekhar
Dear Team, Not checked,because of basex9 will work with java8 but in our production environment we are using java7 it is very difficult for us change to java8 Regards, Chandrasekhar On Tue, Aug 13, 2019 at 12:37 PM Christian Grün wrote: > Does the error occur with BaseX 9, too? > > > chandra

Re: [basex-talk] importing namespace declarations into the main module

2019-08-13 Thread Christian Grün
Hi Reece, Thanks for your reply; I immediately thought that such an extension would have various effects on external tools, such as your XQuery plugin. And I strongly agree that we should further discuss this on the xpath-ng project if the proposal should gain some momentum, because there are

Re: [basex-talk] Reg : Runtime error

2019-08-13 Thread Christian Grün
Dear Chandrasekhar, I am sorry we cannot provide free support and bug fixes for older versions via the mailing list. However, you could set up a little test instance with the latest version of BaseX in order to check if the error still persists. Best, Christian chandra Sekhar schrieb am Di.,

Re: [basex-talk] Reg : Runtime error

2019-08-13 Thread chandra Sekhar
Dear Christian, I am checked with current basex version,here also facing same issue. org.basex.core.BaseXException: Improper use? Potential bug? Your feedback is welcome: Contact: basex-talk@mailman.uni-konstanz.de Version: BaseX 9.2.4 Java: Oracle Corporation, 1.8.0_191 OS: Windows 7, amd64

Re: [basex-talk] Reg : Runtime error

2019-08-13 Thread Christian Grün
Dear Chandrasekhar, Thanks for your feedback. Your database might have exceeded the maximum size for a single instance [1]. In newer versions of BaseX, you should usually be confronted with an error message that disallows you to insert more documents if the limit will be surpassed. How large is

Re: [basex-talk] Reg : Runtime error

2019-08-13 Thread chandra Sekhar
Dear Christian, Present my database size reaching up 45 GB(we are getting this error at 35 to 38 GB),also this depends on input data file,id data file huge then database size also will increase Regards, Chandrasekhar On Tue, Aug 13, 2019 at 4:12 PM Christian Grün wrote: > Dear Chandrasekhar, >