Valentina Digest, Vol 31, Issue 28

Bob Keeney bkeeney at everestkc.net
Mon Jul 25 16:17:29 CDT 2005


 > Hmmm.  I still cannot.  And I have tried the following.  I was  
able to
 > open master.vdb using client-server connection and add a record  
for my
 > database.  After rebooting, I executed the following code.
 >
 >    Valentina.InitClient
 >    dim server as new VServer("localhost", "sa", "sa")
 >    server.OpenSession
 >
 >    dim names(-1) as String
 >    dim paths(-1) as String
 >
 >    For i as Integer = 1 to server.DatabaseCount
 >      dim dbInfo as VDataBaseInfo = server.DatabaseInfo(i)
 >      names.Append dbInfo.Name
 >      paths.Append dbInfo.Path
 >    Next
 >    server.CloseSession
 >    server = nil
 >
 >    dim db as new VDatabase("localhost", "sa", "sa")
 >    dim f as new FolderItem(names(1))
 >    db.Open(f)
 >
 > Upon attempting to execute the last line, my app crashes, and this
 > entry appears in the server log file.
 >
 > 16:04:16.266245 (41990144): (16) ERROR 0xFFFFFFD9: (null)
 >
 >
 > Any suggestions?

 > We will make new build tomorrow.
 > Then please test it.

 > Actually you should not manually edit masterdb.
 > Or do this very carefully.

 > If you have some simple test project send us.

 > Again, we have test with
 >     a) Valentina Studio
 >     b) example server utility

 > On mac and windows. No problems found.


I can confirm that I have run into this exact same problem using the  
Server Utility Project.  Mac OS X Tiger, 2.05fc3, RB2005r1.

Bob K.


More information about the Valentina mailing list