Alright, it seems like the ADS instance might not be correctly set up or it’s named differently. Let’s list all instances to confirm their names again:
ampinstmgr -t
If ADS01 is not listed, we might need to recreate it. Here’s how you can do it:
1. Create a New ADS Instance
ampinstmgr -quick [AdminUsername] [AdminPassword]
Replace [AdminUsername]
and [AdminPassword]
with your desired admin credentials.
2. Start the New ADS Instance
Once created, start the new ADS instance:
ampinstmgr -s [ADSInstanceName]
3. Re-check the Instances
After starting the ADS instance, list the instances again to make sure everything is up:
ampinstmgr -t
Run these steps and let’s verify the setup.