French symbol in ResourceBundle problem

I have a problem with a special french symbol in my ResourceBundle.
It is the symbol � (similar to "oe" or \u009D).
I can't event print this symbol to the console. Instead always a ? is displayed. All other french symbols are displayed fine. I tried also to switch the file encoding to UTF-8 ( System.setProperty("file.encoding", "UTF-8")) ), but this does not solve my problem.
Any ideas ?

You may want to check the Locale for the console window/application.
What OS are you running on?
vbk

Similar Messages

  • Cannot find symbol : class ! problem

    Hello,
    I have 2 java files (CD.java & CDCatalog.java) in a package called "testPackage". I can compile CD.java, but CDCatalog.java (that creates CD instances) gives following error - cannot find symbol symbol : class CD
    Below are the 2 files, please tell me why I get this errors , thanks!
    1) CDCatalog.java
    package testPackages;
    import java.util.Hashtable;
    //import testPackages.CD;
    public class CDCatalog {
    /** The CDs, by title */
    private Hashtable catalog;
    public CDCatalog( ) {
    catalog = new Hashtable( );
    // Seed the catalog
    addCD(new CD("Nickel Creek", "Nickel Creek", "Sugar Hill"));
    addCD(new CD("Let it Fall", "Sean Watkins", "Sugar Hill"));
    addCD(new CD("Aerial Boundaries", "Michael Hedges", "Windham Hill"));
    addCD(new CD("Taproot", "Michael Hedges", "Windham Hill"));
    public void addCD(CD cd) {
    if (cd == null) {
    throw new IllegalArgumentException("The CD object cannot be null.");
    catalog.put(cd.getTitle( ), cd);
    2) CD.java
    package testPackages;
    public class CD {
    private String title;
    private String artist;
    private String label;
    public CD( ) {
    // Default constructor
    public CD(String title, String artist, String label) {
    this.title = title;
    this.artist = artist;
    this.label = label;
    public String getTitle( ) {
    return title;
    public void setTitle(String title) {
    this.title = title;
    public String getArtist( ) {
    return artist;
    public void setArtist(String artist) {
    this.artist = artist;
    public String getLabel( ) {
    return label;
    public void setLabel(String label) {
    this.label = label;
    public String toString( ) {
    return "'" + title + "' by " + artist + ", on " +
    label;
    }

    just tried it as well, no problems, provided you
    compile CD.java firstI just tried from the shell ans look at this...
    E:\testPackages>dir
    Volume in drive E is MYFLASHDISK
    Volume Serial Number is 483B-B160
    Directory of E:\testPackages
    05/24/2006  07:48 PM    <DIR>          .
    05/24/2006  07:48 PM    <DIR>          ..
    05/24/2006  07:20 PM             1,143 CD.java
    05/24/2006  07:50 PM             1,053 CD.class
    05/24/2006  07:56 PM               972 CDCatalog.java
                   3 File(s)          3,168 bytes
                   2 Dir(s)   1,024,503,808 bytes free
    E:\testPackages>javac -cp e:\testPackages CDCatalog.java
    CDCatalog.java:30: cannot find symbol
    symbol  : class CD
    location: class testPackages.CDCatalog
        public void addCD(CD cd) {
                          ^
    CDCatalog.java:24: cannot find symbol
    symbol  : class CD
    location: class testPackages.CDCatalog
            addCD(new CD("Nickel Creek", "Nickel Creek", "Sugar Hill"));
                      ^
    CDCatalog.java:25: cannot find symbol
    symbol  : class CD
    location: class testPackages.CDCatalog
            addCD(new CD("Let it Fall", "Sean Watkins", "Sugar Hill"));
                      ^
    CDCatalog.java:26: cannot find symbol
    symbol  : class CD
    location: class testPackages.CDCatalog
            addCD(new CD("Aerial Boundaries", "Michael Hedges", "Windham Hill"));
                      ^
    CDCatalog.java:27: cannot find symbol
    symbol  : class CD
    location: class testPackages.CDCatalog
            addCD(new CD("Taproot", "Michael Hedges", "Windham Hill"));
                      ^
    5 errors
    E:\testPackages>I am now officially confused. I even specified the exact path to the CD.class file and javac still didnt like it.
    I'll dig some more. It has to be related to the classpath some how..
    JJ
    Still Stumped.. I'll sleep on it..
    Message was edited by:
    Java_Jay

  • ResourceBundle problem with IE7

    Hi all,
    I have problems getting the correct ResourceBundle from the Locale in my applet using IE7. It works with Firefox2 (and with IE6 as a user told me, I did not test this though). Can anyone help me with this? Below you see relevant code and the output in Firefox and IE7:
      System.out.println("DisplayLanguage: "+currentLocale.getDisplayLanguage());
        res_bundle = ResourceBundle.getBundle("myResources.ApplicationResources", currentLocale);
        System.out.println("Locale in ResourceBundle: "+res_bundle.getLocale().toString());
        System.out.println("DisplayLanguage in ResourceBundle: "+res_bundle.getLocale().getDisplayLanguage());
    Output in Firefox 2:
    DisplayLanguage: Italienisch
    Locale in ResourceBundle: it //correct
    DisplayLanguage in ResourceBundle: Italienisch
    Output in InternetExplorer 7:
    DisplayLanguage: it_it //different from the Firefox output
    Locale in ResourceBundle: de //incorrect, this is the default Locale
    DisplayLanguage in ResourceBundle: Deutsch

    Ok, this is apparently a JSP issue. The Language Code provided by request.getLocale() in the JSP is not the same for every browser:
    in Firefox: de, it (this is what the Locale constructor needs: the ISO-639 language code)
    in IE7, Safari: de_DE, it_IT
    I don't know why this is the case, but now I can use a workaround (i.e. ignore the second part of the language code).
    So, the problem is solved. However, I would be still interested in the reasons for these differences...
    Thanks, Gonzberg

  • Symbol font missing problem

    I have a Visio design containing symbols from Symbols font (in Windows) converted to PDF and then imported in the Illustrator CS 6. It says the symbol font missing and substitued with 'Myriad Pro', and those symbols are shown as crossed ('X'). As suggested in some posts, I tried to replace this font with <Symbol> font  (tried others as well) using 'Find Font', but it didn't replace. Can some one tell me a working solution, preferably the solution to the missing symbol font problem itself, if not a way to replace.
    Thanks a lot in advance.
    Raj

    Placing seems to work even without flattening, but as you said cannot edit text anymore.
    Regarding the other solution, that is where my problem was. I tried to assign the correct font  (and with some other fonts too just to check) to the text objects, but Illustrator doesn't seem to accept as the font remains the same 'Myriad Pro' all the time! It is infact what 'Find Font' does for font replacemet, if I understood correctly, but alas this too doesn't work.
    Until there is no better solution, I can at least use the edit restricted place method for now! Thanks Monika for that.

  • WSAD Generate RMIC ResourceBundle Problem

    Hello Everyone,
    If anyone could answer this, I'd be grateful. This has even IBM people stumped.
    I created a Resource Bundle in the src directory a WSAD project. It's named Messages_en_US.properties. I've tested getting strings from this resource bundle, in an ejb, on Websphere, at runtime and it works fine.
    The problem comes when I want to create a static enum class which references this resource bundle. When I do that and run Generate RMIC, I get the following error in a window:
    com.ibm.etools.rmic.RMICException: RMIC Command returns RC = 1. The problems which stopped RMIC are displayed, and have also been recorded in the log file.
    Then in the log file, I get this exception:
    !MESSAGE java.lang.ExceptionInInitializerError: java.util.MissingResourceException: Can't find bundle for base name com.retek.mdm.app.attribute.service.impl.Messages, locale en_US
         at java.lang.Throwable.<init>(Throwable.java)
         at java.lang.Throwable.<init>(Throwable.java)
         at java.util.MissingResourceException.<init>(MissingResourceException.java:39)
         at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:724)
         at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java)
         at java.util.ResourceBundle.getBundle(ResourceBundle.java:558)
         at com.retek.mdm.domain.attribute.AttributeFormatType.<clinit>(AttributeFormatType.java:33)
         at java.lang.Class.initializeImpl(Native Method)
         at java.lang.Class.initialize(Class.java)
         at java.lang.ClassLoader.resolveClassImpl(Native Method)
         at java.lang.ClassLoader.resolveClass(ClassLoader.java:617)
         at com.ibm.tools.rmic.iiop.DirectoryLoader.loadClass(DirectoryLoader.java:102)
         at com.ibm.tools.rmic.iiop.CompoundType.loadClass(CompoundType.java:348)
         at com.ibm.tools.rmic.iiop.Type.initClass(Type.java:994)
         at com.ibm.tools.rmic.iiop.Type.setRepositoryID(Type.java:1011)
         at com.ibm.tools.rmic.iiop.CompoundType.initialize(CompoundType.java:756)
         at com.ibm.tools.rmic.iiop.ValueType.initialize(ValueType.java:251)
         at com.ibm.tools.rmic.iiop.ValueType.forValue(ValueType.java:111)
         at com.ibm.tools.rmic.iiop.CompoundType.makeType(CompoundType.java)
         at com.ibm.tools.rmic.iiop.CompoundType$Method.<init>(CompoundType.java)
         at com.ibm.tools.rmic.iiop.CompoundType.addAllMethods(CompoundType.java:1302)
         at com.ibm.tools.rmic.iiop.ValueType.initialize(ValueType.java:240)
         at com.ibm.tools.rmic.iiop.ValueType.forValue(ValueType.java:111)
         at com.ibm.tools.rmic.iiop.CompoundType.makeType(CompoundType.java)
         at com.ibm.tools.rmic.iiop.CompoundType$Method.<init>(CompoundType.java)
         at com.ibm.tools.rmic.iiop.CompoundType.addAllMethods(CompoundType.java:1302)
         at com.ibm.tools.rmic.iiop.RemoteType.isConformingRemoteInterface(RemoteType.java:217)
         at com.ibm.tools.rmic.iiop.RemoteType.initialize(RemoteType.java:166)
         at com.ibm.tools.rmic.iiop.RemoteType.forRemote(RemoteType.java:85)
         at com.ibm.tools.rmic.iiop.CompoundType.addRemoteInterfaces(CompoundType.java:1434)
         at com.ibm.tools.rmic.iiop.ImplementationType.initialize(ImplementationType.java:161)
         at com.ibm.tools.rmic.iiop.ImplementationType.forImplementation(ImplementationType.java:87)
         at com.ibm.tools.rmic.iiop.StubGenerator.getTopType(StubGenerator.java:143)
         at com.ibm.tools.rmic.iiop.Generator.generate(Generator.java:279)
         at sun.rmi.rmic.Main.doCompile(Main.java:547)
         at sun.rmi.rmic.Main.compile(Main.java:142)
         at java.lang.reflect.AccessibleObject.invokeI(AccessibleObject.java:215)
         at java.lang.reflect.Method.invoke(Method.java:255)
         at com.ibm.etools.rmic.RMICClassLoader.runCompile(RMICClassLoader.java)
         at com.ibm.etools.rmic.RMICOperation.invokeRMICInJVM(RMICOperation.java:466)
         at com.ibm.etools.rmic.RMICOperation.rmic(RMICOperation.java:561)
         at com.ibm.etools.rmic.RMICOperation.generateStubs(RMICOperation.java:206)
         at com.ibm.etools.ejbdeploy.ui.plugin.rmic.UIRMICBeansOperation.generateStubs(UIRMICBeansOperation.java:132)
         at com.ibm.etools.rmic.RMICOperation.run(RMICOperation.java:642)
         at com.ibm.etools.ejbdeploy.ui.plugin.DeployRMICBeansOperation.generateRMICCode(DeployRMICBeansOperation.java:319)
         at com.ibm.etools.ejbdeploy.ui.plugin.DeployRMICBeansOperation.run(DeployRMICBeansOperation.java)
         at org.eclipse.core.internal.resources.Workspace.run(Workspace.java)
         at com.ibm.etools.ejbdeploy.ui.plugin.DeployRunnableWithProgress.run(DeployRunnableWithProgress.java:92)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
    Apparently, because I created a static variable, RMIC tries to instantiate it, and then it can find it. Any ideas?
    Thanks,
    Tim

    Not sure if this is the answer but...
    Websphere starts it's Web container after it's EJB container. If the class that tries to call that is in the ejb level it might not have read the property file yet because that is in the web level.
    We had this problem and it was traced back to the threading of the start up.

  • ResourceBundle problem with JSP

    Hello,
    I am accessing a ResourceBundle from a bean. I am also using Tomcat 3.1. The properties file that I am accesing is called res.properties, and resides in the following folder structure.
    c:\projects\test\web\WEB-INF\classes\com\riz\test
    The code to access the properties file in my bean is
    private static ResourceBundle res =           ResourceBundle.getBundle("com.riz.test.res");This works fine. My problem is now I am trying to access this same properties file in a JSP. I have tried to call it using the code:
    ResourceBundle res =           ResourceBundle.getBundle("com.riz.test.res");but I get the following error:
    javax.servlet.ServletException: Can't find bundle for base name com.riz.test.res, locale en_US
         at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:386)
         at _0002fwebboss_0002ejspwebboss_jsp_212._jspService(_0002fwebboss_0002ejspwebboss_jsp_212.java:430)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:126)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServlet.java:174)
         at org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:261)
         at org.apache.jasper.runtime.JspServlet.service(JspServlet.java:369)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
         at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:160)
         at org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338)
         at java.lang.Thread.run(Thread.java:484)
    Can anyone give me some guiding suggestions please?
    Thanks,
    Mike...

    You will not be able to use this resource from jsp because the resource is under WEB-INF directory structure. The jsp are in the application root directory. You should get the resource bundle once in the begining while logging and after that you can put it in the session and then can make use of it in the jsp pages and anywhere else.
    just do...
    session.setAttribute("res",res); // in the begining
    after that in servlet you can do something like
    ResourceBundle res = (ResourceBundle)session.getAttribute("res");
    then use it.......
    hope it helps
    vinod

  • Cannot find symbol error - ArrayList problem

    Hey guys,
    I'll post the code, and then the error message below. Essentially I'm getting an error message on the add and it's a bit confusing, since I've imported ArrayList and add is a method in there as well.
    My question: What am I missing? If someone could post what I'm missing, I'd appreciate it. No trolls please.
    import java.text.NumberFormat;
    import java.util.ArrayList;
    import java.util.Iterator;
    public class CDCollection {
        private ArrayList collection = null;
        private double    totalCost;
        //  Constructor: Creates an initially empty collection.
        public CDCollection() {
            collection = new ArrayList(100);
            totalCost = 0.0;
        //  Adds a CD to the collection, increasing the size of the
        //  collection if necessary.
        public void addCD(String title, String artist, double cost, int tracks) {
            collection.add(new CD(title, artist, cost, tracks));
            totalCost += cost;
        //  Returns a report describing the CD collection.
        public String toString() {
            NumberFormat fmt = NumberFormat.getCurrencyInstance();
            String report = "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n";
            report += "My CD Collection\n\n";
            report += "Number of CDs: " + collection.size() + "\n";
            report += "Total cost: " + fmt.format(totalCost) + "\n";
            if (collection.size() != 0) {
                report += "Average cost: " + fmt.format(totalCost / collection.size());
            report += "\n\nCD List:\n\n";
            report += CDCollection.createReport(collection);
            return report;
         * @param al
         * @return
        public static String createReport(ArrayList al) {
            StringBuffer sb = new StringBuffer();
            Iterator iter = al.iterator();
            while (iter.hasNext()) {
                CD aCD = (CD) iter.next();
                sb.append(aCD.toString());
                sb.append(System.getProperty("line.separator"));
            return sb.toString();
    } and the error message:
    CDCollection.java:36: cannot find symbol
    symbol: method add(CD)
    location: class java.util.ArrayList<java.lang.String>
    collection.add(new CD(title, artist, cost, tracks));
    Any help would be very appreciated folks.

    nm, figured it out, sorry guys.
    For those reading to figure out their own answer to a similar problem....
    Private ArrayList <CD> collection = null;and
    public CDCollection(){
       ArrayList <CD> collection = new ArrayList <CD> (100);

  • "#" symbol causing dowload problems

    Hi all,
    I have a applet class for downloading a drawing files from a unix server to a local NT box. It downloads the files well. But when the file contains "#" symbol in its name, it is not downloading the file... instead it is downloading some .jsp files instead of the drawing file. I would like to know whether "#" is a illegal character to java.
    I have attached a part of the code here
    sErrorTextField.setText("downloading files . . .");
    StringTokenizer stringtokenizer = new StringTokenizer(sFileNameList, "|");
    for(StringTokenizer stringtokenizer1 = new StringTokenizer(sBusIdList, "|"); stringtokenizer1.hasMoreTokens();)
    sFileName = stringtokenizer.nextToken();
    sBusId = stringtokenizer1.nextToken();
    String s = "/servlet/filedownload/" + sBusId + "?filenameformat=" + sFileName;
    URL url = new URL(getDocumentBase().toString());
    URL url1 = new URL(url.getProtocol(), url.getHost(), url.getPort(), s);
    URLConnection urlconnection = url1.openConnection();
    urlconnection.setDoInput(true);
    urlconnection.setRequestProperty("Cookie", "WebLogicSession=" + inputSessionID);
    InputStream inputstream = urlconnection.getInputStream();
    String s2 = sClientLocation + "/" + sFileName;
    sTextArea.append("Checked Out " + sFileName + "\n");
    FileOutputStream fileoutputstream = null;
    fileoutputstream = new FileOutputStream(s2);
    byte abyte0[] = new byte[1000];
    int i;
    while((i = inputstream.read(abyte0)) > -1)
    fileoutputstream.write(abyte0, 0, i);
    inputstream.close();
    fileoutputstream.close();
    if(!running)
    sErrorTextField.setText("download stopped ...");
    break;
    Thanks in Advance
    chari

    this does not appear to be a java problem but a url (HTML - HTTP) problem. # is a special character when it comes to links.
    for example two urls
    www.mycompany.com/one.html
    www.mycompany.com/one.html#anchor-one
    both of these point to the same page one.html. but the anchor-one points to an anchor inside that page.
    so if you have
    www.mycompany.com/imagewithbadname#.gif
    i think it will look for a resource names imagewithbadename and then an anchor named .gif inside of that.

  • Cannot resolve symbol-- data access problem

    hi, everyone, i am new to java... thx for helping me.
    i have two files
    1) dls.java
    2) SliderDemo.java
    in the dls.java i have the following coding:
    JPanel slider = new SliderDemo(this);
    slider.framesPerSecond(0);
    and in the SliderDemo.java i have following coding:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.event.*;
    public class SliderDemo extends JPanel implements ActionListener {
    //This label uses ImageIcon to show the doggy pictures.
    JLabel picture;
    dls mydls;
    JSlider framesPerSecond;
    int i;
    public SliderDemo(dls mydls) {
    this.mydls = mydls;
    framesPerSecond = new JSlider(JSlider.HORIZONTAL, -10, 10, 0);
    framesPerSecond.addChangeListener(new SliderListener());
    //Turn on labels at major tick marks.
    framesPerSecond.setMajorTickSpacing(10);
    framesPerSecond.setMinorTickSpacing(1);
    framesPerSecond.setPaintTicks(true);
    framesPerSecond.setPaintLabels(true);
    framesPerSecond.setBorder( BorderFactory.createEmptyBorder(0,0,10,0));
    .....etc
    when i compile the dls.java
    it told me cannot resolve symbol , framePerSecond...
    help!!!why i can't resolve the symbol?
    thx all experts.
    yours,
    Terry

    cannot resolve symbol , framePerSecondPerhaps because you declared a variable whose name is "framesPerSecond" and then you tried to use "framePerSecond" instead of that?

  • IPad in French and serial number problems

    I bought a refurb iPad from Apple, when I click on a Facebook icon it comes up in French. Everything else is in English. I tried to contact Apple but they are not recognizing my serial number.

    Greylinghunter wrote:
    They would not talk to me because the said my s/n was invalid. I registered the thing when I received it two weeks ago. I don't understand.
    Well, you're a lot more forgiving than I am.  I would have pushed for an explanation.  What do they mean by "invalid?"  The iPad doesn't exist?

  • Symbol Shape Tween Problem

    Hi,
    This is my first post on the Adobe Forum. I think this is the right place for my question;
    I have a character. The character is a symbol, within that symbol, the character is composed of more symbols.
    Character Symbol-
                        - Head
                             -Glasses
                             -Mouth
                             -Hair
                             -Face
                        -Torso
                        -Leg
                             -Leg1        --This is where the shape tween is taking place
                             -boot
    the shape tween only shows up when I am looking/in edit mode of the 'Leg1'  symbol.   The animation does not display unless Leg1 is in scope....
    Is there something obvious I am missing?

    I just realized symbols cannot contain Shape Tween.

  • Adobe Professional cs6 Symbol and Keyframes problem

    I have a symbol within a symbol with 16- frames animated fireball with special visual effects. If I press Ctrl Enter it showing me fire animation looping, but I want to make an animation on main timeline and how to do it? On main Timline this animations has only one layer and only one keyframe.

    Still doesn't work. The fireball has only one keyframe, as you can see.

  • ResourceBundle problem

    Hello !
    I am trying to load a resource bundle properties file and I get a MissingResourceException no matter where I put the file. I tried in the /src and the /bin directory of my project. I even tried in the project's root directory. And I don't know where else to try :(
    So, please help me!
    Thanks!

    #1 - it may be caused by an incorrect bundle name
    #2 - it may be caused by an classpath setting error
    #1 - The name of the bundle class must include the "Bundle" tag: example: 'PalavrasBundle_pt_BR.java'
          ResourceBundle bundle = ResourceBundle.getBundle("Palavras",new Locale("pt", "BR"));#2 - check if the '.' is present in the classpath settings...

  • I need a french person for my problem please

    Alors voila j'ai fait la dernière mise a jour et l’écran de mon iPhone 4 reste bloquer, la jauge d'installation reste a moitié remplie, elle ne veut pas se remplir, aidez moi s'il vous plait.

    By the "rubber thing that was under it" do you mean the white plastic spring (known as the "scissors mechanism")? If so, you can purchase them individually here to fit yourself:
    http://www.pbparts.com/shop/a123s.html
    You can also get replacement key caps, if you're missing that too.
    Just make sure you're getting the right ones for the 12" PowerBook you have (it sounds like you have what they call a "late model", which is what I've linked to above, but email them if you're unsure before you order).

  • Maya 2009 French keyboard problem (MBP)

    Hey everyone,
    I was just wondering if anyone has any problems with (French in my case) keyboard shortcuts with Maya on a Macbookpro (early 2008).
    Its just ****. I don't have access to the numerical keys (1,2,3,...), and it seems that I can't reassign those...
    I've tried using the visual keyboard and even so, Maya doesn't seem to understand what key I'm hitting (like 6 for example, for texture view).
    Has anyone with a foreign (French) keyboard encountered this problem?
    The only workaround I found, is to switch to a Qwerty (US) keyboard, but even so, some keys are missing (or I can't find them). The tilde key being one of them. And even so, switching to QWERTY is kind of a hassle...
    Help!

    Sorry to bump this. Its really irritating...

Maybe you are looking for

  • User exit/BADI for changing the exchage rate type in MIGO

    Dear guru's, Please help me in finding the user exit/BADI to change the exchange rate type in MIGO. Regards, Abdul Rahim

  • Error message while trying to download Itunes for Windows Vista.plz help!

    I've been trying to install itunes 9 on windows vista system. During the install, it says "error occurred during installation of assembly policy 8.0.microsoft.vc80.CRT, version 8.0.50727.403 type win 32 policy public key token=1fc8b3b901e18e3bprocess

  • SQL errors in SMS_STATE_SYSTEM - Trying to write NULL values to PropertyLocale

    Hi! We are getting a lot of the following error in the SMS_STATE_SYSTEM: Microsoft SQL Server reported SQL message 515, severity 16: [23000][515][Microsoft][SQL Server Native Client 11.0][SQL Server]Cannot insert the value NULL into column 'PropertyL

  • CSS-11503 redundancy

    Does anyone know if one can use a non-dedicated interface (i.e. one through which other traffic flows) for redundancy? I ask this as the pair of 11503's in question will only have the two gig interfaces available, both of their slots filled with SSL

  • Using Hyper-V to create a clustered enviroment

    Hi, I'm planning to buy a new Windows 8 laptop which has the resources to run a pair of clustered Windows 2012 Servers VM and a Windows AD VM, all in Hyper-V. May I know how much memory will be required ? I supposed it should be a 64bit laptop. Thank