Getting Dump in Production system

Hi,
we are getting dump in one customise program due to missing include program.
how to transport this missing program.?
regards,
Ramesh

Hi,
run tcode SE10 in DEV system.
click on create -> select workbench request -> enter description of request -> enter
now double click on request -> click change end enter following
In first row
Program ID:    R3TR
Object Type:  PROG
Object Name: name of include. press enter
in second row
Program ID:    LIMU
Object Type:  REPS
Object Name: name of include. press enter
then  click on release.
import this request in PRD system.
regards,
kaushal

Similar Messages

  • ZReport getting dump in Production but not in Quality and development

    Hi,
    There isa Zreport which displays daily stock  in PP module.
    It is getting dump in Production not in quality and development.
    Since four days it is getting dump. Before that it is fine.
    Please any one guide How to resolve.
    Advance Thanks.

    Runtime Error          SAPSQL_IN_ITAB_ILLEGAL_OPTION
           Occurred on     29.08.2007 at   08:50:13
    <u>Invalid value in OPTION field of value table for IN itab operator.</u>
    What happened?
    <b>Error in ABAP application program.</b>
    The current ABAP program "ZPPRDR417" had to be terminated because o
    statements could not be executed.
    This is probably due to an error in the ABAP program.
    What can you do?
    Print out the error message (using the "Print" function)
    and make a note of the actions and input that caused the
    error.
    To resolve the problem, contact your SAP system administrator.
    You can use transaction ST22 (ABAP Dump Analysis) to view and admin
    termination messages, especially those beyond their normal deletio
    date.
    <b>Error analysis</b>
    The current ABAP/4 program attempted to execute an ABAP/4 Open SQL
    statement in which the WHERE condition contains an IN itab operator
    The IN itab operator is used with internal tables which
    have the following structure:
       SIGN(1)   OPTION(2)   LOW LIKE db_field   HIGH LIKE db_field
    The OPTION column should contain only one of the following values:
       "EQ LE GE CP BT NE LT GT NP NB"
    The value " " is not allowed here.
    <b>How to correct the error</b>
    Use only one of the permitted values in the OPTION column.
    Information on where terminated
    The termination occurred in the ABAP program "ZPPRDR417" in "WIP_STOCK_REP
    The main program was "ZPPRDR417 ".
    The termination occurred in line 330 of the source code of the (Include)
    program "ZPPRDR417_FORM"
    of the source code of program "ZPPRDR417_FORM" (when calling the editor 33
    Source code extract
    Caution: Program has changed
    Caution: At time of termination,  Active source code no longer available
    003000 ?   r_bwart-low  =  '106'.
    003010 ?   append r_bwart.
    003020 ?
    003030 ?   r_bwart-low  =  '124'.
    003040 ?   append r_bwart.
    003050 ?
    003060 ?   r_bwart-low  =  '125'.
    003070 ?   append r_bwart.
    003080 ?
    003090 ?   select matnr
    003100 ?          werks
    003110 ?     into table i_marc
    003120 ?     from marc
    003130 ?    where ( matnr LIKE 'BILC%'
    003140 ?       OR   matnr LIKE 'LGN%'
    003150 ?       OR   matnr LIKE 'BRN%'
    003160 ?       OR   matnr LIKE 'EBB%' )
    003170 ?       AND  matnr NE 'BRN_DECLASSE'
    003180 ?       AND  matnr NE 'BRN_SAF'
    003190 ?       and  werks in r_werks.
    003200 ?
    003210 ?   r_material-sign = 'I'.
    003220 ?   r_material-option = 'EQ'.
    003230 ?
    003240 ?   loop at i_marc into wa_marc.
    003250 ?     r_material-low  = wa_marc-matnr.
    003260 ?     append r_material.
    003270 ?   endloop.
    003280 ?   clear r_material.
    003290 ?
         > ?   if not i_matdoc is initial.
    003310 ?    select MBLNR
    003320 ?           MJAHR
    003330 ?           ZEILE
    003340 ?           BWART
    003350 ?           MATNR
    003360 ?           WERKS
    003370 ?           SHKZG
    003380 ?           MENGE
    003390 ?           UMWRK
    003400 ?      into table i_mseg_qty
    003410 ?      from mseg
    003420 ?       for all entries in i_matdoc
    003430 ?     where MBLNR eq i_matdoc-MBLNR
    003440 ?       and MJAHR eq i_matdoc-MJAHR
    003450 ?       and BWART in r_bwart
    003460 ?       and matnr in r_material
    003470 ?       and werks in r_werks.
    003480 ?
    003490 ?    sort i_mseg_qty by matnr.

  • Dump in production system :Incorrect status in pricing

    Hi All,
    We have patched out SRM5.5 server system recently with  15 and  16 patch.
    After the patch we are getting  many dums in production system.
    When i check in the ST22 ,the error syaing that
    Error analysis
        An exception occurred which is explained in detail below.
        The exception, which is assigned to class 'CX_BBP_PD_ABORT', was not caught and
        therefore caused a runtime error.
        The reason for the exception is:
         *Incorrect status in pricing*
    How to correct the error
        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:
        "UNCAUGHT_EXCEPTION" "CX_BBP_PD_ABORT"
        "SAPLBBP_PDH" or "LBBP_PDHU08"
        "BBP_PD_ABORT"
        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
    and  i have checked the IPC ,it is also active only,.
    We have got his issue all of suddenlly,
    Can any one tell us what could be the issue.
    Regards
    cb

    Hi All,
    thanks a lot for your response ,
      I have done the  Simulation which shows everything is fine  and i have chcked with BBP_CND_CUSTOMIZING_CHECK  t-codes even that is also correct  only .
    we are plannning for rasing the issue with SAP.
    Besides that the system might have activated the BADI simple pricing active (or something like that). This would give trouble as well with the IPC (they can't both be active).
    @Robin which the badi we can check.
    once agina thanks a lot for your replys.
    Regards
    cb

  • 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

  • Too many abap dumps in production system

    gurus ,
      i have a doubt .   there was around 56 abap dumps by a single user .
      i just want to know whether having these much of abap dumps in the production will hit performance system in a way or other ?
    if so i can make alert them on the criticality of running a report in production .

    "the problem is , most of the dumps are SYNTAX_ERROR which are generated by the customized reports created by the users"
    Good!  I much prefer them to the "there is something wrong with your system" type dumps.
    "these people make a direct attempt in production directly resulting in lot of dumps .
    we have a quality client with the latest production datas , but they dont do their first .
    i am not sure whether this practice will really hit any performance issue .
    if so then i can insist them the importance of being alert before making an attempt in production"
    Bad, bad, bad practise. 
    As you have mentioned a QA system, I'm assuming that you have at least a 3 tier landscape ... tell the developers  to use it!
    p.s - the problem isn't so much that the users are running the reports directly in Prod, it's that the reports haven't been tested properly before they reach the Prod system !

  • Dump in production system

    Hi Experts,
    I got following error description in ST22.plz can anyone tell m
    what will be the probable reason for this dump. How should i correct it?
    Where i need to check?
    Errore run-time        DBIF_REPO_PART_ALREADY_EXISTS
    Analysis:
    Internal problem: You attempted to insert a program which already
    exists partially at least. This is probably due to an inconsistency in the  database tables.

    hi Sheetal,
    What happened is your Basis guy might have not imported this TR properly.
    I will tell what would have been your scenario. There is a program in production.
    You deleted that program in developement and recreated the same and you moved it to production under one TR. Correct me if I am wrong in any of above.
    Just ask your Basis to import this TR with overwrite option checked.
    Reward all useful answers.
    Regards,
    Atish

  • Phap_catalog tcode getting dumped on status flow tab

    Dear Friends,
    I am getting dumped in my system in tcode phap_catalog when we execute this tcode & double click on personal appraisals.there is two tabs. when we click on status flow tab, it getting dumped message type x.
    Plz suggest.
    Ankit

    For adding information, i am adding some part of dump..
    Runtime Error
    The current application triggered a termination with a short dump.
    What happened?
    The current application program detected a situation which really
    should not occur. Therefore, a termination with a short dump was
    triggered on purpose by the key word MESSAGE (type X).
    What can you do?
    Print out the error message (using the "Print" function)
    and make a note of the actions and input that caused the
    error.
    To resolve the problem, contact your SAP system administrator.
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer
    termination messages, especially those beyond their normal deletion
    date.
    Error analysis
    Short text of error message:
    Control Framework : Error processing control
    Technical information about the message:
    Diagnosis
         An error occurred when the system tried to process the commands
         from the Automation Queue on the presentation server.
         There are several possible reasons for this:
         - The installation of the SAP GUI on the presentation server is
         faulty or obsolete.
         - There is an error in the application program
         - There is an error in the SAPGUI or an integrated control
    Procedure
         1. Make sure that you have imported the appropriate Support
         Package, the current kernel, and GUI patch for the release of your
         system
         2. Check whether the error occurs locally on one or a few PCs, or
         generally on all PCs. Note whether the error only occurs for some
         users, for example because of a specific Customizing setting.
         If it only occurs locally, this suggests an installation problem
         with the PC. Check the installation; if necessary, reinstall the
         software. In the dump, search for the SY-MSGLI field, since it may
         point to the cause of the error.
         3. Activate the Automation Trace (in accordance with SAP Note
         158985).
         4.Start the transaction and continue until the screen immediately
         before the dump.
         5. From the System -> Utilities menu, choose Autom. Queue,
         Synchronous Processing.
         The status bar of the GUI displays the text:
            "Automation synchron flush mode on"
         6. If you now proceed with the application, the short dump will
         display the ABAP call that caused the error; the Automation Trace
         will contain the error on the presentation server.
    System environment
    SAP Release.............. "620"
    Transaction......... "PHAP_CATALOG "
    Program............. "SAPLOLEA"
    Screen.............. "SAPLHRHAP_C_UI_CATALOG 1000"
    Screen line......... 0
    Information on where terminated
    The termination occurred in the ABAP program "SAPLOLEA" in "AC_SYSTEM_FLUSH".
    The main program was "RHHAP_APPRAISAL_CATALOG ".
    The termination occurred in line 29 of the source code of the (Include)
    program "LOLEAU02"
    of the source code of program "LOLEAU02" (when calling the editor 290).
    End of runtime analysis
    Edited by: Ankit on Aug 22, 2008 10:05 AM

  • Short dump "EXSORT_NOT_Enough_MEMORY" in production system

    Hi,
    "EXSORT_NOT_Enough_MEMORY" dump occuring in production system,Could any one please tell me how to fix this dump.
    Please refer the error message below
    What happened?
        The current ABAP program had to be terminated because the
        ABAP processor detected an internal system error.
        The current ABAP program "RSBPCOLL" had to be terminated because the ABAP
        processor discovered an invalid system state.
    Error analysis:
        The current ABAP/4 program was meant to sort a dataset (internal table
        or extract). For reasons of capacity, this was not possible due to
        insufficient main storage space. Therefore, the
        external sort was called and resulted in the following error:
        the following error:
        SAP runtime system internal error.
                   Last error logged in SAP kernel
        Component............ "EM"
        Place................ "SAP-Server cambsvr15_PEC_00 on host cambsvr15 (wp 12)"
        Version.............. 37
        Error code........... 7
        Error text........... "Warning: EM-Memory exhausted: Workprocess gets PRIV "
        Description.......... " "
        System call.......... " "
        Module............... "emxx.c"
        Line................. 1886
    and i see that background job  "SAP_COLLECTOR_FOR_JOBSTATISTIC" job being failed with  below error.
    Job started
    Step 001 started (program RSBPCOLL, variant , user ID BACKGROUND)
    ABAP/4 processor: EXSORT_NOT_ENOUGH_MEMORY
    Job cancelled
    Please help me to correct this error.
    Best Regards,
    Vinod

    Hi Bhaskar,
    yes, I have checked the Wp status and it looks fine.I'm getting this error on My PRD system on regular basis since 1 week.
    We have tried to restart the server but no luck.
    Here are the ST02 values and background job SAP_COLLECTOR_FOR_JOBSTATISTIC also being failed with this error.
      Buffer              Hitratio    Allocated       Free space          Dir. size      Free directory        Swaps      
                              [%]         [kB]           [kB]      [%]      Entries       Entries    [%]                  
    Program                   99.11       400,000        1,481     0.38      100,000      90,774    90.77       36,307
    CUA                       99.31         3,000          264    10.53        1,500       1,263    84.20       14,934
    Screen                    98.45         4,297           27     0.82       10,000       9,653    96.53         645
    Calendar                  99.76           488          359    75.10          200          48    24.00         0
    OTR                      100.00         4,096        3,439   100.00        2,000       2,000   100.00         0
    SAP memory              Current use      Max. use  In memory   On disk
                            [%]      [kB]       [kB]       [kB]       [kB]
    Roll area              1.45      3,808     7,680    262,144         0
    Paging area            3.40      8,904     13,056       0        262,144
    Extended Memory        9.05    389,120    812,032  4,299,776
    Swaps
            0
       21,249
            0
       16,399
       36,307
       14,934
          645
            0
            0
          272
            0
      210,742
            0
    Please let me know if you require further information.
    Thanks & Regards,
    Vinod

  • TSV_TNEW_PAGE_ALLOC_FAILED  Dump in Production BW 3.5 system

    Hi Basis Gurus,
    In our production BW 3.5 system we are getting dump in ST22.
    The dump is TSV_TNEW_PAGE_ALLOC_FAILED
    Please let me know what could be the reason for this dump and why we are getting it.
    I tried searching in service market place and there we can find lot of things related to this dump.But not sure which one is specificaly related to this dump.
    Our system details are as follows
    BW 3.5
    Solaris OS
    Oracle Database.
    Please help me in resolving this dump.
    Regards,
    Anil.

    Hello Anil,
    what is the frequency of these dumps.
    If the dump once in a while,you can simply ignore it
    If frequency is more....you will need to reasrch a bit before increasing the paging memory as suggested previously
    Just check what program is causing the dump,is it SAP standard program or a z program created by your developers.
    If it is a SAP standard program just search on market place and look if any new version of the program exists which is tuned better and which consumes less memory
    If it is a z program ask your developer to tune the program(this can be a highly cause of this dump as programs created usually consume a lot of memory due to which this dump occurs)
    If none of these help,go for increase in the paging memory as previusly suggested
    Rohit

  • Very Urgent : Dumps Generated in Production System, reason unknown

    We are getting ABAP Dumps every second for some reason on the production system. The error analysis message is as follows :
    Error analysis
    The data type "MCVBAPB" was reloaded from the database while the program
    was running.
    However, the system found a version of the type that was newer than
    the one required.
    Any pointers to the reason for this will be helpful.
    Kindly contribute.

    Hi Booma,
    Probably structure MCVBAPB was changed (either directly or by importing a transport from the QA system). These structures are stored in buffers and users already logged on will work with these buffered structures. After the change/import the system will notice a difference between the structure in the buffer and the actual one and will dump.
    Normally this should only happen once for each user currently logged on. Any user logging on after the change should  not have this dump.
    Regards,
    John.

  • 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

  • Production system showing 40 Dumps with "MEMORY_NO_MORE_PAGIN"

    Hi All,
    My production system suddenly showing  around 40 dump with the below name "MEMORY_NO_MORE_PAGIN"
    Plz. Let me know in details how to resolve this issue.
    Runtime Errors         MEMORY_NO_MORE_PAGING                                     
           Occurred on     05/02/2007 at 14:06:35                                                                               
    Error analysis                                                                               
    The ABAP/4 runtime system and the ABAP/4 compiler use a common                   
    interface to store different types of data in different parts of                 
    the SAP paging area. This data includes the                                      
    ABAP/4 memory (EXPORT TO MEMORY), the SUBMIT REPORT parameters,                  
    CALL DIALOG and CALL TRANSACTION USING, as well as internally defined            
    macros (specified with DEFINE).                                                                               
    To store further data in the SAP paging area, you attempted to                   
    allocate a new SAP paging block, but no more blocks were                         
    available.                                                                               
    When the SAP paging overflow occurred, the ABAP/4 memory contained               
    entries for 50 of different IDs.                                                                               
    Please note:                                                                     
    To facilitate error handling, the ABAP/4 memory was                              
    deleted.
    Thanks & Regards,
    Kishore Reddy

    Hi Juan/All
    ST02
    Program Swaps  :   21,000 
    rest fine
    Memory
    SAP memory        Current     use      Max. use  In memory   On disk
    Roll area                  0.28      1,470     39,128    262,144    262,144
    Paging area             16.08    126,497    786,424    524,288    262,144
    Extended Memory     6.80    570,368  7,844,864  8,388,608
    Heap Memory                   0    206,430
    Thanks & Reg,
    Kishore Reddy

  • CRM-BI when i create infopackage system gets dump

    Hi All,
    I was changed the source system with BDLS. And in the new system i want to get data from source system to BI system. When i try, system gets the dump.
    The dump details:
    Trigger Location of Runtime Error
        Program                                 SAPLRSSM
        Include                                 LRSSMU17
        Row                                     2.624
        Module type                             (FUNCTION)
        Module Name                             RSSM_CALL_RSAR_DATA_REQUEST_1
    Line                 SourceCde
    2601               if p_t_rsldpio-crt_package is initial.
    2602                 try.
    2603                     if l_s_dta_odsactreq-tlogo = rs_c_tlogo-ods_object and
    2604                    l_s_dta_odsactreq-odsotype = rsdod_c_type-write_optimized.
    2605                       call function 'RSS2_WRITEOPT_DSO_ACTREQ'
    2606                         exporting
    2607                           i_rnr = g_rnr
    2608                           i_sid = g_rnr_sid
    2609                           i_ods = l_upd_icube-infocube.
    2610                     endif.
    2611                     call method cl_rsodso_update_control=>begin_update
    2612                       exporting
    2613                         i_request_guid = g_rnr
    2614                         i_odsobject    = l_upd_icube-infocube.
    2615                   catch cx_rsodso_root.
    2616                     loop at l_upd_icube.
    2617                       call function 'DEQUEUE_ERSICCONT'
    2618                         exporting
    2619                           mode_rsiccont = 'E'
    2620                           icube         = l_upd_icube-infocube
    2621                           _scope        = '3'
    2622                           _synchron     = 'X'.
    2623                     endloop.
    >>>>>                     message x000.  // I GET DUMP HERE.
    2625                 endtry.
    2626               endif.
    2627             endif.
    2628           endif.
    thanks for help,
    David.

    Hi,
    Error code shows that you are trying to update DSO/cube.
    Are you able to create any other object in the system, I mean is object chagability allowed.
    Regards
    Rahul Bindroo

  • To Get Production system

    Hi All,
         I want to get Production system name, Is there any function module to get production system if we know development or Qsytem.. Ex: if development system is D13 i wato know production system.
    Any help regarding this will be appreciated.
    Regards,
    Srinivas

    Hello,
    Check out the tabel
    TMSCSYS > for Systems
    TMSCSYST > system texts
    Regards,
    Naimesh

  • How to get List of  all activated Info objects in sap BI production system

    Hi Experts,
             For my requirement  I need list of all activated info objects in sap bi production system.
    Can any body suggest any thing.

    Hi,
    Check in the following table, all the below tables are for InfoObejct related only
    RSDIOBJ -
    Directory of all InfoObjects
    RSDIOBJT------ Texts of InfoObjects
    RSDIOBJ------- Directory of all InfoObjects
    RSDIOBJT----- Texts of InfoObjects
    RSDATRNAV------ Navigation Attributes
    RSDATRNAVT----- Navigation Attributes
    RSDBCHATR------ Master Data Attributes
    RSDCHABAS------- Basic Characteristics (for Characteristics,Time Characteristics, and Units)
    RSDCHA----
    Characteristics Catalog
    RSDDPA -
    Data Package Characteristic
    RSDIOBJCMP----
    Dependencies of InfoObjects
    RSKYF----
    Key Figures
    RSDTIM----
    Time Characteristics
    RSDUNI -
    Units
    Thanks
    Reddy

Maybe you are looking for

  • System Recovery on New Hard Drive Not Proceeding

    Scenario: I've installed a new (blank) hard drive on my 2008 HP Pavilion dv3500. I need to install the factory image on this new drive in the original HP machine. 1. I am booting from the recovery disks I made (F9 from system startup menu)  2. The fi

  • Has anyone gone to europe with an htc one and used a prepaid SIM there?

    I will be going to Europe (france and spain thus far) in september and would like to be able to use our smartphones.  I hear that outside of the USA, if you purchase a prepaid SIM (they run like 10euro for 1000/1000/2gb) it will work just fine.  Can

  • Download purchased music to iTunes

    I bought an album on itunes for the first time ever and it was through my phone (iphone 4s). Now I want to listen to it on the computer. But when I go to Library> purschased> and then click on the cloud-download-button it says something (in swedish)

  • Is there a script available to make an alternate size layout of a book?

    Hello: I was referred to this forum from this thread: How can I export a pdf of an InDesign alternate layout from a book? I have a book that is in a 6×9″ layout and I would like to make an alternate layout of the same content for 8.5×11 (and other fo

  • MDM 2: Unable to configure PageMaintenance Service deployed with cm.jar

    Hello everyone, we have a problem when we try to build a Business Service which maps a custom @PageMaintenance service. Artifacts and cm.jar seem to be created correctly, however when we create the Business Service which maps the Service Program (typ