Unusual spawn error
Author: gianni.sandigliano@unifacesolutions.com (gianni)
Hi all, I am facing with an unusual error after a spawn instruction: spawn "quadratura.csv" is giving back $procerror = -1124 meaning "Application name not valid.". Expectation is the application associated with .csv extension (Excel) should open this file. If I try to: - double click on file quadratura.csv from windows explorer, Excel is opening the file as expected - if I open a command prompt and either type the full path name or go to directory where the file is saved and type the file name without a path, Excel is opening the file as expected - if I open run... and select file quadratura. csv, Excel is opening the file as expected I cannot focus on any reason because only the Uniface application is not able to execute its spawn command, opening this file with Excel on this server... It should be considered the same application is regularly working on any other server at same company site. Any hint on how to solve this issue? Gianni

. The alternative would be to create a signature and select the implementation type of “Operating System Command”. When done you will have two operations COMMAND and COMMANDOUT which can be used to supply the command and get the results back, as per
.



