Auto patch error in EBS 11.5.10.2

We trying to apply patch 5702617 we are getting Autopatch Error:
Autopatch Error:
Not possible to spawn any process on the database
Database has reached its limit with respect to the maximum processes.
Patch log shows the same error.
What is the cause of this error and how to solve this error??
Regards,
Rupdipt

Hi,
The value of this parameter is usually set to the maximum number of users.
Note: 216205.1 - Database Initialization Parameters for Oracle Applications Release 11i
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=216205.1
Regards,
Hussein

Similar Messages

  • Auto patch error usdsop cannot create a new process

    Hi i am applying hrms family pack k in one vision db in testnode but i am getting following error.Any idea
    appsversion 11.5.10 and windows 2003 advanced server
    Generating product JAR files in JAVA_TOP -
    j:\oracle\viscomn\java with command:
    adjava -mx512m -nojit oracle.apps.ad.jri.adjmx @j:\oracle\visappl\admin\VIS\out\genjars.cmd
    Error:
    usdsop cannot create a new process
    Cause: usdsop encountered an error creating a new process. [Reason].
    Action: Check that your system had enough resources to start a new process. Contact your system administrator to obtain more resou (RE
    Failed to generate product JAR files in JAVA_TOP -
    j:\oracle\viscomn\java.
    adogjf() Unable to generate jar files under JAVA_TOP
    AutoPatch error:
    Failed to generate the product JAR files
    rgds
    rajesh

    This is the primary reason I dislike doing Oracle Apps on Windows.
    If something bad happens while patching, and you find yourself without critical ad executables because relink failed, you need to run relinkenv.cmd to (re)create the APPS.SH unix-style environment (forward slashes) for relink.sh.
    Source or double click on envshell.cmd
    sh adrelink.sh force=y "ad adjava.exe"
    Backup Mode is "file"
    Removing Application products' bin directories from PATH ...
    Done removing Application products' bin directories from PATH
    Removing $FND_TOP/$APPLBIN from PATH ...
    sed: number in \[0-9] invalid
    Done removing $FND_TOP/$APPLBIN from PATH
    awk: adrelink.sh 4107: not found
    grep: adrelink.sh 4107: not found
    grep: adrelink.sh 4107: not found
    echo: adrelink.sh 4107: writing: The pipe is being closed.
    awk: adrelink.sh 4107: not found
    ORACLE RDBMS Version 8.0.6.0.0
    Oracle Reports Version 6.0
    Oracle Applications Release
    Unable to determine the release number.
    To resolve:
    type relinkenv.cmd
    This creates APPS.SH.
    Source or double click on envshell.cmd to create a new session.
    Now type sh
    At the command prompt, type . ./APPS.Sh
    now adrelink.sh force=y "ad adjava.exe"
    You are running adrelink, version 115.85
    Start of adrelink session
    Date/time is Fri Jul 20 20:22:35 PDT 2007
    Log file is d:/oracle/visappl/admin/log/adrelink.log
    Command line arguments are
    "force=y" "ad adjava.exe"
    Done with link of ad executable 'adjava.exe' on Fri Jul 20 20:27:07 PDT 2007
    Done relinking module adjava.exe in product ad
    Done with link of product 'ad' on Fri Jul 20 20:27:07 PDT 2007
    adrelink is exiting with status 0
    End of adrelink session

  • Failed to install patch 8487427 for EBS 12.1.1

    Hi, I have a problem installing the patch 8487427 for EBS 12.1.1
    the install log is:
    Time is: Tue Nov 22 2011 13:09:50
    FAILED: file MTH_PROD_MTL_CONSUMED_STG.xdf on worker 2 for product mth username APPS.
    Time is: Tue Nov 22 2011 13:09:51
    FAILED: file MTH_PROD_MTL_CONSUMED_TXN_STG.xdf on worker 1 for product mth username APPS.
    Time is: Tue Nov 22 2011 13:09:51
    There are now 169 jobs remaining (current phase=A2):
    1 running, 1 ready to run and 167 waiting.
    FAILED: file MTH_PROD_MTL_PRODUCED_TXN_STG.xdf on worker 4 for product mth username APPS.
    Time is: Tue Nov 22 2011 13:09:51
    FAILED: file mth_tag_readings.xdf on worker 3 for product mth username APPS.
    Time is: Tue Nov 22 2011 13:09:52
    ATTENTION: All workers either have failed or are waiting:
         FAILED: file MTH_PROD_MTL_CONSUMED_TXN_STG.xdf on worker 1.
         FAILED: file MTH_PROD_MTL_CONSUMED_STG.xdf on worker 2.
         FAILED: file mth_tag_readings.xdf on worker 3.
         FAILED: file MTH_PROD_MTL_PRODUCED_TXN_STG.xdf on worker 4.
    ATTENTION: Please fix the above failed worker(s) so the manager can continue.
    Current time is: Tue Nov 22 2011 13:09:52
    and adwork001.log is:
    ================================================================================
    Applying XDF file : C:\oracle\PROD\apps\apps_st\appl\mth\12.0.0\patch\115\xdf\MTH_PROD_MTL_CONSUMED_TXN_STG.xdf
    ================================================================================
    Table Name is MTH_PROD_MTL_CONSUMED_TXN_STG
    Table exists in the target database
    Checking for differences
    Number of columns for the table in the xml file is 30
    INFO: An additional column WORKORDER_FK exists in the target database
    The table MTH_PROD_MTL_CONSUMED_TXN_STG is missing the column WORKORDER_FK
    Warning: The missing column is NOT NULL and there is no default value to apply
    Adding a nullable column with the statement
    Executing statement
    ALTER TABLE MTH.MTH_PROD_MTL_CONSUMED_TXN_STG ADD ( WORKORDER_FK VARCHAR2(240) NULL )
    Start time for statement above is Tue Nov 22 13:09:51 GMT-04:00 2011
    End time for statement above is Tue Nov 22 13:09:51 GMT-04:00 2011
    Error in executing statement ALTER TABLE MTH.MTH_PROD_MTL_CONSUMED_TXN_STG ADD ( WORKORDER_FK VARCHAR2(240) NULL )
    Error message is ORA-01430: la columna que se esta agregando ya existe en la tabla
    Error code is 1430
    Updating task with status 1
    AD Worker error:
    The utility FndXdfCmp returned error for the above task.
    AD Worker error:
    The above program failed. See the error messages listed
    above, if any, or see the log and output files for the program.
    Time when worker failed: Tue Nov 22 2011 13:09:51
    thanks for your help

    Did you apply the patch with "options=checkprereq" as mentioned in the patch README file to ensure that all necessary prerequisites have been applied successfully before applying this patch?
    Thanks,
    Hussein

  • What are the common error while EBS installation in Unix /windows

    what are the common error while EBS R12 installation with os unix and windows.
    oracle have any any check after installation all installation are correct according to no of directory, files and file size ?
    regards

    Hi user;
    what are the common error while EBS R12 installation with os unix and windows.AFAIK there is no document which show common error.There are some common error for installation like:
    RW-5004- RW-50010 etc.
    For error we have to check instalaltion log files for can get more details about it
    oracle have any any check after installation all installation are correct according to no of directory, files and file size ?Oracle has 2 checking mechanisim during installation.
    1. Before start installation, rapidwiz makes Validate system Configuration check which is checking port avaliability,file system check etc.
    2. End of the installation,rapidwiz makes Validate system Configuration again to check jsp,dbc file, db avaliablity etc..
    For more details Please check:
    For r12.1.1:
    http://download.oracle.com/docs/cd/B53825_01/current/html/docset.html
    For r12:
    http://download.oracle.com/docs/cd/B40089_10/current/html/docset.html
    Hope it helps
    Regard
    Helios

  • CUP Provisions user to SAP successfully but gives "Auto-Provisioning" error

    Hi All,
    I'm getting an "auto-provisioning" error in CUP when a "Change Account" workflow is approved. The strange thing is, CUP does successfully provision the change to the SAP backend. Yet, the "New Account" provisions successfully without the error.
    Here is an example of the audit trail log from Change Account:
    Request submitted for approval by Dylan Hack(HACKDY) on 06/28/2010 17:14 
    Approved By Dylan Hack(HACKDY) Path AE_AUTO_APPROV_ERROR and Stage AE_AUTOPROV_ERR on 06/28/2010 17:14 
       Approved FI_xxxxx-DEV role for Add action with validity dates 06/28/2010-12/31/9999
       Approved FI_xxxxx-DEV role for Add action with validity dates 06/28/2010-12/31/9999
       Approved FI_xxxxx-DEV role for Add action with validity dates 06/28/2010-12/31/9999
       Approved FI_xxxxx-DEV role for Add action with validity dates 06/28/2010-12/31/9999
    Auto provisioned for request on 06/28/2010 17:14 
       User Provisioning failed for System(s) : DEV. Error Message :
       Role: FI_xxxxx assigned to user: testngin in System(s): DEV.
       Role: FI_xxxxx assigned to user: testngin in System(s): DEV.
       Role: FI_xxxxx assigned to user: testngin in System(s): DEV.
       Role: FI_xxxxx assigned to user: testngin in System(s): DEV.
    Request submitted for reroute by system on 06/28/2010 17:14 due to auto provisioning failure 
       Rerouted in the Path : AE_AUTO_APPROV_ERROR and Stage : AE_AUTOPROV_ERR to Path : AE_AUTO_APPROV_ERROR and Stage : AE_AUTOPROV_ERR
    Note: the role names were replaced with "xxxxxxx."
    The system log gives an error, but it is very vague:
    2010-06-28 17:14:34,682 [SAPEngine_Application_Thread[impl:3]_33] ERROR com.virsa.ae.service.ServiceException
    com.virsa.ae.service.ServiceException
         at com.virsa.ae.service.sap.SAPProvisionDAO.intializeWithChangeUserInputParameters(SAPProvisionDAO.java:762)
         at com.virsa.ae.service.sap.SAPProvisionDAO.changeUser(SAPProvisionDAO.java:3457)
         at com.virsa.ae.service.sap.SAPProvisionDAO.changeUser(SAPProvisionDAO.java:3419)
    Any ideas or suggestions?
    Current software level AC5.3 SP12.
    -Dylan

    Hello Varun,
    Thanks for the thought on this. We don't use User Defaults for Change Account, but do for New Account. You question prompted me to do more testing with very interesting results.
    Results
    New Account with User Defaults configured:
    User provisioned successfully, no Auto-Provision error, Defaults NOT provisioned.
    New Account without User Defaults configured:
    User provisioned successfully, no Auto-Provision error.
    Change Account with User Defaults configured:
    User provisioned successfully, no Auto-Provision error, Defaults NOT provisioned.
    Change Account without User Defaults configured:
    User provisioned successfully, Auto-Provision ERROR, Defaults NOT provisioned.
    In both New and Change Account, the configured User Defaults are NOT provisioned even though the user is provisioned. AC5.3 is on SP12, the RTA is VIRSANH SP12 and VIRSAHR SP10.
    For the Change Account, the user is always provisioned regardless of User Defaults; however, when no User Default is configured, the Auto-Provisioning error occurs. The User Defaults NOT provisioning is a real problem, the CUP error message, I can work around for now.
    What about on your side? Am I the only guy using SP12 here?

  • Autoconfig -patch error

    Hai frnds ,
    iam getting the eroor when i run autoconfig
    =========================[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>
    [PROFILE PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /pix/p01/oracle/pixcomn/admin/install/pix_server1
    afcpctx.sh INSTE8_PRF 1
    =======================================================
    i was asked to apply the patch 3377508(got from metalink)when i tried to applied the patch i get the following error.iam a fresher and i dont know wat to do.i got the error when i run the patch
    the error is===========
    *********Writing jobs to run to restart file.
    Reading jobs from FND_INSTALL_PROCESSES table ...
    FAILED: file afmntmds.ldt on worker 1 for product fnd username APPS.
    FAILED: file functype.ldt on worker 2 for product fnd username APPS.
    FAILED: file b2040719.ldt on worker 3 for product fnd username APPS.
    FAILED: file afmntfns.ldt on worker 4 for product fnd username APPS.
    FAILED: file afctxdep.ldt on worker 5 for product fnd username APPS.
    Done reading jobs from FND_INSTALL_PROCESSES table ...
    Telling workers to read 'todo' restart file.
    Done.
    ATTENTION: All workers either have failed or are waiting:
    FAILED: file afmntmds.ldt on worker 1.
    FAILED: file functype.ldt on worker 2.
    FAILED: file b2040719.ldt on worker 3.
    FAILED: file afmntfns.ldt on worker 4.************* Start of AD Worker session *************
    =======================
    so please help me to run the patch correctly and then run the autopatch correctly
    Thanks and Regards
    Parithi.A.

    Hi,
    Search AutoConfig for afcpctx.sh, you should find more details about the error around the filename.
    For the patch error, please search the workers log files for details about the error -- Log files can be found under $APPL_TOP/admin/<SID>/log directory (search for adwork*.log).
    Regards,
    Hussein

  • Getting errors in EBS

    Hi, i have taken a standard oracle report and i am trying to alter the report.
    RDBMS : 11.1.0.7.0
    Oracle Applications : 12.1.1
    Report Builder 10.1.2.0.2
    I am getting the following errors in EBS:
    Enter Password:
    REP-1219: 'F_Deductions_Amount' has no size -- length or width is zero.
    REP-0069: Internal error
    REP-57054: In-process job terminated: Terminated with error:
    REP-1219: 'F_Deductions_Amount' has no size -- length or width is zero.

    I increased the processes to 400 and now it runs ok!

  • Patch error...dammit :)

    I installed the patch and got:
    svrmgrl: error in loading shared libraries: libclntsh.so.8.0: cannot open shared
    object file: No such file or directory
    Applying patch 8.1.5.0.1 .....done
    Applying patch 8.1.5.0.2 .....done
    Did it load? Or is that error serious? Do I need to correct something and then reinstall it?
    Also, I can't run dbassist like many people I see have had problems with. Unable to initialize threads: cannot find class java/lang/Thread
    Could not create Java VM
    Anyway...I decided to try and install the patch..then try again and if that doesn't work...I'm going to try installing a later version of the JVM other than 1.1.6 like Oracle says to use. If anyone knows a way around that error I'd appreciate it!
    THANK YOU THANK YOU THANK YOU...in advance.
    -Julie

    AFAIK, you do not have to rerun the root.sh script.
    I have already upgraded to 8.1.5.0.2.
    That patch error may be related to the relinking script bug that I have posted earlier.
    Basically, what I found out is that if you did not install some/all of the oracle options, the relinking will fail. The relinking script I think assumes that all the options (and related lib file) are installed, which in my initial installations were not.
    If you apply only the 8.1.5.0.1 patch, svrmgrl and sqlplus will still report 8.1.5.0.0. If you apply the .0.2 patch, in my case (when I did not install the options), I cannot run svrmgrl and therefore unable to create a database.
    Check your /tmp/81501.log and /tmp/81502.log.
    Do a grep for "No such file"
    If grep returns:
    /usr/sbin/ld: -lxxxx No such file or directory, the relinking has failed.
    null

  • Auto save error msg

    Something very strange has been going on recently with FCP 6. If FCP is open and I repair disk permissions I have had an error message come up saying Auto Save error can not auto save your project. Then on both occassions clips have gone certain clips have gone offline in the Timeline. Most of the footage we use is on one internal drive and all graphics etc is on another internal drive. None of these are the system disk. Is this something to do with disk utility repairing the structure of the disk and breaking the connection of the clips and FCP? What could be the Auto Save issue?

    Nick's dead on about doing any sort of drive maintainence while fcp is running.  That said (after quitting fcp), you might run diskutility:  disk repair and Diskwarrior (if you've got it) on all your drives.  You may have some sort of drive corruption or immienent drive failure. 
    Diskwarrior is a utility that will analyze and repair drive folder structures that the diskutility sometimes can't.  Worth every penny.
    http://alsoft.com/

  • Post-Install Error on EBS 12 - Login Page Error RW-50016 on Linux

    Hi All,
    Post-Install Error on EBS 12 - Login Page Error RW-50016 on Linux
    Thanks in advance.

    set hostnme correctly

  • Avoid blank page with Auto TR error message in PDF

    Experts,
    We have forwarded auto TO error message from SAP inbox (SBWP) to outlook email.We made the settings to convert all messages to be converted into PDF while receiving into outlook inbox.For some reason, i am getting the first page as blank with error message.why is this happening? Please suggest
    thanks in advance

    Hi Patrick,
    It should work. You know the id of the specific area, you know what string to search for in order to condition the appearance of the new message.
    Kind Regards,
    Alex

  • Air Auto Update Error -- Flash Builder Burrito.

    This is my first attempt at this, so I may be missing something simple.
    I'm not having any luck getting an Air app to automatically update.
    If I manually go to  http://localhost/air1/air1.air and redownload the file I will get a popup that asks if I want to update the app, but when I say ok I get this error.
    "There was an error checking for updates. Error# 16816"
    I haven't found a reason yet,
    Any ideas?
    update.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <update xmlns="http://ns.adobe.com/air/framework/update/description/2.5">
      <version>2.0</version>
      <url>http://localhost/air1/air1.air</url>
      <description>1.0 - First version</description>
    </update>
    file -- air1.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                           xmlns:s="library://ns.adobe.com/flex/spark"
                           xmlns:mx="library://ns.adobe.com/flex/mx"
                           applicationComplete="init()">
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
        <fx:Script>
            <![CDATA[
                import air.update.events.UpdateEvent;
                import air.update.ApplicationUpdaterUI;
                import mx.controls.Alert;
                protected var appUpdater:ApplicationUpdaterUI = new ApplicationUpdaterUI(); // Used for auto-update
                protected function init():void
                    // Check for update
                    this.checkUpdate();
                    Alert.show("checking update");
                // This function is triggered when the application finished loading.
                // Initialize appUpdater and set some properties
                protected function checkUpdate():void
                    // set the URL for the update.xml file
                    appUpdater.updateURL = "http://localhost/air1/update.xml";
                    appUpdater.addEventListener(UpdateEvent.INITIALIZED, onUpdate);
                    appUpdater.addEventListener(ErrorEvent.ERROR, onUpdaterError);
                    // Hide the dialog asking for permission for checking for a new update.
                    // If you want to see it just leave the default value (or set true).
                    appUpdater.isCheckForUpdateVisible = true;
                    appUpdater.initialize();
                // Handler function triggered by the ApplicationUpdater.initialize.
                // The updater was initialized and it is ready to take commands.
                protected function onUpdate(event:UpdateEvent):void
                    // start the process of checking for a new update and to install
                    appUpdater.checkNow();
                // Handler function for error events triggered by the ApplicationUpdater.initialize
                protected function onUpdaterError(event:ErrorEvent):void
                    Alert.show(event.toString());
            ]]>
        </fx:Script>
        <s:Button x="47" y="55" label="Button"/>
        <mx:ColorPicker x="61" y="119"/>
        <s:ComboBox x="77" y="216"/>
        <s:ComboBox x="77" y="185"/>
        <s:ComboBox x="77" y="154"/>
    </s:WindowedApplication>
    file  -- air1-app.xml
    <?xml version="1.0" encoding="utf-8" standalone="no"?>
    <application xmlns="http://ns.adobe.com/air/application/2.5">
    <!-- Adobe AIR Application Descriptor File Template.
        Specifies parameters for identifying, installing, and launching AIR applications.
        xmlns - The Adobe AIR namespace: http://ns.adobe.com/air/application/2.5
                The last segment of the namespace specifies the version
                of the AIR runtime required for this application to run.
        minimumPatchLevel - The minimum patch level of the AIR runtime required to run
                the application. Optional.
    -->
        <!-- A universally unique application identifier. Must be unique across all AIR applications.
        Using a reverse DNS-style name as the id is recommended. (Eg. com.example.ExampleApplication.) Required. -->
        <id>air1</id>
        <!-- Used as the filename for the application. Required. -->
        <filename>air1</filename>
        <!-- The name that is displayed in the AIR application installer.
        May have multiple values for each language. See samples or xsd schema file. Optional. -->
        <name>air1</name>
        <!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade.
        Values can also be 1-part or 2-part. It is not necessary to have a 3-part value.
        An updated version of application must have a versionNumber value higher than the previous version. Required for namespace >= 2.5 . -->
        <versionNumber>2.0.0</versionNumber>
        <!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents the version of the application, as it should be shown to users. Optional. -->
        <!-- <versionLabel></versionLabel> -->
        <!-- Description, displayed in the AIR application installer.
        May have multiple values for each language. See samples or xsd schema file. Optional. -->
        <!-- <description></description> -->
        <!-- Copyright information. Optional -->
        <!-- <copyright></copyright> -->
        <!-- Publisher ID. Used if you're updating an application created prior to 1.5.3 -->
        <!-- <publisherID></publisherID> -->
        <!-- Settings for the application's initial window. Required. -->
        <initialWindow>
            <!-- The main SWF or HTML file of the application. Required. -->
            <!-- Note: In Flash Builder, the SWF reference is set automatically. -->
            <content>[This value will be overwritten by Flash Builder in the output app.xml]</content>
            <!-- The title of the main window. Optional. -->
            <!-- <title></title> -->
            <!-- The type of system chrome to use (either "standard" or "none"). Optional. Default standard. -->
            <!-- <systemChrome></systemChrome> -->
            <!-- Whether the window is transparent. Only applicable when systemChrome is none. Optional. Default false. -->
            <!-- <transparent></transparent> -->
            <!-- Whether the window is initially visible. Optional. Default false. -->
            <!-- <visible></visible> -->
            <!-- Whether the user can minimize the window. Optional. Default true. -->
            <!-- <minimizable></minimizable> -->
            <!-- Whether the user can maximize the window. Optional. Default true. -->
            <!-- <maximizable></maximizable> -->
            <!-- Whether the user can resize the window. Optional. Default true. -->
            <!-- <resizable></resizable> -->
            <!-- The window's initial width in pixels. Optional. -->
            <!-- <width></width> -->
            <!-- The window's initial height in pixels. Optional. -->
            <!-- <height></height> -->
            <!-- The window's initial x position. Optional. -->
            <!-- <x></x> -->
            <!-- The window's initial y position. Optional. -->
            <!-- <y></y> -->
            <!-- The window's minimum size, specified as a width/height pair in pixels, such as "400 200". Optional. -->
            <!-- <minSize></minSize> -->
            <!-- The window's initial maximum size, specified as a width/height pair in pixels, such as "1600 1200". Optional. -->
            <!-- <maxSize></maxSize> -->
        <autoOrients>false</autoOrients>
        <fullScreen>false</fullScreen>
        <visible>false</visible>
      </initialWindow>
        <!-- We recommend omitting the supportedProfiles element, -->
        <!-- which in turn permits your application to be deployed to all -->
        <!-- devices supported by AIR. If you wish to restrict deployment -->
        <!-- (i.e., to only mobile devices) then add this element and list -->
        <!-- only the profiles which your application does support. -->
        <!-- <supportedProfiles>desktop extendedDesktop mobileDevice extendedMobileDevice</supportedProfiles> -->
        <!-- The subpath of the standard default installation location to use. Optional. -->
        <!-- <installFolder></installFolder> -->
        <!-- The subpath of the Programs menu to use. (Ignored on operating systems without a Programs menu.) Optional. -->
        <!-- <programMenuFolder></programMenuFolder> -->
        <!-- The icon the system uses for the application. For at least one resolution,
        specify the path to a PNG file included in the AIR package. Optional. -->
        <!-- <icon>
            <image16x16></image16x16>
            <image32x32></image32x32>
            <image36x36></image36x36>
            <image48x48></image48x48>
            <image72x72></image72x72>
            <image128x128></image128x128>
        </icon> -->
        <!-- Whether the application handles the update when a user double-clicks an update version
        of the AIR file (true), or the default AIR application installer handles the update (false).
        Optional. Default false. -->
        <!-- <customUpdateUI></customUpdateUI> -->
        <!-- Whether the application can be launched when the user clicks a link in a web browser.
        Optional. Default false. -->
        <!-- <allowBrowserInvocation></allowBrowserInvocation> -->
        <!-- Listing of file types for which the application can register. Optional. -->
        <!-- <fileTypes> -->
            <!-- Defines one file type. Optional. -->
            <!-- <fileType> -->
                <!-- The name that the system displays for the registered file type. Required. -->
                <!-- <name></name> -->
                <!-- The extension to register. Required. -->
                <!-- <extension></extension> -->
                <!-- The description of the file type. Optional. -->
                <!-- <description></description> -->
                <!-- The MIME content type. -->
                <!-- <contentType></contentType> -->
                <!-- The icon to display for the file type. Optional. -->
                <!-- <icon>
                    <image16x16></image16x16>
                    <image32x32></image32x32>
                    <image48x48></image48x48>
                    <image128x128></image128x128>
                </icon> -->
            <!-- </fileType> -->
        <!-- </fileTypes> -->
        <!-- Specify Android specific tags that get passed to AndroidManifest.xml file. -->
        <!--<android>
            <manifestAdditions>
            <![CDATA[
                <manifest android:installLocation="auto">
                    <uses-permission android:name="android.permission.INTERNET"/>
                    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
                    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
                    <uses-configuration android:reqFiveWayNav="true"/>
                    <supports-screens android:normalScreens="true"/>
                    <uses-feature android:required="true" android:name="android.hardware.touchscreen.multitouch"/>
                    <application android:enabled="true">
                        <activity android:excludeFromRecents="false">
                            <intent-filter>
                                <action android:name="android.intent.action.MAIN"/>
                                <category android:name="android.intent.category.LAUNCHER"/>
                            </intent-filter>
                        </activity>
                    </application>
                </manifest>
            ]]>
            </manifestAdditions>
        </android> -->
        <!-- End of the schema for adding the android specific tags in AndroidManifest.xml file -->
    </application>

    This appears to be a Flex question. Please try posting to the Flex forums here http://forums.adobe.com/community/flex/flex_general_discussion for better response.

  • Patch erroring out

    Hi
    I have been applying a patch in hotpatch mode on oracle ebs 12.2.3 environment.
    but it is erroring out as
    error = Cannot open XML file for load
    errorno = A file or directory in the path name does not exist.
    while applying patch with adop , it copies the context files from all nodes to patch log directory.
    what I checked is, in my case, it is not able to copy one of the context file. that is why this error.
    our enviroment is :
    app: 12.2.3
    DB: 11.2.0.3
    OS: IBM AIX 6.1 64 bit
    Thanks

    I have been applying a patch in hotpatch mode on oracle ebs 12.2.3 environment.
    but it is erroring out as
    error = Cannot open XML file for load
    errorno = A file or directory in the path name does not exist.
    What is the patch number?
    What is the complete error message?
    Does the patch README file or any MOS Doc instruct to apply this patch in hotpatch mode?
    while applying patch with adop , it copies the context files from all nodes to patch log directory.
    what I checked is, in my case, it is not able to copy one of the context file. that is why this error.
    Did adop fail? At what stage? Please provide more details about the patch and upload all log files for us to review.
    Thanks,
    Hussein

  • Urgent Help :: BPEL Workflow Auto Release Error

    HI All,
    im working on a workflow project, i have 3 levels of approval process, first it will assign to one group one of the user pick the task assigned to this group, will act on this by claiming the task and then approve/reject the task. The approved task will move to a next group and the users in the second group will act on that similarly.
    There is a auto release function available in the BPEL workflow. when the user does not act on a task for a particular time that will release the task automatically after a certian amount of time. but strangley the Tasks which are in suspened/completed are being released by workflow auto release function even though the users has completed the task it is bringing back the task to user.
    i think auto release should work on only for claimed tasks when the user is not working with claimed tasks for a particular amount of time. but strangely this is occuring for the completed/suspended tasks.
    can anybody got similar type of error.
    please advise if this needs to be set manually/is it a bug ?
    please find the server versions and details below
    Theser are versions im using in the server..
    SOA Suite
    Core Oracle Version: 10.1.3.3.0
    Patches
    CC 6492514 10.1.3.3.1
    BAM
    Core Oracle Version: 10.1.3.3.0
    Patches
    None Applied
    Database
    Core Oracle Version: 10.2.0.2.0
    Patches
    CC 6492514 10.1.3.3.1 - Update schema for 10.1.3.3.1
    Thanks
    Nadh

    but strangley the Tasks which are in suspened/completed are being released by workflow auto release function even though the users has completed the task it is bringing back the task to user.
    Do you mean even after the approver approve this task, the task still release back to the user?
    Thanks,
    Melody

  • Auto config error

    Hi
    when i run the auto config it shows the error
    the log file is
    The log file for this session is located at:
    dten/w01/oracle/dtenappl/admin/DTEN_oraapps/log/07021351/adconfig.log
    AutoConfig could not successfully execute the following scripts:
    Directory: /dten/w01/oracle/dtencomn/admin/install/DTEN_oraapps
    adgenjky.sh INSTE8_SETUP 1
    AutoConfig is exiting with status 1
    Regards

    user11084555 wrote:
    Hi
    when i run the auto config it shows the error ...
    General EBS Discussion
    this is the place where you want to ask this question
    >
    Regardsbest and superb regards

Maybe you are looking for

  • My iPhone is (seemingly randomly) deleting songs from my playlists. How do I get it to stop?

    I don't know why it's happening, but it's really annoying. My first one was a 3GS, and I had made a playlist for all the songs in one CD, because i'd gotten a single and then the rest of the CD once it actually came out, and even though iTunes counte

  • Canon iR 5055 error specify correct ID and Password

    We have a Canon iR5055 B/W copier on our network and 2 staff members can not print to it. When they try to print, I get an error message that says they have to specify a correct ID and Passwrd Error: 15513. I have uninstalled and reinstalled the driv

  • Delivery Note Number should not repeat again during MIGO

    Hi Friends, My client has a requirement to validate the Delivery note filed in the MIGO screen, i.e., the system should allow the user to enter a delivery note number once entered already during goods movement through MIGO. Is there any way that this

  • It wont turn on unless connected to the computer

    Hi We have an old ipod nano that has never been used. It will not turn on unless it is connected to my PC. I have tried to reset it but it doesnt work. Any suggestions please? Pete

  • DVD Menu Issue

    Ok excellent, and just as a further point, if you have the time; I am a little confused as to which dimensions I should use when creating a DVD menu in photoshop to use in Encore, to begin with I made one in 1920x1080 as I didn't realise DVDs could n