I'm pretty sure the answer is no but I will ask anyway.
We have setup the job queue to run with 2 instances of NAS and loop through multiple companies to run a task.
This is done through a windows scheduler who launches NAS overnight to launch the job queue that calls our function in each company with the 2nd NAS.
The client would like now to be able to also call the same process on demand by pressing a button. I added the code at the bottom of the job queue entry card and the code behind it loops through all the job queue entry and calls the job queue start codeunit. This works fine when they are pressing the button from the Navision client where NAS is installed and configured (same computer that runs the process every night through the windows scheduler)
However, if someone tries to push that button from another computer, they get an error message:
"This message is for C/AL programmers:
The call to member send failed. msxml3.dll returned the following message:
A connection with the server could not be established"
I guess this is because NAS is not installed and configured on the computer from where they are pushing the button.
Am I correct?
Is there a way around it without having to install NAS on every user' computers?
0
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
I looked at one of the computer that is getting the error message listed above, in the system32 folder, and there are a bunch of msxml*.dll files there already.
Just installing that MS XMLDom will allow them to use the job queue from their computer calling the NAS on the server?
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
I want to know if it's doable to run it for all companies from any computer, not only the server where NAS is installed
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
This is working fine. My only question is, is it possible to run that from another computer by pressing a button, instead of running it on the server where NAS is installed.
When doing it right now, I get the error listed in my first message.
http://www.microsoft.com/en-us/download ... px?id=6276
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
http://www.microsoft.com/en-us/download ... px?id=4608
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Any other ideas?
If yes, In order for the client to run it. They need to have NAS folder locally and you have to change the code to where NAS is installed.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Manish
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Any other idea?!?
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n