APEX to EBS(R12.1.3) integration, Error while validating ICX session

Hi,
We have successfully integrated APEX page into EBS, i.e. we are able to invoke the APEX page from EBS Responsibility/Menu.
for APEX integration, we have installed APEX on separate OHS on the same server as EBS (and same domain) and in the Form Function HTML call we are using "GWY.jsp?targetAppType=APEX&p=160:10::" to invoke the APEX page.
Issue is, the APEX page displays error "ORA-06502: PL/SQL: numeric or value error: character string buffer too small", which we are not able to capture or supress.
but the page functions as expected and insert/update of tables working fine, in short everything is as expected except that error message.
In Before Header we are calling a custom procedure, which invokes "wfa_sec.getsession( l_username);" to validate the ICX session, this is raising the error.
when i try call "ICX_SEC.getsessioncookie" before the above procedure, it returns valid Session ID and call to "ICX_SEC.check_session" returns VALID; i am not sure why it is throwing error to validate an available Valid session?
All we want is to use the same ICX session in APEX page without need to pass the User name/password or re-login in APEX or set the User/Responsibility context again.
any help would be appriciated.
Rgds,
-Kamal
Edited by: Kamal on 30-Oct-2012 01:11

Try changing your target to:
GWY.jsp?targetAppType=APEX&p=160:10:::Yeswhich will enable debugging when launched.
Are you selecting information from icx_sessions into some variables (user_id, responsibility_id etc) for use in the VPD?
There isn't really any need to "wfa_sec.getsession( l_username);" - the following query should give you everything you need for an EBS context:
SELECT  s.user_id,
        s.responsibility_id,
        s.responsibility_application_id,
        s.security_group_id,
        u.user_name
  FROM  icx_sessions s,
        fnd_user u
WHERE  u.user_id = s.user_id
    AND s.session_id = icx_sec.getsessioncookie
    AND s.last_connect + NUMTODSINTERVAL( time_out, 'MINUTE') > SYSDATE;Select those into some protected application variables and then use fnd_global.apps_initialize() in the "initialization pl/sql code" section of APEX (VPD).
Then if you need anything in your application, you can use the variables in fnd_global (or the application items of course).

