Dump while Select files - Confirm Target step in MOPZ

Hi All,
I'm getting dump while trying to confirm files in mopz. This is in the step confirm target.
Please see this link, issue exactly what we have but the notes cannot be implemented which is in this link Maintenance Optimizer: "Value loss during allocation"
Kindly have a look on below dump
Category               ABAP Programming Error
Runtime Errors         CONVT_DATA_LOSS
Except.                CX_SY_CONVERSION_DATA_LOSS
ABAP Program           CL_MO_SMP_ADAPTER=============CP
Application Component  SV-SMG-MAI
Date and Time          16.12.2011 00:32:20
     Short text
          Value loss during allocation.
     What happened?
          Error in the ABAP Application Program
          The current ABAP program "CL_MO_SMP_ADAPTER=============CP" had to be
           terminated because it has
          come across a statement that unfortunately cannot be executed.
     What can you do?
          Note down which actions and inputs caused the error.
          To process the problem further, contact you SAP system
          administrator.
          Using Transaction ST22 for ABAP Dump Analysis, you can look
          at and manage termination messages, and you can also
          keep them for a long time.
     Error analysis
          An exception occurred that is explained in detail below.
          The exception, which is assigned to class 'CX_SY_CONVERSION_DATA_LOSS', was not
           caught in
          procedure "GET_2ND_CHECK_RESULT" "(METHOD)", nor was it propagated by a RAISING
           clause.
          Since the caller of the procedure could not have anticipated that the
          exception would occur, the current program is terminated.
          The reason for the exception is:
          Value "01200314695000002461|01200314694900013074:01200314694900009502|" was
           allocated in a field which is not long enough.
          Therefore the target field could not store all information of
           "01200314695000002461     01200314694900013074:01200314694900009502     ".
     How to correct the error
          Probably the only way to eliminate the error is to correct the program.
          If the error occures in a non-modified SAP program, you may be able to
          find an interim solution in an SAP Note.
          If you have access to SAP Notes, carry out a search with the following
          keywords:
          "CONVT_DATA_LOSS" "CX_SY_CONVERSION_DATA_LOSS"
          "CL_MO_SMP_ADAPTER=============CP" or "CL_MO_SMP_ADAPTER=============CM00A"
          "GET_2ND_CHECK_RESULT"
          If you cannot solve the problem yourself and want to send an error
          notification to SAP, include the following information:
          1. The description of the current problem (short dump)
             To save the description, choose "System->List->Save->Local File
          (Unconverted)".
          2. Corresponding system log
             Display the system log by calling transaction SM21.
             Restrict the time interval to 10 minutes before and five minutes
          after the short dump. Then choose "System->List->Save->Local File
          (Unconverted)".
          3. If the problem occurs in a problem of your own or a modified SAP
          program: The source code of the program
             In the editor, choose "Utilities->More
          Utilities->Upload/Download->Download".
          4. Details about the conditions under which the error occurred or which
          actions and input led to the error.
          The exception must either be prevented, caught within proedure
          "GET_2ND_CHECK_RESULT" "(METHOD)", or its possible occurrence must be declared
           in the
          RAISING clause of the procedure.
          To prevent the exception, note the following:
     System environment
          SAP Release..... 702
          SAP Basis Level. 0004
          Application server... "OMEGASOL"
          Network address...... "172.16.1.13"
          Operating system..... "Windows NT"
          Release.............. "6.0"
          Hardware type........ "4x AMD64 Level"
          Character length.... 16 Bits
          Pointer length....... 64 Bits
          Work process number.. 5
          Shortdump setting.... "full"
          Database server... "OMEGASOL"
          Database type..... "DB6"
          Database name..... "OS1"
          Database user ID.. "SAPOS1"
          Terminal.......... "124.123.157.231"
          Char.set.... "C"
          SAP kernel....... 720
          created (date)... "Aug 5 2010 02:21:12"
          create on........ "NT 5.2 3790 S x86 MS VC++ 14.00"
          Database version. "DB6_81 "
          Patch level. 59
          Patch text.. " "
          Database............. "DB6 08.02., DB6 09."
          SAP database version. 720
          Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows
           NT 6.0, Windows NT 6.1"
          Memory consumption
          Roll.... 0
          EM...... 33518336
          Heap.... 0
          Page.... 81920
          MM Used. 32855760
          MM Free. 658336
     User and Transaction
          Client.............. 100
          User................ "OS1_USER"
          Language key........ "E"
          Transaction......... " "
          Transaction ID...... "344F27E12581F11B97DA920465FA5E5A"
          EPP Whole Context ID.... "920465FA5E5A1ED189E9DA9C282A77DA"
          EPP Connection ID....... "920465FA5E5A1ED189E9DAF1CA0A37DA"
          EPP Caller Counter...... 1
          Program............. "CL_MO_SMP_ADAPTER=============CP"
          Screen.............. "SAPMHTTP 0010"
          Screen Line......... 2
          Debugger Active..... "none"
     Server-Side Connection Information
          Information on Caller of "HTTP" Connection:
          Plug-in Type.......... "HTTP"
          Caller IP............. "124.123.157.231"
          Caller Port........... 8000
          Universal Resource ID. "/sap/bc/webdynpro/sap/wda_mopz_plan"
          Program............. "CL_MO_SMP_ADAPTER=============CP"
          Screen.............. "SAPMHTTP 0010"
          Screen Line......... 2
          Information on Caller ofr "HTTP" Connection:
          Plug-in Type.......... "HTTP"
          Caller IP............. "124.123.157.231"
          Caller Port........... 8000
          Universal Resource Id. "/sap/bc/webdynpro/sap/wda_mopz_plan"
     Information on where terminated
          Termination occurred in the ABAP program "CL_MO_SMP_ADAPTER=============CP" -
           in "GET_2ND_CHECK_RESULT".
          The main program was "SAPMHTTP ".
          In the source code you have the termination point in line 19
          of the (Include) program "CL_MO_SMP_ADAPTER=============CM00A".
          The termination is caused because exception "CX_SY_CONVERSION_DATA_LOSS"
           occurred in
          procedure "GET_2ND_CHECK_RESULT" "(METHOD)", but it was neither handled locally
           nor declared
          in the RAISING clause of its signature.
          The procedure is in program "CL_MO_SMP_ADAPTER=============CP "; its source
           code begins in line
          1 of the (Include program "CL_MO_SMP_ADAPTER=============CM00A ".
     Source Code Extract
     Line     SourceCde
         1     method GET_2ND_CHECK_RESULT.
         2       DATA ls_buffer TYPE smp_buffer.
         3       CLEAR ev_status.
         4       DATA lv_crm_id TYPE crmt_object_guid.
         5     mo_controller->crm_adapter->get_crm_id(
         6     IMPORTING ev_crm_id = lv_crm_id
         7     ).
         8       SELECT * FROM smp_buffer INTO ls_buffer WHERE crm_id EQ lv_crm_id AND action EQ mopzp_c_ac
         9         ev_status = ls_buffer-action_lock.
        10       ENDSELECT.
        11     
        12       IF ev_status EQ 2.
        13         DATA lt_errors TYPE mopzp_t_errors.
        14     
        15     
        16         IF ls_buffer-data IS NOT INITIAL.
        17           DATA lt_start TYPE mopzp_tt_system_constellation.
        18           DATA lt_target TYPE mopzp_tt_system_constellation.
     >>>>>           call TRANSFORMATION id SOURCE XML ls_buffer-data RESULT system_base = lt_start
        20           system_goal = lt_target
        21           stacklist = et_targets
        22           errors = lt_errors.
        23           et_target_constellation = lt_target.
        24           et_start_constellation = lt_start.
        25           on_errors( lt_errors ).
        26         ENDIF.
        27     
        28         IF ls_buffer-error IS NOT INITIAL.
        29           CLEAR lt_errors.
        30           CALL TRANSFORMATION id SOURCE XML ls_buffer-error
        31           RESULT errors = lt_errors.
        32           on_errors( lt_errors ).
        33         ENDIF.
        34       ELSEIF ev_status EQ 0.
        35         check_target_constellation_asc( ).
        36       ENDIF.
        37     endmethod.
Thanks in advance
Uday

Hi,
yes, upgrade to latest level is a good move to eliminate all possible bugs. Also, you can read my blog on assigning to correct product system in solman 7.1
#sapadmin:: How to assign Product System in SOLMAN 7.1 & How LMDB, SLD, SMSY and Landscape Verification  work in SOLMAN7.1
hope it helps,
Cheers,
Nicholas Chang

Similar Messages

  • Short Dump While selecting Variant for ABAP query

    Hi,
    ABAP query is going to short dump (CONNE_IMPORT_WRONG_COMP_LENG) while selecting a Variant. If i create and use variant then i am able to see Output of Variant.But not able to use Earlier created variants .
    I think some mismatch between variant values and selection screen fields.Can anyone tell me how to rectify this ?
    I am not able to debug the code as dump is coming in a System program(RSDBSPVD).Can anyone tell me which database table i can use to get values of the Variant.
    Thanks in Advance.
    Nirmala K

    Hi nirmala,
    chk the links:
    http://help.sap.com/saphelp_webas620/helpdata/en/c0/980398e58611d194cc00a0c94260a5/content.htm
    http://help.sap.com/saphelp_webas620/helpdata/en/c0/9803a7e58611d194cc00a0c94260a5/content.htm
    regards,
    keerthi.

  • Dump while selecting data using ranges

    Hi everybody,
    I am using ranges to select data from BSEG table.
    In a particular case the ranges table contains around 7000 entries, hence it leads to a short dump. Is there any limitation associated with ranges? with fewer number of entries it works fine. The code is already optimized properly for performance tuning purposes. There are no duplicate entries in ranges table i.e. all 7000 entries are unique and all are with sign as 'I' and option as 'EQ' , so all entries are unique single values.
    Apart from this I have another query also. While selecting data from BSEG / CATSEKKO  table if I use for all entries, then complete data is not fetched, However when I use ranges for same set of values, the missing records are also fetched. Any ideas for this behavior ? Is this related to cluster / pooled / transparent table types?
    Thanks,
    Harmeet Singh.

    Hello,
    I am using ranges to select data from BSEG table.
    In a particular case the ranges table contains around 7000 entries, hence it leads to a short dump. Is there any limitation associated with ranges? with fewer number of entries it works fine. The code is already optimized properly for performance tuning purposes. There are no duplicate entries in ranges table i.e. all 7000 entries are unique and all are with sign as 'I' and option as 'EQ' , so all entries are unique single values.
    i have already encoutered problem using range in SELECT statement. TO avoid the SELECT statement to dump, i have changed my SELECT statement : FOR ALL ENTRIES instead using range.
    +Apart from this I have another query also. While selecting data from BSEG / CATSEKKO table if I use for all entries, then complete data is not fetched, However when I use ranges for same set of values, the missing records are also fetched. Any ideas for this behavior ? Is this related to cluster / pooled / transparent table types?+
    Could you show us the SELECT statement ?
    Cordialement,
    Chaouki AKIR.

  • Error in maintenence optimizer while selecting files for download for EHP4

    HI,
    We are trying to download files for upgrade of ECC (HCM) and Portal systems from EHP3 to EHP4.
    This download we are doing through the Solman 7.0. Solman is currently at 7.0 but going to be upgraded soon to EHP1.
    Problem is that after we select the files for download of ECC EHP4, in step 2.1 i.e. 'choose stack', the next screen shows error as "Only one EhP release is allowed additionally".
    Is this because the Solman is not upgraded to EHP1 yet or soem other reason?
    Please let us know.
    Thanks for your time.
    Thanks & Regards,
    Kunal.

    ..have a look at the How-To Install EHP4 Guide (http://service.sap.com/~sapidb/011000358700000293582009E.PDF)
    3.4.2 Only one EHP release is allowed
    Issue: You get the error message: u201COnly one EHP release is allowedu201D
    Reason: This problem is documented in SAP Note 1139602.
    If you get this error message, then you already have installed another SAP enhancement package on this system before (for example SAP enhancement package 3 for SAP ERP 6.0).
    The error tells you that you have chosen too few technical usages. If you continued with this selection, you would not update all of the software components to SAP enhancement package 4 that are currently on SAP enhancement package 3. So in the end, some software components would be on SAP enhancement package 3 while others would be on SAP enhancement package 4. That way you would have several SAP enhancement package versions in one system, which is a state that is not supported.
    Solution: SAP Solution Manager Maintenance Optimizer requests you to select more technical usages and proposes a list for you to choose from.
    If you implement SAP Note 1287216, then Maintenance Optimizer automatically pre-selects the technical usages that are already installed on the system. In the example here, the technical usage Central Applications has been installed on a previous version of SAP enhancement packages.
    In rare cases you still get the error after accepting what SAP Solution Manager proposes. The reason for this is that you updated software components without properly covering technical usages.
    Hope that helps - best regards,
    Christian.

  • Dump while selecting a variant in SE11

    When I select a variant for table EKKO in SE11, it dumps.
    Short text: Error when attempting to IMPORT object "I8".
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_IMPORT_MISMATCH_ERROR', was
         not caught in
        procedure "%_IMPORT_VARI_CLNT" "(FORM)", nor was it propagated by a RAISING
         clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        When importing the object "I8", the component no. 3 in the
        dataset has a different type from the corresponding component
        of the target object in the program "/1BCDWB/DBEKKO".
        The data type is "C" in the dataset, but "D" in the program.
    Any clues plz.
    Thanks,
    Kiran

    Hi Leandro,
    After generating the program in SE16, I could display the variant in one system. I tried the same in another system and its dumping again there. Is there any other solution that you are aware of.
    Thanks for your help.
    Kiran
    Edited by: kiran dasari on May 27, 2010 7:20 PM

  • Dump while selecting the folder for EXPORT

    We are on ECC6.0 & one of the old programs uses SKTX_DIRECTORY_SELECT.
    Can I use CL_GUI_FRONTEND_SERVICES=>DIRECTORY_BROWSE for my purpose to choose the folder.
    Thanks,
    Kiran

    Hi Kartik,
    That did not work.
    data: p_sel_folder type string,
          p_ini_folder type string.
    CALL METHOD cl_gui_frontend_services=>directory_browse
      EXPORTING
        window_title         = 'Choose a Folder for the Export Data.'
        initial_folder       = p_ini_folder
      CHANGING
        selected_folder      = p_sel_folder
      EXCEPTIONS
        cntl_error           = 1
        error_no_gui         = 2
        not_supported_by_gui = 3
        others               = 4.
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL METHOD cl_gui_frontend_services=>directory_get_current
      CHANGING
        current_directory            = p_sel_folder
      EXCEPTIONS
        directory_get_current_failed = 1
        cntl_error                   = 2
        error_no_gui                 = 3
        not_supported_by_gui         = 4
        others                       = 5.
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Thanks,
    Kiran

  • I am getting dump while downloading

    i am getting dump while downloading file  to presentaion server .
    please suggest me .
    code is like below.
    PARAMETERS : p_dwn   TYPE dxfile-filename.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_dwn.
        CALL FUNCTION 'F4_FILENAME'
      EXPORTING
        PROGRAM_NAME        =
        DYNPRO_NUMBER      =
        FIELD_NAME                =
           IMPORTING
             file_name           = p_dwn.
        CALL FUNCTION 'GUI_DOWNLOAD'
             EXPORTING
                  filename              = p_dwn
                  filetype              = 'ASC'
                  write_field_separator = 'X'
             TABLES
                  data_tab              = t_zvtpmheader.
        IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.

    Hi Veeru,
    This dump you are getting because of type mismatch, just change the file path as follows :-
    data declaration should be like this.
    PARAMETERS : p_dwn TYPE STRING. <<<----
    it will surely work.
    cheers
    Dhirendra

  • Change selected file to a file with same name but different extension.

    So I'm getting better at using Automator to create useful Services but still a bit of a newbie with doing powerful things with AppleScript... and I think this task requires some applescripting. Here's what I want to do:
    1. Based on a selected text file I want to run a pre-existing script that converts this file into an HTML file. This new file has the same name as the text file but has the .html extension rather than the .txt extension. (This step is easy enough and it works just fine already.)
    2. BUT NOW, I want to take that resulting HTML file and run another pre-existing script that converts the HTML file into an RTF file. The problem is that I basically want to change the selection from selectedfile.TXT to selectedfile.HTML so that I can proceed to this next step...
    3. AND THEN, I want to launch an app with this resulting RTF file. Again, I need to change the selection to selectedfile.RTF.
    Right now this requires me to run three different services, and changing the selected file between each step... But I'm sure there's an easy applescript way (or other way) to do this using just one service -- probably involves some filename parsing and some magic to change the selection??? -- or something like that...
    Could anyone point me in the right direction???
    Thank you thank you thank you!
    ~zyyyy

    You can chain your scripts together - depending on the complexity of your pre-existing scripts, you could do this with either AppleScript or Automator. The workflow would just take the selected text file (from step 1), convert to both HTML (2) and RTF (3), then launch your application with the resulting RTF - no need to change any selection.
    By the way, this is the Tiger Automator forum - Snow Leopard's Automator is quite a bit different, so you will probably have better luck posting in the Snow Leopard forum.

  • Change selected file in automator using applescript ???

    So I'm getting better at using Automator to create useful Services but still a bit of a newbie with doing powerful things with AppleScript... and I think this task requires some applescripting. Here's what I want to do:
    1. Based on a selected text file I want to run a pre-existing script that converts this file into an HTML file. This new file has the same name as the text file but has the .html extension rather than the .txt extension. (This step is easy enough with Automator and it works just fine already.)
    2. BUT NOW, I want to take that resulting HTML file and run another pre-existing script that converts the HTML file into an RTF file. The problem is that I basically want to change the selection from selectedfile.TXT to selectedfile.HTML so that I can proceed to this next step...
    3. AND THEN, I want to launch an app with this resulting RTF file. Again, I need to change the selection to selectedfile.RTF.
    Right now this requires me to run three different automator services, and changing the selected file between each step... But I'm sure there's an easy applescript way (or other way) to do this using just one service -- probably involves some filename parsing and some magic to change the selection??? -- or something like that...
    Could anyone point me in the right direction???
    Thank you thank you thank you!
    ~zyyyy

    Have you considered using a bash script? You can even write the script in an Automator Service.
    Open Automator and select Service from the main screen. Set the ‘Service Receives Selected’ pop-up menu to Files or Folders, and set the ‘in’ pop-up to Finder. Drag Run Shell Script from the Utilities section of the actions library into the workflow area. Set Pass Input to As Arguments. Replace the sample code in the input area with this:
    for f in "$@"
    do
    file_ext="${f##*.}"
    if [ $file_ext = "txt" -o $file_ext = "TXT" ] ; then
    /usr/bin/textutil -convert html "$f"
    /usr/bin/textutil -convert rtf "${f/$file_ext/html}"
    /usr/bin/open -a /Applications/TextEdit.app "${f/$file_ext/rtf}"
    fi
    done

  • Getting the error LOG file opened at 01/29/07 18:13:12 while selecting from

    I am getting following error in log file while selecting from a external table
    LOG file opened at 01/29/07 18:13:12
    KUP-04040: file test.csv in UTL not found. I am follwoing the following steps:
    connect as sys user :
    CREATE OR REPLACE DIRECTORY UTL as 'D:\oracle\product\10.1.0';
    GRANT READ,write ON DIRECTORY UTL TO user1;
    connect as user1
    drop table test;
    create table test (EQP_N_EQUIPMETID_PK number(10) ,
    EQPNAME varchar2(100),
    EQPDESCR varchar2(1000),
    COSSEC varchar2(10),
    ETSCES varchar2(10),
    CATPARTNO varchar(1000),
    EQUIPMETID_FK number(10),
    EQPTYPEMASTERID_FK number(10),
    SECTIONID_FK number(10),
    MEAUNITID_FK number(10),
    CREATEDBY number(10),
    MODIFIEDBY number(10),
    LASTUPDATED varchar2(20),
    SHUFFLING varchar2(50))
    ORGANIZATION EXTERNAL
    (TYPE oracle_loader
    DEFAULT DIRECTORY utl
    ACCESS PARAMETERS (FIELDS TERMINATED BY ',')
    LOCATION ('test.csv'))
    REJECT LIMIT UNLIMITED
    On issuing select count(*) from test gives following error:
    SQL> select count(*) from test;
    select count(*) from test
    ERROR at line 1:
    ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04040: file test.csv in UTL not found
    ORA-06512: at "SYS.ORACLE_LOADER", line 19
    ORA-06512: at line 1
    All these steps I have tried on the oracle server as well as on the client m/c.
    Is there any step that I am missing out???

    hi,
    SQL> edit c:\oracle\product\10.1.0\test.csv
    SQL> conn sys as sysdba
    Enter password:
    Connected.
    SQL> create or replace directory UTL  as 'c:\oracle\product\10.1.0';
    Directory created.
    SQL> grant read,write on directory UTL to scott;
    Grant succeeded.
    SQL> create table scott.test ( no number(10),
      2                           name varchar2(20))
      3  organization external
      4                   ( type oracle_loader
      5                     default directory UTL
      6                     access parameters
                           ( fields terminated by ',')
      7  location
                           ('test.csv'))
      8  reject limit unlimited;
    Table created.
    SQL> select count(*) from scott.test;
      COUNT(*)
             1
    SQL> select * from scott.test;
            NO NAME
             1 test
    SQL>it is working for me. again check your file location.
    regards
    Taj
    Message was edited by:
    M. Taj

  • Short dump while reading a currency field from Flat file into internal tabl

    Hi,
    I am getting a short dump........saying number conversion dump (while reading a currency value into field in internal table from a fixed lenght flat file).........
    Do I need to use a string variable to get the value from flat file or how ??
    Please suggest.

    Santosh,
    Thanks for your inputs,
    But my internal table type is of DEC (5,2) , I am getting that... it needs to be of type 'C'. Can you suggest.
    Ex :
    MOVE wa_temp-infile_string+106(8)  TO wa_item-QT_PERCENT
    This didnt work
    so i tried moving into a seperate variable
    MOVE wa_temp-infile_string+106(8)  TO v_percent.
    and then write to
    WRITE v_percent to  wa_item-QT_PERCENT.

  • 11.2.0.3 grid installation fails while selecting OCFS2 for ocr files

    We are installing 11GR2 (11.2.0.3) cluster on a 64 bit system. we have OCFS2 filesystem for shared devices. version 1.6.3.
    While selecting ocr file locations , we get the following error
    [INS-41321] Invalid oracle cluster register [OCR] Location
    Cause- The installer detects that the storage type of location is not supported for Oracle Cluster registery
    Action - Provide a supported storage location for the Oracle Cluster Registry
    Additional information
    /crp2db01/OCR/ocr_1 is not shared
    However , this mountpoint is shared across both the nodes.
    Note: 11201 grid installation was successful and it accepted the above locations for OCR. however ,we need 11.2.0.3 cluster for 11.2.0.3 database

    As for your current problem, just because Oracle "allows" OCFS2 in a GRID environment, I would never suggest nor implement that. It adds a layer of complexity that is totally unnecessary when a GRID/ASM implementation performs circles around OCFS2. ASM is much easier to manage, maintain, expand and shrink than OCFS2. Especially at version 11.2.0.3. When working at a large telco a few years ago, we had a 300TB+ ASM environment. OCFS2 could not even begin to be that big. ASM will provide you a MUCH more stable environment than OCFS2. And with ASM there is a lot of "magic" that happens with OCR/Voting that makes your life MUCH easier. If you "require" shared application files, then use ASM/ACFS. It is a much better "volume manager" than OCFS2.
    Since you must present devices to the system for OCFS2, you should not have any problems doing the same for ASM. (and don't use ASMLib as it is going away and is not necessary - just make sure you use a partition that skips the first 1M (usually cylinder 1) and you should be good to go!)
    I also would not use a "shared ORACLE_HOME" on either ACFS or OCFS2. The biggest reason is that you lose the ability to do a "rolling" upgrade and when you have a VLC, that becomes much more important that saving a few GB worth of storage.
    I would also pay attention to this:
    http://docs.oracle.com/cd/E11882_01/install.112/e22489/storage.htm#CDEDAHGB
    3.1.4.2 General Storage Considerations for Oracle RAC
    Use the following guidelines when choosing the storage options to use for each file type:
    You can choose any combination of the supported storage options for each file type provided that you satisfy all requirements listed for the chosen storage options.
    If you plan to install an Oracle RAC home on a shared OCFS2 location, then you must upgrade OCFS2 to at least version 1.4.1, which supports shared writable mmaps.
    Oracle recommends that you choose Oracle ASM as the storage option for database and recovery files.
    For Standard Edition Oracle RAC installations, Oracle ASM is the only supported storage option for database or recovery files.

  • Dump while downloading to excel file!!

    Hi,
    I'm getting a dump while downloading the ALV (Grid) report into an excel file.
    When i inspected, the dump was - " Only character-type data objects are supported at the argument position "obj". In this particular case, the operand "obj" has the non-charcter-type type "P". "-
    i'm having few currency values to be displayed.
    Thought of an alternative my moving the values into char type field and to display it, but the values are getting rounded of.
    Thanks in advance..
    Any help would be suitably rewarded.
    Kumar R.

    All the internal fields to be char type..if download functionality to be given..
    if there is any issue in doing this...
    create any another field in ur table(internal ) of type c length same like ur coressponding currency or quatity field....
    move these fields into ur new char field and then prepare fieldcatlog on this..
    hope this helps...
    i handled like this only..
    Praveen .

  • Maintenance Optimizer Step 2 - Select Files cannot view

    Hi,
    We're using Solman 7.0 EHP to download EHP4 for ERP 6.0. We have maintained in SMSY, system type = ERP 6.0.
    From the Maintenance Optimizer step 2- Select files, we cant see both the option of "maintenance" or "enhancement package installation" as shown in the SAP guide. The only option is "Find Download Files" button. Anyone here experience this issue before ?

    Hi,
    First of all, please make sure that:
    - You are a registered ramp up customer.
    - The S-user defined in AISUSER in solution manager has the
      authorization to download ramp-up installation files.
    Also make sure that you have installed all the notes listed in
    1122966 for your Solution Manager release.
    The option of installing Enhancement Packages in an ERP 6.0
    system is only offered in the Solution Manager Maintenance
    Optimizer if the systems assigned to the process are assigned to
    the product version ERP 6.0 or ERP 2005 in the Solution Manager
    system administration (transaction SMSY).   The product version
    ECC 6.0 must not be used for the installation of Enhancement
    Packages. The attached Note 1022072 describes step by step how to
    change a product version assigned to a system.
    The following notes should also be usefull:
       1134872 : Maintenance Optimizer: FAQ for Stack Delta Files in EPS
       1156571 : Maintenance Optimizer: Download Basket and SLM Download
       1168160 : MOPZ: Unicode selected automatically
       1170592 : MOPZ: S-User Enhancement
       1233954 : MOpz: No XML would be generated in EPS inbox
       1277035 : Solution Manager: EHP4 product data missing
    Best regards,
    Felipe Pitta

  • SRM Create Confirmation - Short Dump while adding Approver

    Dear Experts.
      Currently I am facing following issue.
    Issue:
      In SRM “Create Confirmation” Screen, when user click on check button and after that if user tries to add approver in approval tab then it is going to short dump. Please find the short dump info:
    Category ABAP Programming Error
    Runtime Errors UNCAUGHT_EXCEPTION
    Except. CX_OS_OBJECT_NOT_FOUND
    ABAP Program /SAPSRM/CL_WF_PROCESS_MANAGER=CP
    Application Component SRM-EBP-WFL
      I had analyzed this issue and following points are my findings.
    We have written code in BBP_DOC_CHECK_BADI to check the approver is added or not in approval tab. For this purpose we are using METHOD lo_conf_adv->/sapsrm/if_pdo_do_apv_ext~get_process_info (Here lo_conf_adv is object of interface /sapsrm/if_pdo_bo_conf_adv) and the instance of lo_conf_adv is getting from METHOD /sapsrm/cl_pdo_fact_conf_adv=>get_buffered_instance By pasing Doc GUID.
    As per my analysis, the above code only causing the short dump while adding the approver in aproval tab. More importantly the CHECK BADI (BBP_DOC_CHECK_BADI) is not triggered while adding the approver. 
    If I comment this code (which is mentioned in point 1), then the application is not giving any short dump and adding approver successfully.   
    I tried to find SAP notes but there are no SAP notes related to this issue. Also, I tried to find alternate METHOD to replace lo_conf_adv->/sapsrm/if_pdo_do_apv_ext~get_process_info but I have not got relevant method.     Please let me know if there is any solution for this issue.
    Thanks & Regards,
    Sasidhar V

    Hi Ritesh,
      Thanks for the fast response.
      We are using Process Controlled Workflow. In Doc Check BADI, we are checking the respective approver is added or not in approval tab in "Create Confirmation" Screen. While creating confirmation, when user click on "CHECK" button and If respective approver is not added then throwing error message.
      We are using Method "GET_PROCESS_INFO" to get approval information only. when this method is triggered in Check BADI then it is doing respective validations and displaying messages. After that when we try to add approver then the system trying to read entry from table "/SAPSRM/D_WF_003" by passing OID to LEVEL_GUID. But there is no entry in this table and that's why it is giving short dump.
      Can you please let me know why it is reading entry in that table and why entry is not exist.
      FYI, If I don't use method "GET_PROCESS_INFO" in check BADI then respective code where short dump happening is not triggering (System is not trying to read entry from /SAPSRM/D_WF_003 table) and so it is not giving short dump.
    Thanks & Regards,
    Sasidhar V.

Maybe you are looking for

  • How to restrict patients in procedure

    how to restrict patients in procedure. example:- i written some edit checks and this checks are firing fine. first i have fired to 50 patients and raised DCF's and also closed. But again i got more 30 patients. So i want restrict that 50 patients don

  • The Case of the disappearing data

    I don't know if this problem is unique to me & could well mean I have a defective 3G iPhone. One day about 2 weeks ago I went to listen to music on my iPhone & was greeted by the musical note (meaning no songs available). On looking under settings, g

  • Where do i get my password.

    where do i get my password

  • Airport Extreme wont connect too my router

    Airport extreme dosent connect to my router via my ethernet cable, i just get a orange flashing light. Do i need to configure my router?

  • Base Time Unit for Axes Format on CNiGraph

    I am graphing many points of data over a time of several days long. I was wondering if there is a way to format the Axes on the Graph to display a base unit of hours instead of days. It is a simple enough task to convert between days and hours, but I