Issues related to Error - 6

Hi,
From 02.04 2010 the loads are failing from various R/3 systems to BW with an error: Error-6 in the update. All the failures were related to u201Ctime conversion from 0calday to 0ifscper (fiscal year GL) failed with the value 20100403u201D. No new routines, etc had been modified.
In the request it was found there were transferred numbers but no added numbers and load in red status. We had to run the transfer global setting for each systems and load the data again, only then the load was successful. THis is done every day from 02nd till date
We had created a process chain to load Fiscal Year Variantsfor various systems on 1st april (process chain starts at 10pm IST and the loads starts the next day at 4am IST)  which were successful with the ABAP program RSIMPCUST but the loads were failing from 2nd April with the said error.
We had stopped this load thinking this was the issue on 6th April. But the issue repeated the next day too. I.e. on 7th..
Again the global setting was executed and the load was runu2026.WHY DOES THIS HAPPEN DURING THIS APRIL (any thing related to financial year) CAN YOU PLEASE ADVICE A PERMENANT SOLUTION FOR THIS ISSUE.
Similar issues are seen BW system itself, load happening in BW itself (ODS to CUBE), only after replication of the system and the load is run, the load becomes successful, if not it also fails with the same error as above. WHAT IS THE WAY TO GO FOR THE TRANSFER GLOBAL SETTING FOR MYSELF BW SYSTEM WHEN WE DONT FIND THAT OPTION IN RSA1
Request your guidence on these issues
Regards.
Raj

