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.  Inserting records into Siebel

    Posted Thu June 10, 2004 08:13 AM

    Iam getting the following error when trying to insert Account record into Siebel.

    com.wm.app.b2b.server.ServiceException: [ART.117.4002] Adapter Runtime (Adapter Service): Unable to invoke adapter service Acc:AccountINsert.
    [ADA.448.1000] SiebelJavaOperations.performInsert() - threw a SiebelException: code(27812), msg(Invalid operation when not executed.(SBL-DAT-00471)

    I selected the following
    BC : Account
    BO : Account
    MVL : Business Address[CUT Address]

    I have not put any selection criteria. I want to insert the fields like Account Name, Account Location & PostalCode .

    Why is it throwing this error. I searched in the Siebel Site, but cld not find any solution for this.

    If some one faced this problem please reply.


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Inserting records into Siebel

    Posted Fri August 22, 2008 11:31 PM

    Hi Mohan,
    There are many reason for tht exception.

    1. I think your Siebel database is down or having some network issues
    2. The Business component you are using is not in the compiled SRF file.
    3. Mainly this isa error is caused by Siebel, so try to debug in that way…and if possibel try to apply patches or fix from advantage.webMethods site, there are couple of issues with Siebel adapter connection

    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Inserting records into Siebel

    Posted Tue November 18, 2008 05:05 AM

    rock,

    That issue is very old and this I hope is not resolved yet. This is not siebel problem rather Adapter limitation.

    Siebel adapter works in this way:

    if you have chosen BO and BC then it only update field from that BC

    if you have chosen BO+BC+MVL then it will update data from MVL fileds only. in this case BC filed wil not be updated.

    work around is you have to update BC and MVL field separately

    Note: catch is if your one field from BC and one from MVL and both are mandatory then you could not able to work with siebel Adapter :mad:.

    any doubt ask me at prastogi at gmail


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards