Oracle E-Business Suite - Oracle Business Intelligence Enterprise Edition 11g Integration

Size: px
Start display at page:

Download "Oracle E-Business Suite - Oracle Business Intelligence Enterprise Edition 11g Integration"

Transcription

1 Specialized. Recognized. Preferred. The right partner makes all the difference. Oracle E-Business Suite - Oracle Business Intelligence Enterprise Edition 11g Integration By: Arun Chaturvedi, Business Intelligence Architect & Phani Kottapalli, Technical Architect AST Corporation November 19, 2012 Applications Software Technology Corporation 1755 Park Street, Suite 100 Naperville, Illinois

2 Contents ABSTRACT... 1 PURPOSE... 1 PREREQUISITES AND ASSUMPTIONS... 1 EMBEDDING LINK TO NAVIGATE (EBS TO OBIEE)... 2 CREATE FUNCTION... 2 CREATE MENU... 4 ASSIGN MENU TO A RESPONSIBILITY... 5 ASSIGN RESPONSIBILITY TO USERS... 7 SETTING UP THE PROFILE... 8 MODIFYING THE OBIEE REPOSITORY FILE (RPD) SETUP THE CONNECTION POOLS SETUP THE INITIALIZATION BLOCK MODIFYING OBIEE CONFIGURATION FILES (XML) MODIFY AUTHENTICATIONSCHEMAS.XML MODIFY INSTANCECONFIG.XML MODIFY ACTIONFRAMEWORKCONFIG.XML CREATING APPLICATION ROLES CREATE APPLICATION ROLE IN EM ASSIGN ACCESS TO NEW APPLICATION ROLE ASSIGN PRIVILEGES TO CATALOG/SUBJECT AREA ACCESS ASSIGN PRIVILEGES TO DASHBOARDS & ANSWERS ASSIGN PERMISSIONS TO CATALOG COMPONENTS ASSIGN PERMISSIONS TO PRESENTATION SUBJECT AREAS 28 EMBEDDING LINK TO NAVIGATE BACK (OBIEE TO EBS) ACTION LINK TO EBS FORM PASSING CONTEXT TO EBS FORMS SIGN OUT AND SIGN IN TROUBLESHOOTING & TIPS COOKIE FOR INTEGRATION VERIFY VARIABLE VALUES FOR INTEGRATION CONNECTION POOL AND USE OF VARIABLES VERIFY APPLICATION ROLES BEING PASSES REFERENCES ORACLE DOCUMENTATION Page i

3 Abstract PURPOSE What if you want to use users defined in your Oracle E-Business Suite for login and use Oracle Business EE/BI Applications? They can login into EBS using their username/password and navigate to OBIEE so they do not have to remember two usernames and passwords separately. This document details the steps required to integrate Oracle BI Applications ( ) with Oracle E- Business Suite Applications R in the following ways: Single Sign-On first into Oracle E-Business Suite R and have that authentication passed through to Oracle BI EE 11g Embed links to Oracle BI EE 11g dashboard/answers in Oracle E-Business Suite pages Create Action Links within Oracle BI EE 11g reports and dashboards that take you back into Oracle E-Business Suite in context Activate Sign-Out Link within Oracle BI EE 11g that take you back into Sign-In page of your choice (Oracle E-Business Suite or Oracle BI EE) PREREQUISITES AND ASSUMPTIONS This document is using instance with software versions. Integration steps for other versions may vary. o Oracle E-Business Suite R o Oracle BI EE 11g ( ) o Oracle Business Applications For Oracle EBS R12, there are no pre-requisite patches required since base R12 has all the functionality that OBIEE leverages, namely the OBIEE profile is defined in b ldt, OracleOasis.jsp and APP_SESSION package which are in base R12. Please make backup of all files before making changes (i.e. repository, configuration files, catalog etc.) As an example: o We will create two responsibilities in EBS (OBIEE-Financials & OBIEE-Projects) and users will have access to Financial Analytics or Project Analytics based on these responsibilities. o OBIEE-Financials: This application role will have access to only Finance Analytics (Dashboard and Subject Areas) o OBIEE-Projects: This application role will have access to only Project Analytics (Dashboard and Subject Areas) Page 1

4 Embedding Link to Navigate (EBS to OBIEE) To embed a link in Oracle E-Business Suite that opens Oracle Business Intelligence dashboards/answers, you need to create a form functions, menu and responsibility. Before you begin, log in to Oracle E-Business Suite as the system administrator. Then, select the System Administrator responsibility from the responsibility navigator pane on the left. The available menus appear on the right. Follow the steps in this section to create the following objects, in sequence: o Function o Menu o Responsibility o User o Profile Figure 1: Login to Oracle E-Business Suite CREATE FUNCTION From the Application menu, select Function. The Form Functions dialog appears. Page 2

5 Figure 2: Form Functions Dialog In Description tab of Form Function: Enter the name of the function in the Function Field Enter the User Function Name Enter a description Save your changes using the Save button on the toolbar In Properties tab of Form Function: Specify the Type as SSWA jsp function Page 3

6 In Web HTML tab of Form Function: For the HTML Call, enter one of the following options: To link to answers, enter OracleOasis.jsp?mode=OBIEE&function=Answers To link to dashboards, enter OracleOasis.jsp?mode=OBIEE&function=Dashboard Save your changes using the Save button on the toolbar CREATE MENU From the Application menu, select Menu. The Menus dialog appears. Page 4

7 Enter the name of the Menu Enter a User Menu Name For Function, enter the name of the function(s) created in the previous section (i.e. OBIEE-DASBOARD and OBIEE-ANSWERS) Save you changes using the Save button on the toolbar, and then close the Menus dialog. ASSIGN MENU TO A RESPONSIBILITY You can create a new responsibility or an existing responsibility can be used. Below steps shows how to create a new responsibility: From the Security Menu, Click on Responsibility and select Define Enter the name of the responsibility ( OBIEE-Financials ) Page 5

8 Select the application for which the responsibility is being created Specify a unique Responsibility Key (OBIEE-Financials) For Available Form, Select Oracle Self Service Web Applications For Data Group, enter Standard for Name and re-enter the application name for Application For Menu, enter the name of the menu you created in the previous section (OBIEE) Save you changes using the Save button on the toolbar, and then close the responsibilities dialog. Repeat same steps given above to create another responsibility name: OBIEE- Projects Page 6

9 ASSIGN RESPONSIBILITY TO USERS You can create a new user or an existing users can be used. Below steps shows how to create a new user: From the Security Menu, Click on User and then Select Define Enter the name of the user Specify the responsibilities that this user will have access to. (OBIEE-Financials or OBIEE-Projects) Page 7

10 Save you changes using the Save button on the toolbar, and then close the Users dialog. SETTING UP THE PROFILE Click on Profile and then select System Profile Select Responsibility and then enter the name of the responsibility which you created earlier (OBIEE-Financials) Enter %Business Intelligence% in the Profile field Page 8

11 Click Find On the resulting screen, specify the Oracle Business Intelligence URL. For example: Page 9

12 ( For port, enter the Web server port where Oracle Business Intelligence is running (for example, 9704). Save your changes using the save button on the toolbar Repeat same steps given above for another responsibility name: OBIEE-Projects Save your changes using the save button on the toolbar Note: The BI URL should be the fully qualified hostname including the domain name. It shouldn t be an IP Address. Page 10

13 Modifying the OBIEE Repository File (rpd) You have to modify OBIEE repository file (rpd) for EBS-OBIEE integration. If you haved implemented BI Application, all required variables, connections pools will already be there for you. If not, you need to create them manually using this document as an example. SETUP THE CONNECTION POOLS In the Oracle BI Administration tool, open the rpd in offline mode In physical layer, select the Oracle EBS OLTP Initblocks Connection Pool On the Connection Scripts tab, the value of Execute on Connect property should be: call /* valueof(nq_session.acf) */ APP_SESSION.validate_icx_session( valueof(nq_session.icx_session_cookie) ) SETUP THE INITIALIZATION BLOCK o o o o o Open the rpd From Menu Bar, select Manage Variables Initialization Block Check whether the Initialization Block EBS Security Context exists or not. If not, please follow steps a - j mentioned below. If it exists, please skip steps (a) and (b) below, start with (c.) and verify that the settings for this initialization block is similar to as mentioned here: a. From the Action menu, select new and then select New, then Session and then Initialization Block b. Enter/Select the name of the initialization block EBS Security Context c. If Initialization Block EBS Security Context is disabled, Right click on it and select Enable. d. For default Initalization string enter the following: select FND_GLOBAL.RESP_ID, Page 11

14 FND_GLOBAL.RESP_APPL_ID, FND_GLOBAL.SECURITY_GROUP_ID, FND_GLOBAL.RESP_NAME, FND_GLOBAL.USER_ID, FND_GLOBAL.EMPLOYEE_ID, FND_GLOBAL.USER_NAME, FND_GLOBAL.RESP_NAME from dual e. For Connection Pool, Click Browse and select the Oracle EBS OLTP Initblocks Connection Pool f. Clock Ok g. Click Edit Data Target h. Create the following session variables (in same order): OLTP_EBS_RESP_ID OLTP_EBS_RESP_APPL_ID OLTP_EBS_SEC_GROUP_ID OLTP_EBS_RESP_NAME OLTP_EBS_USER_ID OLTP_EBS_EMPLOYEE_ID USER ROLES Note: To add variable USER at the end of this list, follow steps given below. - First, Delete existing session variable USER - In initialization block EBS Security Context Click on Edit Data Target Delete existing target variable OLTP_EBS_USER Add new target variable USER Page 12

15 Similarly, create seesion variable ROLES i. Click ok j. Select Required for authentication checkbox. k. Click on ok. Note: In this example: We already have Initialization Block EBS Security Context in repository. If this is disabled by default, please select, right-click and Enable it. We are not enabling Authentication and Authorization initialization blocks Page 13

16 Finally, Initialization block EBS Security Context should look like as given below. Page 14

17 Session Variables created by this process: USER, ROLES Page 15

18 Modifying OBIEE Configuration Files (xml) You need to modify few OBIEE configuration files to enable EBS OBIEE integration for user security. After making changes in all XML configuration files, Restart Oracle Business Intelligence services. MODIFY AUTHENTICATIONSCHEMAS.XML This file can be found on server at: ORACLE_HOME/bifoundation/web/display Example: /u01/oracle/prod/oracle_bi1/bifoundation/web/display o o Open the file authenticationschemas.xml for editing. Find the following element in the file: <AuthenticationSchema name="ebs-icx" o Locate the sub-element RequestVariable source="cookie" and change the value of the nameinsource attribute from ICX_SESSION to the name of the EBS ICX authentication cookie prefix. <RequestVariable source="cookie" type="auth" nameinsource="test" bivariablename="nq_session.icx_session_cookie" /> Note: Ask your Oracle E-Business Suite administrator for the name of the EBS ICX authentication cookie if you do not know it. Alternatively, follow these steps to find the cookie name: Log in to Oracle E-Business Suite. Enter the following text in the address bar of your browser: javascript:write(document.cookie) The cookie is displayed. For example: TEST=hEXoGr7ZPJW0ZDVE3gTU7YPM4d The value you need to provide in authenticationschemas.xml is the prefix of the EBS ICX authentication cookie. In the previous example, the EBS ICX authentication cookie is TEST=hEXoGr7ZPJW0ZDVE3gTU7YPM4d, and the prefix is TEST. In the same entry (RequestVariable source="cookie"), ensure that the value of the bivariablename attribute is the same as the value you entered as part of the connection script when you created the connection pool for the Oracle E-Business Suite database. Find the following element: <SchemaKeyVariable source="cookie" Change the value of the nameinsource attribute from ICX_SESSION to the name of the EBS ICX authentication cookie prefix (i.e. TEST). For example: <SchemaKeyVariable source="cookie" nameinsource="test" forcevalue="ebs-icx"/> Save and close the file. Page 16

19 Original XML: <!-- Scheme for Oracle EBS Apps ICX session integration --> <AuthenticationSchema name="ebs-icx" displayname="oracle ebusiness Applications ICX Session" options="nologoffui nologonui" > <!-- Note: The name of the cookie here is site-dependent and needs to be customized. --> <!-- The URL parameter name is fixed and should not be changed. --> <RequestVariable source="cookie" type="auth" nameinsource="icx_session" bivariablename="nq_session.icx_session_cookie"/> <RequestVariable source="url" type="informational" nameinsource="acf" bivariablename="nq_session.acf"/> </AuthenticationSchema> Modified XML: <!-- Scheme for Oracle EBS Apps ICX session integration --> <AuthenticationSchema name="ebs-icx" displayname="oracle ebusiness Applications ICX Session" options="nologoffui nologonui" > <!-- Note: The name of the cookie here is site-dependent and needs to be customized. --> <!-- The URL parameter name is fixed and should not be changed. --> <RequestVariable source="cookie" type="auth" nameinsource="test" bivariablename="nq_session.icx_session_cookie"/> <RequestVariable source="url" type="informational" nameinsource="acf" bivariablename="nq_session.acf"/> </AuthenticationSchema> Original XML: <!-- Note: The name of the cookie here is site-dependent and needs to be customized. --> <SchemaKeyVariable source="cookie" nameinsource="icx_session" forcevalue="ebs-icx"/> Modified XML: <!-- Note: The name of the cookie here is site-dependent and needs to be customized. --> Page 17

20 <SchemaKeyVariable source="cookie" nameinsource="test" forcevalue="ebs-icx"/> MODIFY INSTANCECONFIG.XML This file can be found on server at: ORACLE_INSTANCE/config/OracleBIPresentationServicesComponent/coreapplication_obipsn Example: /u01/oracle/prod/instances/obprod/config/oraclebipresentationservicescomponent/coreapplicati on_obips1 Open the file instanceconfig.xml for editing. Locate the <Authentication> element. Include EBS-ICX in the list of enabled schemas. For example: o <EnabledSchemas>UidPwd,Impersonate,UidPwd-soap,Impersonate-soap,EBS- ICX</EnabledSchemas> Ignore the comment in instanceconfig.xml that says this setting is centrally managed. EBS- ICX must be manually added to the EnabledSchemas element. If you want to have Sign-Out link in OBIEE page (so you can log out from OBIEE and go to any webpage of you choice, for example EBS login page); You need to perform the following steps in order to get the Log out (Sign out) link displayed in OBIEE 11g. Inside the <Authentication> section, add the following tag block <SchemaExtensions> as given below: <! Adding Logout Link > <SchemaExtensions> <Schema name="ebs ICX" logonurl="{your SSO logon URL}" logoffurl="{your logoff URL}"/> </SchemaExtensions> <! Adding Logout Link > As example, you may use the following log-off / log-on URL options: EBS Homepage: EBS server:port>/oa_html/oa.jsp?oafunc=oahomepage Analytics logoff: BI server:port>/analytics/saw.dll?logoff Analytics logon : BI server:port>/analytics/saw.dll?bieehome&startpage=1 Save and close the file. Page 18

21 Original XML: <Authentication> <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--> <EnabledSchemas>UidPwd,Impersonate,UidPwd-soap,Impersonatesoap</EnabledSchemas> </Authentication> Modified XML: <Authentication> <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--> <EnabledSchemas>UidPwd,Impersonate,UidPwd-soap,Impersonatesoap,EBS-ICX</EnabledSchemas> <!--Adding Logout Link--> <SchemaExtensions> <Schema name="ebs-icx" logonurl=" logoffurl=" </SchemaExtensions> <!--Adding Logout Link--> </Authentication> This file can be found on server at: MODIFY ACTIONFRAMEWORKCONFIG.XML <Oracle Middleware Home>\user_projects\domains\bifoundation_domain\config\fmwconfig\biinstances\coreapplication Example: /u01/oracle/prod/user_projects/domains/bifoundation_domain/config/fmwconfig/biinstances/coreapplication This change is needed when you create action link inside OBIEE to navigate back to Oracle EBS form. Original XML: <obi-action-config xmlns:xsi=" xsi:nonamespaceschemalocation="afconfig.xsd"> <aliases/> <registries/> Page 19

22 <content-types> <content-type> <typename>webservices</typename> <displayname>web Services and BPEL Processes</displayname> <actiontype>webserviceactiontype</actiontype> </content-type> <content-type> <typename>misc</typename> <displayname>mixed Services</displayname> <actiontype>urlactiontype</actiontype> </content-type> </content-types> <accounts/> </obi-action-config> Modified XML: <?xml version="1.0" encoding="utf-8"?> <obi-action-config xmlns:xsi=" xsi:nonamespaceschemalocation="afconfig.xsd"> <aliases/> <registries/> <content-types> <content-type> <typename>webservices</typename> <displayname>web Services and BPEL Processes</displayname> <actiontype>webserviceactiontype</actiontype> </content-type> <content-type> <typename>misc</typename> <displayname>mixed Services</displayname> <actiontype>urlactiontype</actiontype> </content-type> </content-types> <accounts/> Page 20

23 <ebusinesssuiteconfig> <visible>true</visible> </ebusinesssuiteconfig> </obi-action-config> After making changes in all XML configuration files, Restart Oracle Business Intelligence services. Page 21

24 Creating Application Roles You need to create an application role which must be same as responsibility name you created in EBS (in this example, we created EBS responsibility OBIEE-Financials so we need to create application role name OBIEE-Financials using Oracle Enterprise Manager 11g. To access to subject areas and catalog, we can add this new application role to an eixisting application role as a member (in this example, it will be member of BIAuthor ) or we can use these newly created application roles without using any other existing application roles. In this example, we will use newly created application roles directly; without using any existing application roles. CREATE APPLICATION ROLE IN EM Login to Enterprise Manager 11g using administrator user (i.e. weblogic) Navigate to Business Intelligence coreapplication Right click on coreapplication : Security Application Role Click in Create Enter Role Name, Display name, Description [ OBIEE-Financials ] Click OK Repeat same steps to create anoter application role: OBIEE-Projects Page 22

25 Note: No need to assign members or users in these application role here in Enterprise Manager. NOTE: You Application Role name must be the same as the responsibility name you created in EBS. Page 23

26 ASSIGN ACCESS TO NEW APPLICATION ROLE If you want to use an existing application role to have same access/privileges for newly created application role, we can assign newly created application role to existing roles BIAuthor You can also use newly created application role directly; without using any existing application role Using existing application role BI Author to use it s access level for newly created application role (for example: OBIEE ) Click on existing role name BIAuthor Click Add Application Role in Members section Search, move OBIEE application role name from left to right pane (Selected Roles), Click OK Click on OK Now, newly created application role OBIEE is member of existing application role BIAuthor (which already have privileges for subject areas and catalog) Page 24

27 Assign Privileges to Catalog/Subject Area Access We need to assign appropriate access to application role inside Dashboard s Administration area so users related to new responsibility can access catalog as per requirement. ASSIGN PRIVILEGES TO DASHBOARDS & ANSWERS Login to BI Analytics using administrator type user (such as weblogic) Click on Administration Link Click on Manage Privileges Link Add Application Role OBIEE-Financials and OBIEE-Projects to give access to Dashboard and Answers Page 25

28 Add new application roles in appropriate Subject Area sections Assign other privileges as required You may apply appropriate access to other areas as shown in following screenshot Click on Back and sign-out. Page 26

29 ASSIGN PERMISSIONS TO CATALOG COMPONENTS Login to BI Analytics using administrator type user (such as weblogic) Click on Catalog link Navigate to appropriate folder name within Shared Folders Click on More drop-down and then select Permissions Page 27

30 Select No Access for Authenticated User Select Full Control for newly created application role. OBIEE-Financials for Financials folder OBIEE-Projects for Projects folder Select OK Note: For all shared folders which you do not want to show for any users, Select No Access for Authenticated User. ASSIGN PERMISSIONS TO PRESENTATION SUBJECT AREAS In repository s presentation subject area, you need to assign permissions to newly created application role (i.e. OBIEE-Financials, OBIEE-Projects ). Check permission property tab for all related subject areas (in presentation layer) and make appropriate changes for appropriate application role. i.e. select Read, Read/Write, No Access radio buttons etc Using BI Administration desktop tool, open repository in ONLINE mode. Page 28

31 In presentation layer, repeat following to all subject areas where you want to assign permissions to newly created Application Role. Select presentation subject area, right click to open property tab Check-Out to make changes in repository Click Permission to open permission tab Select No Access radio button for Everyone application role Select Read or Read/Write radio button for newly created application roles as per your requirement. Click OK Check-in the changes, save the repository (in Online mode) Assign appropriate permissions to all subject areas related to Financial Analytics. (for OBIEE Financials role) Page 29

32 Assign appropriate permissions to all subject areas related to Project Analytics. (for OBIEE- Projects role) NOTE: You are assigning these permissions in ONLINE mode so you may need to check and validate them again whenever you are deploying repository file. Page 30

33 Embedding Link to Navigate Back (OBIEE to EBS) You can choose few options when you want to navigate back to EBS from OBIEE. In this document, we will discuss 2 options (a) Navigate back to Oracle EBS form using Action Link (b) Sign-Out from OBIEE and show any login web page of our choice (example, EBS login page or BI Analytics login page). ACTION LINK TO EBS FORM Configure Oracle BI EE Action Framework: Modify ActionFrameworkConfig.xml as per instruction given above. Include the following element: <ebusinesssuiteconfig><visible>true</visible></ebusinesssuiteconfig> Save and close the file PASSING CONTEXT TO EBS FORMS Identify the e-business Suite Form that is to be linked to. Identify the parameters required by the Form/Page. Please refer to e-business Suite Documentation for details. Create a new Action which will enable OBIEE to call the e-business Suite Target form. Log into OBIEE Click on New -> Action In the Resultant Screen, Select Navigate to e-business Suite Page 31

34 In the resultant screen, two mandatory parameters, FunctionCode and Connection pool need to be specified. For FunctionCode, Specify the function code of the target form which need to be launched. Also, Specify the connection pool (mentioned under section rpd changes ). In addition to these two mandatory parameters, create new parameters which has the same name as the identified parameter (Identified in Step 1) and specify a value. For better user experience, Mark the FunctionCode and ConnectionPool parameters as Hidden. Save the Action Navigate to location where the Action is saved and Click on Execute to test the Action Clicking on Execute should launch e-business Suite Form. The Action Link created above can be used in Analysis/Dashboards. For details, how to use Action Links in Analysis/Dashboard, Refer to Oracle Business Intelligence Enterprise Edition Page 32

35 documentation. Steps below provides a simple example on how to use Action Link in Analysis: Login into OBIEE Navigate to New->Analysis Select a Subject Area and then select a column on which the Action Link is to be set as an Interaction Navigate to Column Properties Click on Interaction tab Select Primary Interaction as Action Link under Value Click on + icon and Specify the Action Link (which was created in earlier step). Specify parameters if a dialog box for parameters is prompted. Set the value to be based on Column. Check the Hidden Checkbox. Click on ok. Save the Analysis Now, Test navigation as given below: Login to e-business Suite. Click on the OBIEE Answers link to navigate to OBIEE Open the newly created Analysis Click on the column value to navigate back to e-business Suite. SIGN OUT AND SIGN IN If you do not want go back to same Oracle EBS form after working in OBIEE, you can just signout from OBIEE and display any web page of your choice. When we add following tags in instanceconfig.xml file, sign-out link appears on home page (topright side of screen). You can define any URL which you want to see after sign-out (example: Login screen for EBS or BI Analytics) Follow instruction given above in this document. Page 33

36 <Authentication> <EnabledSchemas>UidPwd,Impersonate,UidPwd-soap,Impersonatesoap</EnabledSchemas> <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--> <! -Adding Logout Link -> <SchemaExtensions> <Schema name="ebs-icx" logonurl="{your SSO logon URL}" logoffurl="{your logoff URL}"/> </SchemaExtensions> <!- Adding Logout Link -> </Authentication> Page 34

37 Troubleshooting & Tips COOKIE FOR INTEGRATION How to get cookie s value which is being used for EBS-OBIEE integration? a. Log in to Oracle E-Business Suite. Enter the one of following text in the address bar of your browser: o javascript:alert(document.cookie), o javascript:document.write(document.cookie) o javascript:document.writeln(document.cookie); b. The cookie is displayed. c. For example: TEST=hEXoGr7ZPJW0ZDVE3gTU7YPM4d VERIFY VARIABLE VALUES FOR INTEGRATION 1. How to verify the Responsibility Name defined in EBS is being passed to OBIEE? 2. Get cookie s value as per steps given above 3. Execute following command first and then SQL in sql*plus/toad etc call /* valueof(nq_session.acf) */ APP_SESSION.validate_icx_session('valueof(NQ_SESSION.ICX_SES SION_COOKIE)') Example: call /* valueof(nq_session.acf) */ APP_SESSION.validate_icx_session('hEXoGr7ZPJW0ZDVE3gTU7YP M4d') Execute this query against your EBS database: (Example: TEST) select FND_GLOBAL.RESP_ID, FND_GLOBAL.RESP_APPL_ID, FND_GLOBAL.SECURITY_GROUP_ID, FND_GLOBAL.RESP_NAME, FND_GLOBAL.USER_ID, FND_GLOBAL.EMPLOYEE_ID, FND_GLOBAL.USER_NAME from dual You should get values in result set. For example, RESP_NAME will have value OBIEE Page 35

38 CONNECTION POOL AND USE OF VARIABLES DSN and User values in Connection pool: I noticed that sometimes it works with repository variable name and sometime with complete TNS entry in it. Try it which style works in your case. a. (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=etdb1.lahd.pola)(PORT=1539))( CONNECT_DATA=(SERVICE_NAME=UAT)(INSTANCE_NAME=UAT))) b. VALUEOF(ORA_EBS_OLTP_DSN) and VALUEOF(ORA_EBS_OLTP_USER) VERIFY APPLICATION ROLES BEING PASSES Login to Oracle EBS using your username/password. Click on appropriate OBIEE related responsibility (example: OBIEE-Financials) When you come to BI Abalytics home page, click your username (top-right corner of screen) Click on My Account Click on Role and Catalog Groups Now, you should see the Responsibility Name which you selected in Oracle EBS (which is your Application Role defined in Oracle Enterprise Manager) Page 36