Hi,
The issue related to u201CTime conversion from 0CALDAY to 0FISCPER (fiscal year 15 ) failed with value 20080930u201D is resolved now.
I should have used Update table for T1 and P3 in transfer global setting for updating the table T009B (the sequence of R/3 production was T1 first, second Y4 and third P3. I had used Rebuild tables for Y4, T1 and P3 as well. Since it was in a sequence, the P3 table was rebuilt with its entries in the table T009B, since it was last in the sequence, but it did not have YP4 and TP1 entries.
Regards.
Raj

Similar Messages

  • Issue with SRDemo error handling

    Hi All,
    Glad the forums are back up and running. In debugging some error-handling issues in our own application, I found an issue in the error handling code of SRDemo. I thought I'd post the issue here, as many of us (myself included) use some SRDemo code as the basis for our own applications.
    The issue can be found in the oracle.srdemo.view.frameworkExt.SRDemoPageLifecycle class, specifically in the translateExceptionToFacesErrors method. I'll show the code that has the issue first, and explain the issue afterwards:
            if (numAttr > 0) {
                Iterator i = attributeErrors.keySet().iterator();
                while (i.hasNext()) {
                    String attrNameKey = (String)i.next();
                     * Only add the error to show to the user if it was related
                     * to a field they can see on the screen. We accomplish this
                     * by checking whether there is a control binding in the current
                     * binding container by the same name as the attribute with
                     * the related exception that was reported.
                    ControlBinding cb =
                        ADFUtils.findControlBinding(bc, attrNameKey);
                    if (cb != null) {
                        String msg = (String)attributeErrors.get(attrNameKey);
                        if (cb instanceof JUCtrlAttrsBinding) {
                            attrNameKey = ((JUCtrlAttrsBinding)cb).getLabel();
                        JSFUtils.addFacesErrorMessage(attrNameKey, msg);
                }Now, this bit of code attempts to be "smart" and only show error messages relating to attributes if those attributes are in fact displayed on the screen. It does so by using a utility method to find a control binding for the attribute name. There are two issues with this code, one obvious, and one that is a bit more subtle.
    The obvious issue: if there is a binding in the page definition, it doesn't necessarily mean that the attribute is shown on the screen. It's a good approximation, but not exact.
    The other issue is more subtle, and led to errors being "eaten," or not shown, in our application. The issue comes if you are using an af:table to display and update your data. In that case, the findControlBinding will not find anything for that attribute, since the attribute is contained within a table binding.
    Just posting this as a word to the wary.
    Best,
    john

    somehow, this message got in the wrong thread....
    Hi Frank,
    Yes, I simply scripted it out this way to contrast the behaviour if the first attribute was read-only vs not read-only. I found the issue on a page in our app that was simply drag-and-drop the VO from the data control on the page.
    It's quite annoying, because our particular use case that hit this error is a "save" button on the page. If the commit operation doesn't return any errors (and it doesn't in this use case!), we add a JSF message saying "save successful" - then the attribute errors are further added later in the page lifecycle, so we get 3 messages: "Save successful" and "Fix this error" and "Tried to set read-only attribute" - quite confusing to the end-user when the only message they should see is "fix this error."
    At any rate, the fix is to simply re-order the attributes in the page definition - that doesn't affect the UI at all, other than to fix this issue.
    John
    it was supposed to be something like:
    Hi Frank,
    Thanks for the reply. I was simply posting this here so that people who use the SRDemo application techniques as a basis for developing the same functionality in their own apps (like me) can be aware of the issue, and avoid lots of head-scratching to figure out "what happened to the error message?"
    John

  • Issue related to Unicode character compatibility

    Request for the help on the issue related to Unicode character compatibility with Oracle 11G R2 32 Bit DB.
    Issue description: I have created a Profile in my application and named it with Unicode characters(German\Russian\Latvian…. alphabets), while opening the profile its throwing an error message “Invoice profile cannot be found in database.”
    During the Oracle database installation I have selected the Database character set as Unicode UTF-8. As per our application guide it considers only the Database characterset and not the National character set.
    Let me know if I have to still do some additional settings with respect to this globalization settings.
    Thanks,
    Brij

    I don't know what the application does, so I don't also know the profile role and what - exactly - can't be found in the database. At least 'a invoice profile' is not a native Oracle object.
    So it's not possible to analyze the application problem.
    On the database side characterset UTF8 (although I would prefer the 'newer' AL32UTF8 characterset) is appropriate in a globalized environment. What to do in the interaction between application and database - that depends highly on the application itself.
    Werner

  • Issue related to CATS

    Hi all,
    Requesting your help on the below issue related to CATS.
    Currently we use CATS to book employee hours on WBS elements and Internal orders.
    In the HR master record of the employee under the info type 0315 ( Time sheet defaults ) we assign u2018Activity type u2018 and the u2018sender cost centeru2019.
    This u2018Activity typeu2019 is defaulted from the HR master data.
    The New  requirement is to allow different  entries of u2018Activity typeu2019 i.e. we should be able to edit this field in CAT2 screen
    If the activity type above is edited with some other , it gives an error u201C Activity type entered is different from the one maintained in the HR master recordu2019.
    Is there any modifications I could make in the Data entry profile to enable this ? or any other suggestions?
    Note :1)  I have tried not to maintain info type 315 and then make entry ..but dint work.
             2) i tried to not maintain activty type in info type 315..it dint work ..same error message.     
    Requesting your valuable inputs on this.
    Thanks and regards
    Sandeep

    Hi ,
    Appreciate your help.
    But i have already tried this , it dint work.
    regards
    Sandeep

  • Issue related to CTS+ Transports

    Hello,
    We have completed CTS+ configuration on PI (EHP1 SAP Netweaver 7.0) following SAP CTS+ How-To-Guide.PI Development is Domain controller and all paths and parameters in SAP Exchange profile are maintained.
    Transport request is successfully created from PI with no errors. Also If we create empty Non ABAP transport u2013 with no object included it works fine.
    Now we are facing some issue related to release of Non ABAP transports (transport remains in status u201CRelease Startedu201D for hours and no process/file update at OS) and no export file is created in path maintained.
    For release started status issue we were able to change the status of same to modifiable after 32 hours from release started status to sort this issue.
    But we are unable to release transports successfully with these non-ABAP objects.
    Please help.
    Thanks & Regards,
    Nisha

    Thanks for quick reply Tom!
    We have performed EHP1 Upgrade few weeks back and below are SP levels - so I don't think any issue related to patch levels:
    SAP_ABA     701     0007     SAPKA70107     Cross-Application Component
    SAP_BASIS     701     0007     SAPKB70107     SAP Basis Component
    PI_BASIS     701     0007     SAPK-70107INPIBASIS     Basis Plug-In
    ST-PI     2008_1_700     0003     SAPKITLRD3     SAP Solution Tools Plug-In
    SAP_BW     701     0007     SAPKW70107     SAP Business Warehouse
    ST-A/PI     01M_BCO700     0000          -     Servicetools for other App./Netweaver 04
    I am trying to check SAP notes as well.
    Thanks & Regards,
    Nisha

  • Workflow tasks related to error processing when u201Cinvoices received via EDI"

    Hi all,
    Please tell me the process like how an workflow tasks related to error processing when u201Cinvoices received via EDI".
    Give me in details the inform.
    Thanks in advance
    Chakri

    Hi Sven,
    Please implement SAP Note: 1321676 in your backend system to solve the current issue.
    But later you will have to implement SAP Note: 1380788 also in your backend system to solve some other issues.
    Regards,
    Binson

  • X11 Issue related to Gimp 2.2

    After installing V10.5 (which went flawlessly except for this), The Gimp 2.2 no longer works....
    I have reinstalled the X11 from the V10.5 installation disk, and downloaded a new version of the Gimp, to no avail.
    Here is the error message when starting the gimp. It points to an issue related to an X11 library version, but I don't know what it means or what to do to get gimp back...
    Any ideas?
    Process: gimp-2.2 [328]
    Path: /Applications/Gimp.app/Contents/Resources/bin/gimp-2.2
    Identifier: gimp-2.2
    Version: ??? (???)
    Code Type: X86 (Native)
    Parent Process: Gimp [308]
    Date/Time: 2007-10-27 11:08:39.108 -0700
    OS Version: Mac OS X 10.5 (9A581)
    Report Version: 6
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread: 0
    Dyld Error Message:
    Library not loaded: /usr/X11/lib/libfontconfig.1.dylib
    Referenced from: /usr/X11R6/lib/libXft.2.dylib
    Reason: Incompatible library version: libXft.2.dylib requires version 3.0.0 or later, but libfontconfig.1.dylib provides version 2.0.0

    I installed the gimp 2.4 release candidate, and the gimp did start up. But, it's not too stable... it won't paste a picture, and it crashes alot... guess we have to wait... no gimp for now on OS X 10.5.

  • Where is the forum for TFS, I have found an issue related to its database I need help

    Hello,
    Where is the forum for TFS, I have found an issue related to its database I need help 
    One of the encrypted Stored Procedure is throwing an error and I have no
    idea how to fix the problem.
    EXEC dbo.InstallWorkItemWordsContains
    FOR XML could not serialize the data for node 'nt_user_name' because it contains a character (0x0000) which is not allowed in XML. To retrieve this data using FOR XML, convert it to binary, varbinary or image
    data type and use the BINARY BASE64 directive.
    Msg 3616, Level 16, State 2, Line 1
    An error was raised during trigger execution. The batch has been aborted and the user transaction, if any, has been rolled back.

    Hello,
    Here are the
    Visual Studio Team Foundation Server forums.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Hello  I don't know who to complain to as you do not appear to have a complaints department, despite searching the web, I trust you can pass this to relevant department for action, as I'm very angry over my recent repair.  Following my issue relating to a

    Hello
    I don't know who to complain to as you do not appear to have a complaints department, despite searching the web, I trust you can pass this to relevant department for action, as I'm very angry over my recent repair.
    Following my issue relating to a blank screen 2 weeks ago, your advisor arranged for my iMac to collected by Amsys, for repair and return, this was done and it was returned to me last Tuesday, onWednesday I set up my iMac again and instantly realised I had problems, much worse than before. I called Amsys to inform them of the issue of the computer being very very slow and unable to open iPhoto and pages, and document listing would not show up, plus I had no sound on the mac.They informed me that they had only replaced the video card and what they had done would have not affected the computers performance. He suggested I reinstall OSX again which I did, but this made no difference to the programs, so I called you.
    Your technician on the phone was very good as they have always been, and made an appointment for me to go into the Milton Keynes Apple store the next day at 1 pm, which I did.
    The gentleman on the Genius Bar was very good and was able to run tests on the iMac in my presence, and diagnosed immediately an issue with the sound problem, and advised me that this could not be fixed while I wait and I would need to leave it for repair. I made him aware of the previous repair, and he was able to see via your system, the list of logged issues I have had with this since purchasing in September 2012. I'm sure you can see from the way you record all calls and issues the problems I have had.
    Today I called to ask if my iMac would soon be ready for collection, I was told the repairs had been completed and it was being tested. However to my dismay, I learned of another serious issue relating to the repair carried out by Amsys. I was informed that 6 screws were missing from the the iMac internally, which caused me much distress and concern, they also told me I had to wait even longer as the screws had to be ordered and installed on arrival before I could collect it.
    My issues here are: I trusted the Amsys repairer as it was arranged and recommend by you, it is very evident they are not competent to repair, as they have caused more problems with my iMac on its return, despite enclosing a checklist, fully ticked showing everything working well, it clearly wasn't ! Plus the issue of missing parts (screws) during the repair, I have already expressed my disgust with Amsys, by email and had a response, within the hour, apologising and told me they were looking into this.
    This where I stand on this, I have not had my iMac for  almost two weeks and I do not know when I will get it back. I'm also very worried about what other damage has been caused by Amsys and the quality of my iMac now. I want to know what you, Apple is going to do about this ? I have already been very inconvenienced by this and until now I have been a very loyal apple customer with 2 iPads, and 4 iPhones in our household, not to mention the iMac.
    I feel I have been very let down by this experience, on my iMac, which cost a lot of money, I have also lost a lot of money with lost work and unable to carry out my business without it, and I will be seeking compensation.
    I trust you will take this complaint seriously and pass it to the relevant department for action.
    Yours sincerely
    Des Withey 
    Sent from my iPad
    On 26 Feb 2014, at 11:44, Apple Support <[email protected]> wrote:
    Thanks for contacting us.
    Thanks for contacting Apple Support. If you need more help later, you can open the case below or start a new support request online.
    Case ID:
    Open this case
    Sincerely,
    Apple Support
    Get help online
    Visit Apple Support to learn more about your product, download software updates, and much more.
    Join the conversation
    Find and share solutions with Apple users around the world.
    TM and copyright © 2014 Apple Inc. 1 Infinite Loop, MS 96-DM, Cupertino, CA 95014.
    All Rights Reserved / Privacy Policy / Apple Support / Give us feedback
    On behalf of Apple Distribution International

    Call Apple Customer Relations - 1-800-275-2273.  Ask politely & firmly that you want to be transferred to Customer Relations.  Tell them exactly what you stated in your post.
    GOOD LUCK!
    These are user-to-user forums where everyday folk (volunteers) post questions and offer answers (technical support) to each other.  

  • Regarding issue related to  RPTBAL00.it's very urgent

    hi All,
      i am having one issue related to RPTBAL00 report.
      this report will dispaly time wage types related to emplyoees.
      using this report we can get informtion of time wage type like 9lc1,9lg1,plwp.
    Now issue is this report is not running for payroll area 56.it's running properly for other payroll area.the pernrs realted to 56 payroll area have the data in there B2 cluster.i wanted to access data from zl table realted to 56 payroll area.
    Please help to solve this issue.
    who will help to solve this issue,i will give full points.
    Regards,
    manjunath

    i did the same thing.in standard FM hr_time_results_get,it is accessing data from B2 cluster.after that it is checking condition for the date of last successfully run period.only for pernrs related to 56 payroll area it's not wking.for all other it's wking.
    also i dnt have autorization to change std FM.

  • Issue related to Section

    Hi Experts ,
    I have an issue related to Section.
    I have an report which shows  Department Name and the employees  under each department.
    For this report, we have used "Section" on  dimention Object "Department Name".
    Now  the issue is , when this report is being exported to PDF. In PDF, for some departments , Department name is  in one page and its related employees data are in next page.
    In some cases, Department Name and first few  records  are in same page and rest of records are in next page.( Let's say in department 'X' there are total of  30 employees . So in one page its showing department 'X' and its 10 employees in same page and rest of 20 employees  of that particular department are shown in next page ).
    And in some cases , only Department Name is in last line of the bottom of the page and its related employees are shown in the next page of it.
    Can we have any option, which will show  both Department Name and its related data only on the same page?
    Please be noted that I am working on BO 4.1 version.
    Appreciate for your quick responses.

    Hi Cris,
    Check start on new page and avoid page break in section properties (right click on section block- format section).

  • Issue related to the Credit memo and S.O.

    Hi,
    I have one issue related to the Credit memo and S.O.
    We have a network of Dealers and Dealer inventory is linked with our system. When user creates S.O for Dealer1.If the item is not avail in our inventory and it is avail in any other Dealer inventory (Dealer2), then the system creates S.O wrt the Dealer2.
    In this case as the material is directly delivered from Dealer1 to Dealer2, there is no any GI in our system.
    So, the transaction with Dealer1 will be the normal as usual. But, we have to return the goods amount to the Dealer2 with any suitable way. We are considering it as a Credit memo.
    My question is, as we have created S.O wrt the partner function- Dealer1 and we are creating CR memo for Delaer2, is there any way through which we can link the se two transactions with customizing so that we need not to make any ABAP programming.
    I mean can we create Cr memo wrt S.O when the partner functions are different?
    Pl. guide me.
    Thanks,
    Roopan.

    You have an interesting Scenario.
    You can handle this scenario in multiple ways
    1. Third party Scenario (Here Dealer 1 becomes Vendor &Dealer 2 remains Customer)
    2. Order related sales & credit memo.
    3. Intercompany sales, where you represent dealers place as a plant in your system. (Not an ideal way to handle the scenario, but possible option)
    Regards,
    Rajesh Banka
    Reward points if helpful.

  • Issue related to the Excise Postings

    Issue related to the Excise Postings
    My Scenario is i have an Purchase Order with Excise Duty of 16.48%
    For Eg: Net Price(1000) + Excise Duty (16.48%) = Rs.1164.8
    my vendor gives me a Modvat of 10% i.e Rs.104.8
    but i have to pay him the total amount (i.e with excise)=Rs.1164.8
    How to do the GR with Excise & Invoice Verification??
    Wat amount will be Credited to vendor???
    How to do Excise Posting for this Scenario???
    Thanx & Regards,
    Kumar Rayudu
    Message was edited by:
            Kumar Rayudu

    Hiii Ramakrishna,,
    User doesnt know at the Time of Purchase Order that how much excise & Modvat will be getting. Only the Gross value is given in the Purchase order including all
    taxes ( No Tax Code in the Purchase Order).
    Excise Invoice and Vendor's Bill are received when the Materials are received.
    They will get the Modavat according to the Excise Invoice of the Manufacturer 
    Now while doing GR i manually give the Excise BED & Cess given in the Manufacturer Excise Invoice.
    Post the Excise Invoice before doing MIRO.
    The Problem is in the MIRO Transaction.
    At the MIRO i have selected the Tax Code with Excise.
    System is caluclating the the Excise on the PO Value i.e more than the value in the Vendor Excise Invoice (Part 1 & Part 2) and the Liablity of vendor is increased and the difference amount is posted to the material.
    Everything is going fine except the Vendor's liability and it should be value of the Purchase Order.
    How the system is caluclating the Value ???
    am i doing any wrong procedure???
    Explain me???
    Thanx & Regards.
    Kumar Rayudu

  • Will the new 10.6.8 update fix SATA3 issues related with 2011 MacBook Pros?

    Will the new 10.6.8 update fix SATA3 issues related with 2011 MacBook Pros?

    It is against TOU to speculate on these message board.  Suggest you post your question on the Mac Rumors site.
    As I already stated, there is no 10.6.8 update.  If there was, it would be listed in Software Update.

  • Performance issues -- related to printing

    Hi All,
    I am haviing production system performance issues related to printing. endusers are telling the printing is slow for almost printers. We are having more that 40 to 50 printers in landscape.
    As per my primary investigation I didnt find any issues in TSP01 & TSP02 tables. But I can see the table TST01 and TST03 table having many number of entries (more that lakh). I dont have idead about this table. Is ther eany thing related to this table where the print causes slowness or any other factors also makes this printing issue .. Please advice ..
    thanks in advance

    Hai,
    Check the below link...
    http://help.sap.com/saphelp_nw70/helpdata/en/c1/1cca3bdcd73743e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/fc/04ca3bb6f8c21de10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/86/1ccb3b560f194ce10000000a114084/content.htm
    TemSe cannot administer objects that require more than two gigabytes of storage space, regardless of whether the objects are stored in the database or in the file system. Spool requests of a size greater than two gigabytes must therefore be split into several smaller requests.
    It is enough if you perform the regular background jobs and Temse consistency checks for the tables.
    This will help in controlling the capacity problems.
    If you change the profile parameter rspo/store_location parameter value to 'G' this will make the performance better. The disadvantages are TemSe data must be backed up and restored separately from the database using operating system tools, In the event of problems, it can be difficult to restore consistency between the data held in files and the TemSeu2019s object management in the database. Also you have take care of the Hard disk requirements because in some cases, spool data may occupy several hundred megabytes of disk storage. If you use the G option, you must ensure that enough free disk space is available for spool data.
    Regards,
    Yoganand.V

Maybe you are looking for

  • What is "Type of Legal Code" in legal regulation setting used for?Thanks

    There are several  options for "Type of Legal Code" in legal regulation settings.What are they used for? We found that if "others" is selected in this field for certain legal regulation, this legal regulation can't be found in the configuration of "A

  • Getting error in pck

    Hi all, I have configured sender file adapter in pck. When i checked communication channel monitoring am getting this error. "<b>Error: com.sap.aii.af.ra.ms.api.ConfigException: Failed to read channel configuration. Reason: Value with name NumberRetr

  • If condtion checking in doGet()

    Hello techies, Iam very new to servlets. My problem is I want take 2 arguments from htm file. If i did not give the arguments from html file it will show " uhave to pass the following arguments" Iam able to get connection with the database server and

  • Files in my pen drive somehow turned into .Ink files.

    Files in my pen drive somehow turned into .Ink files. They were working fine before that, and i only used my macbook. Did not copied any windows files and i didn't use a pc. How can i get my files back?

  • 'Save As' to JPEG format (or to TIFF)

    The 'Save As' command produces 20 different file format options to choose from. When 'saving as' to the default PSD format, the selection is obviously quick and easy. However I mostly 'save as' to JPEG format or TIFF format and it is awkward to make