webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  installPackage is throwing exception

    Posted Wed May 18, 2016 09:53 AM

    Hi Experts,

    i am trying to install package through flow service.My logic shown below

    Get package–> put package → remote invoke (intall Package).

    installPackage is throwing error as below.

    “ISS.0086.9144] Exception occurred while checking target package name”

    Help is appreciated.

    –Praveen


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: installPackage is throwing exception

    Posted Wed May 18, 2016 12:50 PM

    Make sure the target IS details are configured in source remote server alias.

    Any reason for writing a flow service to install the package, you can use WmDeployer or manually install the package (if its less in count)


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 3.  RE: installPackage is throwing exception

    Posted Wed May 25, 2016 12:15 PM

    Mahesh–

    I don’t have idea about Deployer. Can u explain how it works to deploy packages.

    Thanks


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 4.  RE: installPackage is throwing exception

    Posted Wed May 25, 2016 02:19 PM

    Kindly read “9-10_Deployer_Users_Guide”

    You can also install the packages by putting them in replicate/inbound directory and then install from IS –


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 5.  RE: installPackage is throwing exception

    Posted Thu May 26, 2016 07:58 AM


  • 6.  RE: installPackage is throwing exception

    Posted Wed June 29, 2016 02:23 AM

    Try creating a empty package via designer (with the same packagename) and then run your service to install


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 7.  RE: installPackage is throwing exception

    Posted Wed June 29, 2016 09:10 AM

    Addendum: pub.packages:installPackage

    Pass the input: packageFile: Name of the distribution file that contains the package
    that you want to install. This file must reside in the server’s inbound directory (Integration Server_directory\instances
    \instance_name \replicate\inbound).

    When specifying packageFile ,
    Do include the .zip extension in the file name.
    Do not include the directory path.
    For example: myPackageFileAug2001.zip


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General