Search found 4 matches
- Wed Sep 20, 2023 2:17 pm
- Forum: General
- Topic: STRPCCMD gives MS explorer error
- Replies: 9
- Views: 51598
Re: STRPCCMD gives MS explorer error
While I am not able to help with your problem I was interested in Scott's reply. Firstly would you just replace the CMD with WINWORD.EXE ? (Presuming the windows path enables the program to be found) And more interestingly if going the new http server option is this still accessing the document on ...
- Wed Sep 20, 2023 8:03 am
- Forum: General
- Topic: STRPCCMD gives MS explorer error
- Replies: 9
- Views: 51598
Re: STRPCCMD gives MS explorer error
As far as I can tell, Windows is having trouble opening the network resource. Perhaps it is taking a long time to open, so inserting a 10 second delay is solving the problem for you? At any rate, this isn't a problem with your RPG code -- the problem is 100% on the windows machine. Windows Networki...
- Wed Sep 20, 2023 7:15 am
- Forum: General
- Topic: STRPCCMD gives MS explorer error
- Replies: 9
- Views: 51598
Re: STRPCCMD gives MS explorer error
I don't speak Dutch, so I ran the error text through Google Translate. I hope this is an accurate translation You may not have the correct permissions for this network resource. To determine whether you have access permissions, contact the server administrator. The parameter is incorrect. Apologies...
- Tue Sep 19, 2023 1:58 pm
- Forum: General
- Topic: STRPCCMD gives MS explorer error
- Replies: 9
- Views: 51598
STRPCCMD gives MS explorer error
Hello, All of a sudden we have a problem with STRPCCMD when trying to open a Word document. This forum is my last hope for a solution. Analysis When this code is executed the users get the error shown in attachment. 01 //Start MS Word for blob 02 @cmdString = 'STRPCO'; 03 callp(e) excCmd(@CmdString ...