Environment
NetIQ AppManager 6.x
NetIQ AppManager 7.0.x
Situation
How do I manually recreate the AppManager Repository SQL jobs?
Resolution
Instructions to recreate the Repository SQL scheduled jobs:
- On the SQL server where the repository is stored, open SQL Query Analyzer.
- Point the DB field to the AppManager Repository Database (QDB by default).
- Type in the following statement:
To recreate the NetIQ License Audit and NetIQ AMDC Daily SQL jobs:
exec dbo.task_utilext 1,1To recreate all other NetIQ AppManager SQL jobs:
exec dbo.task_util 1,1,1 Click on the green (execute) arrow.
Go back into SQL Management Studio/Enterprise Manager and verify all nine NetIQ tasks have been recreated. The NetIQ Policy QDB job should now show up in the SQL scheduled job list.
Additional Information
Formerly known as NETIQKB45072