Re: [basex-talk] Reg : Runtime error

2019-08-24 Thread Christian Grün
Dear Chandrasekhar, I’ll be on leave for two weeks. For commercial requests, please write to supp...@basexgmbh.de. Please note that the database limit cannot be lifted in BaseX 7.x. It might be an option for BaseX 10. But we can possibly help you to rewrite your code base in order to make it

Re: [basex-talk] Reg : Runtime error

2019-08-23 Thread chandra Sekhar
Dear Christian, We are ready to take paid support if our issue will solve in basex7.9 without maintain multiple databases instances,in feature my data base size may reach upto 100 gb. For your information,please find below erreor Exception ::org.basex.core.BaseXException: Improper use? Potential

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

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 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, >

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, 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, 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 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] 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

[basex-talk] Reg : Runtime error

2019-08-12 Thread chandra Sekhar
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 bug? Your feedback is welcome: Contact: basex-talk@mailman.uni-konstanz.de Version: BaseX 7.9 Java: Oracle