I’ve had a PMR open with Lotus since April of this year with no luck. When a user opens a meeting on his calendar and then attempts to use the action Chat with Chair, he gets the following message: "The user was not found in the Instant Messaging community’s directory: CN=User Name/OU=Organizational Unit/O=Organization. If you hover over a user signed on to IM, their user name shows up as CN=User Name,OU=Organizational Unit,O=Organization. I’m sure the problem is the commas versus the slashes, but not sure how to fix.
Code in Shared Action is as follows:
CN1:=@Name([Abbreviate];chair);
RName := @If(@Contains(CN1; “@”);@If(@ValidateInternetAddress([Address821];CN1)= Null | @ValidateInternetAddress([Address822];CN1)= Null ;@Name([Address821];CN1);@Left(CN1; “@”));CN1);
@Command([SendInstantMessage];Rname)
We are using Domino LDAP for authentication.
Thanks for any help you can provide.