Thank you for your response. Issue is resolved when i ran with profile having *ALLOBJ authority and having the password.
Original Message:
Sent: Mon June 12, 2023 09:41 PM
From: Satid Singkorapoom
Subject: installWebService.sh is failing for IWS00103E - Parameter value not valid. Specified object not found
Sarfaraj
First of all. I assume the IASP was already varied on when you did the IWS deployment. Then that you use Java 8 or higher as described in this Technote : Deployment of web services requires Java 8 or higher JRE at https://www.ibm.com/support/pages/node/6510108.
Can you use instruction from this Technote instead ? How to Deploy a Web Service from an IASP for an Integrated Web Services (IWS) Server on the IBM i at https://www.ibm.com/support/pages/how-deploy-web-service-iasp-integrated-web-services-iws-server-ibm-i
There is also a new support for getConfigurationFile.sh that you may consider using : Script to generate property file for a service at https://www.ibm.com/support/pages/script-generate-property-file-service
------------------------------
Education is not the learning of facts but the training of the mind to think. -- Albert Einstein.
------------------------------
Satid S.
Original Message:
Sent: Mon June 12, 2023 10:54 AM
From: Sarfaraj Pirjade
Subject: installWebService.sh is failing for IWS00103E - Parameter value not valid. Specified object not found
I am using installWebService.sh command to install web service on IWS server. My IBMi machine has iASP. I prepared a propertyfile with below property for programobject.
ws.iws.gen.programobject=/<<IASPNAME>>/QSYS.LIB/<<PGMLIB>>.LIB/<<PGMNAME>>.PGM
command used:
installWebService.sh -server <<Server NAme>>
-propertiesFile <<Path of property file>>
-printErrorDetails
It is giving error
com.ibm.systemi.iws.WSSException: IWS00103E - Parameter value not valid. Specified object /<<IASPNAME>>/QSYS.LIB/<<PGMLIB>>.LIB/<<PGMNAME>>.PGM not found.
at com.ibm.systemi.iws.scripts.CommandHandler.hasAccess(CommandHandler.java:169)
at com.ibm.systemi.iws.scripts.CommandHandler.hasAccess(CommandHandler.java:141)
at com.ibm.systemi.iws.scripts.InstallWebServiceCommandHandler.processCommand(InstallWebServiceCommandHandler.java:422)
at com.ibm.systemi.iws.scripts.ScriptProcessor.run(ScriptProcessor.java:240)
at com.ibm.systemi.iws.scripts.ScriptProcessor.main(ScriptProcessor.java:327)
IWS00103E - Parameter value not valid. Specified object /<<IASPNAME>>/QSYS.LIB/<<PGMLIB>>.LIB/<<PGMNAME>>.PGM not found.
I did checked on IFS path and PGM object exists. We have used profile with *ALLOBJ authority. any idea what could be the reason of this message.
Point to note is I have issue when i start using ibm lpar with iASP.
------------------------------
Sarfaraj Pirjade
------------------------------