Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MSMQ
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
MSMQ
Divers
Thread ID:
00537548
Message ID:
00537548
Vues:
42
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform