Error message PG009 : no data stored for the period

During upgrade testing from 4.7 to ECC6 noticing an error message PG009 with a suggested solution "In table T582A maintain the indicators 'Choose with start', 'Choose with end', 'Choose without date' for each infotype"
I am able to see recotds in 4.7, but however unable to view anything in ECC6. The message I get is No data stored for the time selected.

We have the same problem - during upgrade phase. Any suggestions?

Similar Messages

  • POSTING ERROR-MESSAGE POSTING BALANCE NOT CLEARED FOR THE PERIOD 2/2008A

    Hi
    I have a problem in payroll posting.  While posting for one employee's persn number rejected and gave a message as Posting Balance not cleared for the period 2/2008A.  To come out of the problem I changed the Payroll status record using pu03 changed the Erliest Retro date as 01.06.2008.  Again tried to post  but not posted again same Message displayed.  After changing the Erliest Retro record I have not run the payroll for the particular employee.  Is it required to run the payroll for the employee after changing the status in PU03.  Request to guide on this
    Thanks
    EKP Yadav

    Hi there
    The posting may be out of balance for the employee because their credits dont equal their debits...
    Do a test posting for the employee with the log on, this will tell you what amounts are being posted - and should give you an inidcation of where the balance is not cleared...
    Yes, you would have to re-run the employee if you'd changed the retro date in PU03, but I dont think that will fix your posting problem....Should the employee have retroe'd?
    From what I have seen, just changing the control record doesn't usually fix an out-of balance..there is usually another reason....eg wagetype incorrectly posting to the wrong number of  accounts....or a missing wagetype on the employee (eg bank details...no /559 for the net pay to go to).
    Cheers
    Mary

  • SSRS 2008 Column Chart with Calculated Series (moving average) "formula error - there are not enough data points for the period" error

    I have a simple column chart grouping on 1 value on the category axis.  For simplicity's sake, we are plotting $ amounts grouping by Month on the category axis.  I right click on the data series and choose "Add calculated series...".  I choose moving average.  I want to move the average over at least 2 periods.
    When I run the report, I get the error "Formula error - there are not enough data points for the period".  The way the report is, I never have a guaranteed number of categories (there could be one or there could be 5).  When there is 2 or more, the chart renders fine, however, when there is only 1 value, instead of suppressing the moving average line, I get that error and the chart shows nothing.
    I don't think this is entirely acceptable for our end users.  At a minimum, I would think the moving average line would be suppressed instead of hiding the entire chart.  Does anyone know of any workarounds or do I have to enter another ms. connect bug/design consideration.
    Thank you,
    Dan

    I was having the same error while trying to plot a moving average across 7 days. The work around I found was rather simple.
    If you right click your report in the solution explorer and select "View Code" it will give you the underlying XML of the report. Find the entry for the value of your calculated series and enter a formula to dynamically create your periods.
    <ChartFormulaParameter Name="Period">
                      <Value>=IIf(Count(Fields!Calls.Value) >= 7 ,7, (Count(Fields!Calls.Value)))</Value>
    </ChartFormulaParameter>
    What I'm doing here is getting the row count of records returned in the chart. If the returned rows are greater than or equal to 7 (The amount of days I want the average) it will set the points to 7. If not, it will set the number to the amount of returned rows. So far this has worked great. I'm probably going to add more code to handle no records returned although in my case that shouldn't happen but, you never know.
    A side note:
    If you open the calculated series properties in the designer, you will notice the number of periods is set to "0". If you change this it will overwrite your custom formula in the XML.

  • Where is the data stored for the Contacts application in OS X 10.10?

    My client uses Backblaze online backup, and recently needed to retrieve his contacts. Is the data stored in the app itself, or somewhere else? Backblaze doesn't back up applications by default. Is there a way to instruct Backblaze to back up the Contacts application?

    Thanks, lllaass.

  • Throwing error when loading_If no data found for the field

    Hi,
    How can we introduce an ‘error trap’ for the two characteristics COMPANYCODE and COSTCENTER. If it finds no data for these two chars, theload has to fail and produse error message for the records.
    Can anybody send me the code and how to implement the logic.
    Thanks in advance.

    Hi You can try this sample code..and correct the fields accordinly..
    In the Update rules : write the following code for each IO.
    For Company Code------
      IF COMM_STRUCTURE-COMPCODE IS INITIAL.
        ABORT = 1.
      ELSE.
        RESULT = COMM_STRUCTURE-COMPCODE .
      ENDIF.
    For Cost Centre------
    IF COMM_STRUCTURE-COSCTCNTR IS INITIAL.
        ABORT = 1.
      ELSE.
        RESULT = COMM_STRUCTURE-COSCTCNTR.
      ENDIF.
    Also check the Abort - pre defined values in order to handle the errors effectively.
    Hope it helps.
    Message was edited by:
            Nasiroddin Pattan

  • Error message when no atachment found for the workitem while approving ?

    Hi Folks,
    I need some help in this issue please.
    Requirement is, Agent needs to attach a document to work item and then approve. To achieve this, i have put code in for complete execute condition of the step.
    This is how it works, when agent attaches doccument and approves, it completes workitem and when there is no attachment, it does not complete work item but it does not stop agent by throwing anykind of error message.
    I need a error message when there is no atachment found for the workitem and agent tries to approve it. Please suggest how i can get this done ?
    Thanks a lot in advance..
    Prasu

    Hi
    There a couple of different ways to accomplish this.
    If your not using standard task/methods your able to extend your method. In here just check if a document is attached, display a message with the message statement, or a FM (e.g. TH_POPUP_TO_INFORM), and then call the workflow statement "<b>Exit_Cancelled</b>", by doing this the workitem will stay in the inbox, in status in process until the document is attached.
    If your using standard task / Methods, you need to check if a document is attached in the workflow logic, preferably in a condition. Now - if no document has been attached create a loop, and within this loop create a task, for displaying the message. A easy solution here could be a simple decision task with only one Decision, or if you are able to do some ABAP development, create a small method for displaying the message.
    In order to make sure that this task/message will popup immediately, create a container element e.g. "Last_Agent", the do a binding from the decision task to the workflow container ActualAgent -> Last_Agent.  Now you Last_Agent as the agent for you "Display Message" Task
    Regards
    Morten Nielsen

  • Error Message: Can not generate mask for the LMB peripherals

    I've added a bunch of  perhipherals to my microblaze project and used the Generate Addresses button.  I get the below error messges when I try to generate a net list. ERROR:EDK:3193 - issued from TCL procedure
       "::hw_lmb_bram_if_cntlr_v2_10_b::update_syslevel_mask" line 88
        C_MASK (IPNAME:lmb_bram_if_cntlr, INSTANCE:ilmb_cntlr) - Can not generate
       mask for the LMB peripherals! An address decode mask is assigned to all LMB
       peripherals connected to the MicroBlaze processor. The address decode mask is
       based on a set of decode bits that distinguish the LMB address space from the
       OPB/PLB address space. The error message indicates that a set of decode bits
       can not be found to generate a mask. Please modify the address map of the
       slaves connected to OPB/PLB to use a common address bit.
    ERROR:EDK:1585 - IPNAME:lmb_bram_if_cntlr INSTANCE:ilmb_cntlr -
       E:\Xilinx\11.1\EDK\hw\XilinxProcessorIPLib\pcores\lmb_bram_if_cntlr_v2_10_b\d
       ata\lmb_bram_if_cntlr_v2_1_0.mpd line 77 - error computing override value for
       C_MASK using tcl
    ERROR:EDK:3193 - issued from TCL procedure
       "::hw_lmb_bram_if_cntlr_v2_10_b::update_syslevel_mask" line 88
        C_MASK (IPNAME:lmb_bram_if_cntlr, INSTANCE:dlmb_cntlr) - Can not generate
       mask for the LMB peripherals! An address decode mask is assigned to all LMB
       peripherals connected to the MicroBlaze processor. The address decode mask is
       based on a set of decode bits that distinguish the LMB address space from the
       OPB/PLB address space. The error message indicates that a set of decode bits
       can not be found to generate a mask. Please modify the address map of the
       slaves connected to OPB/PLB to use a common address bit.
    ERROR:EDK:1585 - IPNAME:lmb_bram_if_cntlr INSTANCE:dlmb_cntlr -
       E:\Xilinx\11.1\EDK\hw\XilinxProcessorIPLib\pcores\lmb_bram_if_cntlr_v2_10_b\d
       ata\lmb_bram_if_cntlr_v2_1_0.mpd line 77 - error computing override value for
       C_MASK using tcl I understand its complaining about the mask values, but I'm not exactly sure why.  Here is the address map it shows:Address Map for Processor microblaze_0
      (0000000000-0x00003fff) dlmb_cntlr    dlmb
      (0000000000-0x00003fff) ilmb_cntlr    ilmb
      (0x81800000-0x8180ffff) xps_intc_0    mb_plb
      (0x81c00000-0x81c0ffff) xps_ll_temac_0    mb_plb
      (0x83400000-0x8340ffff) Generic_SPI    mb_plb
      (0x83c00000-0x83c0ffff) xps_timer_0    mb_plb
      (0x84000000-0x8400ffff) RS232    mb_plb
      (0x84400000-0x8440ffff) mdm_0    mb_plb
      (0x8c000000-0x8fffffff) mpmc_0    mb_plb
      (0xfffff000-0xffffffff) xps_gpio_0    mb_plb Any thoughts?  I was unable to find another instance of this error message.

    Version 11.3 I actually figured it out, its rather odd that the generate addresses button doesn't do this automatically. It appears that the mask was set to trigger use of the cache on a single bit.  0x00800000.  I had enough devices added where automatic address generation was using the most significant bit meaning that bit was falling within other address spaces. I changed it to 0xFFFFC000.  (Basically telling it to match addresses if all address signals above 16KB are zero).  I don't know if that is the proper way to do it, but it accepted it.  Now I'm fighting with some stuff regarding an FSL bus I added that apparently isn't quite properly setup, so I haven't found out yet if the processor likes that address mask.   But the tools appear to like it.

  • Error message trying to run Parallels for the first time

    Hi,
    I've got Vista Ultimate installed on my MacBook Pro via Boot Camp. It works great.
    I'm using the 15-day Parallels trial, and every time I try and run it for the first time, it gives me the same error.
    After trying to run Windows, it says
    "Error: 0xc0000225
    Windows failed to load because the firmware (BIOS) is not ACPI compatible."
    I have no idea what this means. I ran Boot Camp normally and everything seemed to work fine.
    Any ideas?

    Have you read through their documentation and installed the necessary tools?
    http://forums.parallels.com/

  • Error message on Creating a Connection for the OC4J

    Hi!
    I have followed all steps at http://otn.oracle.com/tech/webservices/htdocs/quickstart/quickstart903.html ...
    But at the last step, I've got a message when testing the connection:
    Invalid username/password for default (admin)
    Why?
    Thanks a lot.

    Hmm ... sorry I missed this one.
    This may have happened because you had previously installed configured OC4J? Regardless, just to make sure, a
    quick way to get it reset to a password you can use is to do the following:
    1. Exit to DOS/Unix prompt
    2. Change into the OC4J home directory
    cd <jdev_home>\j2ee\home\3. Re-initialize OC4J
    ..\..\jdk\bin\java -jar oc4j.jar -install4. You will be asked for a password. Enter a password (welcome, for example) and repeat as requested
    5. Restart OC4J
    ..\..\jdk\bin\java -jar oc4j.jar 6. Configure your connection in Oracle9i JDeveloper with your new password as per those instructions.
    Mike.

  • A different error message! other than "sorry for the inconvenience"

    hey, i've had an ipod nano for a little while now but i recently did a system recovery on my computer and now whenever i try to open itunes there comes a message saying Cannot open program. already reinstalled itunes and quicktime anyone got any answers? please help i really wanna upload my songs to my ipod!!!!!

    there's a (-50) at the end for some reason
    that's a useful lead.
    with that lead in mind, let's try an experiment.
    head into your user accounts control panel and create a new user account with full administrative rights. (there's help documentation on how to do that at the left of the control panel screen.) while you're in that control panel, switch off "fast user switching" in your logging-on preferences.
    now log out of the old account and log into the new account.
    does itunes launch properly from inside the new account?
    love, b

  • Where is data stored for the podcast?

    I created a Podcast last week on my iBook G4. On Friday my MacBook Pro was delivered.
    Now I want to find it in all of the files I transferred so I can work on it further. It was uploaded to web.mac.com, so I can see it there. But I can't find the file in the new iWeb that was pre-installed on the MacBook, and have no idea how to locate the file to open it...
    Since it was kind of a practice run, I didn't pay a lot of attention to what it was named, but it was good, and well worth continuing to work on!
    So - can anyone tell me the default location where iWeb saves files? I do have the entire iBook backed up on the external hard drive, too.
    Thanks!

    See if this helps:
    http://homepage.mac.com/thgewecke/iwebdata.html

  • I forgot my passcode for the ipad and i can't connect to iTunes because it keeps giving me error message that i have to unlcok the ipad first... any advice on how to restore the ipad or unlock it?

    i forgot my passcode for the ipad and i can't connect to iTunes because it keeps giving me error message that i have to unlcok the ipad first... any advice on how to restore the ipad or unlock it?

    You have to restore the device within iTunes. You want to use the same computer that you always sync with so that you can restore your app data and settings. You can restore with any other computer, but you will lose everything on the iPad.
    This will tell you how to restore
    http://support.apple.com/kb/HT1414
    You will probably need to use recovery mode
    http://support.apple.com/kb/ht4097

  • HT1766 Error message: "iTunes could not back up the iPhone because the backup was corrupt or not compatible with the iPhone.  Delete the backup for this iPhone, then try again." But how do I delete the backup?

    Error message when attempting to backup up iPhone4S to Mac says "iTunes could not back up the iphone because the backup was corrupt or not compatible with the iPhone.  Delete the backup for this iPhone, then try again." But how do I delete the backup? Can't find answer to that anywhere.

    We had this problem after upgrading to iOS 8.       The iPhone 5 would not backup either to the cloud or to the computer.   Backup always ended with an error message.
    Long story short, with the help of iFunBox ( which I used to make manual backups of some important iPhone data files ), I discovered two games that
    would crash iFunBox.      They were not important games for us, so I didn't try to isolate the offending data files.     And I deleted the two games from the iPhone.
    Apparently these two games conflicted with iOS 8 just as they did with iFunBox.      The next backup without those games was then successful.
    I backed up to both the Mac and the cloud.
    Hope this helps.

  • Previously posted troubleshooting doesn't work for my error message "iTunes could not back up the iPhone because an error occurred".  What other options do I have?

    Previously posted troubleshooting doesn't work for my error message "iTunes could not back up the iPhone because an error occured".  What other options do I have to backup my iPhone data properly?

    Hi there kchagape,
    You may find the troubleshooting steps in the article below helpful.
    iOS: Troubleshooting backup issues in iTunes
    http://support.apple.com/kb/ts2529
    -Griff W. 

  • Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 1, column 3 (NumberOfMultipleMatches).

    Hi,
    I have a file where fields are wrapped with ".
    =========== file sample
    "asdsa","asdsadasdas","1123"
    "asdsa","asdsadasdas","1123"
    "asdsa","asdsadasdas","1123"
    "asdsa","asdsadasdas","1123"
    ==========
    I am having a .net method to remove the wrap characters and write out a file without wrap characters.
    ======================
    asdsa,asdsadasdas,1123
    asdsa,asdsadasdas,1123
    asdsa,asdsadasdas,1123
    asdsa,asdsadasdas,1123
    ======================
    the .net code is here.
    ========================================
    public static string RemoveCharacter(string sFileName, char cRemoveChar)
                object objLock = new object();
                //VirtualStream objInputStream = null;
                //VirtualStream objOutStream = null;
                FileStream objInputFile = null, objOutFile = null;
                lock(objLock)
                    try
                        objInputFile = new FileStream(sFileName, FileMode.Open);
                        //objInputStream = new VirtualStream(objInputFile);
                        objOutFile = new FileStream(sFileName.Substring(0, sFileName.LastIndexOf('\\')) + "\\" + Guid.NewGuid().ToString(), FileMode.Create);
                        //objOutStream = new VirtualStream(objOutFile);
                        int nByteRead;
                        while ((nByteRead = objInputFile.ReadByte()) != -1)
                            if (nByteRead != (int)cRemoveChar)
                                objOutFile.WriteByte((byte)nByteRead);
                    finally
                        objInputFile.Close();
                        objOutFile.Close();
                    return sFileName.Substring(0, sFileName.LastIndexOf('\\')) + "\\" + Guid.NewGuid().ToString();
    ==================================
    however when I run the bulk load utility I get the error 
    =======================================
    Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 1, column 3 (NumberOfMultipleMatches).
    ==========================================
    the bulk insert statement is as follows
    =========================================
     BULK INSERT Temp  
     FROM '<file name>' WITH  
      FIELDTERMINATOR = ','  
      , KEEPNULLS  
    ==========================================
    Does anybody know what is happening and what needs to be done ?
    PLEASE HELP
    Thanks in advance 
    Vikram

    To load that file with BULK INSERT, use this format file:
    9.0
    4
    1 SQLCHAR 0 0 "\""      0 ""    ""
    2 SQLCHAR 0 0 "\",\""   1 col1  Latin1_General_CI_AS
    3 SQLCHAR 0 0 "\",\""   2 col2  Latin1_General_CI_AS
    4 SQLCHAR 0 0 "\"\r\n"  3 col3  Latin1_General_CI_AS
    Note that the format file defines four fields while the fileonly seems to have three. The format file defines an empty field before the first quote.
    Or, since you already have a .NET program, use a stored procedure with table-valued parameter instead. I have an example of how to do this here:
    http://www.sommarskog.se/arrays-in-sql-2008.html
    Erland Sommarskog, SQL Server MVP, [email protected]

Maybe you are looking for

  • How to include the characters " " and " " in a XML properties file.

    hi including the following prop entry gives me the error "Element is not closed" error message. <entry key="test">can't include chars < and ></entry> But i need to include the chars "<" and ">" in my xml properties file. please help. thanks

  • Problem with a text tween

    I have a page I'm developing that has a greensock split text field that I use to animate text. http://jimslounge.com/segovia/ I'm using a timer to help control the tween it doesn't work real smoothly. import com.greensock.*; import com.greensock.easi

  • Gnome 3 Activity Bar

    I have just upgraded from gnome2 to gnome3 as per the wiki states and I have been left with a slightly odd gnome3 install. I have a few graphical glitches which I cannot pinpoint the reasons for. The screenshots below illustrate the various problems:

  • Download pictures not working

    I am having trouble getting pictures to go from my iPhone5 to my PC with iCloud.  I can get pictures to go from my PC to my iPhone but not the other way around.  Any ideas how to fix this?

  • Xmltype() does validation?

    Hi, I'm trying to read xml content from a clob field. I try to extract "headers" and only after this I want the xml content to be validated. Here's my statement: SELECT xml.message_sgw_id, xml.message_source_system_id, xml.message_type_id, xml.action