No DB freespace check possible

Hi,
We are in the process of upgarding our landscape to 4.7 from 4.0b and
currently carrying the upgrade on DEV system to identify the
functionalities. We have successfully upgraded the oracle from 8.1.7 to
9.2.0. We have started the prepare and got the following error in the
Initialization phase. Error: No DB freespace check possible, code -4
SEVERE ERROR(S) OCCURED IN SPACECHK_INI. We have referred checks.log
and no useful information found. We appreciate your help to proceed
further on this. Here is the checks.log
=======================================================================
Starting new execution of PREPARE modules
     Initialization
at 20080409003106.
#=======================================================================
   #====================================================#
Requests and information for module Initialization #
   #====================================================#
INFO:    The version check of the R3trans in your active SAP kernel
         determined that it has a sufficient level.
         No update of R3trans is necessary.
INFO:    The version check of the disp+work in your active SAP kernel
         determined that it has a sufficient level.
         No update of disp+work is necessary.
Thanks & Regards,
Krishna.

Hello Krishna,
Kindly check in DB02 and DB12.
Also check the space on O.S. level.
Provide the points if issue solve.
regards,
Rohit Mehta

Similar Messages

  • Is ATP check possible in Service Order for Sales Item?

    Hi All,
    My question, is ATP check possible in Service Order for Sales Item? My requirement is that when i create a service order in the web UI with a sales item and drill down to the item level, i see the schedule lines assignment block but w/o any Confirming date, so i want to know whether the ATP check is happening or not. For example wen i create a sales order in web UI with a sales item and drill down into the item level, the schedule line AB shows me the Confirming date checking the ATP. But this is not happening in case of service order. So kindly suggest the reason and clarify my query. Thanks
    Regards
    Sridevi

    Nobody can help me???
    Please.
    Thanks

  • External OS command script in file adapter - return value check possible?

    Is it possible to check return value of external OS script execution which is called in the file adapter? We want to see the result in the adapter monitoring. The documentation says: "Message processing is independent of any errors that occur during the execution of a configured operating system command."

    Hi Sanjay ,
    Seems possible : Try this :
    /people/michal.krawczyk2/blog/2005/08/17/xi-operation-system-command--error-catching
    Regards ,

  • Do it exist a FM to check possibility of convertion between different type?

    Hi all,
       We have usually met the problem of DUMP when moving or writing a data type of a variable to an other variable which haven't the same data type as data type of moved variable.
       For example:
           - var01 type char10 with content "char_test".
           - var02 type QUAN.
           - MOVE var01 TO var02 => DUMP (because program can't convert "char_test" into QUAN type).
           (we can use instruction WRITE var01 TO var02 to avoid a DUMP, but after, when we use this var02 to compute => DUMP also occurs).
    So could you please tell me if it exist a Function Module in ABAP to check the possibility of conversion between different data type?
    Thanks a lot in advance,
    Vinh Vo

    Dear Vinh,
    Field symbol should solve your problem. In case that does not work, then as per your requirement you can check for conversion using a try-catch block. The code below should give you an idea.
    DATA: var01 TYPE char10 VALUE 'char_test',       " CHAR or any other type
               var02 TYPE quan1.                                   "Field of type QUAN
    TRY.
        MOVE var01 TO var02.
      CATCH cx_sy_conversion_no_number.
        WRITE 'Steps in case conversion is not possible'.
    ENDTRY.
    WRITE / var02.
    The above code will not dump in case of conversions to QUAN. In case a conversion to any other format is required, there will be a similar errors. Please let me know if you need any further help.
    Regards,
    Nimish

  • File check possible ??

    Hi experts,
                    I need to find the existence of the file at specific location...is it possible
                   <<text removed by moderator>>
    thnx in advance.
    Edited by: Matt on Feb 28, 2009 7:04 PM - Please do not offer rewards or points

    Hi,
    for seeing the file in the application server you will get it from AL11.
    existance of the file in the persentaion server check this
    How to find the existance of a presentation server file
    for existance in the application server check this
    search file in application server
    application server
    hope this will useful to you.
    Regards!

  • AHT wont run, checking possible RAM problem

    I suspect a problem with my RAM do to the fact that it crashes often, and upon restarting the Apple Report indicates possible memory corruption. I decided to try and confirm this theory by running an Apple Hardware Test (AHT). This would be an appropriate time to mention I have a mid 2011 iMac 21.5" with a 2.8 GHz Intel Core i7 with 16 GB RAM running on OS X Version 10.9.2. Unfortunately holding down the "D" key did not work. My next attempt I held down "Option+Command+D" with the same results. My two questions are: how do I check my RAM, Why wont AHT run?

    Hey,
    Per http://support.apple.com/kb/ht1509 holding down D will only work if the machine shipped with OS 10.7 or later. If your mac shipped with an earlier version of OS X then AHT will be located on the second install disk. If you are still unable to get the tests to run you may want to setup a Genius bar appointment and have the computer looked at.
    Thanks,
    Ludeth

  • Is Spell check possible in OAF Applications

    Hi,
    This is a typical question but need to be get clarified
    Does OAF Application has the property of spell check . And if it is there how can we achieve that.
    Regards,
    Krishna

    Hey, hows it goin?
    Just to say all bets are back on!
    Right click the desktop icon
    Run as Administrator
    Uncle Bob!!!
    Works for me anyway! Good Luck!

  • Error at "spacechk_ini" phase with SQL ERROR 942: ORA-00942

    Dear support,
    I am posting this problem again in upgrade forum as i am still dont have proper answer.
    We are performing upgrade from 4.0B (4.0B Ext kernel level 996 , windows 2000 Oracle 9.2.0.5  ) to 4.7 Ext 2.00 SR1. I have upgraded my database from 8.1.7.4 to 9.2.0.5 as prerequisite for upgrade.
    While performing Initialization module we got below error
    " No DB freespace check possible code -4 "
    When i analyzed slog found below error
    Phase SPACECHK_INI:
    ERROR: Statement: SELECT "TABLESPACE_NAME", "BYTES"/1048576 FROM SYS."DBA_TEMP_FILES" WHERE "BYTES" >= 1048576
    ERROR: SQL ERROR 942: ORA-00942: table or view does not exist
    ERROR: Statement: SELECT "TABLESPACE_NAME", "BYTES"/1048576 FROM SYS."DBA_TEMP_FILES" WHERE "BYTES" >= 1048576
    ERROR: ERROR 256: invalid cursors id
    ERROR: SQL ERROR 942: ORA-00942: table or view does not exist
    have observed one more thing at my database ( which is now upgraded to 9.2.0.5 as prerequisite for upgrade to 4.7)
    select * from dba_temp_files;
    no rows selected.
    But when i run same querry to my another server which is 4.7 oracle 9.2.0.5 i get output as list of datafiles with PSAPTEMP tablespace.
    I think problem might be this fixed tables/view dba_temp_files is showing no rows as PSAPTEMP tablespace.Also we cannot add any value to this table as it is fixed tabel/view.
    How we can troubleshoot this?
    I would also like to inform in my 40 B database PSAPTEMP tablespace is dictionary managed after upgrade to 9.2.0.5 but
    In another server which is 4.7 9.2.0.5 , PSAPTEMP tablespace is locally managed
    May be this is the problem why my dba_temp_files showing nothing.
    Do i need to perform DMTS to LMTS for psaptemp tablespace.so that my dba_temp_files view will show me psaptemp tablespace under it?
    Can anybody suggess something on the same at earliest ?
    Best Regards,
    AjitR

    Markus ,
    Thanks for reply but i have performed database refresh of my DEV server long time back. Now as part of upgrade i have also performed Oracle upgrade from 8.1.7.4 to 9.2.0.6 . Now how can i bring data in dba_temp_files.
    Shouls i go for drop and recreate PSAPTEMP tablespace option.
    Please guide me in detail as i cannot restore backup from any other server to DEV because database already upgraded.
    Best Regards,
    AjitR

  • Check Receipt customer in FBCJ error in creating present checks

    Hi
    I am using check receipt tab for the customer payments in cash journal fbcj.
    Entering the transaction details of business transaction"Customer payment", check number, check issuer, bank key, customer number and profit center fileds.
    after entering the above details i am able to post the document.
    Entry generated:
    40   Cash A/c Dr
    15      To Customer A/c
    after selecting the check,
    i posted by selecting the tab "present checks"  and entered the business transaction " payment to bank" and the bank G/L account number.
    here i am getting an error saying "Balancing field profit center in line item 001 not filled"  message no.GLT2201.
    Diagnosis "The field Profit Center marked as balancing is not filled with any value in line item 001, even after document splitting."
    please suggest a way
    with regards
    siva

    Hi Siva,
    Please check possible reasons/solutions:
    1) Please check if both GL Accounts are assigned to the same item category i.e. 04000.
    Please review note 922743 and correct your customizing in accordance with same.
    If not, then consider:
    2) This can be the standard design which is explained in note 527179:
    "In the follow-on document, however, the system copies this account
    assignment to the cash line item.This is not correct since the funds and
    the profit centers for the cash line item are to be derived from the G/L
    account assigned to cash journal."
    So, once the note is applied, the profit center will not be transferred
    to the cash journal account. The profit center will be always derived
    from the G/L account master record. This is not an error but the
    normal system functionality as explained in the note.
    You could use a substitution or Open FI to update the Profit Center in
    the document posted with cash journal as a possible workaround to solve
    this.
    I hope it helps.
    Best Regards,
    Vanessa.

  • Cisco ISE - Posturing of a Linux Endpoint - Is it possible?

    We have a customer who wants to implement Cisco ISE and one of their requests is to posture Linux endpoints in addition to Windows endpoints.
    They have a set of system checks that they perform on Linux machines (catered towards RedHat) which they would like to be performed by ISE.
    From what I know prior to researching for this request was that the NAC agent is only compatible with endpoints running Windows or Mac OSX.
    Digging around, Linux endpoints are postured with a 'default-posture' status and thus an accompanying authorization profile must be set for 'default-posture'. I can't seem to find how to perform file checks, service checks, etc. on a Linux endpoint. Are these type of checks possible with Cisco ISE posture assessment on a Linux endpoint?
    One item that I found is to use the Host Scan package within the AnyConnect Posture module on a Linux endpoint.
    I see this as defeating the purpose of centralizing posturing on the ISE since the AnyConnect and ASA will be doing the posture checking.
    Any thoughts? Thanks in advance.

    Hello Alberto, posture assessment is not yet supported with ISE/AnyConnect. For more info check out the posture section in the ISE 1.3 Admin Guide:
    http://www.cisco.com/c/en/us/td/docs/security/ise/1-3/admin_guide/b_ise_admin_guide_13/b_ise_admin_guide_sample_chapter_010111.html
    Thank you for rating helpful posts!

  • CRM integration possibility with gATP through ECC

    Hey Gurus,
    We would like to setup the integration between CRM (731), ECC (606) and gATP.
    But I will NOT setup gATP integration directly with CRM. But rather CRM sales order replicated in ECC, ECC should perform the ATP check by calling gATP. Afterwards the ECC sales order replicates back to CRM. Then CRM get the ATP result from gATP indirectly.
    And it should not requires performing ATP check manually in VA02 after CRM order replicates to ECC.
    Has anyone experience such indirect integration between CRM and APO/gATP?
    Thanks,
    Br,
    Ying

    Hi Bala,
    Thanks for the input.
    While we have the RFC and Logical setup between ECC<->SCM.
    And data exchange between CRM and ECC has also been established.
    Currently we can run ECC-APO gATP integration.
    The thing is we want to integrate CRM into this gATP check through ECC.
    As you mentioed: RFC and connections between ECC - APO- CRM, do you mean besides ECC <-> SCM/APO connection, we should also setup the RFC and logical system connection in bi-direction between CRM <-> SCM/APO?
    From CRM side, there is one customization about ATP check - "ATP Profile", it can be set as "ECC ATP check" or "No ATP check". (we do not want to use "APO ATP check" profile in CRM).
    Based on your experience, which one of the scenario/ATP check possibility would work out for the delayed ATP check scenario?
    Looking forward to your further input.
    Thanks,
    Best regards,
    Ying

  • Authorisation Check during CO-Retraction

    Hi,
    I am retracting CO-Data (CCA and OPA) from BW-BPS to CO. All went well until hierarchy-authorisations for InfoObject 0COSTCENTER have been activated on the planning-cube.
    In the planning level/package the selection for InfoObject 0COSTCENTER is 1-ZZZZZZZZZZ.
    This value will be delivered for authorisation check during CO-retraction.
    When checking hierarchy-authorisations, the explicite value ':' for 0COSTCENTER is expected. So I changed the selection in the planning area to 1-9999999999, ':' and A-ZZZZZZZZZZ.
    But the value ':' will be deletet during the preparation for the value check (RSSB_AUTHORITY_VAR_CHECK). So the hierarchy-check does not work properly.
    Please give me any advise, how to make authorisation check possible.
    Greetings Andreas

    Hello Andreas,
    as always the BPS selection needs to be a subset of your authorizations. You seem to select all cost centers so a hierarchy authorization is not enough.
    - Do an authorization trace in RSSM and check the log
    - Adapt the BPS selections or use a BPS authorization variable
    Regards,
    Marc
    SAP NetWeaver RIG

  • Checking for file conflicts: could not get filesystem information

    When I try to install a new package with pacman 4 I got the following warning just after pacman has done "checking for file conflicts":
    warning: could not get filesystem information for /var/lib/ntp/etc/resolv.conf (deleted): No such file or directory
    After the warning message is printed, the installation continues normally.  This warning message has never shown up before.
    I have ntpd running in a chroot as a non-root user (instructions).
    I am wondering if anyone else gets the same warning message and if this 'problem' can be solved.
    I forgot to say: the file is still there according to ls and is not empty, but the contents differs form the /etc/resolv.conf-file.
    tim@tim-notebook:~$ cat /var/lib/ntp/etc/resolv.conf && echo && cat /etc/resolv.conf
    # Generated by NetworkManager
    # Generated by NetworkManager
    nameserver 192.168.1.1
    Last edited by timothy (2012-01-19 00:15:51)

    I'm not sure how to do that or I do not know exactly what you mean.
    tim@tim-notebook:~$ pkgfile -gs "*etc/resolv.conf"
    core/filesystem
    extra/archboot
    But you probably already knew that.
    Running pacman with the --debug option did not gave me any more clues.  All I know now, is that this message is printed when the moundpoints are examined:
    stderr 'pacman -Syu--debug' output wrote:(...)
    debug: checking possible conflict: /var/lib/
    debug: file is a directory, not a conflict
    debug: checking available disk space
    warning: could not get filesystem information for /var/lib/ntp/etc/resolv.conf (deleted): No such file or directory
    debug: mountpoint: /var/lib/ntp/proc
    debug: mountpoint: /var/lib/ntp/lib
    debug: mountpoint: /var/lib/ntp/etc/services
    debug: mountpoint: /tmp

  • Which availability check procedure will be approprite for Pharma industries

    Hello All,
    I am working with a Pharma client.
    Please suggest me which availability check procedure will be approprite for Pharma industries.
    Depending ATP or On Product Allocation.
    Thanking you in anticipation.
    Regards
    Venkat

    Hi,
    ATP is a basic availability check which have limited functionality. GATP is a more dynamic checking which is suitable for real-time availability check, which is more appropriate for pharmaceutical industry.
    The basic differences between the two checking systems are:
    APO GATP:
    - Check for several Online Transaction Processing (OLTP)
    - Uses Live Cache Technology
    - Advanced Basic method
    - No restriction for combination of basic methods
    - Rules-based substitution
    - ATP check in several locations ("global")
    - Advanced backorder processing
    - Call of production possible
    ERP ATP:
    - Check possible only in an ERP system
    - Uses database tables or shared buffer (ERP server)
    - Basic methods
    - Restriction for combinations of basic methods
    - Standard substitutions
    - Check only in one location
    - Restricted backorder processing
    - No call of production possible
    This topic has been discussed before in the forum.
    You may find the following thread relevant to you:
    GATP
    Thanks.

  • How can i display warning messages in user exit EXIT_SAPLMGMU_001 (MM02)

    Hi all,
    while modifying the material master using MM02, i have added new conditions to display messages in user exit EXIT_SPALMGMU_001.
    But using this user exit i am not able to display warning messages.
    Can you please help me with this?
    Sample code which i have included in exit :
    SELECT SINGLE mstav FROM mara
    INTO w_mstav
    WHERE matnr = wmara-matnr.
    IF wmara-mstav NE w_mstav.
    IF wmara-mstdv NE sy-datum.
    wmara-mstdv = sy-datum.
    MESSAGE w177(z03_mm) WITH text-s04 text-s21.
    ENDIF.
    ENDIF.
    Thank you all in advance.

    As written in the SAP documentation of the Enhancement , you can only raise error message using a
    MESSAGE .. RAISING APPLICATION_ERROR.
    You could manage the "warning" yourself, sending an error first time and keeping a trace of the check in some STATICS variable, and not raising the error again if data input remains unchanged between two call of the include.
    <i>----
    EXIT_SAPLMGMU_001
    Where Is the Customer Exit - EXIT_SAPLMGMU_001 called?
    The customer exit is in function module MATERIAL_UPDATE_ALL. The
    function module checks the data for errors (logical relationships,
    foreign keys, fixed domain values, and so on) when the material master
    is updated.
    Use
    o New fields
    You can make checks possible for new fields of your own. These
    checks must be identical to the checks that you carry out for your
    new fields in online maintenance.
    o Existing fields
    For existing fields, you can extend and intensify the checks.
    You can also change data for descriptions and general material data
    (MARA). For example, the descriptions can be generated from attributes
    of the material.
    Limitations
    You cannot bypass existing checks.
    Interface to Application
    The respective data of the current logical transaction is contained in
    the structures, for example, in structure WMARA for MARA. Nonrelevant
    structures are transferred with their initial values.
    General material data that can be changed (CMARA) has the structure
    MARU. This MARA view contains fewer internal fields than MARA itself. If
    WMARA is filled, CMARA is also filled when accessed.
    The customer exit contains the exception APPLICATION_ERROR for your
    self-defined error situations.
    Using the language element MESSAGE .. RAISING APPLICATION_ERROR, you can
    terminate the current (logical) transaction and display your message in
    the log. </i>
    Regards

