Hi experts,
I am trying to deploy Work Manager 6.0 to SMP 2.3 SP03 PL01.
I encountered message "RUNNING_WITHOUT_METADATA" on SCC after deploying Work Manager zip file.
Steps I made were following
These were based on "Work Manager Installation Guide 6.0".
1) Extract SAPWorkMgr600Deploymentx64.zip and rename folder name as WM600.
2) Create Self-Signed Certificate AgentryServer.pfx by using Open SSL command as follows
Authentication Certificate Creation for Agentry > Creating a Self-Signed Certificate Using OpenSSL
openssl req -x509 -days 3650 -newkey rsa:2048 -keyout server-key.pem -out server-cert.pem
openssl pkcs12 -export -in server-cert.pem -inkey server-key.pem -out AgentryServer.pfx
3) Copy AgentryServer.pfx file into WM600 folder.
4) Execute configuration tool SAPWorkMgr600ConfigTool.exe to WM600 folder
5) Confirm connection to ERP by running connectTest.bat in WM600 folder
6) Enter password for authentication certificate and service user by using encryptPW.bat tool as follows
encryptPW Agentry.ini "Server Administration" authenticationCertificateStorePassword <myPassword>
encryptPW JavaBE.ini SERVICE_LOGON UPASSWORD <myPassword>
encryptPW JavaBE.ini PUSH_LOGON UPASSWORD <myPassword>
7) zip WM600 folder
8) Define agentry application and deploy WM.zip file
Could you give me advise to solve this issue.
Thanks
Tags edited by: Michael Appleby