No object type found for this message

Hi all,
I have a file 2 file scenario which works fine.
I tried implementing BPM in the same scenario following the link:
/people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm
The sender channel is working fine and the file gets deleted from the source folder.
But the output file is not getting generated.
The error msg displayed in SXMB_MONI is:
<SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
<SAP:Category>XIAdapter</SAP:Category>
<SAP:Code area="BPE_ADAPTER">UNKNOWN_MESSAGE</SAP:Code>
<SAP:P1 />
<SAP:P2 />
<SAP:P3 />
<SAP:P4 />
<SAP:AdditionalText />
<SAP:ApplicationFaultMessage namespace="" />
<SAP:Stack>No object type found for this message</SAP:Stack>
<SAP:Retry>M</SAP:Retry>
</SAP:Error>
What can be the possible problem.
Pls help
Thanks in advance
Regards,
Neetu

Hi,
<i>>>Are you getting 2 entries in the SXMB_MONI for this File to File Scenario?</i>
    No i am getting a sigle entry in which the sender service is the file system and the receiver service is the Integration Process.
<i>>>Do you have 2 receiver determinations.
i.e 1) File to Integration Process
2) Integrtaion Process to File</i>
           Yes i have the above 2 receiver determinations.
<i>>>Also go to SXI_CACHE and check the Runtime version of your Integration PRocess.</i>
      the runtime version of my integration process is 2.
I also tried activating my integration process in SXI_CACHE but the version remains 2.
What can i do next?
Pls guide
Regards
Neetu
There is one SAP note, but may not be related here.i.e 816778

