Tuesday, July 26, 2016

How to configure MWA Desktop Client in Oracle apps 11i / R12





Perform the following steps to install MWA GUI Client on Windows Desktop
1. Create the following directory structures
%MWA_GUI_TOP%\lib
            %MWA_GUI_TOP%\log
         Ex:  C:\MWA\lib
                  C:\MWA\log
 2. Download and install JDK 1.1.8  in c:\  

  3. Download the GUI Client patch and unzip it to C:\Temp
               e.g. PATCH_TOP=C:\Temp\4205328
  4. Copy %PATCH_TOP%\j4205328.zip to %MWA_GUI_TOP%\lib
     5.Create a .bat file to run the class file
           
 Ex:        
  set MWA_GUI_TOP=C:\MWA\
  set JAVA_TOP=c:\jdk1.1.8
%JAVA_TOP%\bin\java -classpath                                                       %JAVA_TOP%\lib\classes.zip;%MWA_GUI_TOP%\lib\j4205328.zip oracle.apps.mwa.awt.client.StartGUI
5.Run the .bat file
6.Enter host name as    apps11i.enrichit.com
   Port number :10218



1 comment:

  1. Good job... copying instructions from metalink. If you an publish a step by step document, that will be good.

    ReplyDelete