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
  • 1.  DeleteDocument Error (INOXJE8414)

    Posted Tue March 19, 2002 08:12 PM

    Hey all,
    I’m hoping someone can help me out here. I’m trying to delete a document through the API using spTaminoX->DeleteDocument(CodesDocument/@4102). If I check GetErrorStatus method I see that I get the following error message. “INOXJE8414 Invalid Content type”. However the delete seems to work successfully. If I query the repository for that ID it will be gone. Any ideas? Thanks…

    -Ben DeMaster


    #webMethods-Tamino-XML-Server-APIs
    #API-Management
    #webMethods


  • 2.  RE: DeleteDocument Error (INOXJE8414)

    Posted Tue March 19, 2002 10:30 PM

    If it works, ignore the message…

    Sometimes browsers will through an error even though your API worked.

    Knute Hestness


    #webMethods-Tamino-XML-Server-APIs
    #API-Management
    #webMethods


  • 3.  RE: DeleteDocument Error (INOXJE8414)

    Posted Tue March 19, 2002 10:39 PM

    I suppose I should have said that this is a VB (6.0) client calling a C++ (6.0)ATL COM object. The problem with just ignoring the error message is that programatically I would have no way of knowing whether the delete was successful or not. At least not without querying for the ID again and that would be a little time consuming for a solution. Any other ideas? Thanks…

    -Ben DeMaster

    P.S. It does work successfully if I do a DeleteByQuery. But, I would like to do it either way.


    #webMethods-Tamino-XML-Server-APIs
    #API-Management
    #webMethods


  • 4.  RE: DeleteDocument Error (INOXJE8414)

    Posted Wed March 20, 2002 02:33 PM

    Which version of the OCX is this? Explorer->TaminoX.ocx->Properties.

    This works for me in my test environment (i.e. the error number is 0 for a successful delete and you get an HTTP error 404 for non existent document). But I am using the most recent incarnation of the OCX.


    #webMethods-Tamino-XML-Server-APIs
    #API-Management
    #webMethods


  • 5.  RE: DeleteDocument Error (INOXJE8414)

    Posted Wed March 20, 2002 03:14 PM


  • 6.  RE: DeleteDocument Error (INOXJE8414)

    Posted Mon April 08, 2002 02:37 PM

    I think that is quite an old version. The more recent versions of the OCX should fix this problem.


    #webMethods-Tamino-XML-Server-APIs
    #API-Management
    #webMethods