First, you need to make sure that you can run Information Design Tool with Windows AD.
-
Make sure that you have
c:\winnt\bscLogin.confandc:\winnt\krb5.inifiles. They may also be located underc:\Windows. If you do not have these files on your PC, they should be available on BO server. -
Add the following lines to the end of
C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win32_x86\InformationDesignTool.ini:-Djava.security.auth.login.config=c:\winnt\bscLogin.conf -Djava.security.krb5.conf=c:\winnt\krb5.ini -
Try to login with Windows AD credentials. If any issues arise, resolve them before proceeding with UnxDoc.
To set up UnxDoc, perform the following steps:
-
Open the batch file
unxdoc.bat. -
Find the line:
START "" %JAVA%\bin\javaw.exe ... -
Add the parameters after
javaw.exe(in one line, separated by space). There should be no spaces in the path, and no space before or after=. For example:START "" %JAVA%\bin\javaw.exe -Djava.security.auth.login.config=c:\winnt\bscLogin.conf -Djava.security.krb5.conf=c:\winnt\krb5.ini ... -
Save the file.
-
Start
unxdoc.batand try to login with your Windows AD credentials.