39 Page 37

40 References ORACLE DOCUMENTATION Please refer to Chapter 2 from document below: (2 Integrating Security for Oracle BI Applications) Please refer to Chapter 6 from document below: (6 Integrating with Oracle E-Business Suite Security) Page 38

41 Oracle E-Business Suite -- Oracle Business Intelligence Enterprise Edition 11g Integration November 19, 2012 AST Corporation 1755 Park Street, Suite 100 Naperville, Illinois Phone : Fax : Copyright 2012 AST Corporation AST Corporation is a privately held company founded in 1995 to serve commercial and public sector organizations in utilizing the full potential of their investment in Oracle Applications. We have built our practice by providing top quality full life cycle and turn-key consulting services for Oracle Applications implementation and upgrade projects, among other specific services. Our mission is to insure that you, as a valued client, receive the highest level of expertise and personalized service for your Enterprise Applications. We endeavor to help you realize the full benefit from your investment in software applications and integrate them seamlessly to your business processes.

ORACLE BUSINESS INTELLIGENCE WORKSHOP

ORACLE BUSINESS INTELLIGENCE WORKSHOP ORACLE BUSINESS INTELLIGENCE WORKSHOP Integration of Oracle BI Publisher with Oracle Business Intelligence Enterprise Edition Purpose This tutorial mainly covers how Oracle BI Publisher is integrated with

