cancel
Showing results for 
Search instead for 
Did you mean: 

Wdeploy for SAP BusinessObjects 4.0 - Single Sign on fails to work

Former Member
0 Kudos

I have used the wdeploy tool and immediately after running it, my single sign on with windows ad is failing to work. What could be the problem? What can I check? Should I undeploy?

Accepted Solutions (0)

Answers (2)

Answers (2)

wmarcy
Contributor
0 Kudos

Hi,

When running wdeploy, all your properties files of your webapps heve been overwritten with original files. All your specific configuration for SSO have been lost.

Do a backup oy your properties files changed for SSO, and overwrite them after using wdeploy.

Be careful when you try to upgrade SAP BusinessObjects Platform because web applications are re-deployed and overwritten. Do a backup before each major update.

Regards,

Former Member
0 Kudos

I have added the following lines to my tomcat configuration:

  • -Dcom.wedgetail.idm.sso.password=Password1
  • -Djcsi.kerberos.debug=true

This has resolved the problem and single sign on works once again but why would the keytab fail after the Wdeploy?