SPML in Identity Manager 6

I'm having trouble using SPML to set passwords and enable/disable users. I can change the Lighthouse account just fine, but none of the resource accounts are affected. I do not get any error messages. My code is like this:

ExtendedRequest request = new ExtendedRequest();

request.setOperationIdentifier("enableUser");

request.setAttribute("accountId", "paris");

ExtendedResponse response = (ExtendedResponse) client.request(request);

I've tried setting the "accounts" attribute, but it makes no difference at all.

Has anyone got this to work?

[591 byte] By [PaulHilcheya] at [2007-11-27 4:01:10]
# 1
It turned out to be a permissions issue. The resource adapters were not within the controlled organizations of the spml user.
PaulHilcheya at 2007-7-12 9:05:51 > top of Java-index,Web & Directory Servers,Directory Servers...