Hi Gordon,
Following are the table in the Local Repository of SAP Business Objects Data Services that are useful for doing changes.
But for your query please refer below SQL Command
Deletion of Job Server from SAP Business Objects Local Repository:
- select * from AL_MACHINE_INFO;
- select machine_name,port from AL_MACHINE_INFO;
- Delete from AL_MACHINE_INFO where MACHINE_NAME ='<jobservername>';
Hope this will help you as well.
Thanks,
Daya