Is it possible to display different error message 2 top / field level

Hello

I have a validation at the level of the item.
The error message is very long and so I use (line break) in the text of the message.

I want that error message (within the TOP - Inline with request for advice)
This is a test message this is a test message. // no line break
I want than the following (as well as the field - in line with the field) error message
This is a test message
this is a test message. // with line break
Validation setting
Error Message:- This is a test message<br>this is a test message. 

Error message display location:- Inline with Field and in Notification.
So, is it possible to display different error message 2 UPSTAIRS and on the GROUND to validate the same.

Thank you
Deepak

Hello

If I understand your need could correctly work below:

Copy your validation so that you have 2 same validations.
Another location of the Inline value with field error message display and another to Inline in the Notification.

Then edit messages how you like at the same time

BR, Jari

Tags: Database

Similar Questions

  • When I connect to a server that is not responding, Firefox displays an error message. It just hangs there.

    I had two incidents recently where FireFox will simply display a blank screen. In both cases when I tried the same website in Google Chrome, Chrome displays an error message which helped me to solve the problem. Firefox just sits there without understanding. I can't find a check in FireFox options box that says: "display system error messages. How can I do this? I prefer FireFox to Chrome, but if FireFox didn't tell me what the problem is, I can't use it. This problem has cost me more than a week in a recent update of the site.

    One possible cause is security software (firewall) that blocks or limits Firefox or plugin-container process without informing you, possibly after the detection of changes (update) for the Firefox program.

    Delete all rules for Firefox in the list of permissions in the firewall and leave your firewall again ask permission to get full unlimited access to the internet for Firefox and the plugin-container and the update process.

    See:

  • My phone displays an error message on the startup file and it mentions the installation media, how can I solve this problem?

    Separated from this thread.

    My phone displays an error message on the startup file and it mentions the installation media, how can I solve this problem?

    Hello

    See if that helps you.

    Do a Safe Mode system restore to before the problem started.

    http://bertk.MVPs.org/html/restoresysv.html

    How to access Safe Mode

    http://www.bleepingcomputer.com/tutorials/how-to-start-Windows-in-safe-mode/#Vista

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    If it doesn't, try a startup repair and / or a system restore using a DVD of Vista from Microsoft

    Manufacturers recovery disks normally do not have Service Options; they are normally a relocation to the factory only settings option.

    Here is the guide to repair Options using a Vista DVD from Microsoft.

    If a friend or a work acquantance of yours has one, you can borrow and use it for repairs.

    http://www.bleepingcomputer.com/tutorials/repair-Windows-with-Windows-Startup-Repair/

    Table of contents

    1. Overview of Windows Vista repair options
    2. How to perform an automatic repair of Windows Vista using Startup Repair
    3. Advanced Tools Overview
    4. Conclusion

    If you do not or can not borrow a Microsoft DVD there is a download of a file ISO of Vista Startup Repair available that you can put on a Bootable floppy to make the above startup repair and that the method is recommended by a large number of posters in these Forums.

    Unfortunately, you have to buy it.

    Here is a link to it:

    http://NeoSmart.net/blog/2011/Windows-Recovery-discs-updated-reinstated/

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    There are several methods to reinstall Vista.

    This can help you (download files and make your own DVDs):

    http://www.heidoc.NET/Joomla/technology-science/Microsoft/57-Windows-Vista-direct-download-links

    And here are instructions on how to burn ISO disk images:

    http://www.SnapFiles.com/get/isorecorder.html

    The download links and information on how to make the ISO file, and then create the Setup DVD above are at this link:

    "How to download a Vista ISO and create a Setup DVD or USB"

    http://www.Vistax64.com/tutorials/301852-Vista-ISO-download-create-installation-DVD-USB.html

    "How to create a USB of Vista Installation key '

    http://www.Vistax64.com/tutorials/181538-USB-bootable-Vista-installation-Flash-thumb-drive.html

    ___________________________________

    You can contact your computer manufacturer and ask them to send you a set of recovery disks.

    They should do this for a small fee.

    To reinstall Vista using their recovery disk/s, you start from the 1st recovery disk they provide and follow the manufacturer's instructions to reinstall:

    You need to change the Boot order to make the DVD/CD drive 1st in the boot order:

    How to change the Boot order in BIOS:

    http://pcsupport.about.com/od/fixtheproblem/SS/bootorderchange.htm

    "How to replace Microsoft software or hardware, order service packs and replace product manuals.

    http://support.Microsoft.com/kb/326246

    ___________________________________

    And if you have never received a recovery disk when you bought your computer, there should be a recovery on the drive Partition hard reinstall Windows how much you bought your computer.

    The recovery process can be started by pressing a particular combination of the key or keys at startup. (Power on / start)

    Maybe it's F10, F11, Alt + F10, etc., depending on the manufacturer.

    Them or us ask the right sequence of key.

    ___________________________________

    Some manufacturers have more available Vista recovery disks.

    If this happens, you may need to try this instead:

    You can also borrow and use a Microsoft Vista DVD, which contains the files for the different editions of Vista (Home Basic, Home Premium, Business and Ultimate) must be installed. The product key on your computer / Laptop box determines what Edition is installed.

    Other manufacturers recovery DVDs are should not be used for this purpose.

    And you need to know the version of 'bit' for Vista, as 32-bit and 64-bit editions come on different DVDs

    Here's how to do a clean install of Vista using a DVD of Vista from Microsoft:

    "How to do a clean install and configure with a full Version of Vista '

    http://www.Vistax64.com/tutorials/117366-clean-install-full-version-Vista.html

    And once the operating system is installed, go to your computer manufacturer's website and get the latest drivers for your particular model or laptop computer.

    And phone Activation may be necessary when you use the above installation method.

    "How to activate Vista normally and by Activation of the phone '

    http://www.Vistax64.com/tutorials/84488-activate-Vista-phone.html

    See you soon.

  • Displaying an error message with a link to the error field

    By default, validation of the ADF has usually shows an alert with an error message and a link to the field of the error.

    I have some custom validations where I finally to display the error message with this:

    public static void MessageError (String messageText) {}

    String messageText = "" No. is han sown estos datos '; "

    FacesMessage fm = new FacesMessage (messageText);

    /**

    * set the type of the message.

    * Valid types: error, fatal, information, warning

    */

    fm.setSeverity (FacesMessage.SEVERITY_ERROR);

    FacesContext context = FacesContext.getCurrentInstance ();

    context.addMessage (null, fm);

    }

    My client application displaying a link to the field in error in this kind of error alerts as do the standard deviations.

    Is it possible to achieve this?

    Try setting the first parameter to the addMessage (which has the value null in your case) on the id of the component whose validation failed. That's what part.

    Timo

  • A pdf file exported from InDesign, but displays various error messages when the same file is downloaded on the same laptop from the company's Web site

    Hello

    I'm having a problem with a pdf file created for my business. It exports without problems and displays correctly on my computer, but once it is transferred to the Web site and you download from here, pages randomly displayed not correctly, images and pieces of text go missing and different "internal error" messages pop up, such as:

    "An internal error has occurred."

    "There is an error on this page. Acrobat may not display the page correctly. Please contact the person who created the pdf document to correct the problem.

    "Failed to retrieve the embedded police"LICYDR + GaramondMT". Some characters may not display or print correctly.
    "Insufficient for an image.

    And when I close the pdf file it asks if I want to save even if I did not bring any changes to the document. It seems that everyone has problems with pages and receive different error messages. It is exported using the smallest file size preset in InDesign. Any idea what could be the cause? Any help would be greatly appreciated!


    Thank you

    Sarah

    One thing to check is if BINARY is used in the FTP client. If a client FTP ASCII is used, it may corrupt PDF files.

    Here's another thing to check yourself for you. Find the size in bytes of your original PDF. Now, look at the size of the uploaded file in bytes. Are they the same? If this is not the case, ask your colleague the size in bytes of the PDF file on the server. Is this the same as the original, or bad file?

  • "Cannot display page" error message when you try to download 2010 professional

    Original title:

    Error message on Internet download from trusted sites?

    I am trying to download 2010 Professional on my computer.  Yes, I have a product key.  Whenever I try to download, I get an error message "cannot display the page.  This often happens to me.  Any suggestions?

    Hello

    Thank you for giving us the opportunity to help you with your concern for Windows!

    I see from the description of your post, that you are unable to download Microsoft Office Professional 2010.

    If you get the error message in Internet Explorer , then this might be the cause:

    For performance reasons, where Internet Explorer cannot establish a connection to a proxy server, the proxy server is added to a list of proxy servers bad so that it is not reused for a period of time. This period is 30 minutes by default. If a proxy auto-configuration script returns a PROXY list that specifies several proxy servers, a connection to the proxy in the list will be attempted. If the connection fails, the process is repeated until a connection is established, or the list is exhausted. If the list is exhausted and no connection is established, the user will receive a "Cannot display Page" error message in Internet Explorer.

    We would like to get more information about you to help solve your problem. You better, please answer the following questions.

    1. What is the full error message?

    2 are you able to download other files without any problem?

    3. what web browser do you use to download?

    4. what version of Windows are you using? What service pack is installed on the computer?

    5. based on what site are you trying to download?

    You can check the following link to learn more about the error message "cannot display the Page":

    "Internet Explorer cannot display the webpage" error in Internet Explorer

    http://support.Microsoft.com/kb/956196

    Warning: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you do not disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network during the time that your antivirus software is disabled, your computer is vulnerable to attacks.

    Warning: him reset Internet Explorer settings feature might reset security settings or privacy settings that you have added to the list of Trusted Sites. Reset the Internet Explorer settings can also reset parental control settings. We recommend that you note these sites before using thfeature reset the settings of Internet Explorer e.

    Note:

    If the question is limited to Microsoft Office Professional 2010 then please post your question here for assistance:

    http://answers.Microsoft.com/en-us/Office

    Hope the information is useful.

    If you need help on this issue or any problem related to Windows, please keep us informed. We will be happy to help you!

  • 2 different error messages to clean install win 7 on laptop 2 x 61 attempts

    2 different error messages for win 7 clean install the 2 attempts on my x 61 laptop

    I bought an oem windows 7 dvd disc installation. I tried to install once and got this error message: Windows cannot install required files. The file may be corrupted or missing. "Make sure all files required for installation are available, and restart the installation of the" error code 0 x 80070570

    The second time I tried, when I tried to install windows 7 via a dvd player external rom this message appeared. "Press any key to boot from cd or dvd".

    BOOTMGR is missing

    Press Ctrl + Alt + Delete to restart. »

    the second error message did not work, even if I did cntrl alt del. Any suggestion. It is a computer laptop thinkpad x 61.

    Have you pressed a key after this part of the 2nd message: "press any key to boot from cd or dvd"?

    If you haven't done so already, it's trying to boot from the hard drive, and that's why you're the "BOOTMGR is missing" part of the message.

    Z.

  • My backup recently stop working and displays this error message: "failure irremediable 0x8000fff.

    I have recently, I lost all of my info by e-mail and went to try to recover from a backup. discovery of my backup has stop working and displays this error message: "failure irremediable 0x8000fff.   Doesn't sound good!  What happened and how can I solve this problem?

    Hello

    Method 1:
    You can follow the steps provided and check.

    Check the VSS service. Follow these steps:

    a. Click Start and type services.msc in the search box.

    b. Locate the VSS service and make sure that the startup type is automatic.

    i. right click on the service

    II. If the service is stopped, then start the service

    III. Select Properties

    IV. and in startup type, select automatic.

    c. click Ok.

    Method 2:


    You can also perform a clean boot and check:

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/kb/929135

    Note: after a repair, be sure to set the computer to start as usual as mentioned in step 7 in the Knowledge Base article.

    Method 3:

    I also suggest to run the disk clean tool and check if it helps.

    Delete files using disk cleanup

    http://Windows.Microsoft.com/en-us/Windows-Vista/delete-files-using-disk-cleanup

  • Unable to display the error message using the controller extension

    Hello

    I am trying to extend standard iproc CheckoutDistsCO. I have to display the error message when the quantity entered is '0 '. So I wrote logical when you click on the apply"" button. I created an extension CheckoutDistsCOEx & written logic here... but I am able to see messages in the log file, but no error message on screen.

    After having many forums I place super.processFormRequest (pageContext, webBean); at the end. It start always error message.

    Standard CheckoutDistsCO has a logic in the button apply. I think it is the substitution of the extension code... How can I fix? Pointers appreciated please

    package xxtr.oracle.apps.icx.por.req.webui;

    Import oracle.apps.fnd.framework.OAApplicationModule;

    Import oracle.apps.fnd.framework.OAException;

    Import oracle.apps.fnd.framework.OAFwkConstants;

    Import oracle.apps.fnd.framework.OARow;

    Import oracle.apps.fnd.framework.OAViewObject;

    Import oracle.apps.fnd.framework.webui.OAPageContext;

    Import oracle.apps.fnd.framework.webui.beans.OAWebBean;

    Import oracle.apps.fnd.framework.webui.beans.table.OAAdvancedTableBean;

    Import oracle.apps.icx.por.req.webui.CheckoutDistsCO;

    Import oracle.jbo.domain.Number;

    java.lang.String import;

    public class CheckoutDistsCOEx

    extends from {CheckoutDistsCO}

    {} public processRequest Sub (pageContext OAPageContext, OAWebBean webBean)

    super.processRequest (pageContext, webBean);

    }

    {public processFormRequest (pageContext OAPageContext, OAWebBean webBean) Sub

    super.processFormRequest (pageContext, webBean);

    OAApplicationModule am = pageContext.getApplicationModule (webBean);

    pageContext.writeDiagnostics (this, 'seized in PFR method", OAFwkConstants.STATEMENT);

    If (pageContext.getParameter ("Return")! = null) {}

    String applyevent = pageContext.getParameter (EVENT_PARAM);

    If (applyevent.equalsIgnoreCase ("return")) {}

    pageContext.writeDiagnostics (this, "clicked the Apply-back button" + applyevent, OAFwkConstants.STATEMENT ");

    OAException message = new OAException ("clicked on Apply-back put the message in the dialog box" + applyevent, OAException.INFORMATION);

    pageContext.putDialogMessage (message);

    OAViewObject poreqdistvo = (OAViewObject) am.findViewObject ("PoReqDistributionsVO");

    pageContext.writeDiagnostics (this, "display object = >" + poreqdistvo, OAFwkConstants.STATEMENT);

    OAAdvancedTableBean xxProjectDistsAdvTable = (OAAdvancedTableBean) webBean.findChildRecursive("ProjectDistsAdvTable");

    Line OARow = (OARow) poreqdistvo.getCurrentRow ();

    If (line! = null) {}

    pageContext.writeDiagnostics (this, "line Found"+ row, OAFwkConstants.STATEMENT);

    Number of xxtrqty = (Number) row.getAttribute ("ReqLineQuantity");

    pageContext.writeDiagnostics (Thi, "get attribute reqlinequantity" + xxtrqty, OAFwkConstants.STATEMENT);

    If (xxtrqty.intValue () == 0) {}

    pageContext.writeDiagnostics (this, "in comparing to 0 xxtrqty" + xxtrqty.intValue (), OAFwkConstants.STATEMENT);

    throw new OAException ("Enter valid amount", OAException.ERROR);

    }

    }

    else {}

    throw new OAException ("no line Found Else", OAException.ERROR);

    }

    }

    else {}

    throw new OAException ("not in"apply button", OAException.ERROR);

    }

    super.processFormRequest (pageContext, webBean);

    }

    }

    Thank you

    TR

    For example, when you comment on the super. PFR, you receive the error message on the right of the screen?

    Can you try this code and paste the debug log.

    public class CheckoutDistsCOEx extends CheckoutDistsCO {
        public void processRequest(OAPageContext pageContext, OAWebBean webBean) {
            super.processRequest(pageContext, webBean);
        }
    
       public void processFormRequest(OAPageContext pageContext, OAWebBean webBean) {
      //super.processFormRequest(pageContext, webBean);
            OAApplicationModule am = pageContext.getApplicationModule(webBean);
            pageContext.writeDiagnostics(this, " ----> Entered into PFR Method", OAFwkConstants.STATEMENT);
            String applyevent = pageContext.getParameter(EVENT_PARAM);
      pageContext.writeDiagnostics(this, " ----> applyevent: " + applyevent, OAFwkConstants.STATEMENT);
            if (applyevent.equalsIgnoreCase("return")){
      pageContext.writeDiagnostics(this, " ----> Inside If", OAFwkConstants.STATEMENT);
                OAViewObject poreqdistvo = (OAViewObject)am.findViewObject("PoReqDistributionsVO");
                OARow row = (OARow)poreqdistvo.getCurrentRow();
      pageContext.writeDiagnostics(this, " ----> row : "+ row, OAFwkConstants.STATEMENT);
                if (row != null) {
      Number xxgesqty = (Number)row.getAttribute("ReqLineQuantity");
      pageContext.writeDiagnostics(this, " ----> xxgesqty : "+ xxgesqty, OAFwkConstants.STATEMENT);
                    if (xxgesqty.intValue() == 0) {
      pageContext.writeDiagnostics(this, " ----> throwing errro : ", OAFwkConstants.STATEMENT);
      throw new OAException("Enter Valid Quantity ",OAException.ERROR);
      }
      }
                else {
      pageContext.writeDiagnostics(this, " ----> No Row Error", OAFwkConstants.STATEMENT);
      throw new OAException("No Row Found Else ",OAException.ERROR);
      }
      }
      pageContext.writeDiagnostics(this, " ----> Calling Super", OAFwkConstants.STATEMENT);
            super.processFormRequest(pageContext, webBean);
        }
    }
    

    See you soon

    AJ

  • How can I display an error message on the listening port close popup without closing the popup.

    Hi Experts,

    JDeveloper 12.1.3.0.0

    How can I display an error message on the listening port close popup without closing the popup.

    Thank you

    Roy

    As its name suggests, close listener of popup is called when popup is closed so you can not do this.

    If you want to display the popup message, use your own buttons instead of the ok/cancel default buttons and close the popup programmatically.

    Dario

  • vCenter Server displays the error message: unable to connect to the host

    vCenter Server displays the error message: unable to connect to the host

    Symptoms

    • vCenter Server cannot connect to a host when you perform operations such as:

    o Storage vMotion

    o cold migration

    o cloning a virtual machine

    o the model deployment

    • Newspapers vpxd that contains an entry similar to:

    [2009-06-04 19:27:16.326 error "App" 4444] [VpxdInvtHost] IP address change for 10.223.122.143 to 10.223.127.197 unhandled, verification of the SSL certificate is not enabled.

    • You see errors similar to:

    Unable to connect to the host o

    o [2009-06-04 19:27:09.952 'Libs' 3902384 WARNING] [NFC ERROR] NfcNewAuthdConnectionEx: unable to connect to peer (numRetries = 2). Error: Unable to connect to the host 10.223.122.143: connection timed out

    • vCenter Server shows the VMS as being disconnected then connected.

    Hello

    Resolution

    Cause

    This problem can occur if an ESX host's IP address is changed while being managed by vCenter Server.

    Check the cause

    To check the cause of the problem:

    1. Log in as root to the ESX host using a SSH client.
    1. In the file etc/opt/vmware/vpxa/vpxa.cfg, find the IP address of the host. The entry looks like:


      10.21.48.121

      Note: for more information about editing the files, see installation in VMware ESX configuration files (1017022).

    Troubleshooting

    If the IP address is incorrect, perform the following steps in order. If the operation does not resolve the problem, continue to the next step. Don't skip a step.

    1. Disconnect and then reconnect the host:
    1. Right click on the ESX host in vCenter Server and click Disconnect.
    1. Reconnect the ESX host in vCenter Server.
    1. Restart the VirtualCenter agent on the ESX host:
    1. Stop the service of vpxa with the command:

      # service vmware-vpxa stop

    1. Open the /etc/opt/vmware/vpxa/vpxa.cfg file in a text editor and correct the IP address of the ESX host.
    1. Start the service of vpxa with the command:

      # service vmware-vpxa start

      Note: for VMware ESXi, you may have to restart all the management agents. For more information, see restart the agents on an ESX or ESXi Server (1003490) management .

    1. Rebuild the VirtualCenter agent on the ESX host configuration file:

      Attention: this step removes all the Statistics counters historical host and the virtual machine. If VMware ESX host is running in virtual machines that starts in a permitted CVS environment, you maybe won't be able to add the host without stopping the virtual machines first.

    1. Right click on the ESX host in vCenter Server and click Disconnect.
    1. Remove the ESX host disconnected from vCenter Server.
    1. Backup the file vpxa.cfg with the command:

      # mv /etc/opt/vmware/vpxa/vpxa.cfg /etc/opt/vmware/vpxa/vpxa.oldcfg

    1. Add the ESX host disconnected to the server vCenter inventory.
    1. Run the following command to view the contents of /etc/opt/vmware/vpxa/vpxa.cfg and confirm that the host IP address is correct:

      # cat /etc/opt/vmware/vpxa/vpxa.cfg

  • Need help: display several Error Messages

    Hi refugees,

    How are you?

    I try to view a list of the following error Messages in LICS...

    ArrayList errMsg = New ArrayList();

    errMsg.add (new OAException ("ERROR 1"));
    errMsg.add (new OAException ("ERROR 2"));
    errMsg.add (new OAException ("ERROR 3"));

    OAException.raiseBundledOAException (errMsg);


    Source: OA - learning: several Error Messages in the OPS

    I am getting error while increasing the error that

    raiseBundledOAException (ArrayList) cannot call...

    He suggested that instead of the ArrayList list

    How to handle this?

    (or)  How to display several Error Message

    Please give your valuable suggestions...


    Thank you

    Kind regards

    Jaya


    Make sure that you have followed imports

    import com.sun.java.util.collections.ArrayList;

    Import oracle.apps.fnd.framework.OAException;

  • Hello, I have problems with the digital signature on the software. It displays the error message: 2148073510. Could someone help me?

    Hello, I have problems with the digital signature on the software. It displays the error message: 2148073510. Could someone help me?

    Hello

    I would ask you go through the next thread once and see if that fixes the problem.

    Error 2148073513 when you try to digitally sign Acrobat 11 standard

    Concerning

    Sukrit diallo

  • Photosmart C410 [6396F5]: Ipad recognizes my HP printer, and then displays an error message

    The printer is recognized, but displays an error and does not print

    Hello @PastorBetts.

    Welcome to the HP support forums.

    I understand that when you try to Airprint for your Photosmart C410, you get an error message.

    I would like to help.

    What is the error message you get?

    Here are some generic troubleshooting steps from apples web site.

    If you can't print to your printer AirPrint

    Check these things if you are unable to print, or if you see the message "No AirPrint Printers Found."

    • On your iPhone, iPad or iPod touch, check that your device uses the latest available IOS and the app that you print from is up to date.
    • On your Mac, use software update to update to OS X and applications that you have purchased from the Mac App Store.
    • Check with the manufacturer of your printer to see if the firmware updates are available for your printer model.
    • You can connect an AirPrint device to your network, either by bypass surgery or a direct connection to your Wi - Fi network.
    • AirPrint devices connected to the USB port on the Apple AirPort base station or Time Capsule AirPort use AirPrint. If your printer includes AirPrint, connect it directly to your Wi - Fi network or Ethernet LAN port on your Base Station to print wireless.
    • After turning on your printer, wait a few moments before trying to print. Some printers may take a minute or two after power to join your network.

    You will also find useful information in the following document.

    HP wireless printers compatible AirPrint - print on a wireless network with Apple AirPrint FAQs

  • Displays the error message when download itunes and other updates, not microsoft... says mode without failure or installer problem

    Error code is displayed. indicates the mode without failure or installation problem, contact shop etc. where purchased.

    Hi PeterLloyd,

    (1) what is the complete error message you receive?

    (2) what version of Windows you are using on the computer?

    (3) updates are you referring?

    Method 1: Try to install the program as an administrator do a right click on the program installation files and select run as administrator, click on continue if you are prompted to confirm.

    Method 2:  Select the boot and then check if the problem persists

    Follow step 1 in the link below,
    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    Important: n ' forget not to put the computer to a normal startup follow step 7 in the link.

Maybe you are looking for

  • Firefox is spoil fonts

    Problem just started yesterday for no reason. I tried everything to fix this. Reinstall, cleaning of profile etc files. It is useful, but only for a short time (about 15 minutes), then the fonts are weird, with no smoothing and not in bold whereas th

  • Update for Windows Server 2008 HPC Edition

    I have a server that is running Server 2008 HPC Edition and want to upgrade to Server 2012 Standard. I can't find any information that tells me if 2008 HPC Edition can be improved at the 2012 standard or not. In fact it is not all that much informati

  • Defrag a domino on windows server

    A lot of Domino servers running on Windows and use the NTFS system as file system and there seems to be not having a lot of performance gain after defragmentation. Is it possible to defragment the nsf so that performance is improved. I know there are

  • DeskJet 2540 all in a series: connection to the laptop using WiFi.

    Installed a new deskjet 2540, use WiFi, on an old desktop running Windows XP. Now try to install it on a laptop running Windows 8.1 but get an error message indicating that it cannot read the software from the disc so impossible to install the printe

  • I have the password of the windows 7 Home premium 32 pit, but I don't have the program?

    I can download any copy and set the password