More information

OBIEE 11g Security it s as easy as 1-2-3!

OBIEE 11g Security it s as easy as 1-2-3! OBIEE 11g Security it s as easy as 1-2-3! Antony Heljula BI Architect @aheljula Peak Indicators Limited Agenda Aim of Presentation 10g Security Model 11g Security Model What is Supported Identity Providers

More information

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows) Introduction EASYLABEL 6 has several new features for saving the history of label formats. This history can include information about when label formats were edited and printed. In order to save this history,

More information

Oracle Business Intelligence 11g OPN Advanced Workshop

Oracle Business Intelligence 11g OPN Advanced Workshop Oracle Business Intelligence 11g OPN Advanced Workshop Lab Book OPN: Oracle Business Intelligence 11g Advanced Workshop OPN Workshop: BI 11g Advanced Seite 1 Authors Revision Jignesh Mehta Naresh Nemani

More information

JD Edwards EnterpriseOne Tools. 1 Understanding JD Edwards EnterpriseOne Business Intelligence Integration. 1.1 Oracle Business Intelligence

JD Edwards EnterpriseOne Tools. 1 Understanding JD Edwards EnterpriseOne Business Intelligence Integration. 1.1 Oracle Business Intelligence JD Edwards EnterpriseOne Tools Embedded Business Intelligence for JD Edwards EnterpriseOne Release 8.98 Update 4 E21426-02 March 2011 This document provides instructions for using Form Design Aid to create

