Hi,
I am attempting to clean my development environment and rebuild it ready for my next development. I ran the cleanupDS.bat script in ESB7.6/bin which cleaned most of the artifacts I can see via the SMC. I then ran the base-config.script (ESB7.6/config) by piping it into the esbadmin.bat.
The base-config.script has numerous errors about parent directories not existing. For example:
ESBAdmin> Importing into Directory Service...
type = connection
file = C:\Sonic\ESB7.6\config\base\http_defaultConnection.xml
override = false
*Error*: Failed to write component to Directory Service (Parent directory of '/xqConnections/http_defaultConnection' does not exist.)
If I use the list command in the ESBAdmin tool I get items like "connection", "service" but nothing starting "xq" which all the failing parents have. I can't see where the script gets the parent from in the configuration files.
How do I get the scripts to use the right parents?
Colin.
Did you run the seed.bat after the cleanupDS.bat? That should create the relevant components.
NOTE: the xqConnection is the "ESB Connections". Don't worry about the internal vs external name.
William,
Spot on, scripts are running and SMC is showing everything there.
Thanks,
Colin.