0% found this document useful (0 votes)
428 views

Css Import Export Utility Usage

The document provides steps to export user, group, and provisioning information from the source Hyperion Shared Services (HSS) server and import it into a target HSS server. It involves using a CSS import/export utility to extract the data from the source into a CSV file, editing the file to replace source system references, and importing the modified CSV into the target HSS using the same utility. The process is used to migrate authentication and provisioning configuration from one HSS to another.

Uploaded by

JB Manjunath
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
428 views

Css Import Export Utility Usage

The document provides steps to export user, group, and provisioning information from the source Hyperion Shared Services (HSS) server and import it into a target HSS server. It involves using a CSS import/export utility to extract the data from the source into a CSV file, editing the file to replace source system references, and importing the modified CSV into the target HSS using the same utility. The process is used to migrate authentication and provisioning configuration from one HSS to another.

Uploaded by

JB Manjunath
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

CSS Export

1. Login to Source Shared Services server


2. On the Source, navigate to <drive>:\Hyperion\common\utilities\CSSImportExportUtility
3. Unzip the contents of cssimportexport.zip to the same location
4. Go to <drive>:\Hyperion\common\utilities\CSSImportExportUtility\importexport
5. Copy the importexport.properties file from samples folder to the location in Step 3
6. Make the entries in importexport.properties look like below

importexport.css=http://localhost:58080/interop/framework/getCSSConfigFile
importexport.cmshost=localhost
importexport.cmsport=58080
importexport.username=admin
importexport.password=password
importexport.enable.console.traces=true
importexport.trace.events.file=D:/Hyperion/common/utilities/CSSImportExportUtility/importexport/
trace.log
importexport.errors.log.file=D:/Hyperion/common/utilities/CSSImportExportUtility/importexport/err
ors.log
importexport.locale=en
importexport.ssl_enabled=false
export.fileformat=csv
export.file=D:/Hyperion/common/utilities/CSSImportExportUtility/importexport/export_biplus_931.c
sv
export.internal.identities=true
export.native.user.passwords=true
export.delegated.lists=false
export.user.filter=*@Native Directory
export.group.filter=*@Native Directory
export.provisioning.apps=(Hyperion System 9 BI+=Hyperion System 9
BI+:hfm2.idc.oracle.com:6800::1)

7. Go to command prompt, cd into


<drive>:\Hyperion\common\utilities\CSSImportExportUtility\importexport directory
8. Type, CSSExport.bat importexport.properties and click on enter button
9. This would generate a file export_biplus_931.csv file in
<drive>:\Hyperion\common\utilities\CSSImportExportUtility\importexport folder
10. The file export_biplus_931.csv contains all the Native Users, Groups and provisioning
information related to the BI+ on 9.3.1
11. Copy this csv file to the Target server
CSS Import

1. Login to Target Shared Services server


2. On the Source, navigate to <drive>:\Hyperion\common\utilities\CSSImportExportUtility
3. Unzip the contents of cssimportexport.zip to the same location
4. Go to <drive>:\Hyperion\common\utilities\CSSImportExportUtility\importexport
5. Copy the importexport.properties file from samples folder to the location in Step 3
6. Make the entries in importexport.properties look like below

importexport.css=http://localhost:28080/interop/framework/getCSSConfigFile
importexport.cmshost=localhost
importexport.cmsport=28080
importexport.username=admin
importexport.password=password
importexport.enable.console.traces=true
importexport.trace.events.file=C:/Hyperion/common/utilities/CSSImportExportUtility/importexport/t
race.log
importexport.errors.log.file=C:/Hyperion/common/utilities/CSSImportExportUtility/importexport/err
ors.log
importexport.locale=en
importexport.ssl_enabled=false
import.fileformat=csv
import.file=C:/Hyperion/common/utilities/CSSImportExportUtility/importexport/export_biplus_931.c
sv
import.operation=create/update
import.failed.operations.file=C:/Hyperion/common/utilities/CSSImportExportUtility/importexport/fai
led.xml
import.maxerrors=0

7. Copy the export_biplus_931.csv file to


<drive>:\Hyperion\common\utilities\CSSImportExportUtility\importexport folder
8. Open the export_biplus_931.csv file in Wordpad and Replace all occurrences of Hyperion
System 9 BI+:hfm2.idc.oracle.com:6800::1 with Reporting and Analysis
9. Replace all occurrences of Hyperion System 9 BI+ with Reporting and Analysis and save the csv
file
10. Go to command prompt, cd into
<drive>:\Hyperion\common\utilities\CSSImportExportUtility\importexport directory
11. Type, CSSImport.bat importexport.properties and click on enter button
12. This will import USERS, GROUPS and the Provisioning of BI+ to the Target HSS.
13. Login to Target HSS web and verify the same.

Note: Please do not use MS Excel to edit the export_biplus_931.csv file as it will create commas on each
line break. This would create issues when importing the file

You might also like