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.  inoload question

    Posted Thu June 02, 2005 03:02 PM

    Hi According to the “inoload -help” you can either specify the database name or the server but not both. I do have a problem with it. If you have 2 databases on your server, db1 and db2 both using the same Schema/Collection/DocType, how does this command know which database to update? From what I have seen you cannot use -database and -server on the same inoload command. Using Tamino 4.2.1 on W2K with IIS. Thanks Naas


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: inoload question

    Posted Thu June 02, 2005 03:21 PM

    Hi, there might be a misunderstanding. Server in this case means machine, so if you have db1 and db2 on the same machine (say Mycomputer), and db1 uses the XML port 1234, and db2 uses the XML port 2345, the following calls to inoload are equivalent: inoload -database db1 … inoload -server Mycomputer:1234… and also the following ones: inoload -database db2 … inoload -server Mycomputer:2345 … Regards Harald


    #webMethods
    #API-Management
    #Tamino


  • 3.  RE: inoload question

    Posted Thu June 02, 2005 06:40 PM

    Well now that makes sense :slight_smile: Thank you


    #webMethods
    #API-Management
    #Tamino