Error Message While Saving Data : ORA-00372

Hi,
I am Getting this Error Message while Saving the data from frontend.
ORA-00372: file 5 cannot be modified at this time
ORA-01110: data file 5: '/db/d401/CHG_arsystem_01.dbf'
Thanks.

This might be the case when DBA is trying to make tablespce read only and some transaction is waiting for commit read only command is in hang state.
Check with your DBA to know the datafile status.
Dilipkumar Patel.

Similar Messages

  • Error message while saving Webapplication

    Hi Experts,
    I'm learning SAP BI from SAP Help.
    while trying to do create a web application i have struct up with a message while saving the web application "RSOBJS 171 Unable to generate History Entry" .
    and when i'm trying to execute it is showing the below message in the BEx Launcher
    " Exception in BI runtime
      Initial cause
      Message:
      No message was provided.
    Stack trace:
    java.lang.ClassCastException "
    can anybody help what i should do to proceed further and execute the application.
    thanks in advance.
    Regards,
    Pavani.

    Hi Pavani,
    Please look over the notes: 944370 & 573284.
    Symptom:
    When saving an object (Query, Workbook, Webtemplates) in BI 7.0 system using BEx Tools, the user receives a message saying "Unable to generate history entry".
    Additionally, the user does not see any History entry in Web application designer, and the open dialog shows no history entry in any of the BEx tools.
    Other terms
    Reason:
    Personalization has not yet been activated in the current BW system.
    Solution:
    - Logon to SAP GUI
    - enter t-code RS_PERS_ACTIVATE to go into Activating Personalization in BEx view.
    Here you select all check-boxes and Execute (F8).
    Relogon to WAD and you'll not get that error.
    Cheers,
    Nhan Phan

  • Error message while saving the sales order

    hi all,
    i have maintained a material material master, sold to  etc  pr00 conditions maintained, schedule line is determined correctly  but i am still getting this message while saving the order
    "Product 234345 does not have schedules assigned. Contact system administrator
    Message no. ZV276"
    can anybody help?
    Sa

    Suman,
    i would suggest you please sit with your abaper he can might be solved your issue.
    because Message no. ZV276 seems to be comes from user-exit which you implement for VA01/VA02 Tx.
    Amit.

  • Error message while saving a sales order "Product 10069995 does not have sc

    hi Friends,
    i am creating an order , enter the material,quantity, batch , correct price everything etc etc. while saving the order it gives an error message "Product 10069995 does not have schedules assigned"

    Hi Suman
    Use transaction code OMJJ and check the "Allowed Transactions" for customizing movement types.
    Kalpesh

  • Error message while doing data migration

    Hi all
    When im doing data migration for material master through Z transaction ,it is updating global DIR documents for material while doing this ,im getting the error and  the transaction is stopped intermediately the error message is CHANGE MASTER STATUS DOES NOT ALLOW CHANGES no error message number.
    Kindly sujjest where is that error is coming,it would be very helpful

    It seems you are using engineering change management and your change number's status is not proper (CC01, CC02, CC03; table AENR).
    Configuration of the status is in T419S (use SM30 + T419S) - but I guess the problem is about your change number not about config...
    How your Z-program is working, we don't know; contact the responsible functional/technical consultants.
    Edited by: Csaba Szommer on Aug 19, 2011 8:41 AM

  • Error message while loading data from data mart

    Please can some one help on this.
    While loading data from one cube to another (I am actually creating a backup of original cube) for 1 record I am getting the error message " internal error occured with time split" The long text of error message says Message no. RSAU101

    Take a look at this thread:
    Internal error occured with time split
    Hope it helps,
    Gilad

  • Error message while saving cryrstal report

    Hi Experts,
    following error message occured while safing a crystalo report:
    "an error occured while safing and/or publish. The return code 503 was returned from the server. Report ID entered is invalid"
    in the pop-up "Save to BW options" I have choosen "automatically publish to Enterprise" and I named my report IBU_TLS_EAM. should I have to choose another name? and if yes, why? I am asking because of the error message saying "report id entered invalid".
    thank you in advance and regards,
    H.-J. Kersten
    note: I tried it again with the name "test" instead of "IBU_TLS_EAM" and while saving now it showed the error message "an error occured while safing and/or publishing. The return code 471 was returned from the server"
    Please help
    Edited by: Hans-Joerg Kersten  on Feb 26, 2009 3:00 PM

    Please re-post if this is still an issue to the Business Objects Forum or if you have a valid support contract create a case on line

  • User exit to send error message while saving UD - QA11

    Hi all,
       We have a requirement to check the UD code and the stock posted when the user clicks the "Save" button in QA11.
    i have checked with the available qeva0001 - qeva0010 user exits - but none seem to satisfy my requirement. can anyone kindly guide me through this.
    reg
    madhu

    Please share your Solution.   Same problem here.
    Thanks & Regard.
    Pradip Patel.

  • Error message while loading

    Dear Friends,
    i am getting error message while loading data in the cube, yesterday i got the same error message while loading ODS
    the error message is as follows:
    Value '差旅费 - ERIC BADEN - MEETING WITH E&Y & AYKIM     ' (hex. '5DEE65C58D390020002D002000450052004900430020004200') of charac.
    Thank you
    Mohammad Riaz

    Hi
    It seems that some updates were done on the source system side and whicle entering the value so character has been enetered which is not identifed by the Bw system.
    The data has to be corrected in the source system, you will have to confirm it with your client that what the data should be and for the tiem being you can load it till PSA and correct the data in PSA, and push it manually.
    Give the PSA details to your client, it will conatin the data in source system format, and they will know what value has to be changed.
    Hope this helps
    Regards
    Shilpa

  • Error while saving date value in Java dictionary

    Hello Everybody,
    I got following error while saving date value in one of the fields of the Java table.
    Internal error occured in submit request: Error in method updateRequestContact : The object of type java.sql.Date with the value '2005-12-04 08:00:00.0' assigned to host variable 9 is not normalized. It must not contain time components in the time zone running the virtual machine.
    I can't find why it is taking time value in the date object.
    This value is coming from the RFC as a date value, and I am saving this value in Java dictionary table.
    Same code for this was working fine earlier. But, now suddenly it gives error like this.
    Even if I provide date on the screen from webdynpro application, this date value can't save in the Java dictionary and gives same error.
    What should be the problem behind this?
    Regards,
    Bhavik

    Hi Satyajit,
    I am getting date value from the screen of the webdynpro application from date picker control and passing this value in Java dictionary.
    More Information:
    I have dat value in the Date object: <b>target_date</b>
    But Now I have made new Date object as following:
    Date target_Date1 = new Date(target_date.getYear(),target_date.getMonth(),target_date.getDate());
    Then I am passing this object to Java dictionary. Still it gives same error.
    Then I have changed code as following:
              int l_year;
              int l_month;
              int l_days;
              l_year = target_Date.getYear();
              l_month = target_Date.getMonth();
              l_days = target_Date.getDate();
         Date target_Date1 = new Date(l_year,l_month,l_days);
    Now it works for me.
    But I guess this is not the perment solution. It looks very strange. I have used so many date objects at various palces. So, this solution is not the final for me.
    I want to findout the main cause of it.
    One more thing: This code was working for a mornth or two. But, now suddenly it is giving this error.
    Please help me if anybody knows.
    Regards,
    Bhavik

  • I get error message iTunes could not sync calendars to iPhone because an error occurred while merging data

    I get error message iTunes could not sync calendars to iPhone because an error occurred while merging data on my wifes phone how do you correct problem without losing calendars info on phone.

    One thing that might help.
    1. open itunes preferences from the edit menu and click on the devices tab.
    2. check the box to disable syncing for iphones connected to itunes and click ok.
    3. Then click the button to reset sync history.
    4. Now click ok to close the preferences window.
    5. connect the iphone to itunes and go to the info tab.
    6. scroll to the bottom of the info page and check the box to replace the ical data on the iphone.
    7. then click apply on the bottom right of itunes.
    This will overwrite any events on the iphone, including any events that has become corrupted.
    Hope this helps

  • ORA-12705 Error Message while trying to connect to the DB

    A colleague of mine has been trying to connect to the DB through PL/SQL Developer. The error message returned is :
    ORA-12705: invalid or unknown NLS parameter value specified
    Checked the registry for NLS_LANG which is set to NA. I did that because the ORA message references the NLS_LANG parameter. However, I doubt that is the problem. Went about to create a new TNS Name entry through Oracle NET Manager and get the same Error Message while performing the TEST function.
    Any clues ? I am clueless at this point.

    This can occur with any NLS_ environment variable of registry value.
    Your assertion ' the ORA message references the NLS_LANG parameter' is incorrect.
    You can set NLS_TERRITORY, NLS_DATE_FORMAT etc, etc, etc.
    The order of precedence is environment variable, registry, Oracle provided default.
    To find out what is going on set every NLS related environment variable to the empty string.
    In sqlplus
    select * from v$nls_valid_values
    will show you what can be set,
    This error will also occur when you installed the software with English as the only language.
    SQL developer doesn't use tnsnames.ora
    The new tnsname entry has nothing to do with it.
    You have an incorrect environment variable or registry value somewhere
    (in HKLM\software\oracle)
    Sybrand Bakker
    Senior Oracle DBA

  • Error Message while adding Item in Item Master Data- [Microsoft][SQL Server Native Client 10.0][SQL Server]Conversion failed when converting the nvarchar value 's008 01' to data type int. (CINF)

    Dear Experts
    I am getting the following error message while adding item in Item Master data. I have modified the following SBO_SP_transactionNotification in SQL server after that could not able to add the item
    ALTER proc [dbo].[SBO_SP_TransactionNotification]
    @object_type nvarchar(20),                      -- SBO Object Type
    @transaction_type nchar(1),               -- [A]dd, [U]pdate, [D]elete, [C]ancel, C[L]ose
    @num_of_cols_in_key int,
    @list_of_key_cols_tab_del nvarchar(255),
    @list_of_cols_val_tab_del nvarchar(255)
    AS
    begin
    -- Return values
    declare @error  int                       -- Result (0 for no error)
    declare @error_message nvarchar (200)           -- Error string to be displayed
    select @error = 0
    select @error_message = N'Ok'
    --    IF @OBJECT_TYPE = '59' AND (@TRANSACTION_TYPE = 'A' or @TRANSACTION_TYPE = 'U')
      BEGIN
       IF EXISTS(
        SELECT T0.Price FROM IGN1 T0
        where  IsNull(T0.Price, '0') = '0' and T0.DocEntry = @list_of_cols_val_tab_del)
       BEGIN
        SELECT @ERROR=1,@ERROR_MESSAGE='Please insert the price !'
      END
    end
    -- Select the return values
    select @error, @error_message
    end

    Hi Rathna,
    Just put the SP like this, without the -- before the IF. A -- marks the line as a command therefore you need to uncomment and it will work.
    IF @OBJECT_TYPE = '59' AND (@TRANSACTION_TYPE = 'A' or @TRANSACTION_TYPE = 'U')
      BEGIN
       IF EXISTS(
        SELECT T0.Price FROM IGN1 T0
        where  IsNull(T0.Price, '0') = '0' and T0.DocEntry = @list_of_cols_val_tab_del)
       BEGIN
        SELECT @ERROR=1,@ERROR_MESSAGE='Please insert the price !'
      END
    end
    Hope it helps

  • TS2634 My problem - when syncing and error messages  comes up:  iTunes could not sync calendars to the iPhone because an error occurred while margin data."  I've tried turning the phone off and back on, & tried both USB ports but get the same thing.  What

    My problem - when syncing and error messages  comes up:  iTunes could not sync calendars to the iPhone because an error occurred while margin data."  I've tried turning the phone off and back on, & tried both USB ports but get the same thing.  What can I do next since it doesn't give me even one clue as to what the error would be?

    Before I started to resync calendars one by one as suggested in the troubleshooting article, I remembered something that came up in a sync when I first attempted :  a 'which one do you want to keep' message about a repeating calendar event, which came up with three options, one from Calendar, and two from iCal on the phone.  I deleted that event, then went through the calendar resync one by one, and all seems OK now.
    In Music there is a way to find 'ghost' items that show up as grayed-out on the menus, so that you can try to reassociate or delete them.  It would be nice to have a similar way to work with Calendar!
    Thanks for pointing me to the right article.

  • Message "iTunes could not sync contacts to iPhone because an error occurred while committing data"

    Hello all. I recently replaced the HD in my MacBook Pro. Just after, I retrieved my old files from the Time Machine backup, which I made just before the replacement. During the first sync of my iPhone via iTunes and while I was trying to sync my contacts I saw the message "iTunes could not sync contacts to iPhone because an error occurred while committing data". After that, I lost my iPhone contacts (I have them only from iCloud). The only problem is contacts, all the others (Calendars, Apps) are normally syncing. Does anybody has a solution? Thanks in advance!

    hello,
    There was a similiar posting that I have seen from others and they found out that the back up was bad. https://discussions.apple.com/message/6139533#6139533
    I would use a previous backup (earlier one) to the one you have tried to just do.

Maybe you are looking for