Hi
I've got a few questions around SMSAP and the BR*Tool integration. This is running on Windows. The SMSAP GUI (the bit that's basically identical to SMO) part works fine, I can back up and restore from there with no issues.
However, I want to integrate with SAP BR*Tool. Looking at the IAG, I need to register the backint with the SLD, but that fails:
backint register-sld -host host -username XXXXXX -port 50000 -password XXXXXX -template sld-template.xml
[ INFO] Backint Interface for SnapManager(R) 1.0
[ERROR] SMSAP-13032: Cannot perform operation: BackintRegisterOperation. Root cause: java.lang.Nul
PointerException
[ERROR] SMSAP-13048: BackintRegisterOperation Operation Status: FAILED
Operation Id [N3dfa10ce26983813115259b27810e360] failed. Error: java.lang.NullPointerException
Questions around this:
-Template file doesn't seem to exist anywhere and I've no idea how to create it. I found one as a sample in another thread, so I've tried that above putting the host name in instead of ${example host}. Any tips on creating this or where I can find it?
-The BACKINT for IBM TSM is already in place and in use, and I don't want to break this. Is it possible to have multiple BACKINTs from different vendors?
-For the initSID.sap file, is the only thing I really need in the their the path to the initSID.utl parameter file?
-When invoking brbackup, how does it know which BACKINT to call if there are multiple providers?
Thanks in advance.