use of 'wshShell' automation for RTC

Ruuben
Member Posts: 41
Hello i've been looking for an alternative way for 'shell' command (obsolete for RTC) and I found some posts where they explain how to use wshShell automation.
Using this posts i wrote this code:
When i run this in classic client it works but running this code in RTC next message is shown:
'This message is for C/AL programmers: The call to meber Exec failed: The system can not find the path specified'
i've executed this from the server and remotely and result is the same.
Does anybody know what's happening?
Thanks!
Using this posts i wrote this code:
CREATE(VarAutomation); VarAutomationExec := VarAutomation.Exec(Parametros2); VarExit := VarAutomationExec.Status; WHILE VarExit = 0 DO BEGIN SLEEP(500); VarExit := VarAutomationExec.Status; END; CLEAR(VarAutomation); *where Parametros2 = 'c:\myprogram.exe parameters'
When i run this in classic client it works but running this code in RTC next message is shown:
'This message is for C/AL programmers: The call to meber Exec failed: The system can not find the path specified'
i've executed this from the server and remotely and result is the same.
Does anybody know what's happening?
Thanks!
0
Answers
-
Ruuben wrote:
The Service Tier probably doesn't know what 'c:\myprogram.exe' is.
To make it run on your local pc you must create it like this:CREATE(VarAutomation, TRUE, ISSERVICETIER);
Then it may or may not work. You will have to try it. It depends on what you do with the automation.0 -
Ey it works!!
Lot of thanks!0
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