|
| 7 members and 20 guests have been online with in the last 10 minutes. |
|
|
yeokh
member
Reged: 06/18/03
Last on: 08/26/10
Posts: 12
|
E1 9.0 Standalone SSE and Submit UBE
#138836 10/13/08 05:35 AM
|
|
The following is my simplified installation guide based on the official guide from Oracle.
I've also included some additional steps to allow submission of UBE from the web client. ======================================================================= Installation summary: --------------------- 1. Copy the JDK folder first from B812. Otherwise you may need to re-install JDK. 2. Uninstall prior version of E1. 3. Uninstall MSDE
4. Download JDBC 1.1 or higher. Unzip and copy to the folder specified in the guide: - x:\E1_900_Install\ThirdParty\WebDevFeature\JDBC
5. Run install manager - Install SSE when prompted. 6. Reboot. 7. Run install manager again. Ignore warning messages.
NOTE ON JDBC: If JDBC error - Copy JDBC drivers to the specified installation folders - x:\Standalone_9.00\ThirdParty\WebDevFeature\JDBC - and manually run OH4A to setup.
8. Install JDK or just copy the JDK folder - C:\E900\system\JDK
9. DO NOT START E1 Solution Explorer yet.
IMPORTANT: Configure ODBC setup for "EnterpriseOne SSELocal" with "(local)\JDESSELOCAL" This step is missing from the Installation Guide. Can use the 8.12 guide for reference.
Note: Use ODBC default setup for SQL Server except for "Perform translation for character data" check box. Default is checked. MAKE sure that this box is unchecked before proceeding.
10. Reboot. At this point, you can start using E1 9.00/8.98.
============================================================= The following instruction is the setup to allow for running of UBE from web interface. -------------------------------------------------------------------------------------- 1. Start E1 Solution Explorer.
2. Go to command prompt and type HOSTNAME to determine your local PC local host name.
3. Go to P986115 - Row exit until the maintenance form for "Data Source Revisions" Change "Logical Server Name" to the local HOSTNAME. Change "Server Map Data Source Name" to "System Local" Click OK to update.
4. Reboot. Start E1 Solution Explorer.
5. Go to P98616 and define the DEFAULT printer with the default paper size. Setup DEFAULT printer via P98616 for the local HOSTNAME. Setup for for HOSTNAME, (local) and LOCAL. This will allow you to submit UBE from web-client. *PUBLIC *ALL *ALL *ALL \\corprts1\devprn1 YEOIBMT43 AV
6. Reboot. Start E1 Solution Explorer. Start E1 Web.
Additional Notes on SSE ======================= You can manually start/stop SSE instead of letting it run automatically. Go to Control Panel/Administrative Tools/Services Change the SSE services to manual. Create command batch file to start/stop the two services required using the following commands.
ECHO Off ECHO Stoping Local SQL Server ... Net Stop "SQLBrowser" Net Stop "MSSQL$JDESSELOCAL" PAUSE
ECHO Off ECHO Starting Local SQL Server ... CALL NET START MSSQL$JDESSELOCAL CALL NET START SQLBrowser PAUSE
|
|
2 registered and 3 anonymous users are browsing this forum.
Moderator: Sef, ekempter, Christian Audet, jdecnc
|
Forum Permissions
You cannot start new topics
You cannot reply to topics
HTML is disabled
UBBCode is enabled
|
Rating:
Thread views: 1818
|
|
|
|
|
|
|