Deploy a war in an Instance of AS Oracle 10.1.3 that comes with EBS R12

Is there really no way to install demantra.war in the 10.1.3 instance Oracle Home of a R12?

It's kind of stupid install another one as a server, to use application of Demantra only.

If you need to install a sperate instance then how the license works. Do you need to purchase a separate license for it.

In addition, configured in Eneterprise Manager
http://xxxxxx:18100 / emd/console/targets

Can someone tell me what is the username and password to access
Nothing works for i.e ias_admin oc4jadmin etc.

Best regards and much appreciated

Sandeep

Hi Sandeep,

Take a look on the following document.

Note: 603716.1 - Using AS10g AS Control with e-Business Suite release 12
https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=603716.1

Kind regards
Hussein

Tags: Oracle Applications

Similar Questions

  • deployment of war on weblogic 10.3.4 files

    I have a weblogic 10.3.4 field and a war (smap.war) file. Can I deploy the war file using the weblogic console (10.3.4).
    However, I can't the ant (wldeploy 11.1.1.4) to deploy the war file. It shows error as follows.
    This file area and weblogic of war is in the same machine.

    ------------------error---------------------------

    [wldeploy] Task 27 failed: [Deployer: 149026] deploy the application smap.war on AdminServer.

    [wldeploy] Target State: deployment has failed on the AdminServer Server

    [wldeploy] weblogic.descriptor.DescriptorException: VALIDATION of the PROBLEMS have BEEN FOUND

    [wldeploy] problem: cvc-complex - type. 2.4: expected for element 'servlet-name @http://java.sun.com/xml/ns/javaee' instead of 'description @http://www.w3.org/2001/XMLSchema-instance' here @http://java.sun.com/xml/ns/javaee servlet element: < null >

    [wldeploy] problem: cvc-complex - type. 2.4: expected for element 'servlet-name @http://java.sun.com/xml/ns/javaee' instead of 'display-name @http://www.w3.org/2001/XMLSchema-instance' here @http://java.sun.com/xml/ns/javaee servlet element: < null >
    [wldeploy] to weblogic.descriptor.internal.MarshallerFactory$ 1.evaluateResults(MarshallerFactory.java:245)
    [wldeploy] to weblogic.descriptor.internal.MarshallerFactory$ 1.evaluateResults(MarshallerFactory.java:231)

    ---------------------------build.xml------------------------
    <? XML version = "1.0" encoding = "UTF-8"? >
    <! - ant buildfile generated by Oracle JDeveloper - >
    <!-generated on March 11, 2011 15:52:31 >

    < by default of the = "init" project >
    < target name = "init" >
    < tstamp / >
    < / target >

    < name = "wls.username property" value = "weblogic" / > "
    < name = "wls.password property" value = "welcome1" / > "
    < name = "wls.hostname property" value = "localhost" / > "
    < name = "wls.port property" value = "7001" / > "
    < name = "admin.server.name property" value = "AdminServer" / > "
    < name = "deploy.target property" value = "AdminServer" / > "
    <!-here, you can specify either NOMCLUSTER, IndividualServerName as 'ManagedOne' or list of Managed/AdminServer separated by commas-->
    "< name ="deploy.name property"value =" smap.war "/ >
    < name = "deploy.source property" value = "E:\SVN_Root\smap_Build" / > "


    < taskdef name = "wldeploy" classname = "weblogic.ant.taskdefs.management.WLDeploy" >
    < classpath >
    < pathelement location="D:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic.jar"/ >
    < / classpath >
    < / taskdef >

    < target name = "szmap" depends = "init" >
    ".. destfile="${deploy.source}\smap.war of war.
    webxml="${deploy.source}\smap\WebContent\WEB-INF\web. XML">
    < dir="${deploy.source}\smap\WebContent"/ fileset >
    < dir="${deploy.source}\smap\build\classes"/ classes >
    < / war >
    < / target >

    < target name = "deployX" depends = "init" >
    < echo message = "deploy.source=${deploy.source}"/ 27 > "
    < echo message = "deploy.name=${deploy.name}"/ 28 > "
    < wldeploy action = "deploy".
    Name = "${deploy." Name} '.
    source = "${deploy." Source}-${deploy. Name} '.
    User = "${WLS." UserName} ".
    nostage = 'true '.
    Password = "${WLS." Password}.
    verbose = "true".
    adminurl = "T3: / / ${WLS." "HostName}: ${WLS.port} ' targets =" ${deploy.target} ""

    Debug = 'true '.
    / >
    < / target >

    <! - transfer Applications - >
    < a name = target "redeploy" >
    < wldeploy action = "redeploy".
    Name = "${deploy." Name} '.
    User = "${WLS." UserName} ".
    nostage = 'true '.
    Password = "${WLS." Password}.
    verbose = "true".
    adminurl = "T3: / / ${WLS." "HostName}: ${WLS.port} ' targets =" ${deploy.target} "/ >"
    < / target >

    <! - Uneploying Applications - >
    < target name = "undeployX" >
    < wldeploy action = "cancel the deployment.
    name = "szmap".
    FailOnError = "false".
    User = "${WLS." UserName} ".
    Password = "${WLS." Password}.
    verbose = "true".
    adminurl = "T3: / / ${WLS." "HostName}: ${WLS.port} ' targets =" ${deploy.target} "/ >"
    < / target >

    < target name = "all" depends = "init, deployX" / >

    < / project >

    You can package wsdl4j - 1.6.2.jar in your WAR file and place it in the WEB-INF/lib directory.

    Using the deployment substitute weblogic.xml (that you already have - prefer-web-inf-classes) you can ensure
    the jar in the WEB-INF/lib drectory gets preference over the classes loaded into the classpath system (WebLogic classpath).

    This entry is already in your weblogic.xml file

    
       true
    
    

    When you compress your additional jar files in the WEB-INF/lib directory you can leave out the referees of the library.

    When you want to use shared libraries, you must wrap the pots in a WAR file, for example with the following structure:

    META-INF
        MANIFEST.MF
    WEB-INF
        lib
            wsdl4j-1.6.2.jar
        web.xml
    

    The contents of the MANIFEST. MF might be something like:

    Manifest-Version: 1.0
    Created-By: 1.6.0_05 (BEA Systems, Inc.)
    Extension-Name: wsdl4j
    Specification-Title: WSDL Library
    Specification-Version: 1.6
    Specification-Vendor: Middleware Magic
    Implementation-Title: WSDL Library
    Implementation-Version: 1.6.2
    Implementation-Vendor: Middleware Magic
    

    When you use this shared library, you can use weblogic.xml in your file. WAR to designate it, for example.

    
        wsdl4j
        1.6
        1.6.2
        true
    
    

    You can also create new WAR file that contains another version of wsdl4j and you specify this version in the MANIFEST. MF file
    and refer to it using weblogic.xml.

  • Deploy the war web-determinations in JBoss

    Hi all

    I need help to deploy the .war in JBoss Application Serverfile, when the file is deployed to the server of the class PluginRegistry not properly load the plugins directory. The problem is the class PluginRegistry compare when the Protocol of the URL of the directory with "* file * ', in the jboss server, this Protocol is" * vfsfile. "

    Any solution for this case of jboss?

    Thanks and greetings

    We offer two methods of recording plugin; the auto-discovery method (which is not compatible with some servers/application deployment methods) and the method of manual registration. See http://docs.oracle.com/html/E29403_01/Content/Extensions/Extensions_PLID.htm.

    Edited to insert a direct link by: Kristy Van Der Vlist on May 29, 2012 17:45

  • Deploy a war in the Oracle application server

    Hello

    We have a few Oracle discoverer running on the oracle application server and I would like to deploy a war to the service file.
    Can someone tell me if its possible to do?
    Should I just drop the war in the deployment of the server folder?

    Thank you
    KK

    Wrong forum.

    Move the thread (close and re-post) to each of discoverer
    or somewhere in http://forums.oracle.com/forums/category.jspa?categoryID=193 (probably Oracle ACE - general forum).

  • How to deploy oasa.war in Weblogic 10.3

    How to deploy oasa.war in Weblogic 10.3?

    Thank you

    I believe that this should just be good deploy the war file. Try it and let me know.

    Published by: rajsunny on July 17, 2009 12:14

  • Can I develop pages OFA (extension EBS R12) without going through an instance of EBS in my computer?

    Hello everyone,

    I am responsible for developing certain pages OFA in order to extend the EBS R12.

    The thing is, I don't have an instance of EBS in my computer. Can I simply create a connection to the Oracle database and work with it?

    Thank you

    Kind regards

    Afaf

    You need to have access to the database of the instance eBusiness. Just have an oracle database is not good enough.

    It depends on what customization you want to do. That all are involved in it.

    Worst case, if they do not want to give access, and you want to develop your Jdeveloper pages, you must create dummy tables in your database and use it to develop.

    But in this case, you will not be able to test. You can develop just, you must deploy it to the server to test.

    Better way to access and set it up in your computer/laptop.

    See you soon

    AJ

    PS: Please check the answer useful/correct, if it is

  • Star Wars: Republic Commando. Worked on Vista, the problem is that when the game tries to load the first mission, he leaves the game

    Star Wars: Republic Commando. Worked on Vista, the problem is that when the game tries to load the first mission (the only one available for a new player) outputs of the game and gives the following. I hope this info is useful to anyone who is willing to take the time to help me. Thank you-Zachert45

    Details:

    Problem event name: APPCRASH

    Application name: SWRepublicCommando.exe

    Application version: 0.0.0.0

    Application timestamp: 41f707e4

    Fault Module name: StackHash_1a02

    Fault Module Version: 0.0.0.0

    Fault Module Timestamp: 00000000

    Exception code: c0000005

    Exception Offset: 6 c 707544

    OS version: 6.1.7601.2.1.0.256.48

    Locale ID: 1033

    Information additional 1: 1a 02

    More information 2: 1a022ea3469ead417de7f3ac704042e3

    3 more information: aa4f

    Additional information 4: aa4f8516a5b4c2bae31f69214dbeb837

    In addition, the game made a newspaper that it lasted, if an error occurred. NOTE: Windows verson shown here was one of the many tests bring made, all ended the same way.

    Uninitialized: open the log file, 08/09/12 19:20:48
    Uninitialized: name subsystem initialized
    Init: Detected: Windows NT 6.0 (Build: 6000)
    Init: Build: 139
    Init: Version of the engine: 2226
    Init: Update: January 25, 2005
    Init: command line:
    Init: Base Directory: C:\Program Files (x 86) \LucasArts\Star Wars Republic Commando\GameData\System\
    Init: Character set: ANSI
    Journal: Related to Window.dll
    Journal: Related to Core.dll
    Journal: Related to frengine.dll
    Init: Subsystem of the initialized object
    Init: Computer: ZACHERT45HP
    Init: User: Zachert45
    Init: Of CPU Page size = 4096, processors = 4
    Init: CPU detected: type processor PentiumPro (GenuineIntel)
    Init: CPU features: FPU CMov EAP RDTSC MMX, SSE
    Init: CPU @ 2694 MHz
    Init: Total memory: Phys = 1048575 K Pagef = 2097151 K Virt = 2097024K
    Init: Working together: 32000 / 159000
    Init: Physical memory: 1023 MB
    Init: D3D Device: video memory onboard: 1008
    Caution: Charge Dynamics Engine.GameEngine
    Journal: Bound to CTGame.dll
    Journal: Bound to Gameplay.dll
    Journal: Related to IpDrv.dll
    Journal: Related to XInterface.dll
    Journal: Related to XGame.dll
    Init: Unreal engine initialized
    Journal: Related to WinDrv.dll
    Init: Client initialized
    Journal: Related to D3DDrv.dll
    Init: Direct3D detected adapters:
    Journal: aticfx32.dll/Radeon HD 6470 M
    Init: D3D Driver: MaxTextureBlendStages = 8
    Init: D3D Driver: MaxSimultaneousTextures = 8
    Init: D3D Driver: MaxActiveLights = 8
    Init: D3D Driver: MaxPrimitiveCount = 5592405
    Init: D3D Driver: MaxVertexIndex = 16777215
    Init: D3D Driver: MaxStreams = 16
    Init: D3D Driver: MaxStreamStride = 508
    Init: D3D Driver: MaxVertexShaderConst = 256
    Init: D3D Driver: VertexShaderVersion = 1.1
    Init: D3D Driver: PixelShaderVersion = 1.4
    Init: D3D Driver: support AGP detected
    Init: D3D Driver: using w-pixel fog
    Init: D3D Driver: trilineaires media
    Init: D3D Driver: supports BLENDDIFFUSEALPHA
    Init: D3D Driver: Supports LOD bias
    Init: D3D Driver: Supports Z polarization
    Init: D3D Driver: supports D3DTOP_ADDSIGNED2X
    Init: D3D Driver: supports D3DTOP_BUMPENVMAP
    Init: D3D Driver: supports D3DTOP_BUMPENVMAPLUMINANCE
    Init: D3D Driver: supports D3DTOP_DOTPRODUCT3
    Init: D3D Driver: supports D3DTOP_MODULATEALPHA_ADDCOLOR
    Init: D3D Driver: supports D3DTOP_MODULATECOLOR_ADDALPHA
    Init: Unreal Engine Direct3D support - internal version: SB3
    Init: D3D Device: szDriver = aticfx32.dll
    Init: D3D Device: szDescription = Radeon HD 6470 M
    Init: D3D Device: wProduct = 8
    Init: D3D Device: wVersion = 17
    Init: D3D Device: wSubVersion = 10
    Init: D3D Device: wBuild = 1065
    Init: D3D Device: dwVendorId = 4098
    Init: D3D Device: dwDeviceId = 26464
    Init: D3D Device: dwSubSysId = 370806844
    Init: D3D Device: dwRevision = 0
    Init: D3D detected: ATI video card
    Init: D3D Device: using cubemap [with mipmaps]
    Caution: Charge Dynamics BumpTex.StaticEnvmaps.StaticDiffuse
    Caution: Charge Dynamics BumpTex.StaticEnvmaps.StaticSpecularMatte
    Caution: Charge Dynamics BumpTex.StaticEnvmaps.StaticSpecularDull
    Caution: Charge Dynamics BumpTex.StaticEnvmaps.StaticSpecularPolished
    Caution: Charge Dynamics BumpTex.StaticEnvmaps.StaticSpecularShiny
    Journal: (Karma): Karma from beginning of game.
    Journal: (Karma): creation of MeAssetDB.
    Journal: (Karma): loading: ambient.ka
    Journal: (Karma): loading: clone.ka
    Journal: (Karma): loading: droid.ka
    Journal: (Karma): loading: geonosian.ka
    Journal: (Karma): loading: rasanimprops.ka
    Journal: (Karma): loading: trandoshan.ka
    Journal: (Karma): loading: turrets.ka
    Journal: (Karma): loading: vehicles.ka
    Journal: (Karma): loading: wookiee.ka
    Journal: (Karma): finished creating MeAssetDB (27 properties).
    Log: Watermark memory pre load: 0
    Journal: Preload for entry Stats: 58 opened, looking for 269, dumpsters 954, bed 46950 KB / 4329, serialize 44419 KB / 1615039
    Journal: LoadMap: entry 08/09/12 19:20:49
    Log: Watermark memory pre load: 1
    Caution: Charge Dynamics Entry.myLevel
    Journal: Loading times for the entry: 0.000 sec total, 0.000 app
    Connection: Time entry init actor coll: 0.000 sec total, 0.000 app
    Journal: Play class is "GameInfo."
    Newspaper: The level is level Entry.myLevel
    Newspaper: * WARNING - paths is maybe NOT INVALID *.
    Journal: What is the Entry.myLevel level to play (0) 08/09/12 19:20:49...
    ScriptLog: InitGame:
    ScriptLog: Mutator database is Entry.InGameTempName
    ScriptLog: GameInfo::InitGame: bEnableStatLogging False
    ScriptLog: MusicStat is InGameTempName
    Connection: Time entry init BeginPlay: 0.000 sec total, 0.000 app 08/09/12 19:20:49
    Log: Watermark memory Post charge: 2
    Connection: Time entry init: 0.000 sec total, 0.000 app
    Journal: Entry file load stats: opens 2, looking for 4, 9 trucks, 31KO bed / 16, serialize 7KO / 2092
    Connection: Exit LoadMap 08/09/12 19:20:49
    Caution: Charge Dynamics UDebugMenu.UDebugRootWindow
    Caution: Charge Dynamics UDebugMenu.UDebugBlueLookAndFeel
    Journal: Related to ALAudio.dll
    Init: AL_VENDOR: Creative Labs Inc.
    Init: AL_RENDERER: software
    Init: AL_VERSION: OpenAL 1.0
    Init: AL_EXTENSIONS: EAX 2.0, EAX, EAX, EAX 4.0 3.0 unified and EAX - AC3
    Journal: 16 Sources AL Audio created!
    Init: ALAudio: initialized subsystem.
    ScriptLog: 255 team
    Journal: (Karma): KInitSkeletonKarma: framework, but not of the world.
    Init: System initialized to input InGameTempName
    Journal: Open window
    Journal: Couldn't put the window in the foreground.
    Journal: Enter SetRes: 1024 x 768 full screen 0
    Journal: Using back buffer 22 (32-bit) format
    Journal: Using format 77 (32-bit) depth buffer
    Journal: Creation of device
    Init: D3D Driver: CreateDevice: will use the hardware transformation and lighting.
    Init: D3D Driver: CreateDevice: will use hardware vertex processing
    Journal: Create context of the EMI.
    Init: Init game engine time: seconds 1,366000 total 1.014007 app
    Journal: Game init load stats: opens 2, looking for 11, 61 Skips, bed 445 KB / 141, serialize 268 KB / 190555
    ScriptLog: MenuOpen: XInterfaceCTMenus.CTStartPCMenu (RESET)
    Caution: Charge Dynamics GUIContent.Menu.RC_title_bg
    Journal: StartMovie with m_PlaybackRect (0, 0), (1024, 768)
    Connection: Start time: 1,177000 seconds
    Newspapers: Lots static mesh: 0 bytes of vertex, 0 bytes index
    Journal: StartMovie with m_PlaybackRect (0, 0), (1024, 768)
    Journal: Precaching: Entry.LevelInfo0
    Journal: Allocation of the dynamic index buffer 16384 bytes.
    Log: Precache time geometry: 0.006 sec total, 0.000 app
    Journal: Texture precache time: 0.009 s total, 0.000 app
    Journal: Statistics of load precache entry: opens 5 to 0, seeks 10 jumps, bed 1512 KB / 28, serialize 1496 KB / 142
    Journal: 131072 bytes dynamic vertex buffer Allocation.
    Caution: Charge Dynamics XInterfaceCTMenus.CTMenuMain
    Journal: GotoMenu (InGameTempName)
    Journal: StartMovie
    Journal: CallMenu (InGameTempName)
    Journal: GotoMenu (InGameTempName)
    Journal: CloseMenu()
    Journal: Browse: PRO? Name = zach? Class = CTCharacters.PlayerCommando? Team = 255 08/09/12 19:21
    Log: Watermark memory pre load: 2
    LOG: Preload PRO Stats: 2 opens, looking for the 14, 15 jumps, bed 1315 KB / 56, serialize 1289 KB / 23365
    Journal: LoadMap: new level of loading. Pause/stop implementing caching of files.
    Journal: Unloading: PRO package
    Journal: LoadMap: PRO? Name = zach? Class = CTCharacters.PlayerCommando? Team = 255 08/09/12 19:21
    ScriptLog: stop menu movie
    Journal: Garbage collection
    Journal: Serving garbage
    Journal: Garbage: objects: 23768-> 23528; REF.: 232574
    Journal: FName High Watermark: 33191
    Journal: Number current FName: 30109
    Journal: FName slots available: 3082
    Journal: UObject High Watermark: 23774
    Log: Watermark memory pre load: 3
    Caution: Charge Dynamics PRO.myLevel
    Journal: 131072 bytes dynamic vertex buffer Allocation.
    Journal: (Karma): initialization Karma for the level.
    Journal: (Karma): Autodetecting CPU SSE
    Journal: (Karma): using SSE optimizations
    Newspapers: Loading PRO time: 0,356 total sec, 0,328 app
    Connection: Hour PRO init actor coll: 0.000 sec total, 0.000 app
    Journal: Play class is 'CTGameInfoSP '.
    Newspaper: The level is level PRO.myLevel
    Journal: What is the PRO.myLevel level to play (0) 08/09/12 19:21...
    ScriptLog: InitGame?: Name = zach? Class = CTCharacters.PlayerCommando? Team = 255
    ScriptLog: Mutator is PRO. InGameTempName
    ScriptLog: GameInfo::InitGame: bEnableStatLogging False
    ScriptLog: MusicStat is InGameTempName
    WARNING: PlayAnim: not found "ActionBreathe" sequence for the mesh "CloneBoy."
    ScriptWarning: PawnFactory PRO. PawnFactory2 (function CTGame.Factory.PostBeginPlay:0058) Factory PRO. PawnFactory2 has no prototype!
    WARNING: PlayAnim: not found "ActionBreathe" sequence for the mesh "GunshipBall."
    ScriptWarning: PawnFactory PRO. PawnFactory0 (function CTGame.

    I read the fix below on three different forums.
    Seems to work for some. Especially those with Pentium cpu.

    "In the main Menu, select Options-> graphics. Variation in the quality of the low relief map. When I have it on medium or high, it crashes. »

    The game was released in ' 05, a bad year for compatibility issues with different
    DRM and Win7. If the problem is with the Launcher, then a noCD fix would be a good solution.
    http://MegaGames.com/games/Star-Wars-Republic-Commando

    .

  • Single Instance Oracle 11.2.0.4.7 with GRID + ASM - AMT headphone attack Poison Fix?

    I'm under a single Instance Oracle 11.2.0.4.7 with GRID + ASM database on Red Hat Enterprise Linux 5.7. I'm trying to fix the infamous TNS Listener Poison attack vulnerability. I tried to implement the COST using this guide (Doc ID 1453883.1) but it doesn't seem to work as it still appears on a scan of the retina. I can't get a remote listener to register to test the vulnerability, and it does not appear in the log listener xml as a registration or denied. Don't know what I'm doing wrong.


    I added this to my listener.ora:

    SECURE_REGISTER_LISTENER_PROD = (CPI, TCP)

    The Alternative fix to the COST must turn off dynamic registration but I can do it when executing grid with the DSO with only a single instance database?

    How can I fix with my setup?

    You would implement better VNCR on 11.2.0.4:

    for CARS: 1914282.1

    the properties of a single instance: 1600630.1

  • JDeveloper comes with 12 c BPM does not display the MDS configuration during application deployment window

    Hello!

    We have developed the ADF application using MDS. We mainly use it to set the configuration of BC ADF (am pool properties) when running in EM.

    When we deploy our application usually JDeveloper 12.1.3 to standalone WLS JDeveveloper shows "Oracle Deployment Configuration" window, where we can specify properties MDS: repository name and the name of the Partition.

    Deployment_configuration_window.jpeg

    If we deploy the same application to JDeveloper 12.1.3 shipped by BPM to the same autonomous WLS, Jdeveloper shows this window.

    Deploy goes without any additional question, but we can not access MDS for our application!

    EM, we cannot change configuration ADF BC during execution. Other features that require MDS, also does not work.

    In EM-> ApplicationDeployments-> our application-> MDS Configuration EM displays the following message: the SDM configuration information is not found. This application doesn't use MDS repository or repository MDS may not have been configured properly.

    MDS_Configutaion-page-in-EM.png

    So my question is: how to set MDS configuration in JDeveloper comes with BPM?

    Thank you

    Boris

    OK, I compared the EAR generated file in Jdeveloper ordinary with file EAR generated by JDeveloper comes with BPM.

    I found the difference in the ADF - config.xml.

    EAR usually has the following line:

    ===

    http://xmlns.Oracle.com/ADF/MDS/config "" >http://xmlns.oracle.com/mds/config "version ="11.1.1.000"> "

    ===

    JDeveloper comes with BPM EAR didn't.

    I added this line to adf - config.xml in my source project. Now BPM Jdeveloper show "Deployment of Oracle Configuration" window during the deployment process.

    And I am able to change the configuration of BC ADF in MS when running.

    Boris

  • Auto layout power EBS R12.2 Instance

    Hi all

    EBS R12.2.4

    RHEL 6.6

    I want that our instance of EBS to be started automatically when the server is started, and stop when the server receives the stop.

    Can you share me notes on how to configure these?

    Thank you very much

    MK

    Hello

    See the following link in which question already raised + links to other sources:

    https://community.Oracle.com/thread/1130334

    Kind regards

    Rajen

  • DMZ Instance EBS R12 - Login Page cannot be displayed

    Hello everyone,

    Clone an instance of EBS R12 on RHEL 6 and put on 2 new DMZ VM for iSupplier. At through different files, change the server names to reflect the new DMZ servers, and headed autoconfig. When I try to hit the new url of DMZ, it runs for a few seconds and then said: cannot display the page. I decided to take the new balancer DMZ of the equation and just point all the URLs on the host name of the server and run the autoconfig, but still the same thing. In the access log, it says:

    [17/Aug / 2013:00:17:21-0500] "GET /OA_HTML/AppsLocalLogin.jsp HTTP/1.1" 302-657-29 "-" "Mozilla/4.0 (compatible;". MSIE 8.0; Windows NT 5.1; Trident/4.0 .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 1.1.4322;. NET4.0C;. NET4.0E; InfoPath.3).

    I activated the Oracle HTTP Debugging and found something interesting. Whenever I try to view the login page, I get this entry in the log:

    payload of <>

    < MSG_TEXT > mod_oc4j: header of the response 3, key: location, value: https://internalLoadBalancer.gov:23799/OA_HTML/RF.jsp?function_id=XXXXX & resp_id = 1 & resp_appl_id = 1 & security_group_id = 0 & lang_code = US & Params = xxxxx & OAS = xxxxx ... < / MSG_TEXT >

    < SUPPL_DETAIL > / ade/mluong_apache10.1.3.4.0/oracle/asg_apache/oc4j/src/oc4j_ajp13_worker.c, line 1695.  < / SUPPL_DETAIL >

    < / payload >

    The value of the location above is F5 url of the internal cloned EBS I replaced in all files. I expect it to be http://externalDMZhostname.gov:23799/OA_HTML/RF.jsp?function_id=xxxxx & resp_id = 1 & resp_appl_id = 1 & security_group_id = 0 & lang_code = US & params = xxxxx & oas = xxxxx.

    Anyone know where it's getting this wrong place and how to change?

    Thank you in advance for your help!

    Chris

    Oklahoma City

    Hi Chris,

    Can you please check note:

    Oracle E-Business Suite R12 Configuration in a DMZ (Doc ID 380490.1)

    Section:

    H6: Redirecting to wrong server when connecting

    See also note:

    Advice and queries for advanced troubleshooting Topologies (Doc ID 364439.1)

    Please take a look at the forum research thus:

    Forum search: DMZ Url

    Thank you &

    Best regards

  • Difficult to find the link to downlaod EBS r12 for instance Vision Instal.

    Hello

    I need to install Oracle EBS R12 with instance of Vision under Linux (version 2.6.32 - 300.10.1.el5uek)
    Intel (r) Core i3-2120 3.30 GHz CPU) and I m facing problems finding the correct Installation link
    where I can download the software EBS R12.

    Please can you suggest a link where I can download EBS r12 to install the instance of vision R12.


    Thanks and greetings
    MZ

    I need to install Oracle EBS R12 with instance of Vision under Linux (version 2.6.32 - 300.10.1.el5uek)
    Intel (r) Core i3-2120 3.30 GHz CPU) and I m facing problems finding the correct Installation link
    where I can download the software EBS R12.

    Please can you suggest a link where I can download EBS r12 to install the instance of vision R12.

    It has separate database installation Vision demo Installer and you can download the software from the site e-Delivery - https://edelivery.oracle.com/

    Choose a package of product: E-Business Suite
    Platform: Linux x 86 or Linux86-64

    Selection:

    32 bits:

    Oracle E-Business Suite Release 12.1.1 Media Pack for Linux x 86

    From: Oracle E-Business Suite Release 12.1.1 installation Quick Start here (part 1 of 4), Part Number: B53824-01 Part 1 of 4
    To: Oracle E-Business Suite Release 12.1.1 for Linux x 86 quick install APPL_TOP - disc 2 (part 3 of 3), part number: V15574-01 Part 3 of 3

    64 bit:

    Oracle E-Business Suite Release 12.1.1 Media Pack for Linux x 86-64-bit

    From: Oracle E-Business Suite Release 12.1.1 installation Quick Start here (part 1 of 4), Part Number: B53824-01 Part 1 of 4
    To: Oracle E-Business Suite Release 12.1.1 for Linux x 86-64 installation quick APPL_TOP - disc 2 (part 3 of 3), part number: V15691-01 Part 3 of 3

    To create the directory area of the stadium, please see (electronic aid delivery in quick install Oracle E-Business Suite Release 12 [406138.1 ID]).

    Please run md5sum according to (checksums MD5 for R12.1.1 Quick Install Media [802195.1 ID]) to check the integrity of the domain stage directory before you start the installation program.

    Once the stage directory is checked, run RapidWiz according to the documentation of installation and select vision database demo - http://docs.oracle.com/cd/B53825_08/current/acrobat/121oaig.pdf

    If you have a valid CSI number, you can connect an SR and ask the Support of Oracle to send the Media Pack.

    Thank you
    Hussein

  • EBS R12.1.1 Vission Instance (SCREWS) - I forgot the system password account?

    Hi all

    I forgot the password for the system account Oracle EBS R12.1.1 Vission Instance (SCREW).

    Apps/apps works for me.

    but does not sysadmin/sysadmin == > username/password invalid name

    also tried system; System/Manager; sys/sys; but no luck... Please help...

    Thank you!
    GKM

    run the script as-it-is but useless... it said procedure executed successfully, but when I try to connect it says invalid username password...

    Can you please give me the default password 'system' for an instance of vision?

    The password for the SYS and SYSTEM in the demo of Vision is Manager - http://docs.oracle.com/cd/B53825_08/current/acrobat/121oaig.pdf

    Have you tried using FNDCPASS? Source the env file and the question:

    FNDCPASS apps/apps 0 System/Manager USER SYSADMIN

    FNDCPASS apps/apps 0 System/Manager USER SYSADMIN, sysadmin

    Thank you
    Hussein

  • EBS r12 - how dumpster full to take Vision Database Instance?

    Hi Experts,

    My main goal is to take dump Vision Instance of database for BI applications... I did an install of EBS r12. I got an error when installing APPL_TOP, which comes after the installation of the database... (http://www.mediafire.com/?mi1a1qt4gptezpy) (I have already started a thread for this error so for now lets ignore it)... I think that the database installation is complete... The size of the installation is now 190 GB +. I am able to connect to the database using System/Manager credentials... now, my main task is to perform a dump of the complete database of the Instance Vision...

    1. can I get the discharge of this installation fails?
    2. What are the different ways to get the dump of the database... or clone...?

    If possible, please give me a few articles explaining the dump process...

    Thank you
    DK

    Published by: user12296343 on January 9, 2011 18:55

    the database started without error... and I am able to connect to the system account... Is there a document where there is list of accounts (HR, Finance, etc.) and the respective passwords... for EBS R12?

    Best practices for secure Oracle E-Business Suite Release 12 [403537.1 ID] - it is document MOS :)

    Thank you
    Hussein

  • EBS R12 and VM Ware virtualization

    Hi Hussein.

    I heard a new product from oracle on "virtualization" for EBS R12.

    It's like that. I saw the week last and oracle guy display demo on EBS R12 Financials to a customer.
    I see demo in a laptop. His laptop has 4 GB of RAM, and it has a 500G external drive.
    His laptop has Windows XP and Linux OS. The EBS R12 is installed on Linux.
    My quiestion is oracle virtualization software can do? or it is the work of VM Ware.
    What I like the most is that he was able to run 2 OS at the same time on his laptop computer.
    I just want to know what to do.


    Thank you very much in advance

    Hello

    You are right. As the Windows operating system is at issue here, so I think that VMWare is the software used in this configuration. The procedure must have installed, Windows Installer VMWare then install Linux OS as a guest on the virtual machine operating system, then have Oracle Apps 11i/R12 installed on Linux. Please note that it is also possible to have Windows installed as a guest OS with Oracle VM.

    Oracle VM FAQ
    http://www.Oracle.com/technologies/virtualization/docs/OVM-FAQ.PDF

    Kind regards
    Hussein

Maybe you are looking for

  • Cannot connect in iChat and FaceTime.

    I get this message since ages. I type the correct user name and password. I know that. When I reset key ring, the situation improves but end result is the same screen of the error. Tired and sick w / old password remains the keychain. iPhone and iPad

  • Satellite L300 - does not successfully start Vista

    I have a Toshiba Satellite L300 when I boot it it goes directly to the Boot Manager screen where I have to start it manually. Once it starts it does not work correctly until I click on the Quick Launch button to stop scrolling up and down line. I hav

  • computer erase

    Allowed to dangerous source, I did a full security scan and it does not show anything wrong, so I install microsoft security essentials is a computer, always wipe advised?

  • External battery V5 - 122P

    User's Guide points out this pretty little port and holes on the bottom V5 - 122P threaded to fix an "optional" external battery This can also be seen mentioned on tech review sites or lists of products at different dealers. She fails to mention a pa

  • PROBLEM installing windows live essentials photo on vista ultimate SP2

    The installation produces more at halfway then hangs on messenger and vice versa.