Hi all, I installed ARIS 9.8 Publisher today and it seems to work. I choose for a Large installation, use MS SQL and when I check the runnable it is started. I use UMCLogin to validate.
When I go to http://localhost/businesspublisher the logon screen opens.
However, when I want to logon with several accounts i get the message "Login failed. Please reenter the user name and password. "
Did I overlooked some settings?
Please help
Thanks
André Vitor Oliveira on
Hi Marcel,
You have to configure the publisher to link with UMC then all users created on the UMC can do a login into Publisher.
Edit these files as examples.
...webapps\businesspublisher\config
umcconfig.cfg >> set the URL of UMC
<!-- URL which points to the UMC server should be configured here and should look like -->
<!-- http://[server]:[port]/umc -->
<umcproviderurl value="http://SERVERNAME/umc"/>
<!-- Flag which indicates if single sign on should be enabled -->
<!-- true = active, false = inactive -->
<sso_active value="false" />
<!-- login/password for the technical user or user with administration rights -->
<umc_admin login="superuser" password="superuser"/> </Document>
webappserver.cfg >>
<LoginModuleSection value="UMCLogin"/>
Save all files and restart the runnable of Publisher.
BR,
AO