Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MSMQ
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
MSMQ
Miscellaneous
Thread ID:
00537548
Message ID:
00537548
Views:
44
I created my first queued component with VFP 7 and it works when i call it locally directly on the server but if i try from a remote machine it doen't work.

When i try this on on local server it works:
lobj = GetObject("queue:/new:MyServer.MyClass")
From a remote workstation this works:
lobj = CreateObject("{8E773F60-239D-4F93-8051-1186A07D89AF}", MyServer)
But it not using the queue moniker. When i try this:
lo = GetObject("queue:/new FormatName=DIRECT=TCP:192.168.1.101\{8E773F60-239D-4F93-8051-1186A07D89AF}")
I get an error saying my component is not marked as queued BUT IT IS !! How come the first example works ?
I know i am doing someting wrong but what ?

Thanks.
Next
Reply
Map
View

Click here to load this message in the networking platform