Error in Setup Package - yellow state

Hi Expert,
I have a problem when you build a setup package for a PDA.
When creating the PDA and leave in an "initial" and press the button to create setup package, the monitor always shows yellow status. The TX: SMQ2 indicates no queue run.
I have implemented the USE_BULK_INSERTS parameter in DOE CONFIGURATION.
Some idea of the problem?
Thanks.

Hi Kranti,
The container is ESWT, and has all the necessary components:
MCD Name          MCD Version
DB2E_PPC          914
NATIVE_PPC          711001
OCA_RT               711001
PDA_CORE          711001
SKELETON          711001
WDLContainerUI     711001
eSWT_PPC          711001
The Queue Details:
Number of Unread Messages: 3.215
Number of Unread Messages: 11.586.426
To trigger the creation of setup package, the monitor displays in task yellow status, and associate TX:SDOE_SETUP not shows nothing. The device status changes to "Pending for Registration" and you can not re-creating the setup package.
The problem apparently occurs when the Setup Data is more than 5MB, since when is less than this, the setup package is created and appears in TX: SDOE_SETUP
Any ideas because as much Data, the setup is not generated?
Thanks

Similar Messages

  • Error creating setup package

    Hi all,
    I'm getting the following error when the Log Viewer tab is selected when trying to create a setup package in the web console,
      Level Component State Time Date Message
    0050 tc.mobile.admin.bl  114925 20090211 Retrieving device id failed.
    0070 tc.mobile.admin.bl  114924 20090211 Set the communication server port to 45003
    0070 tc.mobile.admin.bl  114924 20090211 Retrieving device id and Application.
    0070 tc.mobile.admin.bl  114924 20090211 Setting mobileEngine.config connection settings completed.
    0070 tc.mobile.admin.bl  114924 20090211 Setting mobileEngine.config connection settings.
    I have rebuilt the device and got a new device id and successfully deployed the application on it and attempted to create the setup package again but got the exact same error. Anyone come across this before? Any help greatly appreciated,
    regards,
    Mark.

    Hi,
    what version are you on?
    Confusing part is: you say you want to build package for PDA - but pathname shown is for PC!
    Furthernore: in MI7.0 it was not possible to build setup packages for PDA as I used it last time.
    Regards,
    Oliver

  • Error while creating a setup package .

    Hi ALL,
    We are trying to create a setup package (SP20 client)  for our application
    after assinging the device configurations their roles and conditions to the Hierarchy Group which we created It gives the following error while creation of the setup  package
    Error
    0050  tc.mobile.admin.bl  113101  20080222
    Retrieving device id failed.
    However we tried to dig up for it in help.sap.com and forum we could not resolve the  error .
    Please suggests the neccessary solution,Its urgent.
    Thanks & Regards
    Aditi Vyas

    HI
    This problem is already resolved in SP20.  Kindly make use of the latest patch of NWMADMIN and NWMClient and the error should get resolved.
    Best regards
    Sivakumar

  • Error: Could not resolve s:states to a component implementation.

    So I am trying to setup states on a Flex application I'm building, but it doesn't seem to want to compile. I get this error:
    $ ./build.sh
    Loading configuration file /Applications/Adobe Flash Builder 4/sdks/4.1.0/frameworks/flex-config.xml
    uploader.mxml(24): Error: Could not resolve <s:states> to a component implementation.
        <s:states>
    Here is my build command nothing special ...
    $ cat ./build.sh
    #!/bin/bash
    mxmlc -output bin/uploader.swf src/uploader.mxml
    I have a class that extends the Spark application like so ...
    package com.uploader.controllers
        import spark.components.Application;
         dynamic public class FlashUploader extends Application
    Then in my main application mxml file I use it like so ...
    <?xml version="1.0" encoding="utf-8"?>
    <c:FlashUploader xmlns:fx="http://ns.adobe.com/mxml/2009"
        xmlns:s="library://ns.adobe.com/flex/spark"
        xmlns:mx="library://ns.adobe.com/flex/mx"
        xmlns:v="com.uploader.view"
        xmlns:c="com.uploader.controllers.*"
        minWidth="709" minHeight="400"
        skinClass="com.uploader.skins.UploaderApplicationSkin">
        <fx:Style source="styles.css" />
        <!-- states -->
        <s:states>
            <s:State name="default" />
            <s:State name="startup" />
            <s:State name="uploading" />
            <s:State name="normal" />
        </s:states>
    </c:FlashUploader>
    Now when I try to compile I get the states error. I've found several examples and even made a dummy app just using the spark application and it compiles fine. Not sure if I'm doing anything weird here but the few other flex devs I know don't seem to see anything wrong with what I'm doing that could cause this.

    When you define an object using a namespace you have to use the same namespace for its properties, so you will want to use "<c:states>" instead of "<s:states>" in this case.

  • Eclipse error : The declared package does not match the expected package

    I'm trying to setup an Eclipse project on some existing code but I can't get past this error. The source files are in the following directories:
    d:\mycompany\coolstuff
    d:\mycompany\neatstuff
    The source files in the coolstuff directory have a package statement:
    package mycompay.coolstuff
    The source files in the neatstuff directory have a package statement:
    package mycompany.neatstuff
    I create a new Eclipse Java project, specify the existing directoy of d:\mycompany. When Eclipse tries to build, it gives the following error:
    The declared package "mycompany.coolstuff" does not match the expected package "coolstuff"
    I've tried everything I can think of short of modifying every package statement since they seem correct based on the Java documentation. What am I missing?

    All the source builds just fine using a command
    nd line and a classpath=.\That's meaningless, since classpath=.\ is just setting the classpath to the current directory.
    d:\mycompany\coolstuff
    d:\mycompany\neatstuff
    The source files in the coolstuff directory have a
    package statement:
    package mycompay.coolstuff
    The source files in the neatstuff directory have a
    package statement:
    package mycompany.neatstuff
    I create a new Eclipse Java project, specify the
    existing directoy of d:\mycompany.When you use the package statement "package mycompay.coolstuff" Eclipse looks in the directory above mycompany for mycompay\coolstuff\<classname>, and that directory is d:\, not d:\mycompany.
    When Eclipse
    tries to build, it gives the following error:
    The declared package "mycompany.coolstuff" does not
    match the expected package "coolstuff"

  • Retrieving device id failed while trying to create setup package

    Hi,
    We are on SAP MI 2.5 ; SP21 (NW2004). I am trying to create a setup package including the following:
    1. DB2E version 912
    2. MI2.5 SP18 Framework
    3. Addon MI 2.5 SP21 (to pacth MI SP18 to MI SP21)
    4. MAU 3.0 SP05
    I have included the device configuration in the sequence that they appear above into a Hierarchy Group and assigned users to this group.
    When trying to create the set up package for any of these users I get the following error:
    0050 tc.mobile.admin.bl ; 172344 20080331 Retrieving device id failed.
    The last successful statement in the log Viewer is (i.e. before the above error appears)
    "Set the communication server port to 45004"
    Any help would be much appreciated.
    Thank in advance.
    Kind Regards
    Mike

    Hi Sivakumar,
    Thank you very much for quick response.
    I have tried what you have suggested. It doesn't throw an error any more but the setup package creation is not completed. Looking at the log viewer It seems that it stuck at the following point:
    0070 tc.mobile.admin.bl ; 174044 20080401 Set the communication server port to 45013
    0070 tc.mobile.admin.bl ; 174044 20080401 Retrieving device id.
    This point is the same that was previously kicking the error.
    Any suggestion would be much appreciated.
    Thank you in advance.
    Kind Regards
    Mike

  • Microsoft sharepoint foundation 2010 encountered an error during setup. One or more required Office components failed to complete successfully

    Dear
    I need yourhelp, I am installing Sharepoint foundation 2010 prerequisites OK,
    then to finish the installation get the following message"microsoft
    sharepoint foundation 2010 Encountered an error during setup. One or more required components failed to Office complete successfully"
    Operating System: Windows Server 2012R2
    Prerequisites: OK
    SharepointFoundation 2010sp2
    Many thanksforyour help
    part of LOG:
    01/16/2015 00:37:11  1  INF          Searching for registry key Software\Microsoft\Shared Tools\Web Server Extensions\14.0\WSS\CentralAdministrationURL
    01/16/2015 00:37:11  1  INF          Entering function RegistryHelper.RegistryHelper
    01/16/2015 00:37:11  1  INF            The RegistryHelper has the key name as Software\Microsoft\Shared Tools\Web Server Extensions\14.0\WSS and the registry hive as LocalMachine
    01/16/2015 00:37:11  1  INF          Leaving function RegistryHelper.RegistryHelper
    01/16/2015 00:37:11  1  INF          Entering function RegistryHelper.GetStringValue
    01/16/2015 00:37:11  1  INF            Entering function RegistryHelper.GetValue
    01/16/2015 00:37:11  1  INF            Leaving function RegistryHelper.GetValue
    01/16/2015 00:37:11  1  INF          Leaving function RegistryHelper.GetStringValue
    01/16/2015 00:37:11  1  INF          The central admin registry name CentralAdministrationURL at HKEY_LOCAL_MACHINE\Software\Microsoft\Shared Tools\Web Server Extensions\14.0\WSS could not be found.  This means that either
    the server is not joined to a farm or a central admin site has not been created in the farm yet.
    01/16/2015 00:37:11  1  INF          Entering function StringResourceManager.GetResourceString
    01/16/2015 00:37:11  1  INF            Resource id to be retrieved is CantOpenCentralAdminSiteNotExists for language English (United States)
    01/16/2015 00:37:11  1  INF            Resource retrieved id CantOpenCentralAdminSiteNotExists is Cannot browse to the SharePoint Central Administration Web Application because a SharePoint Central Administration Web
    Application has not been created yet.  To create one, use the SharePoint Products Configuration Wizard.  Do you want to launch the configuration wizard now?
    01/16/2015 00:37:11  1  INF          Leaving function StringResourceManager.GetResourceString
    01/16/2015 00:37:11  1  INF          Entering function PsconfigMessageBox.ShowMessageBox
    01/16/2015 00:37:11  1  INF            Entering function StringResourceManager.GetResourceString
    01/16/2015 00:37:11  1  INF              Resource id to be retrieved is Branding for language English (United States)
    01/16/2015 00:37:11  1  INF              Resource retrieved id Branding is SharePoint Products Configuration Wizard
    01/16/2015 00:37:11  1  INF            Leaving function StringResourceManager.GetResourceString
    01/16/2015 00:37:23  1  INF          Leaving function UserInterface.ShowCentralAdmin
    01/16/2015 00:37:23  1  INF        Leaving function UserInterface.WarmUp
    01/16/2015 00:37:23  1  INF        Entering function TaskDriver.Stop
    01/16/2015 00:37:23  1  INF          Entering function TaskDriver.OnTaskDriverStop
    01/16/2015 00:37:23  1  INF            Sending a task driver stop event: TaskDriverEventArgs.EventCriticalityType error, TaskDriverEventArgs.EventType.stop, 
    01/16/2015 00:37:23  1  INF            Entering function TaskDriverStateChange.Enter
    01/16/2015 00:37:23  1  INF              Acquiring the writer lock to change the state
    01/16/2015 00:37:23  1  INF              Current state of the task driver is neverrun.  You want to change it to stoppedrunning
    01/16/2015 00:37:23  1  INF              Changed state of the task driver to neverrun
    01/16/2015 00:37:23  1  INF              Released the writer lock to change the state
    01/16/2015 00:37:23  1  INF            Leaving function TaskDriverStateChange.Enter
    01/16/2015 00:37:23  1  INF            Entering function TaskDriver.FireOnTaskDriverEvent
    01/16/2015 00:37:23  1  INF              Entering function UserInterface.TaskDriverEventHandler
    01/16/2015 00:37:23  1  INF                Received a TaskDriverEventHandler: TaskDriverEventArgs.EventCriticalityType error, TaskDriverEventArgs.EventType stop, message 
    01/16/2015 00:37:23  1  INF                There isn't a current visible user form or the current form is not handling events, so we will handle this task driver event
    01/16/2015 00:37:23  1  INF              Leaving function UserInterface.TaskDriverEventHandler
    01/16/2015 00:37:23  1  INF            Leaving function TaskDriver.FireOnTaskDriverEvent
    01/16/2015 00:37:23  1  INF          Leaving function TaskDriver.OnTaskDriverStop
    01/16/2015 00:37:23  1  INF        Leaving function TaskDriver.Stop
    01/16/2015 00:37:23  1  INF        UnLocking the task driver for exclusive use while warming the driver up
    01/16/2015 00:37:23  1  INF      Leaving function TaskDriver.WarmUp
    01/16/2015 00:37:23  1  INF      Entering function PsconfigApplicationContext.ClosePsconfigApplication
    01/16/2015 00:37:23  1  INF        The psconfig ui application is closing
    01/16/2015 00:37:23  1  INF        We have do not have a main form, thus the application has been told to close prior to showing the ui at all
    01/16/2015 00:37:23  1  INF      Leaving function PsconfigApplicationContext.ClosePsconfigApplication
    01/16/2015 00:37:23  1  INF      Return code indicates a success
    01/16/2015 00:37:23  1  INF    Leaving function PsconfigUserInterfaceMain.Main

    Hi Jose,
    When server 2012 will not allow pre-requisite to run, due to the ASP.NET 3.5 or 4.5, do this:
    Run, from admin command prompt:
    Dism /online /enable-feature /featurename:NetFx3 /All /Source:<drive>:\sources\sxs /LimitAccess
    you can read more here:
    http://www.sharepointpapa.com/blog/_layouts/15/start.aspx#/Lists/Posts/Post.aspx?ID=86
    Stacy www.sharepointpapa.com

  • Error in SSIS Package in SQL Server 2008 R2

    Dear All,
    I am getting below error in SSIS Package.
    [OLE DB Destination [31]] Error: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 10.0"  Hresult: 0x80004005  Description: "The statement has been terminated.".
    An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 10.0"  Hresult: 0x80004005  Description: "Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >,
    >= or when the subquery is used as an expression.".
    The SSIS package reads .xml file from a folder and then mapped to insert values in SQL table from there one trigger writtern on table to update other tables.
    Pld guide me cause of the issue
    -- Kind Regards Sandeep

    Dear All,
    I am getting below error in SSIS Package.
    [OLE DB Destination [31]] Error: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 10.0"  Hresult: 0x80004005  Description: "The statement has been terminated.".
    An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 10.0"  Hresult: 0x80004005  Description: "Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when
    the subquery is used as an expression.".
    The SSIS package reads .xml file from a folder and then mapped to insert values in SQL table from there one trigger writtern on table to update other tables.
    Pld guide me cause of the issue
    -- Kind Regards Sandeep
    Query should return only one value. Instead it is returning more than one value. Check the query result in ssms.
    Thanks.
    - please mark correct answers

  • Creation of Setup package Failed

    Hi all,
    I tried creating setup package for individual User.
    However it is giving me error in Log viewer.
    1. Level 0010 tc.mobile.admin.bl :        Message:Creation of virtual mi instance failed.
    2.Level:0050 tc.mobile.admin.bl.setup: Message:Reading the location of the packages folder failed. Cannot continue with package generation.
    3.Level:0050 tc.mobile.admin.bl.setup   Message:The property MISP is not configured. Check settings of service Configuration Adapter under the root mobile_setupGeneration
    Can anyone help me on this.
    Thanks and Regards:
    Neha Kapoor

    Hi Neha,
    There is some mistake in understanding here.
    Framework will be always MOBILEENGINE_JSP OR MOBILEENGINE_AWT. and not MAU. There is no need to create an sda file for framework. The mobile component for Framework will get created when your basis administrator deploys the NWMCLIENT. Once it is deployed reload it.
    Please follow these steps.
    1. Create one DC, assign MOBILEENGINE_JSP (mobile component)  with version that is deployed, say 1002 (If SP10 Patch 02). Assign OS condition to this DC.
    2. Create one more DC for Application, Assign your application as before.
    3. Assign both the DCs to the hierarchy group.
    4. Create setup package for one of the users in the setup package. may be MI_SERVICE.
    There will not be any framework mobile component with version R01. It will be something like 1903 which means SP19 Patch 03. R01 may be the one created by someone which cannot be used for Setup package.
    Regards,
    Prashanth

  • Installing JRE 1.4.2_04 error: Error reading setup initialization file

    I'm getting the following error when trying to install the Java 2 Runtime Environment.
    Diaglog box containing message: Error reading setup initialization file.
    I get this error on any of the installers for Java 2 Runtime Environment, Standard Edition 1.4.2_0x; Windows Platform; Windows Offline Installation and Windows Installation.
    I do not get this error with the installer for Java 2 Runtime Environment, Standard Edition 1.4.2.
    According to the InstallShield web site, this error is caused by an invalid setting for the MSI Engine Location property in the release. See Q105447 on the InstallShield web site Knowledge Base.

    I doubt that the root cause is the modification of the file because of the following:
    - I have a machine (XP) on which I downloaded j2sdk-1_4_2_09-windows-i586-p.exe and was able to run the install without issue.
    - I then mounted a drive on a windows2003 machine and copied the same file to it, the file size was exactly the same. When I ran the install, I got the error "Error reading setup initialization file" and the button with no text.
    - I searched through google and found this thread. I used pkzip to package the file and on the original platform, copied it to the 2003 machine and unzipped it. Once again, the same error showed up.
    The explanation for the error provided in this thread is not plausible because:
    - there are no firewalls/proxy in play in a file share
    - the same thing happens when the install is transferred through a zip. Something would need to alter the zipped file in transit without corrupting the zip itself for this explanation to be valid. This is simply not plausible.
    There is clearly something going on that has yet to be explained. An explanation of the problem and (even better) a workaround would be welcome.

  • IDOC is in Yellow state

    Hi All,
    By using the custom program, I am creating the IDOC and after that I am running the program "RSEOUT00".But still IDOC is in Yellow state.
    If run the IDOC in WE17 Transaction code, IDOC state is getting turned into Green state.
    Could you please tell me what could be the problem.Why it is Yellow state.

    Hi,
    We faced the same problem .
    Chek your Coneection string in SM59. Reset IP address with host name and system number and try again.
    Check response time in SM59.
    Check SM58 if any error is there in RFC after idoc processing.
    Salil ...

  • ICR: msg FB_ICRC110  Recon. Process 003: Error in setup of recon. display

    hello,
    following with my tread [ICR: Define Reconciliation Process Detail Attributes|Intercompany reconciliation - help with customizing] I have already make trx FBICS3 - Select Documents store 2 documents at table FBICRC003T, looks good. But unfortunately when I run trx FBICA3 - Assign Documents Automatically  or FBICR3 - Reconcile Documents Manually  the system shows the following error message:
    Reconciliation Process 003: Error in setup of reconciliation display
    Message no. FB_ICRC110
    Diagnosis
    Your customizing for the reconciliation display is invalid.
    when I go to customizing "Set Up Reconciliation Display" the system shows a "Run time error"
    Runtime Errors         SYNTAX_ERROR
    Date and Time          19.09.2008 20:20:30
    Short text
         Syntax error in program "SAPLFB_RC_UI_VIEWS ".
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "SAPLSVIM" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
         The following syntax error occurred in program "SAPLFB_RC_UI_VIEWS " in include
          "LFB_RC_UI_VIEWSF00 " in
         line 1308:
         "The data object "V_FBRC0070C" does not have a component called "AUTO"."
         The include has been created and last changed by:
         Created by: "SAP "
         Last changed by: "SAP* "
         Error in the ABAP Application Program
         The current ABAP program "SAPLSVIM" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    Error analysis
         The following syntax error was found in the program SAPLFB_RC_UI_VIEWS :
         "The data object "V_FBRC0070C" does not have a component called "AUTO"."
    Trigger Location of Runtime Error
         Program                                 SAPLSVIM
         Include                                 LSVIMU04
         Row                                     92
         Module type                             (FUNCTION)
         Module Name                             VIEW_MAINTENANCE_LOW_LEVEL
    Does any body knows what is happening? Should I implement a SAP Note?
    Thanks in advance

    Hello Rafael,
    Apparently you did not generate the customizing using FBICC. If you have not invested much effort in customizing settings I suggest that you implement note 1172591 and generate the customizing via transaction FBICC. After you run this and make sure that the transaction data tables are activated the programs should run (provided the customizing for the companies in FBIC032 is correct). Please go through the generated customizing settings and make sure that everything looks OK...
    I also recommend implenting note 1161993. Whether you run FBICC or not it will help when going through the customizing settings. The most likely cause for the error messages is that there are some incorrect settings in your field catalog and due to this also in the display hierarchy setup.
    I hope this helps you in your efforts,
    Ralph

  • How to Include JRE with our Setup Package

    please help me,
    i have created one swing application.i successfully created setup.exe using installsheild 11.It is working in my machine.when i run this in another machine .it is not working.iam using some external jar also in the appln.i put that jars into the jre/lib/ext in destination machine's directory then it works.
    i want to include JRE with my setup package(first the setup should find whether the jre is installed or not ,if not it must insall JRE and put my external jar files into jre/lib/ext directory in destination machine then only my appln should insall).please give me a solution for this

    What?!! It isn't considered legal to access a
    root-level class from a higher level package?Well it's not now because your code won't compile, but
    prior to 1.4 you could. I think the JLS has been
    updated to say you can't import from the unnamed
    namespace.Hmm! I must have missed that bit (not that I read it in any great detail, anyway!). I suppose it forces you to use packages, which is a good thing, IMHO.
    What I was wondering about was, is the directory structure of classes strictly necessary, given that a class contains information on its package anyway? I know some IDEs don't require the source files to be in the right directory - they will check on the package statement, and locate the class file accordingly - but is it absolutely necessary for class files to be located according to their directory structure? I know the JLS says they have to be, but could the JLS be relaxed on this point, without breaking anything?
    RObin

  • XPRA_EXECUTION Error in OCS Package SAPKW70009

    HI All,
    while doing patch on netweaver 200s for BW system. i am getting below error.
    The import was stopped, since an error occurred during the phase
    XPRA_EXECUTION, which the Support Package Manager is unable to resolve
    without your input.
    After you have corrected the cause of the error, continue with the
    import by choosing Support Package -> Import queue from the initial
    screen of the Support Package Manager.
    The following details help you to analyze the problem:
        -   Error in phase: XPRA_EXECUTION
        -   Reason for error: TP_STEP_FAILURE
        -   Return code: 0012
        -   Error message: OCS Package SAPKW70009, tp step R, return code
            0012
    Notes on phase XPRA_EXECUTION
    The XPRAs and after-import methods are executed in this phase.
    Please help me to resolve it.
    Regards
    Gyan

    Hi All,
    I also got some error message in import logs Method Execution:
      Execution of programs after import (XPRA)
      Transport request   : SAPKW70009
      System              : NET
      tp path             : tp
      Version and release: 370.00.01 700
      Program terminated (job: RDDEXECL, no.: 14224200)
         See job log
      Execution of programs after import (XPRA)
      End date and time : 20080805142432
      Ended with return code:  ===> 12 <===
    When I checked job RDDEXECL,It shows me :
    15:08:06 Job started
    15:08:06 Step 001 started (program RDDEXECL, variant , user ID DDIC)
    15:08:06 All DB buffers of application server prosindia were synchronized
    15:08:09 ABAP/4 processor: SYNTAX_ERROR
    15:08:09 Job cancelledWhat happened?
    In ST22 I also found some dumps on DDIC user:
    Runtime Errors         SYNTAX_ERROR
    Date and Time          20.08.2008 16:30:32
        Error in the ABAP Application Program
        The current ABAP program "SAPLRSVERS" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
        The following syntax error occurred in program
         "CL_RSOBJS_TYPE_MANAGER========CP " in include
         "CL_RSOBJS_TYPE_MANAGER========CM00G " in
        line 1:
        "Method "GET_TEXT_OF_SEARCH_ATTRIBUTE" does not exist. There is, howeve"
        "r a method with the similar name "GET_SEARCH_ATTRIBUTES"."
        The include has been created and last changed by:
        Created by: "SAP "
        Last changed by: "SAP "
    So i think reason of this SP termination is job RDDEXECL termination and reason of job termination is this can short dump,Please suggest how can i solve it.
    Gyan

  • Error in ATP Packages in Oracle Apps 11.5.10 Install on Linux

    I have installed 11.5.10 on Linux. I am getting 4 package body INVALID and not able to compile.
    select object_name, object_type, status
    from all_objects
    where object_name like 'MSC%'
    and status = 'INVALID'
    and object_type <> 'UNDEFINED'
    MSC_ATP_PUB INVALID
    MSC_ATP_PVT INVALID
    MSC_ATP_UTILS INVALID
    MSC_SATP_FUNC INVALID
    after trying to recompile it gives some errors?
    Can you help ASAP.

    This error is after recompiling MSC_ATP_PUB
    LINE/COL ERROR
    1208/13 PL/SQL: Statement ignored
    1208/27 PLS-00302: component 'PUT_SRC_TO_DSTN_PROFILES' must be declared
    1438/13 PL/SQL: Statement ignored
    1438/13 PLS-00306: wrong number or types of arguments in call to 'GET_REG IONS'
    1626/21 PL/SQL: Statement ignored
    1626/21 PLS-00306: wrong number or types of arguments in call to 'GET_SRC TRANSITTIME'
    1642/22 PL/SQL: Statement ignored
    1642/22 PLS-00306: wrong number or types of arguments in call to 'GET_SRC TRANSITTIME'
    1657/22 PL/SQL: Statement ignored
    1657/22 PLS-00306: wrong number or types of arguments in call to 'GET_SRC TRANSITTIME'
    This error is after recompiling MSC_ATP_PVT
    LINE/COL ERROR
    17624/6 PL/SQL: Statement ignored
    17624/20 PLS-00302: component 'GET_SRC_TO_DSTN_PROFILES' must be declared
    This error is after recompiling MSC_ATP_UTILS
    LINE/COL ERROR
    122/11 PLS-00323: subprogram or cursor 'UPDATE_LINE_ITEM_PROPERTIES' is declared in a package specification and must be defined in the pa ckage body
    This error is after recompiling MSCSATP_FUNC_*
    LINE/COL ERROR
    147/11 PLS-00323: subprogram or cursor 'GET_REGIONS_SHIPPING' is declare d in a package specification and must be defined in the package b ody
    159/11 PLS-00323: subprogram or cursor 'GET_SRC_TRANSIT_TIME' is declare d in a package specification and must be defined in the package b ody
    173/11 PLS-00323: subprogram or cursor 'GET_REGIONS' is declared in a pa ckage specification and must be defined in the package body

