Error Running the following command - "ipsadmin change component iwtUserInfoProvider iwtUserInfo

I am trying the run the ipsadmin command as follows:

"ipsadmin change component iwtUserInfoProvider iwtUserInfoProvider.xml"

And I am getting the following error:

"Profile change failed. More info: com.iplanet.portalserver.ipsadmin.Component"

I just added some more attributes to the xml file

that look like these :

<!- BEGIN NEW ATTRIBUTES -->

<iwt:Att name="iwtUserInfoProvider-EntryDN"

desc="Entry DN"

type="string"

idx="a204"

userConfigurable="TRUE">

<Val>New</Val>

<Rperm>ADMIN</Rperm><Rperm>OWNER</Rperm>

<Wperm>ADMIN</Wperm><Wperm>OWNER</Wperm>

</iwt:Att>

<!- END NEW ATTRIBUTES -->

Question:

1. What did I do wrong?

2. Is there a log file that stores the ipsadmin

errors?

./ipsadmin -chkxml iwtUserInfoProvider.xml

returned "Operation completed successfully".

So I know there is nothing wrong with the xml

file.

Any help in fixing this problem is gratefully appreciated.

Thanks

Sahadev

[1155 byte] By [708946] at [2007-11-25 4:38:57]
# 1

Hi There,

The ipsadmin tool does not seem to be able to dynamically add any new attributes to a component. the best would be to do a "ipsadmin delete component iwtUserInfoProver" and then "ipsadmin -import iwtUserInfoProvider.xml" this should "update" the component with the new attribute.

HTH.

chrismulderza at 2007-6-29 3:11:46 > top of Java-index,Web & Directory Servers,Portal Servers...