I have SC 4.3.0 and OCUM 6.3. I have SC configured to use OCUM for event logging. My SC .conf file:
########################################################################################################################
# OperationsManager Options #
########################################################################################################################
OM_PORT=443
OM_PWD=password
OM_EVENT_GENERATE=Y
OM_HOST=10.1.31.71
OM_USER=screator
OM_TRANSPORT=HTTPS
Error message in SC debug file
[2016-05-03 08:13:38,969] WARN: STORAGE-05018: Creating a Operations Manager console event [script:critical-event] on [10.1.31.71] failed with error [netapp.manage.NaAPIFailedException: Unable to find API: event-generate (errno=13001)].
I've tried each of the 4 roles for this user in operations manager and even tried the administrator account. Same result. I know the PW is correct because putting in incorrect PW results in authorization error and using HTTP results in HTTP protocol error.
thank you.