Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help! Out of process com server
Message
De
25/05/1999 13:05:16
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Help! Out of process com server
Divers
Thread ID:
00222565
Message ID:
00222565
Vues:
70
Can any body help?

Can not open a DBF located on a network drive in a out of process com server. Foxpro hangs up until you terminate the process in the task manager the foxpro displays an "OLE error code 0x8007000e:Not enough storage is available to complete this operation"

I tried this on different NT workstations as well as NT servers.
It does work if the dbf is on the local drive. It also works if the com server is an in process (DLL) even if the dbf is on a network drive.

I called microsoft they can't do it either the get the same results.


Environment:
VFP 6.0
NT workstation - Novel client 4.30
NT server/Service Pack 4 - Novel client 4.30

define class DataService as custom olepublic
function testopen
use i:\test share
return dbf()
endfunc
enddefine

oDs = createobject('test.DataService')
? oDs.TestOpen
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform