Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

paxton

About

Username
paxton
Joined
Visits
73
Last Active
Roles
Member

Comments

  • Greetings! FYI A further note on my findings. To review, using 3 systems: DEV is Win7 with no oengineserver TEST production is Win 10 with Oengineserver LIVE Production is WHS 2011 with Oengineserver SRP_Run_Command works on the DEV system withou…
  • Bingo! Got SRP_Run_Command to run 7x.exe using oengineserver by putting 7z.exe and 7-zip in the Oinsight folder. Got to thinking that the registry settings for oengineserver included a working directory setting. Although the folder with 7z.exe i…
  • OK, Don. I took another look. In my case. hZip = SRP_Zip_Open("\\monkey\mediafiles\59766\59766.zip")    // I presume that if 59766.zip does not exist, it creates it and if succesful returns a filehandle else null if hZip then       r…
  • Don, I looked at SRP_Zip, the cost is OK, but it did not look like it did what I wanted. In my application, I look up a particular folder's location in the OI database and then zip all the mp3 files in that folder leaving the zip file in the folder…
  • Greetings FYI I have confirmed that the associated .dll is not the issue. I tried the original info-zip command... zip.exe with the same results. windows command ipconfig works fine with oengineserver.
  • Hi Corby. Thanks for the post. I assume you have followed the saga above. I was just wanting to understand some terminology since Don mentioned "Windows Service" vs "Windows Desktop Application". The command line version of the 7-zip program work…
  • Thanks, Don for the weekend reply. Ah, the Windows service. Thanks for the ideas. I'll tinker around with passing Working Directory . Is the Windows command prompt window a Windows Desktop Application? (since the command works there)
  • Don, Did some research. It appears to be something with the combination of oengineserver and the zip program (7-zip) the command line versoin is 7z.exe .... command = "ipconfig" output = "VAR" SRP_Run_Command(command,output) doc = output …
  • Don, Thanks for the reply. I am using UNC paths. In my example: command = "7z a \\monkey\mediafiles\audio\62083\62083.zip \\monkey\mediafiles\audio\62083\*.mp3" output = "VAR" SRP_Run_Command(command,output) Zip Works from command line anywhere, w…
  • HI, Barry. Thanks for the response. Terminology is tricky. For development, I have Apache web server, OI and a Browser all running on the same machine (localhost). the HTML pages use javascript to 'talk to' OI though OECGI. Works great. the files…