Short Dump in Prod system in RSA3 for Datasource 2LIS_18_I0NOTIF...Help Pls

Dear Guru's
In our porod System in Tcode RSA3 when i give Dsource 2LIS_18_I0NOTIF and click on Extract i get Follwing Dump
I searched for the note but i did not found any thing proper
Here r Dump Details:-------
Runtime Error          CONNE_IMPORT_WRONG_COMP_TYPE
Exception              CX_SY_IMPORT_MISMATCH_ERROR
       Occurred on     13.08.2008 at   14:21:57
Error when attempting to IMPORT object "MC18I00NTF_TAB".
What happened?
Error in ABAP application program.
The current ABAP program "SAPLMCEX" had to be terminated because one of the
statements could not be executed.
This is probably due to an error in the ABAP program.
When attempting to import data, it was discovered that the data
type of the stored data was not the same as that specified in the
program.
Error analysis
An exception occurred. This exception is dealt with in more detail below
. The exception, which is assigned to the class 'CX_SY_IMPORT_MISMATCH_E
was neither
caught nor passed along using a RAISING clause, in the procedure
"MCEX_BW_LO_API" "(FUNCTION)"
Since the caller of the procedure could not have expected this exception
to occur, the running program was terminated.
The reason for the exception is:
When importing the object "MC18I00NTF_TAB", the component no. 2 in the
dataset has a different type from the corresponding component
of the target object in the program "SAPLMCEX".
The data type is "D" in the dataset, but "F" in the program.
How to correct the error
The exception must either be prevented, caught within the procedure
"MCEX_BW_LO_API"
"(FUNCTION)", or declared in the procedure's RAISING clause.
To prevent the exception, note the following:
Try to find out why the type of the object is different.
There are several possible reasons:
|
--- In the ABAP Dictionary, the type of the imported
|   field has changed. Make sure that the type of the imported
|   field matches the length of the Dictionary field.
||   If the data could not be restored from another source, this data
|   must be read with the "old" structure, then converted and exported
back with the new structure, so that future IMPORTs always work
with the new structure.
A new program version is active, and it no longer matches the
dataset. Try to solve the error by generating the program "SAPLMCEX" again
as follows:
In the SAP System, choose the transaction SE38. Enter the program
name "SAPLMCEX". Then choose the "Activate" function.
Can any one please kindly help....
Thanks

Hi,
so did you change anything at your datasource? Before transporting to prod, you need to delete the setup tables  and then you need to run a delta to pick the latest delta records, then transport, replicate and activate the comm-structure. That will not effect your delta in prod. But again, for me the dump looks like a mismatch between the extract structure and the setup tables. You might have changed something after the setup tables have been filled. And additionally usually rsa3 is doing a full and so pulling the data out of the setup tables.
regards
Siggi

