Exporting and Importing Data 14-5
ssoconf.log when it runs in import mode. You may have to copy these files from the computer on which the export server is located.
4. Run the script, choosingimport mode. (See"Export and Import Scenarios and Script Examples").
Verifying That Export and Import Succeeded
import operations, open ssomig.log and check for errors. To interpret the messages that you encounter in the file, see"Error Messages".
Consolidating Multiple Servers
This scenario is applicable if several departments in your enterprise maintain
departmental single sign-on servers. You may want to consolidate these servers into a unified identity management service.
Use the following approach to export and import multiple servers:
1. Export data from all of the servers involved except the target server. To learn how to run the script, see"Exporting Data from One Server to Another".
2. Run the script inimport mode,overwrite option, for the first single sign-on server that you migrate. For help, see the section"Import Scenarios".
3. For subsequent servers, run the script inmerge mode. Import partner and external applications to the target server, importing the servers one at a time: ssomig -import -merge -s orasso -p password -c net_service_name -log_d /tmp -d ssomig.dmp
This command merges only partner and external applications.
Error Messages
Any one of the following messages may appear during the course of export and import.Table 14–2 defines these messages to aid problem resolution.
Note: when importing multiple servers, you can run the script in
overwrite mode to cancel the result of a previous run.
Table 14–2 Error Codes for Export and Import
Error Cause Action
SSO-80000: The operation was unsuccessful.
Import or export or both failed because of one or more errors.
Determine the error from the log file or from screen output.
SSO-80001: The environment variable ORACLE_HOME is not set.
The variable has not been set for the release 9.0.4 Oracle home.
Follow the instructions in"Running the Script".
SSO-80002: Invalid ORACLE_HOME specified.
The directory represented byORACLE_HOME does not exist or required scripts under it are unavailable.
Set the Oracle home to a valid Oracle instance.
SSO-80004: Invalid log directory. String is not writable.
You lack write permission for the log directory specified.
Specify a directory for which you have write permission.
Error Messages
SSO-80005: Invalid log directory. String is not directory.
The log directory specified does not exist. Specify a valid directory.
SSO-80008: Duplicate option string.
The command-line parameter string is repeated or both options that compose a set of complementary options are provided.
Avoid repeating the command-line parameter string.
Avoid including both options that compose a set of complementary options—export andimport, for instance.
SSO-80009: Mandatory parameter missing: string.
A mandatory command-line parameter string is missing
Specify the parameter string, including any relevant values. SSO-80010: Invalid SSO
Server version detected.
The script does not support the version of the source or destination server.
Make sure that you are using release 9.0.4 servers to perform export and import operations.
SSO-80011: Invalid option string.
The parameter string is not a recognized command-line parameter
Use the optionhelp to obtain a list of valid parameters.
SSO-80012: Invalid SSO schema information.
The schema name, password, or net service name is invalid.
Reenter the command.
SSO-80014: Invalid log file. String is not writable.
You lack write permission for the log file that you specified.
Specify a log file for which you have write permission.
SSO-80015: Failed to drop temporary tables.
An expected script file was missing, or an operating system error or database error was encountered.
View the log files for details. Correct any errors that you find.
SSO-80050: Data export unsuccessful.
The export operation failed because of one or more errors.
Determine the error from the log file or from screen output.
SSO-80051: Copying data into the temporary tables failed.
A script file is missing or an operating system error or database error was encountered.
View the log file for details. Correct errors that you find.
SSO-80052: Invalid dump file. String not writable.
You lack write permission for the dump file specified.
Specify a dump file for which you have write permission.
SSO-80076: Cannot determine NLS information.
A script file is missing or an operating system error or database error was encountered.
View the log file for details. Correct errors that you find.
SSO-80077: The file string does not exist.
The file string has been deleted or renamed externally.
Ensure that the file string is not touched externally during execution of the script.
SSO-80078: Creating the table that represents the config file failed.
A script file is missing or an operating system error or database error was encountered.
View the log file for details. Correct errors that you find.
SSO-80100: Data import unsuccessful.
The import operation failed because of one or more errors.
Determine the error from the log file or from screen output. Correct errors that you find.
SSO-80101: Cannot read the import dump file: string.
You lack read permission for the dump file string.
Obtain read permission for the specified dump file.
Table 14–2 (Cont.) Error Codes for Export and Import
Error Messages
Exporting and Importing Data 14-7 SSO-80102: The dump file
string is of size zero.
An error occurred during export. View the log file. Correct errors that you find.
SSO-80103: Config file not found: string.
This error appears if required configuration files such as dump and log are missing during import.
Ensure that the configuration files are present in the log directory. SSO-80104: Corrupted or
invalid config file.
The configuration file has been altered. Ensure that the configuration file is not altered when transferred from the source to the destination. SSO-80150: Package
loading into the SSO schema failed.
A script file is missing or an operating system error or database error was encountered.
View the log file for details. Correct errors that you find.
Table 14–2 (Cont.) Error Codes for Export and Import