More information

OBIEE Cloning. Cloning the OBIEE 11g database migration to a new host. Ashok Thiyagarajan ADVANS MARLBOROUGH, MA AND CHENNAI, INDIA WWW.ADVANSIT.

OBIEE Cloning. Cloning the OBIEE 11g database migration to a new host. Ashok Thiyagarajan ADVANS MARLBOROUGH, MA AND CHENNAI, INDIA WWW.ADVANSIT. OBIEE Cloning Cloning the OBIEE 11g database migration to a new host Ashok Thiyagarajan ADVANS MARLBOROUGH, MA AND CHENNAI, INDIA WWW.ADVANSIT.COM 1 Table of Contents COMPONENTS:... 3 TNSNAME:... 4 NODE

More information

Administering Cisco ISE

Administering Cisco ISE CHAPTER 8 This chapter describes the administrative activities for the Cisco Identity Services Engine (ISE) and how to perform them. The following topics are covered: Logging In, page 8-1 System Time and

More information

Build an ArcGIS Online Application

Build an ArcGIS Online Application Build an ArcGIS Online Application Sign into ArcGIS Online for Maryland 1. Open a web browser 2. Go to URL http://maryland.maps.arcgis.com/ 3. Click Sign In in the upper right corner of the web page 4.

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Table of Contents TABLE OF CONTENTS... 3 1.0 INTRODUCTION... 1 1.1 HOW TO USE THIS GUIDE... 1 1.2 TOPIC SUMMARY...

More information

BusinessObjects Enterprise XI Release 2

BusinessObjects Enterprise XI Release 2 BusinessObjects Enterprise XI Release 2 How to configure an Internet Information Services server as a front end to a WebLogic application server Overview Contents This document describes the process of

More information

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

Reconfiguring VMware vsphere Update Manager

Reconfiguring VMware vsphere Update Manager Reconfiguring VMware vsphere Update Manager vsphere Update Manager 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

Setting up the Oracle Warehouse Builder Project. Topics. Overview. Purpose

Setting up the Oracle Warehouse Builder Project. Topics. Overview. Purpose Setting up the Oracle Warehouse Builder Project Purpose In this tutorial, you setup and configure the project environment for Oracle Warehouse Builder 10g Release 2. You create a Warehouse Builder repository

More information

Changing Your Cameleon Server IP

Changing Your Cameleon Server IP 1.1 Overview Technical Note Cameleon requires that you have a static IP address defined for the server PC the Cameleon server application runs on. Even if the server PC has a static IP address, you may

More information

Video Administration Backup and Restore Procedures

Video Administration Backup and Restore Procedures CHAPTER 12 Video Administration Backup and Restore Procedures This chapter provides procedures for backing up and restoring the Video Administration database and configuration files. See the following

More information

WhatsUp Gold v16.1 Installation and Configuration Guide

WhatsUp Gold v16.1 Installation and Configuration Guide WhatsUp Gold v16.1 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.1 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information

<Insert Picture Here> Oracle WebCenter Spaces and Oracle BI Applications Configuration

<Insert Picture Here> Oracle WebCenter Spaces and Oracle BI Applications Configuration Oracle WebCenter Spaces and Oracle BI Applications Configuration Christina Kolotouros Enterprise 2.0 Product Management May 4, 2011 Versions & Pre-requisites Oracle WebCenter Version

More information

Integrating LANGuardian with Active Directory

Integrating LANGuardian with Active Directory Integrating LANGuardian with Active Directory 01 February 2012 This document describes how to integrate LANGuardian with Microsoft Windows Server and Active Directory. Overview With the optional Identity

More information

Oracle Business Intelligence Enterprise Edition LDAP-Security Administration. White Paper by Shivaji Sekaramantri November 2008

Oracle Business Intelligence Enterprise Edition LDAP-Security Administration. White Paper by Shivaji Sekaramantri November 2008 Oracle Business Intelligence Enterprise Edition LDAP-Security Administration White Paper by Shivaji Sekaramantri November 2008 OBIEE LDAP-Security Administration Before You Start... 3 Executive Overview...

More information

FileMaker Server 14. FileMaker Server Help

FileMaker Server 14. FileMaker Server Help FileMaker Server 14 FileMaker Server Help 2007 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

SOFTWARE INSTALLATION INSTRUCTIONS CLIENT/SERVER EDITION AND WEB COMPONENT VERSION 10

SOFTWARE INSTALLATION INSTRUCTIONS CLIENT/SERVER EDITION AND WEB COMPONENT VERSION 10 3245 University Avenue, Suite 1122 San Diego, California 92104 USA SOFTWARE INSTALLATION INSTRUCTIONS CLIENT/SERVER EDITION AND WEB COMPONENT VERSION 10 Document Number: SII-TT-002 Date Issued: July 8,

More information

How to Move an SAP BusinessObjects BI Platform System Database and Audit Database

