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.


#TechXchangePresenter
 View Only
Expand all | Collapse all

Following tutorials; can't import package

  • 1.  Following tutorials; can't import package

    Posted Mon January 07, 2019 03:35 AM

    I have a zip file that is a package that I downloaded for the JDBC tutorial. I have put the zip file in C:\softwareAG912\IntegrationServer\replicate. When I’m in Integration Server and choose Packages, Management, Install InboundReleases, no files are listed. It says “No inbound releases”. I have looked and looked for what I may be missing and I don’t see what it could be. I even downloaded the zip file again in case it was a bad file. It doesn’t see the second copy in the same location, either.


    #Integration-Server-and-ESB
    #edi
    #webMethods


  • 2.  RE: Following tutorials; can't import package

    Posted Mon January 07, 2019 04:55 AM

    You need to put it under C:\softwareAG912\IntegrationServer\instances\default\replicate (if you are using the default instance).

    Thanks and Regards
    -Sanjan


    #webMethods
    #edi
    #Integration-Server-and-ESB


  • 3.  RE: Following tutorials; can't import package

    Posted Mon January 07, 2019 06:19 AM

    Correct path is C:\softwareAG912\IntegrationServer\instances\default\replicate\inbound\


    #edi
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: Following tutorials; can't import package

    Posted Mon January 07, 2019 09:01 AM

    If you have multiple instances of IS in same installation you also need to locate instance directory as well.

    C:\softwareAG912\IntegrationServer\instances<instancename>\replicate\inbound\

    Replace with the instance name. if you have only one instance “default” then C:\softwareAG912\IntegrationServer\instances<instancename>\replicate\inbound\ should work

    Thanks,
    Manoj


    #webMethods
    #Integration-Server-and-ESB
    #edi


  • 5.  RE: Following tutorials; can't import package

    Posted Mon January 07, 2019 01:11 PM

    This is it as Mahesh pointed out:

    Correct path is C:\softwareAG912\IntegrationServer\instances\default\replicate\inbound\

    HTH,
    RMG


    #edi
    #webMethods
    #Integration-Server-and-ESB


  • 6.  RE: Following tutorials; can't import package

    Posted Tue January 08, 2019 03:16 AM

    Thank you. It worked to put the zip fle in C:\softwareAG912\IntegrationServer\instances\default\replicate\inbound.

    Now, when trying to connect, it can’t file “com.microsoft.sqlserver.jdbc.SQLServerDatasource”.

    Neither can I. Where is that supposed to be? Was I supposed to get that from somewhere?

    If it makes a difference, I’m working with SQL Server Express on my localhost.

    Many thanks in advance!


    #edi
    #Integration-Server-and-ESB
    #webMethods


  • 7.  RE: Following tutorials; can't import package

    Posted Tue January 08, 2019 03:19 AM

    You need to Place sqljdbc jar under IntegrationSever/instances//packages/WmJDBCAdapter/code/jars/ and reload the package WmJDBCAdapter in the IS Admin UI before trying to configue any connection.

    Thanks,
    Manoj


    #webMethods
    #edi
    #Integration-Server-and-ESB


  • 8.  RE: Following tutorials; can't import package

    Posted Tue January 08, 2019 11:18 AM

    Hi Amy,

    If the still above solution doesn’t work then try to place the jar file in the static folder location as below:

    sqljdbc jar under - SAG_912Home_IntegrationSever/instances//packages/WmJDBCAdapter/code/static/jars/

    HTH,
    RMG


    #Integration-Server-and-ESB
    #webMethods
    #edi


  • 9.  RE: Following tutorials; can't import package

    Posted Tue January 08, 2019 12:39 PM

    Hi Amy,

    remember to reconfigure the JDBC-Connection from MySQL to MS SQL after applying the driver jar.

    @RMG:
    This will only be neccessary when the driver has native portion, but the MS SQL driver is plain java.
    The correct path in this case will then be SAG_912Home_IntegrationSever/instances//packages/WmJDBCAdapter/code/jars/static.
    Just the last two folder names switched.

    Regards,
    Holger


    #Integration-Server-and-ESB
    #edi
    #webMethods


  • 10.  RE: Following tutorials; can't import package

    Posted Wed January 09, 2019 03:23 AM

    I don’t have a folder there called “static”. Should I?


    #Integration-Server-and-ESB
    #webMethods
    #edi


  • 11.  RE: Following tutorials; can't import package

    Posted Wed January 09, 2019 03:28 AM

    Holger -
    Where is that reconfiguring done?
    Is MySQL the default somewhere? I’ve never set it up for that.

    I did reload the WmJDBCAdapter, and the JCBD_Tutorial.


    #edi
    #Integration-Server-and-ESB
    #webMethods


  • 12.  RE: Following tutorials; can't import package

    Posted Wed January 09, 2019 03:28 AM

    rmg -

    That seems worse. Now I get:
    [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource JDBC_Tutorial:MyConnection.
    [ART.118.5063] Adapter Runtime (Connection): Unable to start connection JDBC_Tutorial:MyConnection: after 1 attempt(s).
    [ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
    [ADA.1.204] Cannot connect to the database with DataSource class “com.microsoft.sqlserver.jdbc.SQLServerDataSource”.
    The TCP/IP connection to the host lihbg228n6p0011, port 1433 has failed. Error: “Connection refused: connect. Verify the connection properties, check that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port, and that no firewall is blocking TCP connections to the port.”.

    Before this, I was getting:
    [ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource JDBC_Tutorial:MyConnection.
    [ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
    com/wm/adapter/wmjdbc/connection/ConnectionInfo


    #Integration-Server-and-ESB
    #edi
    #webMethods


  • 13.  RE: Following tutorials; can't import package

    Posted Wed January 09, 2019 09:48 AM

    Thanks for all who helped! I finally got connected.

    I got a little help from someone here, too. I finally got all the copies of the jars in the required places. Then the last hurdle was getting it to accept the login to the SQL Express database and now that’s working, too.

    Thank you all.


    #edi
    #Integration-Server-and-ESB
    #webMethods