Similar Messages

  • Error while validating Business Rule (Error Cause: nativeGetNewTLA Rule)

    Hi, I am receiving an error while validating business rules
    An error occurred in: Rule:HypLive.Plan1.Product Interest
    A validation error was received from the Planning server 'http://abc:8300/HyperionPlanning/servlet/HspAppManagerServlet?appname=HypLive'.
    'Error:
    Error Cause: nativeGetNewTLA Rule HypLive.Plan1.Product Interest'.

    Are you able to validate the rule in EAS (or Calc Manager)?
    Normally nativeGetNewTLA Rule is followed by out of memory errors like java.lang.OutOfMemoryError,
    Increase the heap size to 1024, re start Planning and try validating it again.
    Cheers..!!

  • Error  while validating Dimension

    Hi,
    I am getting the following error, while validating the Dimension (DIM_COUNTRY).
    ' VLD-0350: In a hierarchy STANDARD, level relationship binding between parent level REGION and child level COUNTRY does not exist.'
    How to rectify this error? Please help.
    Regards,
    Sandeep

    You could:
    1) Try doing an autobind of dimension, however this may create a duplicate sequence and table.
    or
    1) Unbind dimension.
    2) Delete from repository the sequence that was created previously.
    3) Delete from repository the table that was created previously.
    4) Autobind dimension.
    Note when using autobind you'll lose any partitioning etc. defined on the table.
    Cheers
    Si
    Edited by: ScoobySi on Jan 27, 2010 1:20 PM

  • Error while validating 0Analysis_Pattern or opening in WAD

    Hi All
    I am getting an error while validating the template 0Analysis_pattern, the error says "Cannot Instantiate data provider" Message No. RSWADPREXEC023. It is coming as an error message and not a warning.
    Can somebody help me out !
    Thanks

    check oss 917950, and the connections are OK from BI to Portal
    https://forums.sdn.sap.com/click.jspa?searchID=13154814&messageID=4046018
    Hope it Helps
    Chetan
    @CP..

  • ALC-UPG-221-002: Errors while migrating archive session Ids.

    I am doing an out of place upgrade from ES2 to ES4.  I have run the Turnkey ES4 upgrade, installed SP1, copied the GDS from the old location to the new location and run Configuration Manager.  When I get to the "Perform
    critical tasks before component deployment" screen and click the Start button I get this error:
    10:07] ALC-UPG-002-505: Disabling UserManager synchronization.
    [10:07] ALC-UPG-001-501: Executing [Application Manager] plugin ...
    [10:07] ALC-UPG-001-503: [Application Manager] plugin execution failed, error message from plugin is [ALC-UPG-221-002: Errors while migrating archive session Ids.].  See LCM logs for details.
    [10:07] ALC-UPG-002-506: Enabling UserManager synchronization.
    The LCM log has this:
    [2014-08-06 10:32:58,555], INFO, AWT-EventQueue-0, com.adobe.livecycle.upgrade.gui.UpgradePhaseDialog, ALC-UPG-002-505: Disabling UserManager synchronization.
    [2014-08-06 10:32:58,560], INFO, Thread-32, com.adobe.livecycle.lcm.feature.lcServer.LCServerConnector, LC Connection properties: {DSC_DEFAULT_SOAP_ENDPOINT=http://localhost:8080, DSC_TRANSPORT_PROTOCOL=SOAP, DSC_CREDENTIAL_PASSWORD=********, DSC_REQUEST_TIMEOUT=1200000, DSC_CREDENTIAL_USERNAME=administrator, }
    [2014-08-06 10:32:58,560], INFO, Thread-32, com.adobe.livecycle.lcm.feature.lcServer.LCServerConnector, Validating connection...
    [2014-08-06 10:32:59,961], SEVERE, Thread-32, com.adobe.livecycle.upgrade.control.PhaseRunner, Aborting.  Invocation of method [configurePreDeploy] failed for com.adobe.livecycle.upgrade.plugins.from9xto100.applicationmanager.Upgrade9xTo100Applicat ionManagerPlugin.  Caught com.adobe.livecycle.upgrade.UpgradeException, message: ALC-UPG-221-002: Errors while migrating archive session Ids.
    com.adobe.livecycle.upgrade.UpgradeException: ALC-UPG-221-002: Errors while migrating archive session Ids.
    at com.adobe.livecycle.upgrade.plugins.from9xto100.applicationmanager.Upgrade9xTo100Applicat ionManagerPlugin.configurePreDeploy(Upgrade9xTo100ApplicationManagerPlugin.java:110)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at com.adobe.livecycle.upgrade.control.PhaseRunner.run(PhaseRunner.java:244)
    at java.lang.Thread.run(Thread.java:724)
    [2014-08-06 10:33:01,763], INFO, AWT-EventQueue-0, com.adobe.livecycle.upgrade.gui.UpgradePhaseDialog, ALC-UPG-002-506: Enabling UserManager synchronization.
    Nothing tells what the errors are.

    Dear Pallavi,
    Very useful post!
    I am looking for similar accelerators for
    Software Inventory Accelerator
    Hardware Inventory Accelerator
    Interfaces Inventory
    Customization Assessment Accelerator
    Sizing Tool
    Which helps us to come up with the relevant Bill of Matetials for every area mentioned above, and the ones which I dont know...
    Request help on such accelerators... Any clues?
    Any reply, help is highly appreciated.
    Regards
    Manish Madhav

  • Integration of Oracle Apex with EBS R12.1.1

    Dear All,
    We are in process of integrating Oracle Apex 4.0.2 with EBS R12.1.1 with the help of http://www.oracle.com/technetwork/developer-tools/apex/apex-ebs-wp-cabot-consulting-169064.pdf.
    After doing all the steps, the moment when we navigate from EBS application to Apex application by clicking on the EBS menu link it ends up with below error
    "404 Not Found
    Resource /OA_HTML/null/pls/apex/f not found on this server"
    After some analysis i found the below code in "LaunchApex.jsp" for getting the profile value (supposed to be 'http://myserver:port') from custom system profile "APEX_HTTP_SERVER" and prefixing to "/apex/f?p=applicationid:page::APPS:::" is not happening properly
    String l_launcher = ctx.getProfileStore().getProfile("APEX_HTTP_SERVER");
    l_launcher = l_launcher + "/apex/f?p=" + p_application + ":" + p_page;
    l_launcher = l_launcher + "::APPS:::" + p_item_names + ":" + p_item_values;
    as we found that the custom system profile "APEX_HTTP_SERVER" not exist in EBS system. But it works without any page error if we hard code the entire apex application URL in l_launcher variable, but this takes us to EBS login page instead of Apex application page.
    So i feel we can't bypass using profile value from "APEX_HTTP_SERVER" as it has some relation with EBS application session.
    So could anyone please help me how we could create custom system profile "APEX_HTTP_SERVER" or any other options to make the seamless integration of Oracle apex with EBS works without any second login page
    Thanks in advance
    Edited by: 805196 on Aug 25, 2011 12:23 AM

    Hi,
    Create a profile under Application Developer Responsibility as follow:
    Name OAE_LAUNCHER
    Application <whatever>
    User Profile Name Oracle Application Express Launcher
    Description Oracle Application Express Launcher
    2. Set above profile value under System Administrator Responsibility -> Profile -> System, and search for the ‘OAE_LAUNCHER’.
    Set the value at Site Level as:
    http://<hostname>:<Apex port>/pls/apex
    Then instead of hardcoding the URL in the jsp, just give the profile name OAE_LAUNCHER that you have just created in the jsp.
    Hope this helps you
    Brgds,
    Mini
    If this is helpful or correct, assign points promptly.

  • Oracle EBS R12 for Windows Installation Error

    Hi,
    I tried to install Oracle EBS R12 for Windows. My installation had failed. Listed below is the log information. On the Second log file (further down below) it is saying "TNS:no listener". Please help.
    FIRST LOG FILE:Log Path: C:\Orale\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\06132024
    C:\Users\Bing\AppData\Local\Temp>if 0 == 0 goto :TCFG_OK
    C:\Users\Bing\AppData\Local\Temp>echo "runProcess_4"
    "runProcess_4"
    C:\Users\Bing\AppData\Local\Temp>REM
    C:\Users\Bing\AppData\Local\Temp>REM Perform the instance configuration
    C:\Users\Bing\AppData\Local\Temp>REM
    C:\Users\Bing\AppData\Local\Temp>echo "Statusstring Configuring Database Technology Stack"
    "Statusstring Configuring Database Technology Stack"
    C:\Users\Bing\AppData\Local\Temp>(echo APPS & echo APPS ) | J:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.6.0\bin\java -DCONTEXT_VALIDATED=true -mx512M -classpath .;J:\StageR12\startCD\Disk1\rapidwiz\jlib\java;J:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar oracle.apps.ad.clone.ApplyDBTechStack -e C:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_bing-pc.xml -stage J:\StageR12\startCD\Disk1\rapidwiz -showProgress -phase cfg -nopromptmsg
    Log file located at C:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\ApplyDBTechStack_06132042.log
    | 0% completed
    / 0% completed
    - 0% completed
    \ 0% completed
    | 0% completed
    / 0% completed
    - 0% completed
    \ 0% completed RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack
    C:\Users\Bing\AppData\Local\Temp>if 1 == 0 goto :ICFG_OK
    C:\Users\Bing\AppData\Local\Temp>echo "Cannot execute configure of database ORACLE_HOME using RapidClone\n";
    "Cannot execute configure of database ORACLE_HOME using RapidClone\n";
    C:\Users\Bing\AppData\Local\Temp>if "" == "TRUE" goto :ICFG_OK
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for VIS instance
    SECOND LOG FILEC::\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\ApplyDBTechStack_06132042.log
    LOCAL : VIS
    ORACLE_SID :
    PATH : C:\Oracle\VIS\db\tech_st\11.1.0\perl\5.8.3\bin\MSWin32-x86-multi-thread\;C:\oracle\VIS\db\tech_st\11.1.0\bin;C:\oracle\VIS\db\tech_st\11.1.0\appsutil\jre\bin;C:\oracle\VIS\db\tech_st\11.1.0\appsutil\jre\bin;J:\StageR12\startCD\Disk1\rapidwiz\unzip\NT;C:\oracle\VIS\db\tech_st\11.1.0\bin;C:\Program Files (x86)\Oracle\jre\1.3.1\bin;C:\Perl\bin\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\hp\bin\Python
    LD_LIBRARY_PATH : C:\oracle\VIS\db\tech_st\11.1.0\lib
    ECHO is off.
    ECHO is off.
    The log information will be written to
         "C:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\addlnctl.txt"
    ECHO is off.
    ECHO is off.
    Starting listener process VIS ...
    ECHO is off.
    LSNRCTL for 32-bit Windows: Version 11.1.0.7.0 - Production on 13-JUN-2009 20:43:12
    Copyright (c) 1991, 2008, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=bing-pc.horse.com)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    LSNRCTL for 32-bit Windows: Version 11.1.0.7.0 - Production on 13-JUN-2009 20:43:14
    Copyright (c) 1991, 2008, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    addlnctl.cmd exiting with status 1
    OpenSCManager failed
    adsvdlsn.cmd exiting with status 1002
    ERRORCODE = 1002 ERRORCODE_END
    .end std out.
    .end err out.
    AutoConfig Setup Phase
    Running Setup Process 5 of 6 for AppsUtil
    Executing script in InstantiateFile:
    C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_bing-pc\afmkinit_inst.cmd
    script returned:
    Sat 06/13/2009
    08:43 PM
    "afmkinit_inst.cmd exiting with status 0"
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    AutoConfig Setup Phase
    Running Setup Process 6 of 6 for AppsUtil
    Executing script in InstantiateFile:
    C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_bing-pc\afmkinit.cmd
    script returned:
    Sat 06/13/2009
    08:43 PM
    1 file(s) copied.
    1 file(s) copied.
    1 file(s) copied.
    "afmkinit.cmd exiting with status 0"
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Skipping Profile Phase
    Skipping Apply Phase
    adcvmlog.xml renamed to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\adcvmlog.xml.06132042
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_bing-pc
    adsvdlsn.cmd INSTE8_SETUP 1002
    AutoConfig is exiting with status 1
    RC-50014: Fatal: Execution of AutoConfig was failed
    Raised by oracle.apps.ad.clone.ApplyDBTechStack
    Thanks in advanced,
    Edited by: amorsolo on Jun 15, 2009 9:12 PM

    Hi user3726038,
    I have seen posting about the installation of EBS R12/i11 saying it does not work with Windows Vista (64 bit). I went ahead and tried it anyway to see what kind of errors I get and to confirm if the errors I get are consistent with other people using Windows Vista. FYI, my installation went as far as 99% complete of step 2 of 5 before it errored out. I checked and noticed that many components of EBS have been installed with status equal zero which is good.
    When I got the "TNS-12541: TNS: no listener", I went to Windows services, located the Oracle TNS service that was created by the EBS installation and tried to start it. Then I got this error: "error 1053 the service did not respond to the start or control request in a timely fashion". I googled the error message and the resolution is: "To resolve this problem, obtain the latest service pack for the Microsoft .NET Framework 1.1.". I have tried this but it does not work because my Windows Vista uses a higher version of .Net Framework 1.1. I have done more research but to no avail. However, it is fun as I learn many things about the EBS intallation and Windows Vista.
    By the way, these are the steps when I run the rapidwiz on Windows Vista. Click on Start => Click on command prompt => right click on command Prompt => select run as administrator => CD to the path where the rapidwiz reside. Somehow if I use the regular command prompt the installation will die on step 1 of 5 even when I log in as administrator.
    In your case you are using Windows 2k3. Make sure your OS is not 64 bit. Whenever you get an error and it does not say much, google it to see the resolution and make sure you read the Installation Guide. Hope this helps.

  • EBS R12.1.1 Installation error

    Hi hussein/helios,
    I am installing EBS R12.1.1 64bit on OEL 5.3 but I got error in DB creatiom phase :(
    The following are some part of the error log file:
    Executable : /u02/oradev/DEV/db/tech_st/11.1.0/bin/sqlplus
    ADX-1101 : Rapid Install characterset conversion failed
               Error found while running addbccnv.sql
    Cannot convert database characterset
        RW-50010: Error: - script has returned an error:   127
    RW-50004: Error code received when running external process.  Check log file for details.
    Running Database Install Driver for DEV instance
    sqlplus: error while loading shared libraries: /u02/oradev/DEV/db/tech_st/11.1.0/lib/libnnz11.so: cannot restore segment prot after reloc: Permission denied
    Database ORACLE_HOME connection test has succeeded
       command: su appldev -c "/StageR1211_64b/StageR12/startCD/Disk1/rapidwiz/bin/riwTDBup.sh /u01/appldev/DEV/inst/apps/DEV_apex-dev/ora/10.1.2/DEV_apex-dev.env APPS/APPS"
    riwTDBup.sh started at Fri Feb 19 19:26:36 PHT 2010
    Parameters passed are : /u01/appldev/DEV/inst/apps/DEV_apex-dev/ora/10.1.2/DEV_apex-dev.env APPS/APPS
    Cannot find environment file /u01/appldev/DEV/inst/apps/DEV_apex-dev/ora/10.1.2/DEV_apex-dev.env
       RW-50011: Error: - Apps ORACLE_HOME connection test has returned an error:  1
    Configuration Upload
    -------------------ADX Database Utility Finished---------------
    Successful upload of config file at /u02/oradev/DEV/db/tech_st/11.1.0/appsutil/conf_DEV.txt
    Environment File
       Database ORACLE_HOME environment file passes instantiated variables test:
          File = /u02/oradev/DEV/db/tech_st/11.1.0/DEV_apex-dev.env
       RW-50016: Error: - Apps ORACLE_HOME environment file was not created:
          File = /u01/appldev/DEV/inst/apps/DEV_apex-dev/ora/10.1.3/DEV_apex-dev.env
       RW-50016: Error: - iAS ORACLE_HOME environment file was not created:
          File = /u01/appldev/DEV/inst/apps/DEV_apex-dev/ora/10.1.2/DEV_apex-dev.env
       RW-50016: Error: - APPL_TOP environment file was not created:
          File = /u01/appldev/DEV/apps/apps_st/appl/DEV_apex-dev.env
       RW-50016: Error: - ADOVARS environment file was not created:
          File = /u01/appldev/DEV/apps/apps_st/appl/admin/adovars.env
       RW-50016: Error: - APPSCONFIG was not created:
          File = /u01/appldev/DEV/apps/apps_st/appl/admin/adconfig.txt
    DBC File
       RW-00023: Error: - DBC file was not created:
          File = /u01/appldev/DEV/inst/apps/DEV_apex-dev/appl/fnd/12.0.0/secure/DEV.dbc
    HTTPThe following is the complete log file info:
    http://rapidshare.com/files/354167833/02191844.log.html
    Please help.....
    Thanks a lot
    MsK

    Hi MsK,
    sqlplus: error while loading shared libraries: /u02/oradev/DEV/db/tech_st/11.1.0/lib/libnnz11.so: cannot restore >segment prot after reloc: Permission deniedCan you confirm that you have disabled SELinux on your server? I've seen this error when installing the 11g RDBMS software on RHEL/OEL 5.x, when I forgot to turn off the SELinux option. SELinux is often enabled in a default install; it's easy to miss the option to turn it off.
    Some references: Note 454196.1:      Document Title./sqlplus: error on libnnz11.so: cannot restore segment prot after reloc
    Note 457458.1: How to Disable or set SELinux to Permissive mode
    Regards,
    John P.
    http://only4left.jpiwowar.com

  • EBS R12 open PDF with error by "View Output" button

    In EBS R12,
    We did setup some report output as PDF.
    After run concurrent job of report, click "View Output"
    It prompt a new IE window and prompt error "Internet Explorer cannot display page".
    Problem Client PC information:
    1. Win XP SP3
    IE 8
    Adobe Reader 9 or 8 (Enable Option "Open PDF in Browser")
    2. Win 7
    IE 9
    Adobe Reader 9 (Enable Option "Open PDF in Browser")
    Any related setting can help for this?
    Thanks.

    Hi AsifMuhammad,
    Thanks for your help.
    - Is the issue with all the user (different machines).
    >> Yes, tested on different user and different machines.
    >> If using Acrobat Reader 8 or 9 will have the problem, while uninstall Acrobat Reader 8 or 9, then install Acrobat Reader 10 or 11 the problem fixed (Open pdf via IE is normal)
    >> All are Opening the same "View Output" of the same already run Concurrent Program ID.
    - Is the issue with all the PDF reports.
    >> We do not use other PDF reports. (Forget to mention it is the concurrent program "Format Payment Instruction")
    - Do you still get the error when trying with other browsers such as Firefox.
    >> When using Firefox, it prompt "Download Postscript File" > Click "Open PostScript Document" > Then it still open by Acrobat Reader.
    >> For this point, yes, we has been setup "Output as PostScript" for the concurrent program "Format Payment Instruction"
    - Was the report working fine and did you do any changes recently.
    >> The report is working fine, when using Acrobat Reader 10 or 11.
    >> The problem seems just exist when using Acrobat Reader 8 or 9.
    Of course, you may said possible solution maybe Install Acrobat Reader 10 or 11 for those user.
    But it need furthur testing for our internal programs.
    And I've checked, according Oracle's Document, R12 should support Acrobat Reader 5 or up.
    Which lead me think, there should be missed some setting.
    But I cannot find any related setting on this point.
    Thanks

  • EBS R12 XML Gateway Integration - Supplier information sync with MAXIMO

    Hello Guys.
    Recently I'm working on a EBS R12 implementation project, as customer already has MAXIMO application, they would like keep it ask "supplier" information syncronization between Oracle EBS R12 and MAXIMO through Oracle SOA Suite 10.1.3
    For EBS R12 supplier creation/update screens done, currently I found I can get supplier information out by configuring Oracle APPS adapter within Oracle ESB(Enterprise Service Bus) scenario to catch business events but may not perfect this way.
    Then we would like try XML Gateway but seems there're no "supplier" related XML Gateway fit in Oracle Apdater module browser :-(
    Appreciate if any one can guide/help........
    Finally being in Dec at the moment, Merry Christmas to everyone first !
    Dong

    DOCUMENT_ID is numeric, yet the value passed is not:
    x_value==>192124:0:102

  • EBS R12 date format display error?

    Hi all,
    I am opening forms in EBS R12 but all the dates value displayed are DD-MM-RRRR instead
    of the format like 21-04-2008, how do I resolve this please?
    Thanks a lot

    Hi all,
    I am opening forms in EBS R12 but all the dates value
    displayed are DD-MM-RRRR instead
    of the format like 21-04-2008, how do I resolve this
    please?
    Thanks a lotWhat is the difference? if you need it in a different format, can you apply a format mask?
    Thanks,
    Chiru

  • R12 installation giving me error [while loading shared libraries: librt.so]

    Hello ..
    I am installing Fresh R12 installation on Fedora. I was doing Single node installation. Installation was going fine but at the point when it said run "autoconfig.sh" for APPS_TIER. I went to $INST_TOP/admin/scripts and ran "autoconfig.sh". After that installer showed me all the errors and when i try to see the log file.
    I am getting following errors.
    [oracle@aurie / ]$ ls
    ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    [oracle@aurie / ]$ su - root
    su: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
    Now, I cant do anything on this machine, I try rebooting it but no matter what command i try to run i am getting above error.
    Cant find any solution online.
    any help would be appreciated.
    Thanks

    Hello Hussein,
    I chnaged my Fedora to following ..
    [root@aurie /]# cat /etc/issue
    Red Hat Enterprise Linux Server release 5 (Tikanga)
    Kernel \r on an \m
    [root@aurie /]# cat /proc/version
    Linux version 2.6.18-8.el5 ([email protected]) (gcc version 4.1.1 20070105 (Red Hat 4.1.1-52)) #1 SMP Fri Jan 26 14:15:21 EST 2007
    But installer is failing at the end of DB installation and it is not able to create database
    ==== ApplyDatabase_05092341.log ===========
    Executable : /d01/oracle/VIS/db/tech_st/11.1.0/bin/sqlplus
    The log information will be written to
    /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/log/VIS_aurie/adcrdb_VIS.txt
    Creating the control file for VIS_aurie database ...
    exit_code=127
    Checking for errors ...
    .end std out.
    ***sqlplus: error while loading shared libraries: libclntsh.so.11.1: cannot open shared object file: No such file or directory***
    ***egrep: /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/log/VIS_aurie/adcrdb_VIS.txt: No such file or directory***
    **.end err out.**
    -------------------ADX Database Utility Finished---------------
    RC-00118: Error occurred during creation of database
    Raised by oracle.apps.ad.clone.ApplyDatabase
    =============
    ============05092156.log============
    Processing Disk68....
    ^M
    runProcess_2
    Statusstring Registering Database
    Executing command: /R12_setup/startCD/Disk1/rapidwiz/jre/Linux/1.6.0//bin/java -DCONTEXT_VALIDATED=true -mx512M -classpath /R12_setup/startCD/Disk1/rapidwiz/jlib/java:/R12_setup/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar oracle.apps.ad.clone.ApplyDatabase -e /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/VIS_aurie.xml -stage /R12_setup/startCD/Disk1/rapidwiz -showProgress -phase reg -nopromptmsg
    Log file located at /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/log/VIS_aurie/ApplyDatabase_05092341.log
    ^M
    | 0% completed
    runProcess_3
    Statusstring Configuring Database
    Executing command: /R12_setup/startCD/Disk1/rapidwiz/jre/Linux/1.6.0//bin/java -DCONTEXT_VALIDATED=true -mx512M -classpath /R12_setup/startCD/Disk1/rapidwiz/jlib/java:/R12_setup/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar oracle.apps.ad.clone.ApplyDatabase -e /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/VIS_aurie.xml -stage /R12_setup/startCD/Disk1/rapidwiz -showProgress -phase cfg -nopromptmsg
    Log file located at /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/log/VIS_aurie/ApplyDatabase_05092342.log
    ^M
    | 0% completed ^M
    / 0% completed ^M
    - 0% completed ^M
    \ 0% completed RC-50004: Fatal: Error occurred in ApplyDatabase:
    Control file creation failed
    Cannot execute configure of database using RapidClone
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for VIS instance
    Processing DriverFile = /R12_setup/startCD/Disk1/rapidwiz/template/adridb.drv
    Running Instantiation Drivers for /R12_setup/startCD/Disk1/rapidwiz/template/adridb.drv
    instantiate file:
    source : /R12_setup/startCD/Disk1/rapidwiz/template/adrun11g.sh
    dest : /d01/oracle/VIS/db/tech_st/11.1.0/temp/VIS_aurie/adrun11g.sh
    backup : /d01/oracle/VIS/db/tech_st/11.1.0/temp/VIS_aurie/adrun11g.sh to /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/out/VIS_aurie/templbac/adrun11g.sh
    setting permissions: 755
    setting ownership: oracle:dba
    instantiate file:
    source : /R12_setup/startCD/Disk1/rapidwiz/template/adrundb.sh
    dest : /d01/oracle/VIS/db/tech_st/11.1.0/temp/VIS_aurie/adrundb.sh
    backup : /d01/oracle/VIS/db/tech_st/11.1.0/temp/VIS_aurie/adrundb.sh to /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/out/VIS_aurie/templbac/adrundb.sh
    setting permissions: 755
    setting ownership: oracle:dba
    Step 0 of 5
    Command: /d01/oracle/VIS/db/tech_st/11.1.0/temp/VIS_aurie/adrun11g.sh
    Step 1 of 5: Doing UNIX preprocessing
    Processing Step 1 of 5
    Step 1 of 5
    Command: /d01/oracle/VIS/db/tech_st/11.1.0/temp/VIS_aurie/adrundb.sh
    Step 2 of 5: Doing UNIX preprocessing
    Processing Step 2 of 5
    Executing: /d01/oracle/VIS/db/tech_st/11.1.0/temp/VIS_aurie/adrundb.sh
    STARTED INSTALL PHASE : DATABASE : Sun May 10 09:33:17 PDT 2009
    Preparing environment to install databases ...
    Setting LD_LIBRARY_PATH to - /R12_setup/startCD/Disk1/rapidwiz/lib/Linux -
    Setting PATH to - /R12_setup/startCD/Disk1/rapidwiz/jlib/java:/R12_setup/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar -
    Setting CLASSPATH to - /R12_setup/startCD/Disk1/rapidwiz/jlib/java:/R12_setup/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar -
    ... installing VISION demo database
    FINISHED INSTALL PHASE : DATABASE : Sun May 10 09:33:18 PDT 2009
    /d01/oracle/VIS/db/tech_st/11.1.0/temp/VIS_aurie/adrundb.sh has succeeded
    =============
    Now, I am again hitting the same issue .. whatever I try to do after this fail installation i am getting following
    *[oracle@aurie 11.1.0]$ ls*
    ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    *[oracle@aurie 11.1.0]$ cat /etc/issue*
    cat: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    *[oracle@aurie 11.1.0]$ cd /*
    *[oracle@aurie /]$ ls*
    ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory

  • CAD Integration - Error While Saving file

    Hi,
    Im having One  Document type "DRW" which was working fine with all the functionalities.
    After that i created another document type "PDW". Now all the functionalities are working fine for this Document type and not for "DRW".
    Im getting an error while saving the drawing file in AutoCAD.
    For DRW Type, I can able to create a DIR. After creating DIR if i click save button im getting this error.
    RFC_SYS_EXCEPTION
    SAP RFC error
    Operation: BAPI_DOCUMENT_CHANGE2
    Group    : 104
    Key      : RFC_ERROR_SYSTEM_FAILURE
    Message  : Wrong status
    Reading titleblock data for 0000000000000010000000458/DRW/000/00...
    RFC_SYS_EXCEPTION
    SAP RFC error
    Operation: CAD_GET_TITLE_BLOCK_DATA
    Group    : 104
    Key      : RFC_ERROR_SYSTEM_FAILURE
    Message  : Wrong status
    Reading titleblock data for 0000000000000010000000458/DRW/000/00...
    RFC_SYS_EXCEPTION
    SAP RFC error
    Operation: CAD_GET_TITLE_BLOCK_DATA
    Group    : 104
    Key      : RFC_ERROR_SYSTEM_FAILURE
    Message  : Wrong status
    Reading titleblock data for 0000000000000010000000458/DRW/000/00...
    RFC_SYS_EXCEPTION
    SAP RFC error
    Operation: CAD_GET_TITLE_BLOCK_DATA
    Group    : 104
    Key      : RFC_ERROR_SYSTEM_FAILURE
    Message  : Wrong status
    Reading titleblock data for 0000000000000010000000458/DRW/000/00...
    RFC_SYS_EXCEPTION
    SAP RFC error
    Operation: CAD_GET_TITLE_BLOCK_DATA
    Group    : 104
    Key      : RFC_ERROR_SYSTEM_FAILURE
    Message  : Wrong status
    Updating document info record 0000000000000010000000458/DRW/000/00 ...
    RFC_SYS_EXCEPTION
    SAP RFC error
    Operation: BAPI_DOCUMENT_CHANGE2
    Group    : 104
    Key      : RFC_ERROR_SYSTEM_FAILURE
    Message  : Wrong status
    Command:
    Command: Conversion to JPG done.
    Checkin file into the existing storage category ZMRK ...
    E26 253 Error while checking in and storing:
    C:\SapWorkDir\AcadM\ConvertTempPath\10000000458_DR
    But there is no error in "PDW" document type.
    Anybody have any idea on this?
    Regards,
    MRK.

    Hi MRK,
    Check  the Status in DC10.
    Also make sure you have configured in dc30
    If possible send me the config file (.cfg)* to [email protected]
    I ll check n revert back...
    Have you done any settings based on document type in CFG file?
    Niranjan
    Award points if useful...
    Edited by: Niranjan Dandekar on Mar 7, 2008 1:42 PM

  • ECX_MAP_NOT_FOUND error while validating ERES event.

    Dear All,
    I have performed AME and E-records setups as mentioned on metalink under various notes. But my i am facing below issues:
    1. 'E-Record Details' is not enabled in 'Tools1' menu. It's still disabled.
    2. No Approval Email is getting triggered and Intermediate Status is not applied in the SR.
    3. when I validate the event 'oracle.apps.cs.sr.ServiceRequestApproval' (ERES Administrator-->Utilities-->Validate Event.), I am getting the below error under XML Payload Section.
    An unexpected error has occurred while generating the XML payload. ORA-20001: The DB to XML transformation has failed with the following error: ECX_MAP_NOT_FOUND. The log file details are: ecx.plsql.out.61034.1609.log ORA-06512: at "APPS.APP_EXCEPTION", line 72 ORA-06512: at "APPS.EDR_UTILITIES", line 1488 ORA-06512: at line 2
    Could anyone help me to resolve this error for "ECX_MAP_NOT_FOUND"?
    I noticed that there is NO data in ECX_MAPPINGS table for the event when I run the below query
    SELECT * FROM ECX_MAPPINGS WHERE MAP_CODE like 'oracle.apps.cs.sr.ServiceRequestApproval';
    I am using Oracle EBS R12.1.3.
    The same issue was reported by Mr. Harish Nunna (ERES process is giving error in Case Management) but it was not answered there.
    Thanks,
    Nitesh Sharma

    Solution:
    Add a new Subscription Parameter called EDR_XML_MAP_CODE for "oracle.apps.cs.sr.ServiceRequestApproval" business event:
    1. Login as SYSADMIN user
    2. (R) Workflow Administrator Web Applications responsibility
    3. (N) Administrator Workflow: Business Events
    4. Search for Name = oracle.apps.cs.sr.ServiceRequestApproval
    5. Click on "Subscription" icon
    6. Click on Update pen icon
    7. Update Event Subscriptions page will load
    8. Click on Next
    9. At the Subscription Parameters section click on Add Another Row button
    10. Add EDR_XML_MAP_CODE with oracle.apps.edr.erectxt.create value and Apply.

  • Error while Validating the condition in Joiner

    Hi,
    Im using a Joiner transformation and entered the condition. While validating it displays an OWB error.
    OWB ERROR - The object references has been invalidated due to switching of projects
    Can you pls suggest how to resolve this.
    Thanks in Advance
    Regards
    Kishan

    Thanks for the prompt help. Is there any other way instead of removing the DTD line ?. Because the xml is coming as a string and removing the dtd and then adding it will unneccesary hamper performance. Do you any other way in which even though I don't remove the line I get the output without removing the dtd line ?.
    thanks and regards,
    Sachin

Maybe you are looking for