Re: How to migrate user preference in discoverer

Posted by soumya on
URL: http://erman-arslan-s-oracle-forum.114.s1.nabble.com/How-to-migrate-user-preference-in-discoverer-tp8677p8687.html

Hi,

while running the below command its getting errored

[discotest@ccuine23 util]$ sh migrateprefs.sh -from 102
Migrating Discoverer User Preferences ...
Migrating the preferences ...
*WARNING*:This might overwrite any already existing Discoverer preferences
Do you want to continue ? (y/n)
y
migrateprefs.sh: line 26: 22672 Aborted                 (core dumped) $ORACLE_HOME/bin/dis51pr -nopause -migrate $@

[discotest@ccuine23 util]$ cat migrateprefs.sh
#!/bin/ksh
#
# Copyright (c) 2002 by Oracle Corporation.  All Rights Reserved
#
#
#
# NAME
#   migrateprefs.sh
# FUNCTION
#   Migrates Discoverer preferences from iAS 1.0.2 to iAS 9i
# NOTES
#   Usage: migrateprefs.sh [-force]
#   if -force is specified then no confirmation is asked.
#
# AUTHOR
#   KrishnaPrakash.Duggaraju
#
# HISTORY
#   kduggara - 18 May 02 - Creation
#

# set the appropriate environment variables
. /backup/discotest1/prod/10gAS/discoverer/discwb.sh

echo Migrating Discoverer User Preferences ...
$ORACLE_HOME/bin/dis51pr -nopause -migrate $@