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
Expand all | Collapse all

Database table user tasks doesn't exist

  • 1.  Database table user tasks doesn't exist

    Posted Wed September 11, 2024 06:24 AM

    Hi, I am new to web methods. Can someone help on the below attached error while creating basic adapter notification. Sample is database name in MySQL.


    #webMethods


  • 2.  RE: Database table user tasks doesn't exist

    Posted Wed September 11, 2024 06:34 AM

    Hi Jaya,

    was the database (pre-)initialized with the DatabaseComponenentConfigurator?
    The mentioned table is part of the ISInternal component resp. the IS product.

    On the other side, why are you interested in changes to this table for further processing, as this table contains the scheduled tasks as they can be seen in the IS Admin page under Scheduler.

    Regards,
    Holger


    #webMethods


  • 3.  RE: Database table user tasks doesn't exist

    Posted Wed September 11, 2024 09:16 AM

    I am using same database name but issue coming only while creating adapter notification


    #webMethods


  • 4.  RE: Database table user tasks doesn't exist

    Posted Wed September 11, 2024 10:52 AM

    This is not really a good idea and habit even for learning purposes. You should be able to create a database if you have it on your local, if not you can always install a new one.

    Please verify if you have created the tables using database component configurator. Side note, if you do recreate, it will drop the current tables and make you loose data. You should check the results of the scripts if they are successfully executed or not. DB configurator can be confusing, refer to the documentation or ask further questions.


    #webMethods