Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help! Out of process com server
Message
From
25/05/1999 13:05:16
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Help! Out of process com server
Miscellaneous
Thread ID:
00222565
Message ID:
00222565
Views:
67
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
Next
Reply
Map
View

Click here to load this message in the networking platform