Maybe you are looking for

  • AUTO_RUNSTATS: problems after upgrade from 8.2 to 9.5

    Hello guys, We're appreciating a problem in our recentley upgraded databases 9.5 We've upgraded from release 8.2 and we have activated the following parameters: db2 UPDATE DB CONFIG USING AUTO_MAINT ON AUTO_TBL_MAINT ON AUTO_RUNSTATS ON Although we d

  • Playing  movies on tv  via laptop

    can anyone help, i am trying to watch movies that i have downloaded onto my laptop, on my t.v. using s-video cable plus audio leads. I can hear the sound but cannot view the picture.

  • EAS 9.3.1 Error - Cannot connect to database

    Hello. I am experiencing a connectivity issue with executing business rules in EAS. I can execute the business rule correctly, at first; however, if I attempt to execute the same rule a second time, the following error message is displayed: *"You mus

  • Add String to JNDI Tree

    I'm coming from a Glassfish/Tomcat environment where we can add Strings directly to the JNDI tree. What we would like to do is add "config/env/dev" to the JNDI tree so that we can use Spring to determine which environment we are in based on this sett

  • Creating Powerpoint files with java

    Hi, I'm working on an existing web app. Our customer wants to have a download link to a powerpoint file that is filled dynamically with data from the SAP system. All user use the IE-browser. So I am facing three possibilities, but all are not really