Similar Messages

  • BPM (IP) Error: "No object type found for this message [...]"

    For your info.
    I have searched SDN today for a solution to an error message found in XI message monitor (trx SXI_MONITOR) when sending a message to BPM:
    <b>No object type found for this message; check the activation of the corresponding process</b>
    Well, I found a lot of threads, but with no good answer for me.
    So, here's my self-solution: I was just missing the Interface Determination (really don't know why) bringing from Outbound to Abstract message interface. So XI message was definitely correct.

    Hi,
    Make sure that the first receive step in your integratiopn process uses the abstract interface that u defin in the interface determination.
    Also check if you have used all the objects that you have created.  Some times 'No object type found' error happens if your BPM is not activated.
    Also check the activation log and see if there are any errors.  Refrech the cache in SXI_CACHE.  Check if the return code is 0.
    Hope this helps.
    Regards.
    Praveen

  • S/A bridge problem: No object type found for the message

    Hi all,
    I've been spending days looking into the following problem. I have a RFCXIFile scenario. The R3 system sends data via an RFC to XI and XI post the data as a flat file on a certain server using FTP.
    This scenario worked just fine for 1 exception. I could only run this scenario once. The second time I got timeouts when checking the data sent to my RFC destination using SM58. When I reactivated my RFC communcation channel I could again send 1 RFC to the system. All subsequent tries would fail.
    I guess this is due to the fact that I use a synchonous call (RFC) to an asynchronous one. Thus the adapter is still waiting for the response from the XI system and will not accept any further new calls from R3.
    So I figure let's use this pattern called the S/A bridge. So I designed everything according to guides and examples and I'm quite certain everything is configured right but when I run the scenario I get the following message:
    <i> <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="BPE_ADAPTER">UNKNOWN_MESSAGE</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>No object type found for the message. Check that the corresponding process is activated</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error></i>
    It seems that the adapter cannot find any integration process to send the message into!?
    I've looked at numerous threads on sdn and tried all kinds of stuff (looked at the cache==> code 0 = OK , tried to reactivate my integration process, checked the interface determination,...), but to no avail. Does anybody has an idea what could be wrong ?
    Any help would be greatly appreciated for I'm all out of clues....
    Bob

    First of all, Thank you for trying to help me out here.
    Some answer to your suggestions/questions:
    The IP has return code 0 in SXI_CACHE. so that doesn't seem to be the problem.
    I've checked the BPM for syntax errors. I doesn't have any.
    I've reimported the BPM into the integration directory.
    And did a full cache refresh in SXI_CACHE. Return code is (stays) zero, so that's OK.
    I've already included the error message from SXI_MONI. It is in the last step ("Call Adater") that the error occurs.
    The other steps execute just fine...
    The RFC communcation channel accepts the incoming RFC call and puts into the pipeline, so no problems with the communication channel either. the problem is actually when the pipeline is trying to forward the message into an IP trhough the BPE_ADAPTER (according to SXMB_MONI).
    Therefore I'm not able to go to into PE, because the workflow is never started. the BPE_ADAPTER does not find any active process for the interface determination i've entered.
    So i can not debug the IP in the PE and check container variables, like some of you mentioned.
    Maybe some more information about the scenario:
    The RFC is called from an R3 system to XI over the interface "CONTROL_RECIPE_DOWNLOAD", which is an imported RFC, with a request and response message type.
    Then I got a receiver and interface determination with lead the incoming RFC message to the IP, into interface "XI_ERP_MF_MD_CONTROL_RECIPE_REQ_AI_MI".
    This is an abstract synchronous interface based on the request and response types of the "CONTROL_RECIPE_DOWNLOAD" imported RFC.
    This interface is used the first step (receive) of my BPM as the synchronous interface to open the S/A bridge.
    The message (container var)  used in this step is
    name: CORREQ
    Category: Abstract interface
    type: "XI_ERP_MF_MD_CONTROL_RECIPE_REQ_AI_MI"
    The interface "XI_ERP_MF_MD_CONTROL_RECIPE_REQ_AI_MI" is an abstract, asynchronous interface based on the request type of the "CONTROL_RECIPE_DOWNLOAD".
    Then there are 2 send steps for putting the flat files into place and finally i close the the S/A bridge using message:
    name: CORRES
    Category: Abstract interface
    type: "XI_ERP_MF_MD_CONTROL_RECIPE_RES_AI_MI"
    The interface "XI_ERP_MF_MD_CONTROL_RECIPE_RES_AI_MI" is an abstract, asynchronous interface based on the response type of the "CONTROL_RECIPE_DOWNLOAD".
    I hope this information gives you guys a better understanding of hte problem.
    Really looking forward to see more suggestions and to solve this nasty problem ...
    Regards,
    Bob

  • No object type found for the corresponding message in BPM

    Hi All,
    I have a BPM scenario where i pick a file and based on a condition in the Switch i send the meesage to Mail or Proxy.
    When i tested the scenario i got error as "no object type found for the message check the corresponding process activated" error  in the call adapter step.
    I checked in sxi_cache, IP is active with 0 as return code .
    When checked in sxmb_moni_bpe, under  process selection it says "No workitem exists"
    In SXMB_MONI, under inbound i clicked PE but got error as "Unable to perform action fro the selected Message" is displayed.
    Im new to BPM so please tell me as what Im missing exactly.
    Thanks

    Hi Sachi,
    Delete the Integration Process from ID and reimport it. Also check the status of your BPM in T Code SXI_CACHE....if return code is not '0' then re-activate your integration process..
    Try REPEAT ACTIVATION on SXI_CACHE...
    Have a look into this..
    Re: Stuck in BPM Transformation process Async to Sync Scenario
    Regds,
    Pinangshuk.

  • Getting "No Object type found error" in BPM sceanrio.

    Hi Friends,
    I am doing File to RFC with response sceanrio using BPM. For this i configured one receiver step, one send synchronous step to send input message to RFC and one asynchronous send step to send the response to a file.
    I have configured 3 receiver determinations(file to bpm,bpm to ECC, bpm to file),  3 interface determinations(file to bpm, bpm to ecc, bpm to file) and 2 Receiver agreements(bpm to ecc and bpm to file).
    I am getting the followin error:
    No object type found for the message. Check that the corresponding process is activated
    My sxi_cache has return code as ' 0 '. And as suggested in some threads, i deleted the objects and recreated them again. but still getting the same error.
    Please help me in solving this issue.
    Thanks & Regards,
    Senthil.

    Hi Senthil,
    Is all the objects created in IR and ID are reflecting in SPROXY tcode.
    Check SM59=> AI_JCO_Server connection is working or not ?
    Check SXMB_IFR tcode is working fine or not ?
    Check sm22 and let us know the dumps are there ?
    Check default trace files for any errors in the following paths ?
    1.usr/SAP/X7systemname/DVEBMGS07/J2EE//cluster/server0/log/defaulttrace.trc
    2.usr/SAP/X7systemname/DVEBMGS07/J2EE//cluster/dispatcher/log/defaulttrace.trc
    3.usr/SAP/X7systemname/DVEBMGS07/J2EE//cluster/dispatcher/logs/services/http/req_resp.trc
    Thanks,
    Jogula Ramesh

  • IDoc Error: No recipient found for IDoc message type in the ALE model...

    Hello Experts,
    I just created an IDoc for purchase orders and when I try to test it after releasing
    the PO, an error is shown in the processing log saying that there are no recipients
    found for my message type of the IDoc. I refrenced it against a working IDoc but I might be
    missing something.
    Hope you can help me guys. Thank you and take care!

    hi,
    in bd64 ,goto change mode select ur distribution model and click add message type define ur logical systems and message type and save.
    thn goto environment - partner profiles - f 8.it will show whether model is created or any errors.
    then go back edit - model view - distribute.
    reward points if hlpful.

  • Error: No universe found for this document in the CMC

    Hi,
    We have a universe which drives around 45 Web Intelligence reports in Business Objects XI R2.
    Recently, when I made changes in the universe and tried to export it, the Designer interface hung and further it was found that the universe file got corrupted for some reason.
    Now, the administrator deleted the universe from the CMC and exported a copy of the same universe that I had saved on my local machine before exporting. He was successful in doing so. However, when the associated Webi reports are accessed, an error message " Some objects are no longer available in the universe. Error 10001 Error INF" is displayed.
    In the CMC, FOLDERS> Report Properties > Universe: shows - " No document found for this document"
    I know we are missing out on something simple. Any pointers will be extremely helpful.
    Many thanks!!

    I beleve there was a unique identifier for the old universe.  You could probably restore from an old cms database backup and filestore backup to get it back that way.  The other (probably better option) would be to go into the webi documents themselves and specify the universe there.  I believe XIR2 had this functionality although I don't recall for sure when it was introduced (may have been 3.x).  There may be some other alternatives, these are the few that came to mind initially.  Good luck!

  • Error:Administration header could not found for support message

    Hi All,
    we are creating the support message in CRMD_ORDER transaction. we are getting an error, "Administration header could not found for support message" while saving. And also it is coming out of the transaction.
    The transaction type is SLFN.
    Please advise.
    Regards
    kumar

    Did you find the solution to this error? I am also getting this error and need to solve the same. Can you please help?

  • Security lending no update types found for prod. type 77B, trans.type 100

    Hello
    In FTR_CREATE for product type 77B  Open-Ended Securities lending I get following error:
    No update types found for prod. type 77B, trans. type 100, sec.acct cat.
    Message no. TRS0835
    how do I solve this?
    regards
    Arjan
    Edited by: Arjan Hogenes on Dec 8, 2009 6:51 PM
    I have in customizing in "Update types for position update" for product type 77B, transaction type 100:
    Product Type    77B   Open-Ended Securities Lending
    Transactn Type  100   Loan
    Update Type for Open                      SL1990-
    Update Type for Close                     SL1992+
    Update Type for Underlying / Exercise     OTC003
    Edited by: Arjan Hogenes on Dec 8, 2009 6:55 PM
    Edited by: Arjan Hogenes on Dec 8, 2009 6:58 PM

    Prasad,
    I followed your instructions and changed customization for Update type for Position Update type with standard Update types;
    OTC001
    OTC002
    OTC003
    but I still get the same error.
    In TRM-Trans Mgr-OTC Derivatives-Transaction Mgt-Update Type-Assign FLows type to Update Types
    I have:
    6 Derivatives     1990     Securities Lending: Basis Flow     - Outflow     SL1990-     Securities Lending: Basis Flow
    6 Derivatives     1991     Sec. Lending: Lending Revenue     + Inflow     SL1991+     Securities Lending: Lending Revenue
    6 Derivatives     1992     Sec. Lending: Reverse Posting     + Inflow     SL1992+     Securities Lending: Reverse Posting
    6 Derivatives     1993     Securities Lending: Agent Fee     - Outflow     SL1993-     Securities Lending: Agent Fee
    6 Derivatives     1994     Sec.Lending: Cash Collateral     + Inflow     SL1994+     Securities Lending: Cash Collateral Inflow
    6 Derivatives     1994     Sec.Lending: Cash Collateral     - Outflow     SL1994-     Securities Lending: Cash Collateral Outflow
    In TRM-Trans Mgr-Listed Derivatives-Transaction Mgt-Flow Type-Assign FLows type to Transaction Type
    I have
    77B     Open-Ended Securities Lending     100     Loan     1990
    77B     Open-Ended Securities Lending     100     Loan     1991
    77B     Open-Ended Securities Lending     100     Loan     1992
    77B     Open-Ended Securities Lending     100     Loan     1993
    77B     Open-Ended Securities Lending     100     Loan     1994
    77B     Open-Ended Securities Lending     100     Loan     1995
    Any other suggestion for the error "No update types found for prod. type 77B, trans. type 100, sec.acct cat.
    Message no. TRS0835"?
    many thanks in advance. I Look forward to your answer!
    kr
    Arjan

  • In service order Issu:No account assignment found for this service process

    Issue:No account assignment found for this service process
    An error has occurred in the system RT1400LS while copying the document
    Message no. CRM_ORDER_MISC 020
    Diagnosis
    Errors have occured while transferring the document into another system. Remove the error messages from the enclosed log.
    Transmission log
    No account assignment found for this service process (Notification E CRM_SRV_LOG_EXT_OLTP 008)
    While we created the service order as a fallow up document of the quotation system unable to create the PR. System showing the above error in the service order.
    We created the service order with same items directly not as fallow up document to quotation PR created with out any fail.
    As per my analyses above error because system unable to find out the Internal order to create the PR hence we created service order as a fallow up document of the service quotation.
    Revert require data to understand the issue more.
    Best Regards,
    Prakesh

     Dear Gurus,
    Thanks for your update. we checked as per your suggestion but the issue is PR is not determining the IO while creating the PR.
    We used the different item cat in quotation and service order system generating the PR, But our Clint want to use the same item cat in the both service order and quotation.
    If we created the quotation after that service order with the service line item and spare part line item system creating the IO (internal order) but PR not generating.
    Please help me in this scenario what should we do.
    Best Regards,
    Prakesh.

  • Adobe Air Aplication descriptor could not be found for this application

    Can You Please help me it s so importan i downloaded program and it required adobe air i downloaded it then it says aplication descriptor could not be found for this application

    I have the same problem,I downloaded program
    And it required adobe air, then I downloaded adobe air but then when I tried again to open that program I get an error message says application descriptor could not be found for this application. Try re-installing or contacting the publisher for assistance
    would you please help me.

  • RW-20004 no installs found for this host Error when installing Apps tier

    Hello:
    Trying to install 12.1.1 on a linux x64 OS. Following is my current OS Setup:
    1) Have 2 Instances or RHEL 5 Update 4 x64 each named as follows: oalin12db.apps.local & oalin12mt.apps.local
    2) Both have multi user setups as follows:
    a) user: oracle (501), group dba (503)
    b) user: applmgr (502), group dba (503)
    3) Installation of DB node successful for a Vision Instance with SID=VISN
    4) Getting error "RW-20004 no installs found for this host" on apps tier. Does not matter if I use host:SID:port or copy the actual config file over and point rapidwiz to it, I get the same error.
    5) checked everything as per metalink notes 605677.1 and 444870.1.
    6) SELinux on Permissive mode on both instances for now.
    7) Installation stage directory is local to the DB instance and is setup as an nfs mount onto the apps tier.
    Here's how my config_VISN.txt file looks.
    <?xml version="1.0"?>
    <oa_context version="$Revision: 120.5 $">
    <oa_context_name oa_var="s_contextname">config.txt</oa_context_name>
    <oa_context_serial oa_var="s_contextserial">0</oa_context_serial>
    <oa_context_type oa_var="s_contexttype">Config File</oa_context_type>
    <oa_context_file_loc oa_var="s_contextfile">/u01/oracle/VISN/db/tech_st/11.1.0/appsutil/conf_VISN.txt</oa_context_file_loc>
    <ini_file>
    [GENERAL]
    CONFIGURED_ENVS=VISN
    CONFIGURATION_FORMAT=12.0.0
    ACTION_TYPE=INSTALLING
    NUMBER_OF_HOSTS=2
    HOSTNAMES={Server0_oalin12db,Server1_oalin12mt}
    [Server0_oalin12db]
    s_contextname=VISN_oalin12db
    s_dbSid=VISN
    s_dbport=1526
    s_platform=LINUX_X86-64
    s_base_lang=US
    s_env_langs={American_English - US}
    s_allprod={FND}
    s_defterr=AMERICA
    s_domainname=apps.local
    s_isDB=YES
    s_isAdmin=NO
    s_isForms=NO
    s_isConc=NO
    s_isWeb=NO
    s_port_pool=5
    s_dbSidLower=visn
    s_dbuser=oracle
    s_apps_version=12.1.1
    s_dbGlnam=VISN
    s_dbseed=Vision Demo
    s_dbtype=VISION
    s_dbgroup=dba
    s_dbcset=AL32UTF8
    s_base=/u01/oracle/VISN
    s_db_oh=/u01/oracle/VISN/db/tech_st/11.1.0
    s_dbhome1=/u01/oracle/VISN/db/apps_st/data
    s_dbhome2=/u01/oracle/VISN/db/apps_st/data
    s_dbhome3=/u01/oracle/VISN/db/apps_st/data
    s_dbhome4=/u01/oracle/VISN/db/apps_st/data
    s_dbhost=oalin12db
    s_bits=32
    s_db_ons_localport=6300
    s_db_ons_remoteport=6400
    s_cmanport=1521
    [Server1_oalin12mt]
    s_contextname=VISN_oalin12mt
    s_dbSid=VISN
    s_dbport=1526
    s_platform=LINUX_X86-64
    s_base_lang=US
    s_env_langs={American_English - US}
    s_allprod={FND}
    s_defterr=AMERICA
    s_domainname=apps.local
    s_dbdomain=apps.local
    s_isDB=NO
    s_isAdmin=YES
    s_isForms=YES
    s_isConc=YES
    s_isWeb=YES
    s_port_pool=5
    s_formsfndtop=/u01/oracle/VISN/apps/apps_st/appl/fnd/12.0.0
    s_dbSidLower=visn
    s_dbuser=oracle
    s_apps_version=12.1.1
    s_base=/u01/oracle/VISN
    s_inst_base=/u01/oracle/VISN/inst
    s_config_home=/u01/oracle/VISN/inst/apps/VISN_oalin12mt
    s_at=/u01/oracle/VISN/apps/apps_st/appl
    s_at2=/u01/oracle/VISN/apps/apps_st/appl
    s_at3=/u01/oracle/VISN/apps/apps_st/appl
    s_at4=/u01/oracle/VISN/apps/apps_st/appl
    s_tools_oh=/u01/oracle/VISN/apps/tech_st/10.1.2
    s_weboh_oh=/u01/oracle/VISN/apps/tech_st/10.1.3
    s_com=/u01/oracle/VISN/apps/apps_st/comn
    s_javatop=/u01/oracle/VISN/apps/apps_st/comn/java/classes
    s_temp=/u01/oracle/VISN/inst/apps/VISN_oalin12mt/temp
    s_appsuser=applmgr
    s_appsgroup=dba
    s_at_cset=AL32UTF8
    s_iana_cset=UTF-8
    s_display=oalin12mt:0.0
    s_dbhost=oalin12db
    s_admhost=oalin12mt
    s_formshost=oalin12mt
    s_cphost=oalin12mt
    s_webhost=oalin12mt
    s_installedFrom=FS
    s_root_status=enabled
    s_web_entry_status=enabled
    s_web_applications_status=enabled
    s_batch_status=enabled
    s_other_service_group_status=disabled
    s_rpcport=1626
    s_webssl_port=4443
    s_ons_localport=6100
    s_ons_remoteport=6200
    s_ons_requestport=6500
    s_webport=8000
    s_active_webport=8000
    s_formsport=9000
    s_metdataport=9100
    s_metreqport=9200
    s_jtfuf_port=9300
    s_mwaPortNo=10200-10205
    s_mwaTelnetPortNo=10200,10202,10204
    s_mwaDispatcherPort=10800
    s_java_object_cache_port=12345
    s_oacore_jms_portrange=23000-23004
    s_forms_jms_portrange=23500-23504
    s_home_jms_portrange=24000-24004
    s_oafm_jms_portrange=24500-24504
    s_oacore_ajp_portrange=21500-21504
    s_forms_ajp_portrange=22000-22004
    s_home_ajp_portrange=22500-22504
    s_oafm_ajp_portrange=25000-25004
    s_oacore_rmi_portrange=20000-20004
    s_forms_rmi_portrange=20500-20504
    s_home_rmi_portrange=21000-21004
    s_oafm_rmi_portrange=25500-25504
    </ini_file>
    <config_section name="GENERAL">
    <config_pair oa_var="CONFIGURED_ENVS">VISN</config_pair>
    <config_pair oa_var="CONFIGURATION_FORMAT">12.0.0</config_pair>
    <config_pair oa_var="ACTION_TYPE">INSTALLING</config_pair>
    <config_pair oa_var="NUMBER_OF_HOSTS">2</config_pair>
    <config_pair oa_var="HOSTNAMES">{Server0_oalin12db,Server1_oalin12mt}</config_pair>
    </config_section>
    <config_section name="Server0_oalin12db">
    <config_pair oa_var="s_contextname">VISN_oalin12db</config_pair>
    <config_pair oa_var="s_dbSid">VISN</config_pair>
    <config_pair oa_var="s_dbport">1526</config_pair>
    <config_pair oa_var="s_platform">LINUX_X86-64</config_pair>
    <config_pair oa_var="s_base_lang">US</config_pair>
    <config_pair oa_var="s_env_langs">{American_English - US}</config_pair>
    <config_pair oa_var="s_allprod">{FND}</config_pair>
    <config_pair oa_var="s_defterr">AMERICA</config_pair>
    <config_pair oa_var="s_domainname">apps.local</config_pair>
    <config_pair oa_var="s_isDB">YES</config_pair>
    <config_pair oa_var="s_isAdmin">NO</config_pair>
    <config_pair oa_var="s_isForms">NO</config_pair>
    <config_pair oa_var="s_isConc">NO</config_pair>
    <config_pair oa_var="s_isWeb">NO</config_pair>
    <config_pair oa_var="s_port_pool">5</config_pair>
    <config_pair oa_var="s_dbSidLower">visn</config_pair>
    <config_pair oa_var="s_dbuser">oracle</config_pair>
    <config_pair oa_var="s_apps_version">12.1.1</config_pair>
    <config_pair oa_var="s_dbGlnam">VISN</config_pair>
    <config_pair oa_var="s_dbseed">Vision Demo</config_pair>
    <config_pair oa_var="s_dbtype">VISION</config_pair>
    <config_pair oa_var="s_dbgroup">dba</config_pair>
    <config_pair oa_var="s_dbcset">AL32UTF8</config_pair>
    <config_pair oa_var="s_base">/u01/oracle/VISN</config_pair>
    <config_pair oa_var="s_db_oh">/u01/oracle/VISN/db/tech_st/11.1.0</config_pair>
    <config_pair oa_var="s_dbhome1">/u01/oracle/VISN/db/apps_st/data</config_pair>
    <config_pair oa_var="s_dbhome2">/u01/oracle/VISN/db/apps_st/data</config_pair>
    <config_pair oa_var="s_dbhome3">/u01/oracle/VISN/db/apps_st/data</config_pair>
    <config_pair oa_var="s_dbhome4">/u01/oracle/VISN/db/apps_st/data</config_pair>
    <config_pair oa_var="s_dbhost">oalin12db</config_pair>
    <config_pair oa_var="s_bits">32</config_pair>
    <config_pair oa_var="s_db_ons_localport">6300</config_pair>
    <config_pair oa_var="s_db_ons_remoteport">6400</config_pair>
    <config_pair oa_var="s_cmanport">1521</config_pair>
    </config_section>
    <config_section name="Server1_oalin12mt">
    <config_pair oa_var="s_contextname">VISN_oalin12mt</config_pair>
    <config_pair oa_var="s_dbSid">VISN</config_pair>
    <config_pair oa_var="s_dbport">1526</config_pair>
    <config_pair oa_var="s_platform">LINUX_X86-64</config_pair>
    <config_pair oa_var="s_base_lang">US</config_pair>
    <config_pair oa_var="s_env_langs">{American_English - US}</config_pair>
    <config_pair oa_var="s_allprod">{FND}</config_pair>
    <config_pair oa_var="s_defterr">AMERICA</config_pair>
    <config_pair oa_var="s_domainname">apps.local</config_pair>
    <config_pair oa_var="s_dbdomain">apps.local</config_pair>
    <config_pair oa_var="s_isDB">NO</config_pair>
    <config_pair oa_var="s_isAdmin">YES</config_pair>
    <config_pair oa_var="s_isForms">YES</config_pair>
    <config_pair oa_var="s_isConc">YES</config_pair>
    <config_pair oa_var="s_isWeb">YES</config_pair>
    <config_pair oa_var="s_port_pool">5</config_pair>
    <config_pair oa_var="s_formsfndtop">/u01/oracle/VISN/apps/apps_st/appl/fnd/12.0.0</config_pair>
    <config_pair oa_var="s_dbSidLower">visn</config_pair>
    <config_pair oa_var="s_dbuser">oracle</config_pair>
    <config_pair oa_var="s_apps_version">12.1.1</config_pair>
    <config_pair oa_var="s_base">/u01/oracle/VISN</config_pair>
    <config_pair oa_var="s_inst_base">/u01/oracle/VISN/inst</config_pair>
    <config_pair oa_var="s_config_home">/u01/oracle/VISN/inst/apps/VISN_oalin12mt</config_pair>
    <config_pair oa_var="s_at">/u01/oracle/VISN/apps/apps_st/appl</config_pair>
    <config_pair oa_var="s_at2">/u01/oracle/VISN/apps/apps_st/appl</config_pair>
    <config_pair oa_var="s_at3">/u01/oracle/VISN/apps/apps_st/appl</config_pair>
    <config_pair oa_var="s_at4">/u01/oracle/VISN/apps/apps_st/appl</config_pair>
    <config_pair oa_var="s_tools_oh">/u01/oracle/VISN/apps/tech_st/10.1.2</config_pair>
    <config_pair oa_var="s_weboh_oh">/u01/oracle/VISN/apps/tech_st/10.1.3</config_pair>
    <config_pair oa_var="s_com">/u01/oracle/VISN/apps/apps_st/comn</config_pair>
    <config_pair oa_var="s_javatop">/u01/oracle/VISN/apps/apps_st/comn/java/classes</config_pair>
    <config_pair oa_var="s_temp">/u01/oracle/VISN/inst/apps/VISN_oalin12mt/temp</config_pair>
    <config_pair oa_var="s_appsuser">applmgr</config_pair>
    <config_pair oa_var="s_appsgroup">dba</config_pair>
    <config_pair oa_var="s_at_cset">AL32UTF8</config_pair>
    <config_pair oa_var="s_iana_cset">UTF-8</config_pair>
    <config_pair oa_var="s_display">oalin12mt:0.0</config_pair>
    <config_pair oa_var="s_dbhost">oalin12db</config_pair>
    <config_pair oa_var="s_admhost">oalin12mt</config_pair>
    <config_pair oa_var="s_formshost">oalin12mt</config_pair>
    <config_pair oa_var="s_cphost">oalin12mt</config_pair>
    <config_pair oa_var="s_webhost">oalin12mt</config_pair>
    <config_pair oa_var="s_installedFrom">FS</config_pair>
    <config_pair oa_var="s_root_status">enabled</config_pair>
    <config_pair oa_var="s_web_entry_status">enabled</config_pair>
    <config_pair oa_var="s_web_applications_status">enabled</config_pair>
    <config_pair oa_var="s_batch_status">enabled</config_pair>
    <config_pair oa_var="s_other_service_group_status">disabled</config_pair>
    <config_pair oa_var="s_rpcport">1626</config_pair>
    <config_pair oa_var="s_webssl_port">4443</config_pair>
    <config_pair oa_var="s_ons_localport">6100</config_pair>
    <config_pair oa_var="s_ons_remoteport">6200</config_pair>
    <config_pair oa_var="s_ons_requestport">6500</config_pair>
    <config_pair oa_var="s_webport">8000</config_pair>
    <config_pair oa_var="s_active_webport">8000</config_pair>
    <config_pair oa_var="s_formsport">9000</config_pair>
    <config_pair oa_var="s_metdataport">9100</config_pair>
    <config_pair oa_var="s_metreqport">9200</config_pair>
    <config_pair oa_var="s_jtfuf_port">9300</config_pair>
    <config_pair oa_var="s_mwaPortNo">10200-10205</config_pair>
    <config_pair oa_var="s_mwaTelnetPortNo">10200,10202,10204</config_pair>
    <config_pair oa_var="s_mwaDispatcherPort">10800</config_pair>
    <config_pair oa_var="s_java_object_cache_port">12345</config_pair>
    <config_pair oa_var="s_oacore_jms_portrange">23000-23004</config_pair>
    <config_pair oa_var="s_forms_jms_portrange">23500-23504</config_pair>
    <config_pair oa_var="s_home_jms_portrange">24000-24004</config_pair>
    <config_pair oa_var="s_oafm_jms_portrange">24500-24504</config_pair>
    <config_pair oa_var="s_oacore_ajp_portrange">21500-21504</config_pair>
    <config_pair oa_var="s_forms_ajp_portrange">22000-22004</config_pair>
    <config_pair oa_var="s_home_ajp_portrange">22500-22504</config_pair>
    <config_pair oa_var="s_oafm_ajp_portrange">25000-25004</config_pair>
    <config_pair oa_var="s_oacore_rmi_portrange">20000-20004</config_pair>
    <config_pair oa_var="s_forms_rmi_portrange">20500-20504</config_pair>
    <config_pair oa_var="s_home_rmi_portrange">21000-21004</config_pair>
    <config_pair oa_var="s_oafm_rmi_portrange">25500-25504</config_pair>
    </config_section>
    </oa_context>

    Here's the log:
    Oracle Applications Rapid Install Wizard Install log
    >> Using Rapid Wizard Version : 12.1.1.9
    >> Install session started : Thu Nov 05 11:10:16 EST 2009
    >> Rapid Wizard source location : /u02/apps/StageR12/startCD/Disk1/rapidwiz
    >> Command Line arguments for this run :
    =================================================================
    Install Session Information
    Host Name : oalin12mt.apps.local
    Host Operating System : Linux x86-64 (64-bit)
    User running Install : root
    =================================================================
    InstUpgPanel
         User action : Install Oracle Applications
         Install type : Standard Install
    Disabling OCM Configuration
    InstallPanel
         User action : Load configuration
         Description : Loads an already existing configuration.
              Setting temp directory to: /u02/apps
    Reading configuration from: /u02/apps/conf_VISN.txt
    Reading config file for oalin12db at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 1 oracle.apps.ad.util.PortPool@16b9e62
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    Reading config file for oalin12mt at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 2 oracle.apps.ad.util.PortPool@1694eca
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OCM saved values exist: oalin12mt
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    Unable to write context file: /u02/apps/oalin12mt_VISN_apps.xml
    InstallPanel
         User action : Load configuration
         Description : Loads an already existing configuration.
              Setting temp directory to: /u02/apps
    Reading configuration from: /u02/apps/conf_VISN.txt
    Reading config file for oalin12db at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 1 oracle.apps.ad.util.PortPool@170984c
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    Reading config file for oalin12mt at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 2 oracle.apps.ad.util.PortPool@1c220eb
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OCM saved values exist: oalin12mt
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    Unable to write context file: /u02/apps/oalin12mt_VISN_apps.xml
    InstallPanel
         User action : Load configuration
         Description : Loads an already existing configuration.
              Setting temp directory to: /u02/apps
    Reading configuration from: /u02/apps/conf_VISN.txt
    Reading config file for oalin12db at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 1 oracle.apps.ad.util.PortPool@b41166
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    Reading config file for oalin12mt at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 2 oracle.apps.ad.util.PortPool@103d246
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OCM saved values exist: oalin12mt
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    Unable to write context file: /u02/apps/oalin12mt_VISN_apps.xml
    InstallPanel
         User action : Load configuration
         Description : Loads an already existing configuration.
              Setting temp directory to: /u02/apps
    Reading configuration from: /u02/apps/conf_VISN.txt
    Reading config file for oalin12db at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 1 oracle.apps.ad.util.PortPool@19c9f16
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    Reading config file for oalin12mt at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 2 oracle.apps.ad.util.PortPool@1e7d503
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OCM saved values exist: oalin12mt
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    Unable to write context file: /u02/apps/oalin12mt_VISN_apps.xml
    InstallPanel
         User action : Load configuration
         Description : Loads an already existing configuration.
              Setting temp directory to: /u02/apps
    Reading configuration from: /u02/apps/conf_VISN.txt
    Reading config file for oalin12db at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 1 oracle.apps.ad.util.PortPool@287b58
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    Reading config file for oalin12mt at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 2 oracle.apps.ad.util.PortPool@95c5ec
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OCM saved values exist: oalin12mt
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    Unable to write context file: /u02/apps/oalin12mt_VISN_apps.xml
    InstallPanel
         User action : Load configuration
         Description : Loads an already existing configuration.
              Setting temp directory to: /u02/apps
    Reading configuration from: /u02/apps/conf_VISN.txt
    Reading config file for oalin12db at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 1 oracle.apps.ad.util.PortPool@1f89785
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxdbctx.tmp
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    instantiate file:
    source : /tmp/tmpoalin12db_VISN_db.xml
    dest : /tmp/tmpoalin12db_VISN_db.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    Reading config file for oalin12mt at /u02/apps/conf_VISN.txt
    SID set to: VISN
    OS set to: LINUX_X86-64
    Loading context... null 2 oracle.apps.ad.util.PortPool@109dcbb
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    setOCMValues : IN
    setOCMValues : OCM saved values exist: oalin12db
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OCM saved values exist: oalin12mt
    setOCMValues : s_metalink_id -
    setOCMValues : s_mysupport_pwd -
    setOCMValues : OUT
    instantiate file:
    source : /u02/apps/StageR12/startCD/Disk1/rapidwiz/etc/adxmlctx.tmp
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    instantiate file:
    source : /tmp/tmpoalin12mt_VISN_apps.xml
    dest : /tmp/tmpoalin12mt_VISN_apps.xml
    Unable to write context file: /u02/apps/oalin12mt_VISN_apps.xml

  • EJB modules were found for this application

    I'm deploy may application on weblogic server 10R3
    myejb.jar file is deployed success
    When I deployed mayapp.war, the following error occured.
    *weblogic.deployment.EnvironmentException: [J2EE:160167]The module jvcwebapp.war in application jvcwebapp uses ejb-links but no EJB modules were found for this application.*
    web.xml
    <ejb-local-ref>
    <ejb-ref-name>ejb/local/SessionEJB</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <local>model.SessionEJBLocal</local>
    <ejb-link>SessionEJB</ejb-link>
    </ejb-local-ref>
    thanks
    Thiensu2810

    The module abc-ViewController-context-root in application abc_Project1_abc uses ejb-links but no EJB modules were found for this application
    Is the application deployed as an EAR application with web and ejb modules? If not, deploy as an EAR application.

  • Error with clob column: "No pl/sql translation for the blind type given for this bind variable"

    This is reports 11g
    I've got a clob column. Reports seems to recognize its type, but if I try to reference it in a format trigger, I get this error at compile time:
    "No pl/sql translation for the blind type given for this bind variable"

    Actually, Reports is in something better than Forms.
    Neither Forms nor Reports do not have "complete" SQL engine (both have only "complete" PL/SQL engine), but have their own SQL parser, which does not understand SQL commands after the database 8.0.
    But, in Reports Data Model - SQL Query Statement, we can write "modern" SQL statement (> database 8.0), because Reports sent it directly to the database, without using their own SQL parser.
    For example, in Reports Data Model - SQL Query Statement, we can write this (scalar subquery expressions, in bold):
    select empno,
           ename,
           deptno,
           (select dname from dept where deptno = emp.deptno) dname
      from emp
    order by empno;
    although scalar subquery expressions was introduced in the database 9.0.1, and in databases 8.0 and 8.1 we should write someting like this:
    select emp.empno,
           emp.ename,
           emp.deptno,
           dept.dname
      from emp,
           dept
    where dept.deptno = emp.deptno
    order by empno;
    Regards,
    Zlatko

  • "No subtransaction type allowed for this invoice"

    Dear Gurus
    While creating excise invoice (j1iin) from billing I am getting an error "No subtransaction type allowed for this invoice" . I get this error when I try to save the excise invoice. I am using subtransaction type.
    The required config for subtransaction is done. The necessary excise account detemination is done.The config done is
    1. excise account per transaction
    2. G/ L account per excise.
    Is there any setting that is missing?
    Regards,
    DDP

    Hello,
    Please have a check again for the below and the sub transaction type
    G/L accounts  sub transaction type
    default groups for all the combinations that are relevant for your transaction
    if it still does not work, re login and check again
    these are the only settings through the sub transaction is activated
    else have a debug with abaper to know the cause as the last option
    Thanks
    akasha

Maybe you are looking for

  • Preview out in Final Cut Pro 6, doesnt seem to be working

    I have a cilent coming over in a few hours and im having some issues getting the preview out from my computer to my TV to work. I refreshed everything, and its set to "All Frames" but all i seem to be getting is a black screen.

  • I can load an Applet .class file with an OBJECT tag...

    How can I load a .jar file? I foolishly believed I could replace "myclass.class" with "myjar.jar" in the <PARAM> tag associated with an <OBJECT> tag, and if I had created my manifest file correctly, the Main-Class in my .jar would have its init() met

  • Select all button is not working in vl01n

    Dear All, We are facing a problem at the time of creating delivery through vl01n. At the time of selecting all line items of delivery on item overview screen, we are unable to select all line items. Due to this we have to delete each line item batche

  • 11gr1 - Handling different screen resolutions for an enterprise app.

    Hi, We are developing an enterprise application that will be deployed at different clients with different hardware. We are confused about how to handle different screen resolutions and wonder how others are handling this. We have some fixed size area

  • Sata drive not deteced

    i have winxp installed on my ide drive and i add a sata drive and partitioned it. winxp detected just fine but i just did a format of my ide drive. after i installed winxp and the via drivers i still dont see my sata drive in My Computer. plz help.