include("header2.inc"); ?>
The install.jsadmin script runs the Oracle Forms security script frm45sec.sql on the server. You can rerun this script and observe the results by logging into SQL*Plus as the Oracle user system and typing:
@$JS_TOP/sql/frm45sec.sqlCheck that you have granted this user access to one of the JobScheduler roles (js_admin, js_super, or js_user), using the grant <role> to <user> command as the Oracle system user. If the problem persists after doing this, please contact Technical Support.
If you see a message such as "hostname: not found" this means that JobScheduler for Oracle's JSHOSTS command could not find hostname on the path. As part of your upgrade, JobScheduler adds this hostname into a master host table in JobScheduler so you can run Master and Agent Scheduler configurations.
If JobScheduler for Oracle does not find hostname, the installation script uses uname instead. If your uname name does not match your hostname, you should correct the problem by adding hostname to the PATH for jsadmin and rerunning the JSHOSTS command. Follow these steps:
JSHOSTS jsadmin/jsadminIf you still encounter problems after rerunning JSHOSTS, please contact Technical Support.
If jsadmin does not have select access to the sys.dba_role_privs table, JobScheduler for Oracle install produces this error. You or your DBA should grant select privileges on the sys.dba_role_privs table to public and restart the forms generation process by typing:
$JS_TOP/install/install.linkIf you get any message about link failure, you may have a problem with your environment, your paths, or your ORACLE libraries. Review the upgrade log, and if you cannot resolve the problem please contact Technical Support.
The JobScheduler for Oracle upgrade prints this message when any error occurs in the logfile. You should view the install log for any occurrences of "error" and verify that these are non-critical problems (for example, a synonym already existing). You can then proceed with Post-upgrade steps.
You can restart the upgrade process from Step 3, Run the Upgrade script by typing:
$JS_TOP/install/upgrade.jsadminYou can restart the upgrade in this way regardless of how far JobScheduler for Oracle upgrade process had reached. Or, if the failure occurred during forms generation and linking, you can restart only the linking section by typing:
$JS_TOP/install/install.link