hello
below:enviroment
question is about OEM CLOUD CONTROL 13cR2
OMS is on linux(RedHut7.2)
target database is on another Linux_server(Same OS version on OMS)
emcli add_target commnad was OK, as below
./emcli add_target -name="test10" -type="oracle_database" -host="SEC1" -prop="SID:test10;MachineName:SEC1" -prop="OracleHome:/orabase/app/oracle01/product/11.2.0/dbhome_1;Port:1521" -credentials="UserName:dbsnmp;password:Secret;Role:normal"
OEM monitored test10 database in command.
but windows(Version win2012R2) is fail on another server.
./emcli add_target -subseparator=properties="&" -name="test5" -type="oracle_database" -host="SEC2.oracle.com" -prop="SID&test5;MachineName&SEC2.oracle.com" -prop="OracleHome&E:/orabase/app/oracle01/product/11.2.0/dbhome_1;Port&1521" -credentials="UserName:dbsnmp;password:Secret;Role:normal"
arise error,
Error: Cannot save the target to the agent
ORA-20247: EMD_URL is invalid: Cannot provide null emd url.
off course, OMS recognize win_agent url on oem browser.
("emctl upload agent" command was ok on windows)
(win_agent send machine information to OMS on time)
(so i think Agent Deply was not trouble because when i deployed agent, message was "Agent configuration is completed successfully" )
why not add target DB on windows?
please inform me.