how to receive the message from a Remote one
ajaybabuCh
Member Posts: 208
Hi
I have a server called BLUE where my SQL server resides.
I created a private queue in blue called "toNavision".
from my system , NAS will connect to SQL db server that is BLUE.
its all done.
but the problem is I couldn't receive the message .
I wrote like this
MQBus.OpenReceiveQueue('.\private$\vertiklsnavision',0,0);
but its not working
can anybody have idea on this
ajay
I have a server called BLUE where my SQL server resides.
I created a private queue in blue called "toNavision".
from my system , NAS will connect to SQL db server that is BLUE.
its all done.
but the problem is I couldn't receive the message .
I wrote like this
MQBus.OpenReceiveQueue('.\private$\vertiklsnavision',0,0);
but its not working
can anybody have idea on this
ajay
Ajay
0
Comments
-
It means, that NAS is running on another server than BLUE? If yes, thanfrom my system , NAS will connect to SQL db server that is BLUE.MQBus.OpenReceiveQueue('.\private$\vertiklsnavision',0,0);is opening queue on the local server (the ".\" part of the path), but the queue is on BLUE server...0 -
Yes Kine
Queue is on BLUE server and the Navision SQL DB is also on the BLUE
server.
NAS is running on my Desktop.
Even I tried the following
MQBus.OpenReceiveQueue('BLUE\private$\vertiklsnavision',0,0);
its not working and i couldn't send the message from Navision also to the
queue on the blue server
ajayAjay0 -
I am not sure, but somewhere I saw that the NAS component is working just with local queues (I am not sure if it was reading or writing). It means, you need to create the queue on PC with NAS and write into it from the BLUE server... To be able to create the queue on your desktop, you need to enable the MSMQ component in Win XP (if you have Win XP).0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 117 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 333 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions
