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.
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
I am using same database name but issue coming only while creating adapter notification
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.