Marlew Posted July 13, 2017 Report post Posted July 13, 2017 Hi Guys, first at all, thanks to all the Articles and Manuals i found here over the Years i am working with SCCM. Now, i try to deploy the Software "IBM i Access Client Solutions". The Difficulty i am facing here is, the Software has no .exe or .msi File in this new Release anymore. Installation get start with .js Files (who ever thought this will be a good thing in IBM) Does anyone here in this Forum has experiences with this Software? Or any glue how to deploy Software like this or can just say it is not possible at all!? I tried so far to install it with a .cmd, but it doesnt worked. The IBM Website dont offer any Manual also. Cause it is not a wide spread Software at all, i dont found any specific Help in the net as well. I am open for any Suggestions and Help Thanks and Regards Marcus Quote Share this post Link to post Share on other sites More sharing options...
GarthMJ Posted July 14, 2017 Report post Posted July 14, 2017 Why didn't it work as a CMD? How Does IBM say you should deploy the software? Quote Share this post Link to post Share on other sites More sharing options...
Marlew Posted July 18, 2017 Report post Posted July 18, 2017 Hi, if you use a .cmd, it runs on various Java Errors during the Installation. When you are doing it locally by yourself, no Errors occur. IBM has no Manual for a automatic deployment, as i mentioned already in my first Post. They want to Install it for Users, by themselves from a Networkshare.... Cheers Marcus Quote Share this post Link to post Share on other sites More sharing options...
GarthMJ Posted July 18, 2017 Report post Posted July 18, 2017 Have you run the batch file using the local system account? https://verbalprocessor.com/2007/12/05/running-a-cmd-prompt-as-local-system/ Have you ask the question of your IBM Support, Particularly, since IBM has their own version of SCCM, Tivoli, they must has a solution for enterprises to deploy Java. Quote Share this post Link to post Share on other sites More sharing options...
Kingskawn Posted June 20, 2018 Report post Posted June 20, 2018 Hi Marlew, did you find a solution on your question? We have ACS too and deployment of the package is working but through OSD it doesn't. The JS file which is used to install all the rest is calling other scripts. I'll try launching it with the system account Quote Share this post Link to post Share on other sites More sharing options...
GarthMJ Posted June 20, 2018 Report post Posted June 20, 2018 5 hours ago, Kingskawn said: Hi Marlew, did you find a solution on your question? We have ACS too and deployment of the package is working but through OSD it doesn't. The JS file which is used to install all the rest is calling other scripts. I'll try launching it with the system account And what happens when you run it with the local system account? Have you contacted IBM about this yet? Quote Share this post Link to post Share on other sites More sharing options...
Kingskawn Posted June 21, 2018 Report post Posted June 21, 2018 18 hours ago, GarthMJ said: And what happens when you run it with the local system account? Have you contacted IBM about this yet? I did the testing with a logged admin and running psexec -i -s cmd. I launched the command as in the command line of the TS: "Windows_Application\install_acs_64_allusers.js" /Q This doens't work when OSD is used. I think the software is failed (in the TS) because it doesn't finish in time. We now will use the app deployment toolkit to have a better control and logging. Maybe we discover something new. I already tried command-lines: waithidden cscript.exe //nologo //e:jscript .\Windows_Application\install_acs_64_allusers.js /Q cscript.exe //b "\Windows_Application\install_acs_64_allusers.js" /Q Quote Share this post Link to post Share on other sites More sharing options...
GarthMJ Posted June 21, 2018 Report post Posted June 21, 2018 2 hours ago, Kingskawn said: I did the testing with a logged admin and running psexec -i -s cmd. I launched the command as in the command line of the TS: "Windows_Application\install_acs_64_allusers.js" /Q This doens't work when OSD is used. I think the software is failed (in the TS) because it doesn't finish in time. We now will use the app deployment toolkit to have a better control and logging. Maybe we discover something new. 4 And exactly what happened when you ran the Psexec command? Did you try trying the cmd using the 32bit cmd too? It is easy to prove the timeout as it will show within the logs that the install timed out. Quote Share this post Link to post Share on other sites More sharing options...
Kingskawn Posted June 28, 2018 Report post Posted June 28, 2018 Ok we made the package with the app deployment toolkit and it's working now. Thanks! Quote Share this post Link to post Share on other sites More sharing options...
Bignat Posted June 19, 2019 Report post Posted June 19, 2019 Did you mean Powershell app deployment toolkit? Also can you share the script that you used please. Quote Share this post Link to post Share on other sites More sharing options...
Brtvngl Posted November 23, 2020 Report post Posted November 23, 2020 @Kingskawn Can you share how you solved this. I had a PS script from Reddit that did install v1.1.8.2 in the past, but does not work anymore with v1.1.8.5 I get Java language exceptions when launching, and the installation stops. @GarthMJ - I spoke to IBM last week and their answer is: we do not support mass deployments, nor do we support you on distributing it. When running as admin in CMD, all runs fine, but running under SYSTEM account. it's a true pain. Quote Share this post Link to post Share on other sites More sharing options...
Brtvngl Posted November 23, 2020 Report post Posted November 23, 2020 @Bignat - I think I just figured it out - create a bat file with only the install_acs_xx.js /QS in (or whatever you want) and deploy it for a user, not for a system. This works, the only downside now is, you will see the installation status go to failed as soon as you hit install, but for me it continued and installation ran just fine. See if I can bypass that one. Quote Share this post Link to post Share on other sites More sharing options...
GarthMJ Posted November 23, 2020 Report post Posted November 23, 2020 1 hour ago, Brtvngl said: @GarthMJ - I spoke to IBM last week and their answer is: we do not support mass deployments, nor do we support you on distributing it. When running as admin in CMD, all runs fine, but running under SYSTEM account. it's a true pain. There is no way the IBM has created SW that is only used for the personal market. I would call "Bull" on that statement and push them again. Otherwise have you company drop it as it is NOT enterprise software and therefore should NOT be used within a Enterprise. Quote Share this post Link to post Share on other sites More sharing options...