How to Move an SAP BusinessObjects BI Platform System Database and Audit Database How to Move an SAP BusinessObjects BI Platform System Database and Audit Database Technology Used SAP BI Platform 4.1 (this includes SAP BusinessObjects Enterprise 4.1, SAP BusinessObjects Edge 4.1 and

More information

How to Access Coast Wi-Fi

How to Access Coast Wi-Fi How to Access Coast Wi-Fi Below is a summary of the information required to configure your device to connect to the coast-wifi network. For further assistance in configuring your specific device, continue

More information

How to Copy A SQL Database SQL Server Express (Making a History Company)

How to Copy A SQL Database SQL Server Express (Making a History Company) How to Copy A SQL Database SQL Server Express (Making a History Company) These instructions are written for use with SQL Server Express. Check with your Network Administrator if you are not sure if you

More information

<Insert Picture Here>

<Insert Picture Here> פורום BI 21.5.2013 מה בתוכנית? בוריס דהב Embedded BI Column Level,ROW LEVEL SECURITY,VPD Application Role,security טובית לייבה הפסקה OBIEE באקסליבריס נפתלי ליברמן - לימור פלדל Actionable

More information

Citrix EdgeSight for Load Testing User s Guide. Citrix EdgeSight for Load Testing 3.8

Citrix EdgeSight for Load Testing User s Guide. Citrix EdgeSight for Load Testing 3.8 Citrix EdgeSight for Load Testing User s Guide Citrix EdgeSight for Load Testing 3.8 Copyright Use of the product documented in this guide is subject to your prior acceptance of the End User License Agreement.

More information

LepideAuditor Suite for File Server. Installation and Configuration Guide

LepideAuditor Suite for File Server. Installation and Configuration Guide LepideAuditor Suite for File Server Installation and Configuration Guide Table of Contents 1. Introduction... 4 2. Requirements and Prerequisites... 4 2.1 Basic System Requirements... 4 2.2 Supported Servers

More information

Configuring SSL in OBIEE 11g

Configuring SSL in OBIEE 11g By Krishna Marur Configuring SSL in OBIEE 11g This white paper covers configuring SSL for OBIEE 11g in a scenario where the SSL certificate is not in a format that Web Logic Server (WLS) readily accepts

More information

Cloud Authentication. Getting Started Guide. Version 2.1.0.06

Cloud Authentication. Getting Started Guide. Version 2.1.0.06 Cloud Authentication Getting Started Guide Version 2.1.0.06 ii Copyright 2011 SafeNet, Inc. All rights reserved. All attempts have been made to make the information in this document complete and accurate.

More information

IIS, FTP Server and Windows

IIS, FTP Server and Windows IIS, FTP Server and Windows The Objective: To setup, configure and test FTP server. Requirement: Any version of the Windows 2000 Server. FTP Windows s component. Internet Information Services, IIS. Steps:

More information

Kaseya 2. Installation guide. Version 7.0. English

Kaseya 2. Installation guide. Version 7.0. English Kaseya 2 Kaseya Server Setup Installation guide Version 7.0 English September 4, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

Enabling Kerberos SSO in IBM Cognos Express on Windows Server 2008

Enabling Kerberos SSO in IBM Cognos Express on Windows Server 2008 Enabling Kerberos SSO in IBM Cognos Express on Windows Server 2008 Nature of Document: Guideline Product(s): IBM Cognos Express Area of Interest: Infrastructure 2 Copyright and Trademarks Licensed Materials

More information

OneLogin Integration User Guide

OneLogin Integration User Guide OneLogin Integration User Guide Table of Contents OneLogin Account Setup... 2 Create Account with OneLogin... 2 Setup Application with OneLogin... 2 Setup Required in OneLogin: SSO and AD Connector...

More information

Decision Support AITS University Administration. EDDIE 4.1 User Guide

Decision Support AITS University Administration. EDDIE 4.1 User Guide Decision Support AITS University Administration EDDIE 4.1 User Guide 2 P a g e EDDIE (BI Launch Pad) 4.1 User Guide Contents Introduction to EDDIE... 4 Log into EDDIE... 4 Overview of EDDIE Homepage...

More information

User guide. Business Email

User guide. Business Email User guide Business Email June 2013 Contents Introduction 3 Logging on to the UC Management Centre User Interface 3 Exchange User Summary 4 Downloading Outlook 5 Outlook Configuration 6 Configuring Outlook

More information

Business Portal for Microsoft Dynamics GP 2010. Field Service Suite

Business Portal for Microsoft Dynamics GP 2010. Field Service Suite Business Portal for Microsoft Dynamics GP 2010 Field Service Suite Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views

More information

Setting up an MS SQL Server for IGSS

Setting up an MS SQL Server for IGSS Setting up an MS SQL Server for IGSS Table of Contents Table of Contents...1 Introduction... 2 The Microsoft SQL Server database...2 Setting up an MS SQL Server...3 Installing the MS SQL Server software...3

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

More information

Data Warehouse Troubleshooting Tips

Data Warehouse Troubleshooting Tips Table of Contents "Can't find the Admin layer "... 1 "Can't locate connection document "... 3 Column Headings are Missing after Copy/Paste... 5 Connection Error: ORA-01017: invalid username/password; logon

More information

Crystal Reports Installation Guide

Crystal Reports Installation Guide Crystal Reports Installation Guide Version XI Infor Global Solutions, Inc. Copyright 2006 Infor IP Holdings C.V. and/or its affiliates or licensors. All rights reserved. The Infor word and design marks

More information

NCAA Single-Source Sign-On System User Guide

NCAA Single-Source Sign-On System User Guide NCAA Single-Source Sign-On System Table of Contents General Description... 1 Glossary of Terms... 1 Common Features Log In... 2 Password... 3 Log Out... 4 Tabs... 4 Buttons and Links... 4 Management and

More information

HOW TO CONNECT TO FTP.TARGETANALYSIS.COM USING FILEZILLA. Installation

HOW TO CONNECT TO FTP.TARGETANALYSIS.COM USING FILEZILLA. Installation HOW TO CONNECT TO FTP.TARGETANALYSIS.COM USING FILEZILLA Note: These instructions direct you to download a free secure FTP client called FileZilla. If you already use a secure client such as WS-FTP Pro

More information

Migrating helpdesk to a new server

Migrating helpdesk to a new server Migrating helpdesk to a new server Table of Contents 1. Helpdesk Migration... 2 Configure Virtual Web on IIS 6 Windows 2003 Server:... 2 Role Services required on IIS 7 Windows 2008 / 2012 Server:... 2

More information

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users SyAM Management Utilities and Non-Admin Domain Users Some features of SyAM Management Utilities, including Client Deployment and Third Party Software Deployment, require authentication credentials with

More information

Initial Setup of Microsoft Outlook 2011 with IMAP for OS X Lion

Initial Setup of Microsoft Outlook 2011 with IMAP for OS X Lion Initial Setup of Microsoft Outlook Concept This document describes the procedures for setting up the Microsoft Outlook email client to download messages from Google Mail using Internet Message Access Protocol

More information

User Guide. Version 3.2. Copyright 2002-2009 Snow Software AB. All rights reserved.

User Guide. Version 3.2. Copyright 2002-2009 Snow Software AB. All rights reserved. Version 3.2 User Guide Copyright 2002-2009 Snow Software AB. All rights reserved. This manual and computer program is protected by copyright law and international treaties. Unauthorized reproduction or

More information

HDAccess Administrators User Manual. Help Desk Authority 9.0

HDAccess Administrators User Manual. Help Desk Authority 9.0 HDAccess Administrators User Manual Help Desk Authority 9.0 2011ScriptLogic Corporation ALL RIGHTS RESERVED. ScriptLogic, the ScriptLogic logo and Point,Click,Done! are trademarks and registered trademarks

More information

Oracle Enterprise Manager. Description. Versions Supported

Oracle Enterprise Manager. Description. Versions Supported Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft SQL Server Release 10 (4.0.3.1.0) E14811-03 June 2009 This document provides a brief description about the Oracle System

More information

Security Guidelines for MapInfo Discovery 1.1

Security Guidelines for MapInfo Discovery 1.1 Security Guidelines for MapInfo Discovery 1.1 This paper provides guidelines and detailed instructions for improving the security of your Mapinfo Discovery deployment. In this document: Overview.........................................

More information

Preparing to Install SQL Server 2005

Preparing to Install SQL Server 2005 Preparing to Install SQL Server 2005 Depending on your requirements, Microsoft SQL Server 2005 Setup installs a new instance of SQL Server. The following topics address important considerations for the

More information

ENABLE LOGON/LOGOFF AUDITING

ENABLE LOGON/LOGOFF AUDITING Lepide Software LepideAuditor Suite ENABLE LOGON/LOGOFF AUDITING This document explains the steps required to enable the auditing of logon and logoff events for a domain. Table of Contents 1. Introduction...

More information

Installing LearningBay Enterprise Part 2

Installing LearningBay Enterprise Part 2 Installing LearningBay Enterprise Part 2 Support Document Copyright 2012 Axiom. All Rights Reserved. Page 1 Please note that this document is one of three that details the process for installing LearningBay

More information

Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2

Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2 Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2 Installation and Configuration Introduction This document will walk you step by step in removing MSDE and the setup and

More information

MadCap Software. Upgrading Guide. Pulse

MadCap Software. Upgrading Guide. Pulse MadCap Software Upgrading Guide Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished

More information

FieldIT Limited www.fieldit-limited.com. FieldIT CRM. Installation Manual v1.3.i3 (Enterprise Install)

FieldIT Limited www.fieldit-limited.com. FieldIT CRM. Installation Manual v1.3.i3 (Enterprise Install) FieldIT Limited www.fieldit-limited.com FieldIT CRM Installation Manual v1.3.i3 (Enterprise Install) Oliver Field FieldIT Limited 2013 13 Introduction The FieldIT CRM software can be installed in several

More information

NovaBACKUP xsp Version 15.0 Upgrade Guide

NovaBACKUP xsp Version 15.0 Upgrade Guide NovaBACKUP xsp Version 15.0 Upgrade Guide NovaStor / November 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject

More information

Dynamic DNS How-To Guide

Dynamic DNS How-To Guide Configuration Guide Dynamic DNS How-To Guide Overview This guide will show you how to set up a Dynamic DNS host name under the D-Link DDNS service with your D-Link ShareCenter TM. Dynamic DNS is a protocol

More information

How To Use Senior Systems Cloud Services

How To Use Senior Systems Cloud Services Senior Systems Cloud Services In this guide... Senior Systems Cloud Services 1 Cloud Services User Guide 2 Working In Your Cloud Environment 3 Cloud Profile Management Tool 6 How To Save Files 8 How To

More information

WhatsUp Gold v16.2 Installation and Configuration Guide

WhatsUp Gold v16.2 Installation and Configuration Guide WhatsUp Gold v16.2 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.2 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

Installation Guidelines (MySQL database & Archivists Toolkit client)

Installation Guidelines (MySQL database & Archivists Toolkit client) Installation Guidelines (MySQL database & Archivists Toolkit client) Understanding the Toolkit Architecture The Archivists Toolkit requires both a client and database to function. The client is installed

More information

Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2

Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2 Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2 Table of Contents Table of Contents... 1 I. Introduction... 3 A. ASP.NET Website... 3 B. SQL Server Database... 3 C. Administrative

More information

Configuring Color Access on the WorkCentre 7120 Using Microsoft Active Directory Customer Tip

Configuring Color Access on the WorkCentre 7120 Using Microsoft Active Directory Customer Tip Configuring Color Access on the WorkCentre 7120 Using Microsoft Active Directory Customer Tip October 21, 2010 Overview This document describes how to limit access to color copying and printing on the

More information

Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c

Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c This document describes how to set up Oracle Enterprise Manager 12c to monitor

More information

Lepide Software. LepideAuditor for File Server [CONFIGURATION GUIDE] This guide informs How to configure settings for first time usage of the software

Lepide Software. LepideAuditor for File Server [CONFIGURATION GUIDE] This guide informs How to configure settings for first time usage of the software Lepide Software LepideAuditor for File Server [CONFIGURATION GUIDE] This guide informs How to configure settings for first time usage of the software Lepide Software Private Limited, All Rights Reserved

More information

INTRODUCTION TO ATRIUM... 2 SYSTEM REQUIREMENTS... 2 TECHNICAL DETAILS... 2 LOGGING INTO ATRIUM... 3 SETTINGS... 4 NAVIGATION PANEL...

INTRODUCTION TO ATRIUM... 2 SYSTEM REQUIREMENTS... 2 TECHNICAL DETAILS... 2 LOGGING INTO ATRIUM... 3 SETTINGS... 4 NAVIGATION PANEL... INTRODUCTION TO ATRIUM... 2 SYSTEM REQUIREMENTS... 2 TECHNICAL DETAILS... 2 LOGGING INTO ATRIUM... 3 SETTINGS... 4 CONTROL PANEL... 4 ADDING GROUPS... 6 APPEARANCE... 7 BANNER URL:... 7 NAVIGATION... 8

More information

Contents About the Contract Management Post Installation Administrator's Guide... 5 Viewing and Modifying Contract Management Settings...

Contents About the Contract Management Post Installation Administrator's Guide... 5 Viewing and Modifying Contract Management Settings... Post Installation Guide for Primavera Contract Management 14.1 July 2014 Contents About the Contract Management Post Installation Administrator's Guide... 5 Viewing and Modifying Contract Management Settings...

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

LAE 5.1. Windows Server Installation Guide. Version 1.0

LAE 5.1. Windows Server Installation Guide. Version 1.0 LAE 5.1 Windows Server Installation Guide Copyright THE CONTENTS OF THIS DOCUMENT ARE THE COPYRIGHT OF LIMITED. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS THEREOF MAY NOT BE REPRODUCED IN ANY FORM WITHOUT

More information

Audit Management Reference

Audit Management Reference www.novell.com/documentation Audit Management Reference ZENworks 11 Support Pack 3 February 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of

More information

Using SQL Reporting Services with Amicus

Using SQL Reporting Services with Amicus Using SQL Reporting Services with Amicus Applies to: Amicus Attorney Premium Edition 2011 SP1 Amicus Premium Billing 2011 Contents About SQL Server Reporting Services...2 What you need 2 Setting up SQL

More information

Installing and Configuring Login PI

Installing and Configuring Login PI Installing and Configuring Login PI Login PI Hands-on lab In this lab, you will configure Login PI to provide performance insights for a Windows Server 2012 R2 Remote Desktop Services installation. To

More information

Configuring Controller 8.2 to use Active Directory authentication

Configuring Controller 8.2 to use Active Directory authentication Proven Practice Configuring Controller 8.2 to use Active Directory authentication Product(s): Controller 8.2 Area of Interest: Infrastructure Configuring Controller 8.2 to use Active Directory authentication

More information

Active Directory integration with CloudByte ElastiStor

Active Directory integration with CloudByte ElastiStor Active Directory integration with CloudByte ElastiStor Prerequisite Change the time and the time zone of the Active Directory Server to the VSM time and time zone. Enabling Active Directory at VSM level

More information

WatchDox for Mac User Guide

WatchDox for Mac User Guide WatchDox for Mac User Guide Version 2.3.0 Confidentiality This document contains confidential material that is proprietary to WatchDox. The information and ideas herein may not be disclosed to any unauthorized

More information

ICONICS Using the Azure Cloud Connector

ICONICS Using the Azure Cloud Connector Description: Guide to use the Azure Cloud Connector General Requirement: Valid account for Azure, including Cloud Service, SQL Azure and Azure Storage. Introduction Cloud Connector is a FrameWorX Server

More information

EMC Documentum Webtop

EMC Documentum Webtop EMC Documentum Webtop Version 6.5 User Guide P/N 300 007 239 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 1994 2008 EMC Corporation. All rights

More information

Oracle Business Intelligence Applications

Oracle Business Intelligence Applications Oracle Business Intelligence Applications Security Guide 11g Release 1 (11.1.1.8.1) E51484-01 March 2014 Explains security considerations for Oracle BI Applications. Oracle Business Intelligence Applications

More information

Perceptive Intelligent Capture Solution Configration Manager

Perceptive Intelligent Capture Solution Configration Manager Perceptive Intelligent Capture Solution Configration Manager Installation and Setup Guide Version: 1.0.x Written by: Product Knowledge, R&D Date: February 2016 2015 Lexmark International Technology, S.A.

More information

Infinity Web Viewer Reference Guide

Infinity Web Viewer Reference Guide Infinity Web Viewer Reference Guide Table of Contents Overview... 1 Security Considerations... 1 System Setup... 1 Infinity Configuration... 1 Workstation Prerequisites... 2 Configuring Internet Security...

More information

Oracle Enterprise Manager. Description. Versions Supported

Oracle Enterprise Manager. Description. Versions Supported Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft SQL Server Release 12 (4.1.3.2.0) E18740-01 November 2010 This document provides a brief description about the Oracle

More information

Oracle Business Intelligence Server Administration Guide. Version 10.1.3.2 December 2006

Oracle Business Intelligence Server Administration Guide. Version 10.1.3.2 December 2006 Oracle Business Intelligence Server Administration Guide Version 10.1.3.2 December 2006 Part Number: B31770-01 Copyright 2006, Oracle. All rights reserved. The Programs (which include both the software

More information

Moving the TRITON Reporting Databases

Moving the TRITON Reporting Databases Moving the TRITON Reporting Databases Topic 50530 Web, Data, and Email Security Versions 7.7.x, 7.8.x Updated 06-Nov-2013 If you need to move your Microsoft SQL Server database to a new location (directory,

More information

Configure Single Sign on Between Domino and WPS

Configure Single Sign on Between Domino and WPS Configure Single Sign on Between Domino and WPS What we are doing here? Ok now we have the WPS server configured and running with Domino as the LDAP directory. Now we are going to configure Single Sign

More information

Defender 5.7 - Token Deployment System Quick Start Guide

Defender 5.7 - Token Deployment System Quick Start Guide Defender 5.7 - Token Deployment System Quick Start Guide This guide describes how to install, configure and use the Defender Token Deployment System, based on default settings and how to self register

More information

Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials

Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials With Windows Server 2012 R2 Essentials in your business, it is important to centrally manage your workstations to ensure

More information

Velocity Web Services Client 1.0 Installation Guide and Release Notes

Velocity Web Services Client 1.0 Installation Guide and Release Notes Velocity Web Services Client 1.0 Installation Guide and Release Notes Copyright 2014-2015, Identiv. Last updated June 24, 2015. Overview This document provides the only information about version 1.0 of

More information

E-Notebook SQL13.0 Desktop Migration and Upgrade Guide

E-Notebook SQL13.0 Desktop Migration and Upgrade Guide E-Notebook SQL13.0 Desktop Migration and Upgrade Guide Last Modified: October 09, 2012 TABLE OF CONTENTS 1 Introduction... 3 2 Software Requirements... 3 2.1 Single User... 3 2.2 Remote (Shared Database

More information

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008.

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008. Znode Multifront - Installation Guide Version 6.2 1 System Requirements To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server

More information

Gómez Script Recorder

Gómez Script Recorder Gómez Script Recorder GETTING STARTED October 2003 Overview The Gómez Performance Network (GPN) measures Web page and transaction performance globally in real-time, enabling organizations to continuously

More information

Team Foundation Server 2013 Installation Guide

Team Foundation Server 2013 Installation Guide Team Foundation Server 2013 Installation Guide Page 1 of 164 Team Foundation Server 2013 Installation Guide Benjamin Day benday@benday.com v1.1.0 May 28, 2014 Team Foundation Server 2013 Installation Guide

More information

Configuring Avaya Aura Communication Manager and Avaya Call Management System Release 16.3 with Avaya Contact Center Control Manager Issue 1.

Configuring Avaya Aura Communication Manager and Avaya Call Management System Release 16.3 with Avaya Contact Center Control Manager Issue 1. Avaya Solution Interoperability Test Lab Configuring Avaya Aura Communication Manager and Avaya Call Management System Release 16.3 with Avaya Contact Center Control Manager Issue 1.0 Abstract These Application

More information

Acrolinx IQ. Acrolinx IQ Plug-in for Adobe CQ Rich Text Editor Installation Guide Version: 2.9

Acrolinx IQ. Acrolinx IQ Plug-in for Adobe CQ Rich Text Editor Installation Guide Version: 2.9 Acrolinx IQ Acrolinx IQ Plug-in for Adobe CQ Rich Text Editor Installation Guide Version: 2.9 2 Contents Overview 3 About this Guide...3 Acrolinx IQ and CQ Editor...3 Installation 4 Single Sign-on Configuration...4

More information

Only LDAP-synchronized users can access SAML SSO-enabled web applications. Local end users and applications users cannot access them.

Only LDAP-synchronized users can access SAML SSO-enabled web applications. Local end users and applications users cannot access them. This chapter provides information about the Security Assertion Markup Language (SAML) Single Sign-On feature, which allows administrative users to access certain Cisco Unified Communications Manager and

More information

Deltek Costpoint 7.1.1. New Installation Guide for Microsoft SQL Server

Deltek Costpoint 7.1.1. New Installation Guide for Microsoft SQL Server Deltek Costpoint 7.1.1 New Installation Guide for Microsoft SQL Server March 28, 2016 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical

More information

Installation Guide for Pulse on Windows Server 2008R2

Installation Guide for Pulse on Windows Server 2008R2 MadCap Software Installation Guide for Pulse on Windows Server 2008R2 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

Quick Start Guide. Installation and Setup

Quick Start Guide. Installation and Setup Quick Start Guide Installation and Setup Introduction Velaro s live help and survey management system provides an exciting new way to engage your customers and website visitors. While adding any new technology

More information

Sitecore Ecommerce Enterprise Edition Installation Guide Installation guide for administrators and developers

Sitecore Ecommerce Enterprise Edition Installation Guide Installation guide for administrators and developers Installation guide for administrators and developers Table of Contents Chapter 1 Introduction... 2 1.1 Preparing to Install Sitecore Ecommerce Enterprise Edition... 2 1.2 Required Installation Components...

More information

SINGLE SIGN-ON FOR MTWEB

SINGLE SIGN-ON FOR MTWEB SINGLE SIGN-ON FOR MTWEB FOR MASSTRANSIT ENTERPRISE WINDOWS SERVERS WITH DIRECTORY SERVICES INTEGRATION Group Logic, Inc. November 26, 2008 Version 1.1 CONTENTS Revision History...3 Feature Highlights...4

More information