cancel
Showing results for 
Search instead for 
Did you mean: 

Error in sapinst for SMD agent

Former Member
0 Kudos

Hi

We have NW04S Portal SP10 in a clustered environment. I have a CI and a DB on separate server and 4 application server. I install SMD on the CI with no problem. When I tried to install on an application server and change the smd agent --> instance number a receive this error.

"Caught EKdException in Modulecall: The attribute <Status> does not exist.."

I cannot change the instance number and even if I try the default they propose me at the beginning I still receive the error.

Does anyone already seen this issue ???

Regards

Accepted Solutions (1)

Accepted Solutions (1)

FredericOzon
Employee
Employee
0 Kudos

Hi,

This a small bug, anyway your proposed slot should be free, so you could take the default.

If you want to select the number of your choice you will have to apply the following changes


- Open IM_*NW04SWEBASINDcontrol.xml.
- Look for component "InstallSMD":  
      <component name="InstallSMD" toplevel="true" …>
- Look for string: /^d_sa_install_selectSID/.
 else if (/^d_sa_install_selectSID/.test(dsid)) {
    context.set("number", smdsid);
    var SMDList         = new Table("t_SMDSlots");
    var rownum          = 98-smdsid;
    status              = SMDList.select("Status","WHERE ROWNUM="+rownum);
- Modify Status to status

Regards

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello

I am installing NW 7.31. I am facing the issue during "Install common file system for Diagnostic Agent".

I received issue "Caught EKdException in Modulecall"

I tried the above solution. But I don't find such entries in Control.xml file.

Could some one help me.

Regards

Chandrasekaran

Former Member
0 Kudos

HI

Thank a lot Frederic. that resolved my problem.

Quick question, where do you founded the solution ? Is it in an oss note ??

Thank's for the awnser