Article
Problem
Sometimes we've needed to launch GroupWise Messenger twice (for example, to connect to two GroupWise Messenger Systems). If you double-click the GroupWise Messenger icon after it's running, it only opens the contact list.
Solution
The solution is to launch application with another local user, like this ...
runas /env /user:<local_user> "C:\NOVELL\Messenger\NMCL32.exe /ipa-<ip_server> /ipp-<port_service>" <local_user>: local Windows XP account <ip_server>: IP address of GW Messenger server <ip_service>: default: 8300
Note that this script requests local user password.
Example
You can create a shortcut with the following script:
CMD /C "runas /env /user:<local_user> "C:\NOVELL\Messenger\NMCL32.exe /ipa-<ip_server> /ipp-<port_service>""
Environment
GroupWise Messenger client version 1.0.x and Windows XP
Disclaimer: As with everything else at Cool Solutions, this content is definitely not supported by Novell (so don't even think of calling Support if you try something and it blows up).
It was contributed by a community member and is published "as is." It seems to have worked for at least one person, and might work for you. But please be sure to test, test, test before you do anything drastic with it.
Related Articles
User Comments
- Be the first to comment! To leave a comment you need to Login or Register
- 4462 reads


0