Hello,
i have:
- SCOM 2007 R2 U3 installed on W2k8 R2 64bits
- HP OVO interop installed on W2k8 R2 64bits
- OMW 9
At the end of installation, wizzard is able to communicate with my Interop connector, but certificate retrieval always in fault.
Ouput:
scicert.exe LMON1WSIS11V01 <local_admin> <pwd> "OpsMgr Connector for HP OpenView Operations"
Connecting to: https:local_admin@LMON1WSIS11V01:1270
ERROR: WSManLibException caught ==>
-- Error in method WSManSession::Execute --
<f:WSManFault xmlns:f="http:schemas.microsoft.com/wbem/wsman/1/wsmanfault" Code="1359" Machine="LMON1WSIS11V01"><f:Message><f:ProviderFault provider="WMI Provider" path="%systemroot%\system32\WsmWmiPl.dll"><f:WSManFault
xmlns:f="http://schemas.microsoft.com/wbem/wsman/1/wsmanfault" Code="1359" Machine="LMON1WSIS11V01.fr."><f:Message>HRESULT = 0x80041013</f:Message></f:WSManFault></f:ProviderFault></f:Message></f:WSManFault>
Error number: 0x8007054f
I try with this:
winrm enumerate http:schemas.microsoft.com/wbem/wsman/1/wsmanfault auth:basic -remote:https:lmon1wsis11v01:1270 -username:local_admin -password:pwd -skipcncheck -skipcacheck
result is KO
WSManFault
Message = The WS-Management service cannot process the request. The resource URI (http:schemas.microsoft.com/wbem/wsman/1/wsmanfault) was not found in the WS-Management catalog. The catalog contains the metadata that describes resources, or logical
endpoints.
Error number: -2144108485 0x8033803B
winrm enumerate http:schemas.microsoft.com/wbem/wsman/1/wmi/root/cimv2/Win32_Service auth:basic -remote:https:lmon1wsis11v01:1270 -username:local_admin -password:pwd -skipcncheck -skipcacheck
result is good and services are displayed
So i wonder what could be the root cause of my issue, because the schemas that Connector try to reach seem unavailable !!
I uninstall and reinstall both connectors several times, with domain administrator and local admin, same result.
In documenation it says that we should transfer certificate manually, but procedure still bases on remote query. I try following this thread:
http:blogs.technet.com/b/stefan_stranger/archive/2011/08/16/lessons-learned-the-opsmgr-2007-r2-universal-connector.aspx
i copy the Interop certificate on OPS Connector and run the command
scxcertconfig.exe" -sign c:\LMON1WSIS11V01.cer c:\LMON1WSIS11V01_sign.cer
Output:
Signing failed: Can't decode from base64
my sci.log show that OVO library seem not loaded.
I guess it's my OS fault because it is a 64bits and OMW9 that running on is 64bits application too.
Registry keys could solve my issue ? If yes, someone know wich key i have to create?
Please any help will be appreciate
EDIT: url link are well formated, i remove the // to prevent microsoft check that not allows me to post any link...
- Edited by Nicnictout Monday, May 27, 2013 4:07 PM