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.  FA Auto Generate

    Posted Mon January 24, 2011 10:00 PM

    For the inbound data into TN, an FA is generated Automatically (set the property to auto generate FA to true in inbound TPA).

    I am getting the below error from the server

    “com.wm.app.b2b.server.ServiceException: java.sql.SQLIntegrityConstraintViolationException: [wm-cjdbc40-0034][Oracle JDBC Driver][Oracle]ORA-01400: cannot insert NULL into (“TN_ADMIN”.“EDICONTROLNUMBER”.“SENDERID”)”

    After debugging the generateFA service.I found out that the sender and receiver ID qualifiers were not passed onto the getcontrolnumber service in build997 service in generateFA thus causing the above exception and creating group control number as 0000.

    IS anybody able to create a group control number for a 997 by setting the autogenerate to ON in TPA.

    am I missing a paratmeter?

    Any help is greatly appreciated.

    Thanks!


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


  • 2.  RE: FA Auto Generate

    Posted Thu January 27, 2011 04:08 PM

    Need to add below property to the properties.cnf file in WmEDI

    EDIAllowCustomControlNumberSequences=strictCompatibility

    And this will allow the autogenerateFA service to get group control numbers with or
    without qualifiers.

    Thanks!


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