IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.  Unable to deploy "Default" Package from 8.2 to 8.0

    Posted Wed March 12, 2014 03:05 AM

    Hello Techies,

    We tried to take Archival (tried Full and Patch release both) of a “Default” package from SourceServer (8.2.1.0) and tried to deploy it to Target Server (8.0.1.0).

    While deployment it gives a below error :

    Error log for Patch Release :
    wm.server.packages:packageInstall No enum const class com.wm.lang.ns.NSWSDescriptor$Version._8_2
    Error Log for Full Release :
    wm.server.packages:packageReload No enum const class com.wm.lang.ns.NSWSDescriptor$Version._8_2

    Source Server Detail:
    IS Version : 8.2.1.0
    Java Version : 1.6.0_31 (50.0)

    Target Server Detail :
    IS Version : 8.0.1.0
    Java Version : 1.6.0_20-rev (50.0)

    wM best practices suggests it is not advicible to replace/delete “Default” package.

    Is this error due to reverse compatibility? How can we able to copy content from source to target server in this case?

    Regards,
    Jatin P


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


  • 2.  RE: Unable to deploy "Default" Package from 8.2 to 8.0

    Posted Wed March 12, 2014 04:09 AM

    You can deploy User created assets using deployer. You cannot deploy webMethods components that have been installed by the Software AG Installer as part of a product.


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


  • 3.  RE: Unable to deploy "Default" Package from 8.2 to 8.0

    Posted Wed March 12, 2014 07:09 AM

    Hi,

    Export the package (unlock the all the services in the package) from developer (source server) and place it in replicate/inbound directory of target server. Then open target IS and install the package from package management

    Or

    Open the two servers in one developer and copy paste. Hope this should work. :slight_smile:

    Let me know if you have any questions?


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


  • 4.  RE: Unable to deploy "Default" Package from 8.2 to 8.0

    Posted Wed March 12, 2014 07:47 AM

    @Jatin P,

    Requirement of target IS mentioned in manifest file of the package. Your package requires 8.2 IS.

    Do one thing, while creating archive from IS admin[8.2] → Package Management → Default → Archive → Change the Integration Server Version and JVM Requirement .

    copy the archive package from source IS[8.2]/replicate/outbound to Source IS[8.0]/replicate/inbound then install.

    Although it is suggested not to make any change in default package, as it has landing admin page.

    HTH.

    Thanks,
    Rankesh


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


  • 5.  RE: Unable to deploy "Default" Package from 8.2 to 8.0

    Posted Thu March 13, 2014 12:00 AM

    Thanks Rankesh Kumar, Venu Ponakala and M@he$h for quick reply.

    After lot of effort, we could identify that because of one of the webServiceProvider copy of package from Source Server (8.2.1) to Target Server (8.0.1) was not working.

    Now we are able to copy “Default” Package (after dropping webserviceprovider which was causing issue).

    Regards,
    Jatin P


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