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.  gathering dependents

    Posted Wed July 30, 2008 12:50 AM

    How would someone gather and output all the dependents of a package?


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: gathering dependents

    Posted Wed July 30, 2008 05:36 AM

    Can you explain in detail what exactly you want.

    You can check package dependencies (if its updated by developers) : for this right click on package in developer and click OPEN

    You can check service dependencies : for this right click on service and then click dependents

    Regards,
    Sumit


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: gathering dependents

    Posted Wed July 30, 2008 11:39 AM

    I am trying to gather information faster thatn that as it will take weeks trying to gather all the dependents. How can I gather or output this information faster? Can I create a service?


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 4.  RE: gathering dependents

    Posted Wed July 30, 2008 01:23 PM

    Do you have WmDeployer installed?

    If you have it installed check this service : wm.deployer.gui.UIDependency:getUnresolvedBundleDependencies

    What I did is created a project and added all the packages whose dependencies I wanted to check and ran this service with following input :

    project name : name of deployer project
    bundle name : name of the deployment set

    It will list you all unresolved dependencies.

    Alternately you can see this graphically also on WmDeploye project page instead of running the service.

    You might need to do more research on this. But this might be a good starting point.

    Hope this helps.

    Regards,
    Sumit


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: gathering dependents

    Posted Wed July 30, 2008 03:55 PM

    WmValidate, a sample package downloadable from Advantage, provides services and a UI that can be used for verifying that all components that a package depends upon are present. It’s not exactly what you’re looking for but perhaps it will be sufficient.


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 6.  RE: gathering dependents

    Posted Tue August 05, 2008 01:05 PM

    call the following service to get dependents in your flow service and provide the service as input for which you want to find dependents

    wm.server.ns.dependency:getDependent

    regards,
    Gokul


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 7.  RE: gathering dependents

    Posted Fri September 24, 2010 10:36 AM

    Can any one help on how to create a project and bundle name in deployer.

    While trying to run the services in WmDeployer package like wm.deployer.gui.server.IS:getPackageInfo it is asking input Project name and bundle name.

    Please reply ASAP


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB