NAV 2013 - VT100 Plug In - Multiple Instance on Workstation

dhutch
Member Posts: 2
I am completing an installation in which ADCS is being used by 2 companies in a single database.
Employees of both companies work in a shared warehouse and perform ADCS tasks (pick/put-away) for both companies.
It appears that I will need to have (2) Microsoft.Dynamics.Nav.VT100Plugin.exe services running.
Microsoft is contradictory as to whether or not this can be done on a single computer:
http://msdn.microsoft.com/en-us/library ... 7(v=nav.71).aspx
The obvious challenge is that if (2) or more instances of the VT100 Plug in are loaded on a single computer, how do you direct each instance as to which Microsoft.Dynamics.Nav.VT100Plugin.exe.config the instance should look at?
Best,
dhutch
Employees of both companies work in a shared warehouse and perform ADCS tasks (pick/put-away) for both companies.
It appears that I will need to have (2) Microsoft.Dynamics.Nav.VT100Plugin.exe services running.
Microsoft is contradictory as to whether or not this can be done on a single computer:
http://msdn.microsoft.com/en-us/library ... 7(v=nav.71).aspx
The obvious challenge is that if (2) or more instances of the VT100 Plug in are loaded on a single computer, how do you direct each instance as to which Microsoft.Dynamics.Nav.VT100Plugin.exe.config the instance should look at?
Best,
dhutch
0
Comments
-
Is nobody out there who had already done this?
We have the same requirement now.
Howto's and hints are appreciated.
Oli0 -
Hi,
here comes the solution:
You have to double the VT100 service and change the config with the following steps:
1. Double the Directory "C:\Program Files (x86)\Microsoft Dynamics NAV\70\Automated Data Capture System"
with its contents to i.e. "C:\Program Files (x86)\Microsoft Dynamics NAV\70\Automated Data Capture System II"
2. Change the config file "Microsoft.Dynamics.Nav.VT100Plugin.exe.config" that it uses the new company
<add name="NavWSEndpoint" url="http://<hostname>:<port>/<servicetier>/WS/<newcompany>/Codeunit/ADCS" />
and listen to an other port
<Terminal listenPort="<newport>" listenIP="<ipaddress>" stylesheet="VT100_W2k_and_OtherClients.xsl" />
(hint: you need to start the editor with admin rights to save it)
3. Create this VT100 exe as a new service from the command line (cmd.exe must also be run with admin rights)
the call is as follows:
sc create "Microsoft Dynamics Nav VT100 Plugin II" binPath="C:\Program Files (x86)\Microsoft Dynamics NAV\70\Automated Data Capture System II\Microsoft.Dynamics.Nav.VT100Plugin.exe" start=auto obj="<domain>\<account>" password=<password> DisplayName="Microsoft Dynamics Nav VT100 Plugin II"
4. Set the other Properties of this new service according to the properties of the original existing VT100 plugin service with the program services.msc
Thats all - now you can start the new VT100 Plugin service
Enjoy
Oli0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 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
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 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