Maybe you are looking for

  • Font smoothing issue between built-in display and external

    Ok, this one is a bit tricky to explain, but here we go. I have a Macbook 2.2 C2D and a 24" FHD2400 Gateway LCD which I connect using the mini-DVI port. My problem is that any applications I start with the external display plugged in have slightly "t

  • How can i determine the working path within the jdeveloper9 project?

    hello my directory structure as following: D:\myjava\testWorkspace D:\myjava\testWorkspace\Project1 D:\myjava\testWorkspace\Project1\src D:\myjava\testWorkspace\Project1\public_html D:\myjava\testWorkspace\Project1\classes in my program,i have follow

  • Which is better N82 or N95?

    i want to buy a new phone which has a good camera and music player with ease of use and durability. am confused between N82 and N95. can anyone pl advise which one to go for among these or any other model? Thanks,

  • MDX - MIN Function Help

    I just have 2 dims (Measures and Segment). The below formula is on my Measurs member 'Min $/Yd'. My data is loaded to 'Dollars' member. When I retrive on spreadsheet the below MDX gives me the MIN of the entire Segment dimension rather than the MIN o

  • Intra company STO via delivery

    Hi, can someone pls explain when should one go for STO with delivery in case of Intra company stock transfers. pls explain the real practical situation when I shuould go thru the Delivery route instead of NO delivery. Thanks in advance.....