|
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622 。
您需要 登录 才可以下载或查看,没有帐号?注册
x
1. Copy %INSTALL_ROOT%\samples\sample\* to %INSTALL_ROOT%\custom, overwrite all
2. Follow steps 4-7 from 慖nstalling Oracle Integrated Operational Planning?section from Quick Install Guide to initialize the system
3. In the second DOS command prompt window, do the following:
a. In the Integrated Operational Planning installation directory, navigate to the custom
folder.
b. Run %INSTALL_ROOT%\bin\runant to prepare the system for the sample models
4. From the same command prompt window, navigate to the custom\bin directory
in the Oracle Integrated Operational Planning installation directory,
and run the bootstrap command to load data into the Oracle Integrated Operational Planning database.
To do this, enter the following commands in the second window:
cd %INSTALL_ROOT%\custom\bin
bootstrap -u admin -p password
where
%INSTALL_ROOT% is the Oracle Integrated Operational Planning installation directory
and the following bootstrap command-line options are used:
-u to specify the username of the administrator
-p to specify the administrator password
Upon completion of the command, the Oracle Integrated Operational Planning server is now ready to accept requests from client machines,
and you can log into the application from your web browser by connecting to this URL:
http://myhost.domain.com:port/interlace |
|