ABAP Dump after putting Text in notes tab in MIRO

Hello All,
We have a scenario here,
during MIRO, when user puts some text in the Notes tab and after putting all other relevant data when clicks on Simulate or Save button system gives ABAP dump. This is happening while posting invoices for FD purchase orders and not with other types of POs.
Your help is appreciated.
With regards.
Sanjay

Hi,
Does any body have got a solution to this problem?
BR,
Emrah

Similar Messages

  • Entering the text in note tab in MIRO transaction

    hai friends,
    can u please tell how to store a text in note tab in MIRO transaction usging function module.
    please help me.
    Regards,
    N.selvamuthukumar

    Hi
    I need to program the same. Can you please send the details of how you implemented it.

  • Abap dump after patch ugrade 15

    Hi ,
    our XI system was upgraded from SP 10 to 15. On trying to see the pipeline steps and the xml details from MONI, it is showing the abap dump. But from moni itself I can click at other execution steps. Only at this particular step-data returned from ECC, it is throwing this dump. But the interfaces are working fine and the postings are also done in SAP properly.
    error below:
    http://rcpt.yousendit.com/617210935/7ef0f4d60a3eeb01068e231e16aba40e
    Please suggest, Thanks in advance.
    Regards,
    kanan

    Hi Carlos,
    Quite lengthy, Sorry..as am not able to put up the url currently, simply pastingthe error:
    kanan
    Short text
        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).
    Error analysis
        Short text of error message:
        Control Framework : Error processing control
        Long text of error 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.
            7. If necessary, load the short dump and trace files on to
            sapservX, so that SAP can analyze them.
       Technical information about the message:
       Message class....... "CNDP"
       Number.............. 006
       Variable 1.......... " "
       Variable 2.......... " "
       Variable 3.......... " "
       Variable 4.......... " "
    trigger Location of Runtime Error
       Program                                 SAPLOLEA
       Include                                 LOLEAU02
       Row                                     29
        Module type                             (FUNCTION)
        Module Name                             AC_SYSTEM_FLUSH
    Source Code Extract
    Line  SourceCde
        1 FUNCTION AC_SYSTEM_FLUSH .
        2 *"----
        3 ""Lokale Schnittstelle:
        4 *"  IMPORTING
        5 *"     VALUE(CALLED_BY_SYSTEM) TYPE  C OPTIONAL
        6 *"  EXCEPTIONS
        7 *"      CNTL_SYSTEM_ERROR
        8 *"      CNTL_ERROR
        9 *"----
       10   data: sysubrc like sy-subrc.
       11
       12   CALL FUNCTION 'AC_FLUSH_CALL'
       13        EXPORTING
       14             SYSTEM_FLUSH = 'X'
       15             CALLED_BY_SYSTEM = CALLED_BY_SYSTEM
       16        IMPORTING
       17             MESSAGE_NR   = sysubrc
       18             MESSAGE_TEXT = SY-MSGLI.
       19
       20   sy-subrc = sysubrc.
       21
       22   CASE SY-SUBRC.
       23     WHEN 0.
       24     WHEN 1.
        Module type                             (FUNCTION)
        Module Name                             AC_SYSTEM_FLUSH
    Source Code Extract
    Line  SourceCde
        1 FUNCTION AC_SYSTEM_FLUSH .
        2 *"----
        3 ""Lokale Schnittstelle:
        4 *"  IMPORTING
        5 *"     VALUE(CALLED_BY_SYSTEM) TYPE  C OPTIONAL
        6 *"  EXCEPTIONS
        7 *"      CNTL_SYSTEM_ERROR
        8 *"      CNTL_ERROR
        9 *"----
       10   data: sysubrc like sy-subrc.
       11
       12   CALL FUNCTION 'AC_FLUSH_CALL'
       13        EXPORTING
       14             SYSTEM_FLUSH = 'X'
       15             CALLED_BY_SYSTEM = CALLED_BY_SYSTEM
       16        IMPORTING
       17             MESSAGE_NR   = sysubrc
       18             MESSAGE_TEXT = SY-MSGLI.
       19
       20   sy-subrc = sysubrc.
       21
       22   CASE SY-SUBRC.
       23     WHEN 0.
       24     WHEN 1.

  • E-Rec - Add text to Notes tab of Int. candidate application wizard

    Hello,
    I have a requirement to add some more text to the Notes Tab of the Internal candidate application wizard. I have defined the text using SOTR_EDIT.
    I find that texts available in the notes tab of the internal applicant start page are logically grouped in the package/ alias PAOC_RCF_UI/TITLE_REG_APPLN_ENTRY_M (From M1 to M10)
    Hence i created the additional text as PAOC_RCF_UI/TITLE_REG_APPLN_ENTRY_M11
    Iam not sure how to group the text items from M1 to M11 to make the new text i have added to display in the notes tab. Can this requirement be handled in configuration or does it require activation of BADI "BTFR_CONTEXT". If this can be handled only through BADI activation, pls. let me know the steps how to modify the BADI.
    Thanks
    G Raj

    Hello Sebastian,
    My requirement is to add customer text only to the Notes tab of the Employee application wizard.
    I was able to make modifications to the standard text in the Notes tab of the Employee application wizard using SOTR_EDIT.
    But i suppouse, the Package and Alias is commonly used in Employee as well as external candidate application wizard. This has resulted in the changes reflecting in the External candidate application wizard also.
    How do i restrict the changes to reflect only in the Employee application wizard and not in External candidate application wizard.
    Can this be handled only by modifying the BSP??? your inputs please.
    Thanks
    G Raj

  • How to display text of note tab of invoicing

    Hi all,
    I want to display text that is written in notes tab while doing invoicing that is through FB60 and MIRO.
    I searched for it in tables STXL and STXH but text isnt stored there, pls help me out.
    Thank you,
    Sonali

    Thanks Gokul it helped
    awarded u points.

  • ABAP Dump After EHP4 Upgrade "SYNTAX_ERROR"

    Hello
    I performed ERP ECC 6.0 to EHP4 upgrade. System is working fine, Support Package stacks at maximum level, kernel, tp and R3trans is up-to-date. Only problem is I am getting "SYNTAX_ERROR" every minute. What could be the reason?
    Runtime Errors         SYNTAX_ERROR                                                            
    Date and Time          15.03.2010 16:10:28                                                                               
    Short text                                                                               
    Syntax error in program "CL_HTTP_SERVER_NET============CP ".                                                                               
    What happened?                                                                               
    The following syntax error occurred in the program                                        
          CL_HTTP_SERVER_NET============CP :                                                       
         "Method "SET_SSO_MANDATORY" is not declared or inherited in class "CL_H"                                                                               
    What can you do?                                                                               
    Please eliminate the error by performing a syntax check                                   
         (or an extended program check) on the program "CL_HTTP_SERVER_NET============CP           
    You can also perform the syntax check from the ABAP/4 Editor.                             
         If the problem persists, proceed as follows:                                                                               
    Error analysis                                                                               
    The following syntax error was found in the program                                       
          CL_HTTP_SERVER_NET============CP :                                                       
         "Method "SET_SSO_MANDATORY" is not declared or inherited in class "CL_H"                                                                               
    Information on where terminated                                                                   
        Termination occurred in the ABAP program "SAPLHTTP_RUNTIME" - in                              
         "HTTP_DISPATCH_REQUEST".                                                                     
        The main program was "SAPMHTTP ".                                                                               
    In the source code you have the termination point in line 124                                 
        of the (Include) program "LHTTP_RUNTIMEU02".                                                                               
    Source Code Extract                                                                               
    Line  SourceCde                                                                               
    94     ELSE.                                                                               
    95 *                                                                               
    96 * create a server control block for internal communication type of ICF                      
        97 *                                                                               
    98       CREATE OBJECT c_server_par TYPE cl_http_server_par.                                   
        99       c_server_par->set_local_server_name(                                                  
       100                       EXPORTING name = client_name                                          
       101                       EXCEPTIONS name_already_exists = 1 ).                                 
       102       c_server    = c_server_par.                                                           
       103 *      server_type = 2.                                                                     
       104                                                                               
    105 * insert server to server instances, only in case of stateful session                       
       106       server_instances-server      = c_server.                                              
       107       server_instances-client_name = client_name.                                           
       108     ENDIF.                                                                               
    109   ENDIF.                                                                               
    110                                                                               
    111 *                                                                               
    112 * create server control block, if not happen before                                             
       113 *                                                                               
    114   IF c_server IS INITIAL.                                                                       
       115                                                                               
    116     IF NOT server_accepted IS INITIAL AND                                                       
       117 *           server_accepted_type = 1.                                                           
       118        server_accepted->m_server_type =                                                         
       119            cl_http_server=>co_servertype_net.                                                   
       120 *   use last server object created for stateful communication                                   
       121       c_server_net ?= server_accepted.                                                          
       122     ELSE.                                                                               
    123 *   create a server control block for network communication type of ICF                         
    >>>>>       CREATE OBJECT c_server_net TYPE cl_http_server_net.                                       
       125     ENDIF.                                                                               
    126 *   accepted server control block called via network                                            
       127     c_server    = c_server_net.                                                                 
       128 *    server_type = 1.                                                                               
    129 * register network server for HTTP auto logout (timeout handler )                               
       130     server_accepted_org = c_server.                                                             
       131   ENDIF.                                                                               
    132                                                                               
    133 * for local execution use VIRTUAL_HOST parameter                                                
       134   IF NOT document_in IS INITIAL.                                                                
       135     cl_http_server=>c_virtual_host = virtual_host.                                              
       136   ENDIF.                                                                               
    137                                                                               
    138 *                                                                               
    139 * register accepted server control block for responses of network                               
       140 * server_accepted is used in function modules HTTP_CONFIRM_USERSWITCH                           
       141 * and HTTP_GET_CURRENT_SERVER_CB                                                            
      142 *                                                                               
    143   IF server_accepted IS INITIAL.                                                                               
    Internal notes                                                                               
    The termination was triggered in function "ab_genprog"                                         
         of the SAP kernel, in line 1584 of the module                                                  
          "//bas/701_REL/src/krn/runt/abgen.c#6".                                                       
         The internal operation just processed is "ABOO".                                               
         Internal mode was started at 20100315161028.                                                   
         Program name.........: "CL_HTTP_SERVER_NET============CP ".                                    
         Error message........: "Method "SET_SSO_MANDATORY" is not declared or inherited                
          in class "CL_H".

    Hello Kaan,
    Please try this workaround:
    1) se24
    2) put the class name "cl_http_server_net"
    3) create a new method "SET_SSO_MANDATORY"
    as instance methid and "visibility" private
    Regards
    Niraj
    Edited by: Niraj Kumar Soni on Mar 15, 2010 8:24 PM

  • How to put a space (not tab) in the beggining of a line on Dreamweaver?

    Hello everybody,
    I'm editing a site using photoshop and  dreamweaver, the problem is that photoshop does'nt paste formatted text so I had to appeal to Dreaweaver. The problem is that when I paste my word text (paste  especial - full formatting) all the format stuff is right, but the beggining of the some lines (which have some spaces in word) doesn't have spaces in Dreamweaver.  How can I do that? I'm asking  that because I know you can tab the line, but the tab size is too large for me, is there any way to  get it lower? And there's a way of don't put new lines  on or under the  tabbed text (Dreamweaver does that)?
    []'s
    John

    function(){return A.apply(null,[this].concat($A(arguments)))}
    In the Code view use:
    <code>"nbsp;"</code>
    exactly as it is written above.  It will put a NonBreakingSPace (NBSP) into the text.  Each "<code> </code> " that you put equals one letter space depending on which font you use.  It is the same as placing multiple spaces with the spacebar when you use it multiple times.
    Message was edited by: markerline

  • Javascript to put text of selected tab in a header element at top of page

    Create a simple html document a header and main div's.   tab menu, say three tabs, in the main div.  Want the header to display the text of the selected tab.
    Here is the example with default SpryTabbedPanels.js and SpryTabbedPanels.css.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="header">Content for  id "header" Goes Here :Want this to be the text of the selected tab.</div>
    <div id="main">
      <div id="TabbedPanels1" class="TabbedPanels">
        <ul class="TabbedPanelsTabGroup">
          <li class="TabbedPanelsTab" tabindex="0">Tab 1 text</li>
          <li class="TabbedPanelsTab" tabindex="0">Tab 2 text</li>
          <li class="TabbedPanelsTab" tabindex="0">Tab 3 text<br />
          </li>
        </ul>
        <div class="TabbedPanelsContentGroup">
          <div class="TabbedPanelsContent">Content 1</div>
          <div class="TabbedPanelsContent">Content 2</div>
          <div class="TabbedPanelsContent">Content 3</div>
        </div>
      </div>
      main content
    </div>
    <script type="text/javascript">
    <!--
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
    //-->
    </script>
    </body>
    </html>
    Anyone have a javascript for this?

    Just to clarify:

  • Applications closing immediately after opening  Text messages not delivered

    It there any way to restore the phones applications when they start to malfunction, instead of doing a complete system restore. As the application are closing immediately after opening. I've tried deleting and restoring them.
    Also text message seem to get lost when doing a system restore. They don't just arrive when its finished. They never get delivered. Caused a few big problems for me but I'll only do it at night now. Has anyone had the same problem.?? Thanks.

    It's in it 7th hour to restore
    and it hasn't started with the photos
    music yet. That cant cant be right??? Can it??

  • NOTE TAB in MIro  not transfer to FI document

    Hi,
    Is there a way to configure  the  copying of  MIRO tab note text to FI . We would like to copy these notes to the cheque stub.
    We have found a way to do it via FB60 to the cheque .
    IIS BADI AC_DOCUMENT is a potential solution?
    Thanks

    he forum [FPM - General|Enterprise Performance Management (SAP EPM); in which you originally posted your question deals mainly with the financial performance applications otherwise known as Enterprise Performance Management (EPM) carrying the BusinessObjects brand.   Your question pertains to SAP [ERP Financials|SAP ERP Financials; which is covered by another forum.  Therefore your message has been moved.  Please adjust any bookmarks you might have and post to the appropriate area in the future, that way you are assured you will have the right audience reading your posts.
    Thanks and best regards,
    [Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
    SAP Labs, LLC
    BusinessObjects Division
    Americas Customer Solutions Adoption (CSA) team

  • Notes tabs giving dump up on save in opportunitiy for PCUI

    Hi,
    We are facing a problem while saving a text under notes tabe for opportunity in PCUI.
    We are getting predefined texts but if we add any text and click the save button we are getting dump.
    Dump is coming  CL_CRM_BSP_TRACE for method add_screen_structure_tab .
    at assign statement.
    I have checked the entire configuration every thing is fine I was able to add the text from GUI but when I am doing from PCUI it is giving dump.
    Kindly do the needful.
    Thanks
    Naveen

    Hi Naveen,
    Just have a look at note 991206. See if this fits your requirement.
    Regards,
    Hemanth

  • APD master data join - ABAP dump TSV_TNEW_PAGE_ALLOC_FAILED

    Hi,
    I have created an APD to join 3 ISU master data infoobjects
    1. left join 0UCPREMISE with 0UC_CONNOBJ
    2. left join 0UCINSTALLA with result of 1.
    3. Store the data in ODS
    When I did this in DEV (D4S) everything worked - but there is also much
    less data in the master data infoobjects.
    When running the APD in Test (Q4S) I get ABAP dump after a while (not
    time out): TSV_TNEW_PAGE_ALLOC_FAILED
    1. I have tried with the APD setting to store in internal memory to OFF
    but the same problems occur.
    2. I tried to create index (on /BI0/P* ) for fields part of the join
    which was not table key but same problem occurs.
    3. I have no filters for the joins as I want to get all master data in
    the output ODS.
    4. The size of the p-tables are:
    /BI0/PUCPREMISE = 1 385 792
    /BI0/PUC_CONNOBJ = 1 031 272
    /BI0/PUCINSTALLA = 2 445 742
    5. Components + SP level:
    SAP_ABA     700     0013     SAPKA70013
    SAP_BASIS     700     0013     SAPKB70013
    PI_BASIS     2005_1_700     0013     SAPKIPYJ7D
    ST-PI     2005_1_700     0005     SAPKITLQI5
    SAP_BW     700     0015     SAPKW70015
    BI_CONT     703     0005     SAPKIBIIP5
    Linux / Oracle 10.2.0.2.0
    6. Info from ABAP Dump:
    Error analysis
    The internal table "\CLASS=CL_RSMD_RS_UTILITIES\METHOD=DATA_TO_RETURN\DATA=L_SX
    RETURN-TVALUE" could not be further extended. To enable
    error handling, the table had to be delete before this log was written.
    As a result, the table is displayed further down or, if you branch to
    the ABAP Debugger, with 0 rows.
    At the time of the termination, the following data was determined for
    the relevant internal table:
    Memory location: "Session memory"
    Row width: 200
    Number of rows: 15
    Allocated rows: 15
    Newly requested rows: 64 (in 1 blocks)
    Last error logged in SAP kernel
    Component............ "EM"
    Place................ "SAP-Server q4s_Q4S_72 on host q4s (wp 12)"
    Version.............. 37
    Error code........... 7
    Error text........... "Warning: EM-Memory exhausted: Workprocess gets PRIV "
    Description.......... " "
    System call.......... " "
    Module............... "emxx.c"
    Line................. 1881
    The error reported by the operating system is:
    Error number..... " "
    |    Error text....... " "
    How to correct the error
    The amount of storage space (in bytes) filled at termination time was:
    Roll area...................... 2755600
    Extended memory (EM)........... 1977608256
    Assigned memory (HEAP)......... 2000733904
    Short area..................... " "
    Paging area.................... 24576
    Maximum address space.......... 4294967295
    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:
    "TSV_TNEW_PAGE_ALLOC_FAILED" " "
    "CL_RSMD_RS_UTILITIES==========CP" or "CL_RSMD_RS_UTILITIES==========CM006"
    |    "DATA_TO_RETURN"                    
    Anybody have any idea what i can do to be able to run this APD (in production I want to run it on a monthly basis). To me it seems the APD fills 2 gig of mem, I thought the APD option to not store the complete dataset in internal memory (using temp tables instead) would kick in before the 2 gigs was used. Basis team didn't want to raise mem paramenters if it could be sorted out any other way.
    Thanks,
    Johan

    I have searched on my problem before posting here ofcourse - but somehow I missed this one, mentioned in 794257:
    "InfoObject" data source
    A dump occurs because of a memory overflow in the SAPLRSDM_F4 function group in the SD_CHA_GET_VALUES function module.
    The InfoObject data source for reading master data is currently based on a function module that loads all data into the main memory in an inefficient data structure. As a result, the data source is only suitable for reading master data with a few data records. A memory overflow can occur for master data tables with lots of records such as business partners or products. This occurs regardless of how the "Process data in the memory" indicator was set.
    If this situation occurs, set the InfoObject in such a way that it is available as an InfoProvider. Then use the "InfoProvider" data source instead of the "InfoObject" data source in the analysis process.
    I'll try this...
    //Johan

  • ABAP Dump when running S_ALR_87100205 (RFHABU00N)

    Hi,
    We are implementing New GL for a company code in Turkey. When I trying to run the report RFHABU00N for non-leading ledger, I am getting an abap dump because the program is not able to report the output for non-leading ledger documents. The report outputs correct information when executed for the leading ledger.
    has any one else faced this issue in the past and if so how was it resolved.
    We are currently on SAP ECC 6.04.
    Thanks,
    Nitin

    Hi,
    What is the dump message exactly? Anyway, for execution of this report for non-leading ledger, please, consult the following notes:
    1883338 - RFHABU00N Long runtimes and termination
    1965855 - RFHABU00/RFHABU00N: General Ledger View
    1965562 - SAPDBBRF: Fiscal year not correctly delimited for non-leading ledgers
    1939154 - RFHABU00N: Documents from non-leading ledgers ignored
    Regards,
    Eli

  • MIRO/MIR7 - Notes Tab Mandatory

    Hi All,
    I require the notes tab in MIRO to be mandatory, does anybody know if this is possible? I tried the solution in the below thread but the include is not even invoked;
    Note Mandatory in Tcode MIRO
    I then tried BADI 'INVOICE_UPDATE', method 'CHANGE_BEFORE_UPDATE'. My breakpoint stopped there but since the notes tab isn't stored in any structure, I had to use function module 'READ_TEXT' with object 'RBKP' to retrieve the data. Unfortunatly nothing is returned, this is probably because the notes data only gets written once the Invoice is fully saved. My intention was that I could check if any text is returned from the FM above, if not then I could output a message 'must enter text in notes tab'.
    Anybody have any other idea? I can't see anyway in config/valiadtions to achieve this. Thanks alot

    Hi,
    [Check this|Making delivery note field as mandatory in MIGO;
    Regards,
    koolspy.

  • Dump after creating new header text on sales order and invoice.

    Hello,
    We have created one header text on sales order and the same text for invoices, on VOTXN customizing.
    Testing the new text, system let us save the text fine, but later, if we display the text, system give us dump error.
    My question is, after transport the customizing to the next environment, is necessary run a standard program. Since VOTXN, we have generated the new access created, but dump appear displaying text header tab.
    Any help on this?
    Thanks in advance

    Hello Customer master table man
    1) Did you review the dump analysis- ST22?  Do that because the dump amy or may not be related to the Text config changes.
    2) You are also mentioning about transporting?  Did you already transport and are facing this issue in the target client or is it happening in the source client and you want to avoid it in the target? OSS note 1117467 throws light on transporting issues.
    Review the following OSS notes:
    548615 - FAQ: Text determination in SD II
    548517 - FAQ: Text determination in SD I
    1117467 - Text Customizing change not transferred in target system II
    970153 - Change to Customizing text not transferred to target system
    Hope this helps.

Maybe you are looking for

  • KeyNote '08 Taking Much Longer than KeyNote '06

    Hello All, Up to a month ago, we were running iWorks '06 on a 2.16GHz(white plastic, Serial # W87...) iMac. Just upgraded to iWorks '08 on a 2.4GHz (metal, Serial # W88...) iMac. We use large (5mb) animated gifs in our KeyNote presentations. The init

  • Iam getting the message firefox cannot be used coz i dont have usp10.dll.i use windows xp ..please help.

    dear folks After i downlaod and install firefox.. i get a message displayed ...as "this application has failed to start because usp10.dll was not found.Re-installing the application may fix this problem".Please help me fix this as i want to use firef

  • To create a procedure in a procedure

    Hi, I am trying to do sth like this. I am trying to create a procedure within an anonymmous PL/SQL block and i am basically trying to execute the newly created procedure there. This example (although wrong) would give a fair idea of what I am trying

  • Start managed servers via admin console

    Hello, I have installed weblogic server, created a domain, added a managed server. All working fine. Now I want to be able to start managed server through admin console. According to this documentation (http://docs.oracle.com/cd/E13222_01/wls/docs81/

  • How does OS X handle my data?

    Im getting my first and brand new Macbook Pro this week and have to admit although i researched a lot i still dont know how it will handle my data which i currently have stored on my dvds (because i have to format my external hdd). will for example i