<div dir="ltr">Error 82504 is <span style="font-family:'Lucida Grande';font-size:11px">ERR_CONNECTION_INVALID_DATABASE_NAME</span><div><font face="Lucida Grande"><span style="font-size:11px"><br></span></font></div>
<div><font face="Lucida Grande"><span style="font-size:11px">This would mean that (in your code) "</span></font><span style="font-family:arial,sans-serif;font-size:13px">myDatabaseFileName" must be replaced with the correct name for the database.</span><font face="Lucida Grande"><span style="font-size:11px"><br>
</span></font><div><span style="font-family:'Lucida Grande';font-size:11px"><br></span></div><div><span style="font-family:'Lucida Grande';font-size:11px"><br></span></div></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Thu, Oct 3, 2013 at 11:47 AM, Mark Schonewille <span dir="ltr"><<a href="mailto:m.schonewille@economy-x-talk.com" target="_blank">m.schonewille@economy-x-talk.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi François,<br>
<br>
Thanks for your reply. The ini file contains<br>
<br>
; The path, where sysdatabase are stored.<br>
SystemCatalog=databases<br>
<br>
and the path to my databases folder is<br>
<br>
C:\Program Files\Paradigma Software\VServer x64\databases<br>
<br>
Would this be correct?<br>
<br>
How would I open master.vdb and what should I do with it?<div class="im HOEnZb"><br>
<br>
--<br>
Best regards,<br>
<br>
Mark Schonewille<br>
<br>
Economy-x-Talk Consulting and Software Engineering<br>
Homepage: <a href="http://economy-x-talk.com" target="_blank">http://economy-x-talk.com</a><br>
Twitter: <a href="http://twitter.com/xtalkprogrammer" target="_blank">http://twitter.com/<u></u>xtalkprogrammer</a><br>
KvK: 50277553<br>
<br>
Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other colour spaces. <a href="http://www.color-converter.com" target="_blank">http://www.color-converter.com</a><br>
<br>
Buy my new book "Programming LiveCode for the Real Beginner" <a href="http://qery.us/3fi" target="_blank">http://qery.us/3fi</a><br>
<br>
Fill out this survey please<br>
<a href="http://livecodebeginner.economy-x-talk.com/survey/" target="_blank">http://livecodebeginner.<u></u>economy-x-talk.com/survey/</a><br>
<br></div><div class="HOEnZb"><div class="h5">
On 10/3/2013 17:12, François Van Lerberghe wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have had this error in the past but unfortunately don't remember the<br>
details.<br>
<br>
I would check<br>
- the server ini file (specifically the parameter indicating te path where<br>
sysdatabase are stored : "SystemCatalog")<br>
- perhaps the master.vdb file (?)<br>
(in order to open directly master.vdb, you must close the server before)<br>
<br>
Cheers<br>
<br>
François Van Lerberghe<br>
Rue Thier Monty, 15 A<br>
4570 Marchin<br>
Belgique<br>
<br>
<br>
le 3/10/13 16:50, Mark Schonewille <<a href="mailto:m.schonewille@economy-x-talk.com" target="_blank">m.schonewille@economy-x-talk.<u></u>com</a>> a<br>
écrit :<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
I have the following LiveCode script:<br>
<br>
global gTheConnection,gTheDatabase<br>
<br>
on DatabaseOpen<br>
   put "databaseName.vdb" into myDatabaseFileName  // temporary change<br>
   get Valentina_InitClient( 10 * 1024 * 1024)<br>
   get Valentina_DebugLevel("<u></u>kLogParams")<br>
   put VConnection_Constructor("<u></u>localhost", "xxx", "xxx", 15432) into<br>
gTheConnection<br>
   put VDatabase_Constructor( gTheConnection ) into gTheDatabase<br>
   // get VDatabase_DateFormat(<u></u>gTheDatabase, "kYMD")<br>
   get VDatabase_DateSep(<u></u>gTheDatabase, "-")<br>
   get VDatabase_Open( gTheDatabase, myDatabaseFileName )<br>
   if it contains "ERROR" or gTheDatabase contains "ERROR" then<br>
      answer "There was an error" && myDatabaseFileName & cr &<br>
gTheDatabase & cr & it<br>
   end if<br>
end DatabaseOpen<br>
<br>
The line<br>
<br>
  get VDatabase_Open( gTheDatabase, myDatabaseFileName )<br>
<br>
always returns ERROR 0x82504. This seems to mean "invalid database name"<br>
but I am sure that the database name is correct (the script works<br>
perfectly fine on someone else's machine, just not on my machine). What<br>
could cause this problem?<br>
</blockquote>
<br>
</blockquote>
______________________________<u></u>_________________<br>
Valentina mailing list<br>
<a href="mailto:Valentina@lists.macserve.net" target="_blank">Valentina@lists.macserve.net</a><br>
<a href="http://lists.macserve.net/mailman/listinfo/valentina" target="_blank">http://lists.macserve.net/<u></u>mailman/listinfo/valentina</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><a href="http://www.bluewatermaritime.com">http://www.bluewatermaritime.com</a>
</div>