Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DCOM Server freezing on Network Drive Access
Message
From
16/12/1999 14:40:46
Kenneth Downs
Secure Data Software, Inc.
New York, United States
 
 
To
16/12/1999 14:14:02
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00304735
Message ID:
00304803
Views:
34
David,

I have tried these two syntaxes:

First:

MyRemoteObject.Path = "U:\MyDir"
MyRemoteObject.DoSomething

This freezes up. Then I tried:

MyRemoteObject.Path = "\\SomeServer\SomeResource\MyDir"
MyRemoteObject.DoSomething

and it still freezes up. The "DoSomething" code is this:

CREATE TABLE (This.Path + "\Test") (OneField C(10))

I have tried hitting another drive on another NT PDC. As I mentioned, the referenced drive is already mapped as a drive on the remote server. Tried both syntaxes mentioned above. I have also tried hitting an OS/2 Warp Server, same story, both syntaxes locked up and the drive is already mapped.

Does this give you any more to go on?

>>>I have a DCOM server that is freezing whenever it accesses a network drive. The routine in question does just fine when it accesses the remote server's local drives.
>
>Are you mapping a drive letter or using //servername/drivename formatting? What directory on that drive are you hitting? Details...
Previous
Reply
Map
View

Click here to load this message in the networking platform