Similar Messages

  • Short Dump when the Bex-Report scheduled for Broadcast

    Hi Guru's
    I am getting the short dump when I am scheduling the Bex-Report for Broadcasting. Need your help to reslove this issue.
    Thanks
    Navin
    Note
    The following error text was processed in the system BDV : The current application triggered a termination with a short dump.
    The error occurred on the application server spdbwd01_BDV_05 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Form: INTERNAL_ERROR of program SAPLSDCL
    Form: PHIO_GET_CONTENT_ACCESS of program SAPLSDCI
    Function: SDOK_PHIO_GET_CONTENT_ACCESS of program SAPLSDCI
    Function: SKWF_PHIO_CONTENT_ACCESS_GET of program SAPLSKWF_CONTENT
    Method: COPY_MIME_TO_FOLDER of program CL_RSRA_KWF_UTILITIES=========CP
    Method: GET_STYLESHEET of program CL_RSRA_KWF_TMPL==============CP
    Method: CONSTRUCTOR of program CL_RSRA_KWF_TMPL==============CP
    Method: SET_TEMPLATE_FOLDER of program CL_RSRA_ENGINE_BC=============CP
    Method: CONSTRUCTOR of program CL_RSRA_ENGINE_BC=============CP
    Method: EXECUTE_SINGLE of program CL_RSRA_JOB===================CP

    HI Navin,
    Check the short dump analysis in T-code ST22.
    and also check the Information Broadcast Settings / Configuration
    Check the error for Emails in t-code SCOT. BASIS Consultants will help you on this issue.
    Regards
    Daya Sagar

  • Short dump in Production system !!!

    Hi Experts,
        We have getting a short dump for all actions in Production system. Suppose if we use se38 and tried to press display it shows a short dump error. Despite when we tried to use tcodes or using LSMW or try to execute a program or like this all type of actions its throws a short dump error. Dont know what is the reason behind that since the short dump is not the defined the reason for the dumb. Have any of you experts got this type of experience?. Pls give your ideas. Thanks in advance.

    Hello Kavi,
    Contact your basis team. SNAP is a table which holds all ABAP dump. It looks like SNAP table is full and cannot accomodate new entries.
    In any production enviornment, the SNAP entires will be deleted regularly and only dumps for the last 8 days will be available
    Check if any job(SM36 or table tbtcp) is running for this program RSSNAPDL in your production system.
    Thanks

  • Short dump "Time limit exceeded" when searching for Business Transactions

    Hello Experts,
    We migrated from SAP CRM 5.2 to SAP CRM 7.0. After migration, our business transaction search (quotation, sales order, service order, contract etc) ends with the short dump "Time limit exceeded" in class CL_CRM_REPORT_ACC_DYNAMIC, method DATABASE_ACCESS. The select query is triggered from line 5 of this method.
    Number of Records:
    CRMD_ORDERADM_H: 5,115,675
    CRMD_ORDER_INDEX: 74,615,914
    We have done these so far, but the performance is still either poor or times out.
    1. DB team checked the ORACLE parameters and confirmed they are fine. They also checked the health of indices in table CRMD_ORDER_INDEX and indices are healthy
    2. Created additional indices on CRMD_ORDERADM_H and CRMD_ORDER_INDEX. After the creation of indices, some of the searches(without any criteria) work. But it takes more than a minute to fetch 1 or 2 records
    3. An ST05 trace confirmed that the selection on CRMD_ORDER_INDEX takes the most time. It takes about 103 seconds to fetch 2 records (max hits + 1)
    4. If we specify search parameters, say for example a date or status, then again we get a short dump with the message "Time limit exceeded".
    5. Observed that only if a matching index is available for the WHERE clause, the results are returned (albeit slowly). In the absence of an index, we get the dump.
    6. Searched for notes and there are no notes that could help us.
    Any idea what is causing this issue and what we can do to resolve this?
    Regards,
    Bala

    Hi Michael,
    Thanks. Yes we considered the note 1527039. None of the three scenarios mentioned in the note helped us. But we ran CRM_INDEX_REBUILD to check if the table CRMD_ORDER_INDEX had a problem. That did not help us either.
    The business users told us that they mostly search using the date fields or Object ID. We did not have any problem with search by Object ID. So we created additional indices to support search using the date fields.
    Regards,
    Bala

  • Short dump - No more storage space available for extending an internal tabl

    Hi All,
    I have requirement in which my program generates a text file on my presentation server. Here my problem is, this requirement can not be executed in back ground, it should be done in foreground only. When I execute in foreground, if the data records comes to some 38 lacks then I am getting a short dump saying 'No more storage space available for extending an internal table'.
    And in dump analysis under WHAT HAPPENED section it is giving as
    ' What happened?                                                                                |
    |    You attempted to extend an internal table, but the required space was                         |
    |    not available.
    Please suggest me, what I have to do in this case?
    Thanks in advance.
    Thanks,
    Sudha Mettu

    Hi SuDash,
    Allocation of the memory spaces will be done by BASIS people.
    you can contact them..
    Regards!

  • Short dump -No more storage space available for extending an internal table

    Hi All,
    While running one program I get the short dump saying
    "No more storage space available for extending an internal table "IT_862".
    Error Analysis given in the dump log :
    The internal table "IT_862" could not be enlarged further.
    To extend the internal table, 14656 bytes of storage space was
    needed, but none was available. At this point, the table "IT_862" has
    8528862 entries.
    Source Code Extract :
    003360     loop at t_line.
    003370       clear t_output.
    003380
    003390   *   Increment Line counter
    003400       add 1 to l_line_cnt.
    003410
    003420       t_output-object = t_stxh-tdobject.
    003430       t_output-id     = t_stxh-tdid.
    003440       t_output-spras  = t_stxh-tdspras.
    003450       t_output-name   = t_stxh-tdname.
    003460       t_output-line   = l_line_cnt.
    003470       t_output-format = t_line-tdformat.
    003480       t_output-text   = t_line-tdline.
         *>       append toutput.   " ERROR POINT*
    Can you please suggest what can be the possible solution for the above error.
    Thanks in advance.
    Sanjeet

    Hi
    Check out this thread:
    Re: No storage space available for extending the internal table
    Make sure you are not having an infinite loop.
    Hope this helps
    Regards,
    Jayanthi.K

  • RBDAP001 causing a short dump when submitted in a FM for IDOC processing

    Hi All Gurus,
    I have a situation wherein I need to automate the processing of failed INBOUND IDOCS.
    So the status of failed IDOCS could be 51 or 64 or anything like that.
    I tried using statement 'SUBMIT RBDAP001 with......'. in a custom FM , however I got a short dump.
    When I debugged I realised that RBDAP001 pops up a screen with the final IDOC processing result which probably may be the cause of dump. Dump message is 'CNTL_ERROR'.
    <u>So is there a way how I can suppress this screen</u> <b>OR</b> <u>use any other function module to process these inbound Idocs.</u>
    Appreciate your advise on same.
    Thanks and Regards
    RK

    Hi Rajiv,
    Please use program RBDMANI2 to reprocess IDoc with status 51.
    Also check program RBDINPUT for reprocessing IDoc with other statuses.
    Hope this will help.
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • Short dump when trying to open FPM for Web Dynpro Application

    Hi,
    I am receiving a short dump while trying to open a Web Dynpro Application in FPM.  I go to SE80 and open the Web Dynpro component 'FPM_OIF_COMPONENT'.  I then choose the application '/sapsrm/wda_l_fpm_oif'.  I then click Web Dynpro Application -> Test -> Execute in Administration Mode.  A new IE browser is opened and I then receive a short dump.  The name of the short dump runtime error is 'OBJECTS_OBJREF_NOT_ASSIGNED_NO' and the exception is 'CX_SY_REF_IS_INITIAL'.
    I have not used FPM before.  I would like to use it to remove the 'Close' button from this application.  Do I need to initialize FPM before using it?
    Please help.
    Thanks,
    Jeff

    >
    Chinnu wrote:
    > Hello Jeffery Andersen,
    >
    > If I understand correctly, you are trying to preview FPM_OIF_COMPONENT.
    >
    > I think this component can not be executed as it just is a template for creating a FPM applications. In other words, it is an interface that can be used to created a WD ABAP application from work bench.
    >
    > This [Floor Plan Manager - ABAP|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/90f3cfd2-46d0-2b10-b3ab-eabf3452cc50&overridelayout=true] can help you understand better.
    >
    > Best regards,
    > Chinnu
    Hi Chinnu,
    Your understanding is not correct, he is trying to execute the application /sapsrm/wda_l_fpm_oif'.
    Hallo Jeff,
    everyone have suggested lots of possibilities. Nothing works for you. I would suggest the following.
    Go and execute any other FPM application which uses FPM_OIF_COMPONENT,does it work ?
    If it works then you can narrow down that /sapsrm/wda_l_fpm_oif is not working and you can raise a OSS ticket.
    If it is not working then you have to see if you have right BASIS versions to use FPM.
    Edited by: Baskaran Senthivel on Dec 6, 2010 1:09 PM

  • Short dump during choose of Contact Person for Opportunity

    Hello CRM Gurus,
    we are going to implement CRM also in another Sales Organization. We have created a special Role for this Users with the Authorization Objects:
    - CRM Order - Allowed Organ. Units - CRM_ORD_OE
    Activity                       01, 02, 03
    Distribution Channel           *
    Sales Group                    *
    Sales Office                   *
    Sales Organization             O 50001434
    Service Organization           *
    - CRM Order - Allowed Organ. Units - CRM_ORD_OP
    Activity                       02, 03
    Partner Function               *
    Partner Function Category      *
    So the User can create or generate, change, display Opportunities which are created within their Sales Organization and change, display Opportunities where this User is part of the Sales Team.
    When I create now a Opportunity and choose a Sales Prospect of another Sales Organization I get a shortdump. If I save the Opportunity before I can enter the Sales Prospect of the other Sales Organization.
    Steps for reconstruction:
    Logon to the Portal
    Navigate to Aquisition -> Opportunities
    Click on "Create ..."
    Choose "Opportunity"
    Enter "Test" in Description
    a) With Shortdump:
    Enter "Riedl El*" into the Field Sales Prospect, press enter
    A popup "Partner available for selection" appears. In the Background
    you will see "You have no authorization to execute action Edit"
    When you click now "Choose" you will get:
    Error message: The current application triggered a termination with a
    short dump. ( type of termination: RABAX_STATE )
    b) Without:
    Save the Opportunity
    Enter "Riedl El*" into the Field Sales Prospect and press enter.
    A popup "Partner available for selection" will appear because the
    Document was already saved and the Contact Partner search does not work
    with a saved document. But that is another story.
    No Shortdump will occur.
    Best Regards
    Gregor Wolf

    Hi Everybody,
    the Short dump problem is solved by SAP Note 797483. But OSS is still working on the authorization problem.
    Regards
    Gregor

  • Short dump while saving data after selecting '#' for variable in WI

    Hello All,
    We have a selection variable in our webinterface on company code.After selecting '#',i am entering data and while saving it goes to dump.
    but client wants to have an error message displayed after saving data instead of runtime error (dump).so that user can select required company code.
    Error analysis is:
    A RAISE statement in the program "SAPLRSDRI" raised the exception   
    condition "ILLEGAL_INPUT".                                          
    Since the exception was not intercepted by a superior program       
    in the hierarchy, processing was terminated.                        
    Short description of exception condition:                           
    For detailed documentation of the exception condition, use          
    Transaction SE37 (Function Library). You can take the called        
    function module from the display of active calls.                   
    Is there any way to get desired  result?
    Thanks

    Hello Murali,
    What you would need to do is to change the attributes of the variable.
    1. In BPS0, you can make it as a mandatory entry.
    2. In the web layout, you can create a variable for Company code and force the user to choose a value from a dropdown list.
    The specific approach would depend on how the layout is being called and how it has been setup.
    Hope this helps.
    Sunil

  • Short dump error while filling setup tables for 2LIS_06_INV

    Hi All,
    I am trying to fill the setup table.While filling the stup table for 2lis_06_inv datasource, i got the Dump error after some time.
    Error
    Runtime Errors         DBIF_RSQL_SQL_ERROR
    Exception              CX_SY_OPEN_SQL_DB
    Short text
        SQL error in the database when accessing a table.
    plz can anyone help me out...

    Dear friends,
    I tried it by giving the selection on fiscal year,but again same problem.If i give 1 0r 2 document numbers in selection then extractor works fine.
    error:in detail.
    Runtime Errors         DBIF_RSQL_SQL_ERROR
    Exception              CX_SY_OPEN_SQL_DB
    Short text
        SQL error in the database when accessing a table.
    Information on where terminated
        Termination occurred in the ABAP program "SAPLMRMBW" - in "BW_RETRIEVE_DB_CO".
        The main program was "RMCENEUR ".
        In the source code you have the termination point in line 827
        of the (Include) program "LMRMBWF01".
        The program "SAPLMRMBW" was started as a background job.
        Job Name....... "RMCENEUR"
        Job Number..... 10524100
        The termination is caused because exception "CX_SY_OPEN_SQL_DB" occurred in
        procedure "BW_RETRIEVE_DB_CO" "(FORM)", but it was neither handled locally nor
         declared
        in the RAISING clause of its signature.
        The procedure is in program "SAPLMRMBW "; its source code begins in line
        806 of the (Include program "LMRMBWF01 ".
      806 FORM bw_retrieve_db_co  USING    t_mcrbkey_bv    TYPE mcrbkey_t
      807                                  t_mcrbkey_nbv   TYPE mcrbkey_t
      808                                  t_ekbe_acc      TYPE t_ekbe
      809                         CHANGING t_mcrbco        TYPE mcrbco_t.
      810
      811   TYPES: BEGIN OF s_target.
      812   TYPES: table_left LIKE rbco.
      813   TYPES: table_right TYPE rbex.
      814   TYPES: END OF s_target.
      815   TYPES: t_target TYPE TABLE OF s_target.
      816
      817
      818   DATA: t_rbco_nbv  TYPE t_target,
      819         t_rbco_bv   TYPE t_target,
      820         s_rbco      TYPE s_target,
      821         s_ekbe      LIKE ekbe,
      822         s_mcrbco    TYPE mcrbco,
      823         l_index     LIKE sy-tabix.
      824
       825 * Data source: invoice item non-background
      826   IF NOT t_mcrbkey_nbv[] IS INITIAL.
    *>>>>>     SELECT * FROM  rbco AS r LEFT OUTER JOIN rbex AS i*
      828        ON   ( rmandt = imandt AND
      829               rbelnr = ibelnr AND
      830               rbuzei = ibuzei AND
      831               rcobl_nr = icobl_nr )
      832        INTO TABLE t_rbco_nbv
      833        FOR ALL ENTRIES IN t_mcrbkey_nbv
      834        WHERE r~gjahr = t_mcrbkey_nbv-gjahr AND
      835              r~belnr = t_mcrbkey_nbv-belnr.
      836   ENDIF.
      837 * Data source: invoice item background
      838   IF NOT t_mcrbkey_bv[] IS INITIAL.
      839     SELECT * FROM  rbco AS r LEFT OUTER JOIN rbex AS i
      840        ON   ( rmandt = imandt AND
      841               rbelnr = ibelnr AND
      842               rbuzei = ibuzei AND
      843               rcobl_nr = icobl_nr )
      844        INTO  TABLE t_rbco_bv
      845        FOR ALL ENTRIES IN t_mcrbkey_bv
      846        WHERE r~gjahr = t_mcrbkey_bv-gjahr AND
    Thnks in advance

  • System.in code for Quiz(please help)

    I have a Question for all you gifted people:
    I am designing a sort of quiz which takes questions and three possible answers from a database(which also holds the real answer).It prints these on the dos screen and I then have a System.in statement which allows the user to enter his or her answer (eg A,B,C or 1,2,3). I need a way of adding up the score at the end!!I was thinking of storing there answers in an array and compairing there answer to my correct answer in the database and if it is the same add 1 and if it not the same add 0???
    How would i write the System.in answers into an array and add them up???
    These are my thoughts on how to do this i would love to hear yours!! And also a help with writing the code for the above system of scoreing would be GREATLY appriciated!!
    thanks everyone,
    james.

    Here's an example of how to get input from a user (like when they answer a question):
    import java.io.*;
    public class Example {
         public static void main(String[] args) {
              BufferedReader input = new BufferedReader(new InputStreamReader(System.in));
              // now anytime you call input.readLine(), it will let the person input something
              System.out.println("Type something in:");
              // you always hafta make sure you catch IOException in case it happens
              String s = "";
              try {
                   s = input.readLine(); // get input
              catch (IOException e) { // something went wrong
                   e.printStackTrace(); // show error
                   System.exit(0); // abort
              System.out.println("You typed: "+s); // show what was typed
    }Good luck.

  • Short dump for rsa3

    Hi sapxperts,
      I am getting error ,short dump when i execute the RSA3 for inventory management data Source 2LIS_03_BX.
    Please somebody help with regards to Inventory management stuff .
    thank you.

    hi stalin,
    Heres how to proceed.
    execute tcode RSA3.Give your datasource name.In the below screen there is a Grid.
    There you can see a list of characteristics available.You can put some values there for a characteristics.
    For ex- If you see company code there. Try putting some values there.
    This will filter out the selection and lesser values will be extracted.
    hope it helps,
    regards,
    Parth.

  • Short Dumps in BW Production System

    Hi BW Experts,
    When iam loading the PCA data (0PCA_C01), i am getting the following Short Dumps in my Systems.
    DBIF_RSQL_SQL_ERROR
    RAISE_EXCEPTION
    TSV_TNEW_PAGE_ALLOC_FAILED
    TSV_TABH_POOL_NO_ROLL_MEMORY
    TSV_TNEW_OCCURS_NO_ROLL_MEMORY
    SYSTEM_NO_ROLL
    Today i got 131 Short Dumps in my System.
    Please can anyone tell me the solution for this Short Dumps.
    Thanks in advance
    Regards,
    Anjali

    I am receiving the following Run time error in a Process Chain
    Name of the runtime: System_NO_ROLL
    *Information on where terminated*
         The termination occurred in the ABAP program "GP45O123XOQKIU82AMIR5C27RCN" in
          "ROUTINE_9998".
         The main program was "SAPMSSY1 ".
         The termination occurred in line 3255 of the source code of the (Include)
          program "GP45O123XOQKIU82AMIR5C27RCN"
         of the source code of program "GP45O123XOQKIU82AMIR5C27RCN" (when calling the
          editor 32550).
    Source Code Extract
    Line     SourceCde
    3225     *delete DATA_PACKAGE where CRM_SRVORG <> '50000053'.
    3226     *** Move data package to internal table******************************
    3227     *it_package[] = DATA_PACKAGE[].
    3228     *SORT it_package ASCENDING BY CRM_ACGUID.
    3229     *DELETE ADJACENT DUPLICATES FROM it_package
    3230     *     COMPARING CRM_ACGUID.
    3231     *ilookup[] = it_package[].
    3232     *SORT ilookup ASCENDING BY CRM_ACGUID.
    3233     ** if abort is not equal zero, the update process will be canceled
    3234     *  ABORT = 0.
    3235     
    3236     * New code to get the Interaction id for Quick Close
    3237     DATA :  it_package like STANDARD TABLE OF DATA_PACKAGE.
    3238     
    3239     delete DATA_PACKAGE where CRM_SRVORG <> '50000053'.
    3240     
    3241     it_package[] = DATA_PACKAGE[].
    3242     
    3243     DELETE it_package where crm_prctyp <> 'Z260'
    3244            AND crm_preotp <> 'BUS2000126'
    3245            AND crm_predoc is INITIAL.
    3246     SORT it_package ASCENDING BY crm_predoc.
    3247     
    3248     DELETE ADJACENT DUPLICATES FROM it_package
    3249         COMPARING crm_predoc.
    3250     
    3251     SELECT CRM_ACGUID CRM_OBJ_ID FROM /BIC/AZ0SAL_D100 INTO TABLE ilookup
    3252            FOR ALL ENTRIES IN it_package
    3253            WHERE CRM_ACGUID = it_package-crm_predoc.
    3254     
    >>>>>     SORT ilookup ASCENDING BY CRM_ACGUID.
    3256     
    3257     
    3258

  • Short dump in EXIT for ME21N

    Hi,
    In PO creation (ME21N/ME22N), i wanted to call custom report, mean while I have implemented one exit
    "MM06E005 ->EXIT_SAPMM06E_006", in that, I called Z-program, in which a statement
    call screen 100.
    is there, which is causing the short dump.
    Short dump Details:
    The system attempted to use dynpro 0100 in program "SAPLXM06".
    This dynpro does not exist.
    In the same manner, if I call another function module it is not happening.
    Please suggest me.

    My actual Intension is to popup a screen with a report in ME21N(PO creation), for that I have generated one normal report and called that report from the Exit I have told previously, In that report I have created 100 screen and called it.
    When I am creating a PO, the screen calling statement there, is throwing a short dump.
    Hope now you understood Everything.
    Thank you for responding.

Maybe you are looking for

  • Hi frnds urgent

    hi   i am sirisha. i would like to ask one question reagrding open order.           1. what is meant by  open purchase orders           2. what is meant by  open Sales orders           3. What is meant by BOM( Bill of Material) with regds Sirisha.

  • The "open a new tab" button does not open a new tab.

    The "open a new tab" button does not work. Neither does "file; new tab", or Control T. Can you please tell me how to fix this? Thank you.

  • Record Audio/Pause Video

    I'm trying to create a couple of captivate videos. Have finished the videorecording. When I started to record audio, what I've captured runs to fast. Is there any way of pausing the video on certain frames while recording the audio?

  • HELP : Kerberos

    I am just into the area of "Kerberos" to achieve some meaningfull security to my authentication process. Can anyone please revert with detail information about what is kerboros and how to impliment it ?.

  • 1GB Nano, Replaced battery, scroll wheel stop working

    Hi, I have replaced the battery in my 1GB nano. For the battery wires, I cut, twisted and taped them together. Closed it up, the ipod seemed to work. All except the scroll wheel. I am able to do a restart (menu + action) but can't get into diagnostic