WEBFOCUS 8 INSTALLATIONS

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 13

WEBFOCUS 8 INSTALLATIONS & CONFIGURATION

BLACK BOOK
Version 3.0

Webfocus 8.1.03 Page 1


Revisions

Version Primary Author(s) Description of Version Date


Completed
1.0 Soujanya Webfocus 8.1.03 Installation and Configuration Black 04/05/2015
Kantubukta Book
2.0 Soujanya Captured the fix to address issues that occurred during 04/29/2015
Kantubukta TEST & Load environment setup
 Pre-Installation Steps updated
 Java Services Fix
 CLM loadbalancing on external servers
 Added Notes to DB connectivity issue fix
3.0 Soujanya UPDATED the file to include all the latest changes in the 09/21/2015
Kantubukta environment, which testing/bug fixing

Reference Materials

Document Title Comments


Webfocus Technical Library Prepared by IBI
http://infocenter.informationbuilders.com/wf80/index.jsp

Approval History

Approving Party Version Signature Date


Approved
Patricia Borlie
Karen Spies
Ravi Dommaraju

Webfocus 8.1.03 Page 2


1. Installation Steps
 Installation setup files are stored at the below location:
Pre-Prod: \\nastst\BIRPTDEV\WebFocus Intall File 8.1.03
Prod: \\10.0.48.200\birptprd\Webfocus Upgrade Project Version 8104
Map the drive on all the servers for installation purpose.

 Obtain the Administrator (webfocus specific) ID credentials from Server Administrator.


Note: If generic ID is not allowed on the servers, Use your personal ID (with Admin privileges) to install the
software.

 Obtain Database TNS entries and Schema details from Database Administrator. Test the connection from
your local machine Oracle Client. CREATE Object permissions should be granted on all Database USERID’s.

 Install Oracle following the steps highlighted in Section 3.2


Note: Oracle client should be installed on all reporting servers

 Install Java following the steps highlighted in Section 3.3


Note: Java client is to be installed on all CLIENT & REPORTING servers

 Client servers: Install both WF Client & Server software

 Reporting Servers: Install only Reporting server software

Note: This document provides references to credentials or configurations specific to Development


environment.

Webfocus 8.1.03 Page 3


2. Webfocus Client Installation 8.1.03

1. Client Installation
 Login to Client server using webfocus administrator ID/Password
 Map the below shared server for installation files:
\\nastst\BIRPTDEV\WebFocus Intall File 8.1.04\8.1.04 Client software
\\Agnas\birptprd\Webfocus Upgrade Project Version 8104\8.1.04 Client software

 Copy Oracle_JAR folder under C:\


 Click on installWebFOCUS8103.exe
License Code:

Company: 625A.02 - ALLEGIS GROUP


Product: WebFOCUS Client
OS: Windows x86 64
Release: 8103

Your license keys are:


WebFOCUS Client version 8, Version 8.0 and up
License code: ZCKQFKU9L8U4BY75A
Component: Open Portal Services
Component: Legacy Dashboard
Component: InfoAssist: 100 seats
Component: ReportCaster: Unlimited seats
Component: WebFOCUS Portal: 100 seats
Component: WebFOCUS Client: self-service

Webfocus 8.1.03 Page 4


 Mail server for SLAB: rsmtp.allegistest.com

Webfocus 8.1.03 Page 5


Mail server for Production: rsmtp.allegisgroup.com
 Uncheck ‘Derby’ option and select Oracle
 Select ‘configure apache Tomcat 7wf stand-alone’ checked (Do not configure IIS; SSO will be implemented by
IBI Security Consultant)

New DEV Database Configuration:

Use the repository ID: WF8REP; DB server node/ORASID should be provided by DBA

In Development environment, the configuration did not work automatically because Database is in a clustered
environment. If the same problem occurs in production, follow the below instructions under “Configure the DB to
create repository tables” (Note: Please ignore the error WF Report Caster not installed in this case).

Webfocus 8.1.03 Page 6


Webfocus 8.1.03 Page 7
2.2 Alternate way to “Configure the DB to create repository tables”

Complete the client installation without configuring the Database. After the install, modify the JDBC URL that gets
created. URL can be found at below location: C:\ibi\WebFOCUS81\config\webconfig.xml. Look for the block called
“IBI_Repos_DB_URL”:

Note: Use “/” instead of “:” as highlighted in RED

<context-param>
<param-name>IBI_Repos_DB_URL</param-name>
<param-value>jdbc:oracle:thin:@dm04-scan:1521/WEBFDEV</param-value>
<param-properties></param-properties>
<display-order>020</display-order>
<category-name>Repository</category-name>
</context-param>

If the service name: dm04-scan does not work, then try using IP address for initial setup and later after repository
is created, revert back to “Server name” instead of IP.

Once URL is corrected, Execute WFReposUtilGUI.bat to create the repository.

Location: C:\ibi\WebFOCUS80\utilities\WFReposUtil\WFReposUtilGUI.bat

Right Click on “WFReposUtilGUI.bat” ; Run as an Administrator


Login using DB credentials

Select CREATE_INSERT option and hit on the “Run”

Webfocus 8.1.03 Page 8


If the utility fails with errors, USE DROP functionality and then run CREATE-INSERT.
If same error occurs again, then USE UPDATE FEATURE.
Verify if the repository is created from Oracle client.

Note:

* The repository ID should have CREATE OBJECT permissions.


* On CLT01 – We will use CREATE-INSERT; On CLT02 and other client following – Use the “UPDATE” run mode.

Sample repository:

After Installation is complete,

 Open the Services console (services.msc):


 Double click on the WebFOCUS ReportCaster WF81 and go to the Log On tab. Change the Location to
allegistest.com; type in the name “webfocus” and click ‘Check Name’. Pick “webfocus” account to
start/stop WF services

Type in the password twice and click OK. Go to Recovery tab and set the below options.

Webfocus 8.1.03 Page 9


In General tab, set the service to start “Automatic”

Verify if the Client Administration console is accessible:


http://biwf-dev-clt1:8080/ibi_apps/signin
Credentials: admin/admin

2.3 CLIENT CONFIGURATIONS:


 Edit approot.xml to reflect the location of the approot location on the server (below is for DEV
environment):
o Location: C:\ibi\tomcat\conf\Catalina\localhost

<?xml version='1.0' encoding='utf-8'?>


<Context docBase="\\nastst\BIAPPDEV\ibi\apps" path="/approot">
</Context>

 Edit ibi_apps.xml for changes needed for the Impersonation filter (below shows DEV, note change in
path for new install highlighted).
 Location: C:\ibi\tomcat\conf\Catalina\localhost\ibi_apps.xml
<?xml version='1.0' encoding='utf-8'?>
<Context docBase="C:\ibi\WebFOCUS81\webapps\webfocus" path="/ibi_apps">
<Resource name="AUTH_DB" auth="Container" type="javax.sql.DataSource"
driverClassName="oracle.jdbc.driver.OracleDriver"
url="jdbc:oracle:thin:@dm04-scan:1521/WEBFDEV" username="WF8REP" password="wf8repdev"
maxActive="20" maxIdle="10" maxWait="-1" />
</Context>

 Copy SITE.WFS
Copy site.wfs file from current environment
C:\ibi\WebFOCUS81\client\wfc\etc

2.4 IMPERSONATION FILTER:

 Copy wfservlet.properties

Webfocus 8.1.03 Page 10


C:\ibi\WebFOCUS81\webapps\webfocus\WEB-INF\classes
 Copy allegis.jar
C:\ibi\WebFOCUS81\webapps\webfocus\WEB-INF\lib
 EDIT web.xml file
C:\ibi\WebFOCUS81\webapps\webfocus\WEB-INF
<filter>
<filter-name>AuthenticationFilter</filter-name>
<filter-class>com.ibi.custom.filters.AuthenticationFilter</filter-class>
</filter>

<filter-mapping>
<filter-name>AuthenticationFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
 Copy impersonate_login.htm
C:\ibi\WebFOCUS81\webapps\webfocus
 Change ibi/WebFOCUS81/config/securitysettings-zone.xml in filterPreference section:

<property name="anonymousAuthEnabled" value="true"/>


<property name="formAuthEnabled" value="true"/>
<property name="filterChainEnabled" value="true"/>
<property name="filterChainPatternEnabled" value="true"/>

Verify the impersonation page:


https://biwf-dev-clt1.allegistest.com/ibi_apps/impersonate_login.htm

Webfocus 8.1.03 Page 11


3. Webfocus Report Server Installation
3.1 Install Report server on all the Client and Report servers
The file location:
\\nastst\BIRPTDEV\WebFocus Intall File 8.1.03\i81M_827\disk1\setup.exe
License Key: 200-472-1231-61
License Active reports (workspace->License) 011879

Webfocus 8.1.03 Page 12


Host name: rsmtp.allegistest.com
Change sender email id & administrator email id: webfocus@BIWF-LOD-CLT01.allegistest.com

After Installation is complete,


Open the Services console (services.msc):
Double click on the WebFOCUS 81 server and go to the Log On tab. Change the Location to allegistest.com and
type in the name “webfocus” and click ‘Check Name’. Pick “webfocus” account to start/stop WF services.

Webfocus 8.1.03 Page 13

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy