Is there a LabView example in the use of user defined error codes?

Specifically, I have a VI that tests four arrays of data against various high/low limits. I have pass/fail outputs for 18 tests. I'd like to combine these into an 'error out' cluster with appropriate error codes and messages, for which I've created an x-errors.txt file.
My first question must be trival - how do I just set the 'status' bit of the error stream to let the general error handler then look up the error desription from the file?
Secondly - I can't find an example of this in the technical resourses, amI missing something?
Thanks,
Mike
Mike Evans
TRW Conekt
N.I. Alliance Member, UK
http://www.Conekt.net

There is no example program. There is extensive help on how to do this. Here's the basics.
1) There are two ways to define user error codes in LV6.1. If you are using LV6.0 or earlier, only one method is possible.
2) The 6.0 method involves wiring arrays of error codes and arrays of error code strings to the General Error Handler.vi. These codes will be used to explain any error code which is undefined in LV's internal error code database. Error codes reserved for users which are guaranteed not to be used by NI are from 5000 to 9999.
3) The 6.1 method allows you to create a specially formatted error code file on disk that will be merged with the LV error code database each time LabVIEW launches. For help on this, go to LV's online help, and in t
he Index tab, type
"user-defined error codes, in text files"
(without the quote marks)
4) If you want to set an error into the error cluster, use the General Error Handler.vi again. Wire your error code value to the Error Code terminal (the leftmost-topmost corner terminal). Wire the name of your VI to the Error Source terminal, and wire "No Dialog" to the Type of Dialog terminal (left-side, near the bottom). The error code cluster that comes out of this VI will either be the error in (if one was set) or a new error code cluster with your error and the status bit set to TRUE.
5) The attached demo is written in LV6.0.
Attachments:
Error_Demo.vi ‏37 KB

Similar Messages

  • Is there a range of error codes reserved for user defined error codes?

    I would like to create my own error codes for a CVI dll but I want to make sure I don't use error codes already defined for something else. Is there a range reserved for such use?
    Samee thing for warnings (errorcode > 0)
    Thanks

    I have never found a positive mention of a "safe" range of error codes available for user-defined error conditions, but I can suggest you some source of informations.
    First of all, every library has its specific list of error codes, usually listed in the relative include file. All these error codes are listed in the online help too (search for "error codes" in the index tab of the help).
    Second, GetGeneralErrorString () is a function that can be used to trap errors of the following libraries with a unique error function:
    User Interface Library
    Easy I/O instrument driver
    Toolbox instrument driver
    ActiveX Library
    DIAdem Connectivity Library
    .NET Library
    DataSocket instrument driver
    Network Variable Library
    Real-Time Utility Library
    TDM Streaming Library
    UDP Support Library
    This means that the error codes from this libraries do not overlap, so you could derive from its code some ranges not used by these libraries.
    Nevertheless, there is not a single function for error trapping: every library has its proper list of error codes and a function to decode them in human readable form, andthere is no guarantee that these ranges does not overlap. It's up to you to trap errors from every function in the proper way.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • How do you use user defined error messages in Value Help?

    Hi,
    I'm currently working on a Modifiable Value Help Selector in Web Dynpro Java, and I want to use a user defined error message when I validate the values entered by a user. Currently, it's returning its default error message ("Character <string> does not match...").
    Since the project requires a different error message, is there a way to override the default error message and use my defined error message instead?
    Thanks!

    Hi Angelo,
    I am not sure why message area is showing both Custom and inbuilt messages but you can try the following:
    i guess you must be using reportContextAttribute exception for showing Error messages on the input fields as well.in that case you can disable the message area so messages will appear only on the Context level ie; on input fields.
    For other messages apart from validation messages you can enable the message area before reporting the exception.
    make sure the boolean context variable which will be used for enabling and disabling the message area should have Readonly property set as true.
    I am not sure whether this is the only solution for this but you can try and see if it works.
    Siddharth

  • Error erase Queries in Query Manager- The query is used with user-define...

    Hello Experts
    I have deleted a User Field that had a Formatted Search and now I can not remove it because it is linked according to a UF, the error message is as follows:
    "The query is used with user-defined values [Message 952-23]"
    There will be a way to resolve this issue???
    Thanks in advance

    Hi Juan,
    I have tried this very limited, but the formid, is this a number in your case?
    SELECT * from cshs t0 inner join ouqr t1 on t0.queryid = t1.intrnalkey
    where t1.qname = '[%0]'
    Running this query I can get the form id that I need to recreate, but I have a feeling you already know the form id, is this correct?
    - Is there an error when you try to recreate the form id?
    - Will it not let you recreate the same form id because the id is given by the system?
    If it is not possible to recreate the form id, please prepare a backup and log a message. Support should be able to correct the entry in table cshs.
    Hope it helps.
    Jesper

  • I sporadically can't use certain Google features (Gmail, Documents, Calendar, etc.). The error I always get is "SSL received a record that exceeded the maximum permissible length. Error code: ssl_error_rx_record_too_long"

    SSL received a record that exceeded the maximum permissible length.
    Error code: ssl_error_rx_record_too_long
    I get the above message often (but not always) when trying to access my Gmail account, Google docs, calendar, etc. There's really no rhyme or reason for when it works vs. when it doesn't, but I've found that typing in something like "www.gmail.com" never works. When I use the history (or the search bar) it occasionally works.

    Just cleared out the cache and removed all cookies, but I'm getting the same error when I try to open my Google Calendar.
    (Gmail opened just fine a second ago)
    I'm a teacher and using my school-provided laptop from home. Could it be something with the school's network filter? (even though I'm not actually on their network)? How can I check?

  • Is there any way to click the System Message Box button  through code?

    Hi,
    Is there any way to click the System Message Box button through code?
    Is there any way to restrict the System Message Box ?
    The requirement is, i need to open the MRP Wizard form in MRP.it s run automatically.after completion of the wizard is there finish button.after clicking of the finish button, there have a system message. i want to click on "Yes" button through coding.
    when system message box open.my code is stopped.if i press yes code is running.   
    Thanks in advance.

    Thanks for replay
    bellow given the code
    i am using, when i call the finishMrp function its going to take the itemId from XML and click to the finish button.
    There have a system message .when system message fair my debugging stopped. Please give me any idea.
    Public Function Execuate() As Boolean
    Dim strSQL As String
      Dim objRS As SAPbobsCOM.Recordset
        Dim intLoop As Integer
        Dim objForm As SAPbouiCOM.Form
        objForm = objAddOnCentral.objApplication.Forms.ActiveForm
        objRS = objAddOnCentral.objCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
        strSQL = "SELECT U_MRPCode From [@ACSYMRPLIST]"
        objRS.DoQuery(strSQL)
        If objRS.EoF Then
        Throw New Exception("No MRP Scenario Scheudled")
        Return False
        End If
    For intLoop = 1 To objRS.RecordCount
                objForm.Freeze(True)
                If intLoop = 1 Then
                initializeMRPRun()
                System.Windows.Forms.Application.DoEvents()
                Else
                reinitialize()
                System.Windows.Forms.Application.DoEvents()
                End If
                MRPRun(objRS.Fields.Item("U_MRPCode").Value)
                System.Windows.Forms.Application.DoEvents()
                objForm.Freeze(False)
                objRS.MoveNext()
            Nex
            finishMRPRun()
            Return True
        End Function
       Private Sub finishMRPRun()
            Dim strResource As String
            Dim objXML As New XmlDocument
            Dim objXMLNode As XmlNode
            Dim objXMLNodeList As XmlNodeList
            strResource = System.Reflection.Assembly.GetExecutingAssembly().GetName().Name & "." & "AutoStart.xml"
            objXML.Load(System.Reflection.Assembly.GetExecutingAssembly.GetManifestResourceStream(strResource))
            objXMLNodeList = objXML.SelectNodes("/AutoMRPScript/FinishMRP/Instruction")
            For Each objXMLNode In objXMLNodeList 'objXML.ChildNodes.Item(1).ChildNodes
                Select Case objXMLNode.Attributes("OPType").Value
                    Case "2"
                        systemMessageactiveFormButton(objXMLNode)
                End Select
            Next
        End Sub
    Private Sub systemMessageactiveFormButton(ByVal Instruction As XmlNode)
            Dim objForm As SAPbouiCOM.Form
            objForm = objAddOnCentral.objApplication.Forms.ActiveForm
            objForm.Items.Item(Instruction.Attributes("ItemID").Value).Click()
        End Sub
    Edited by: Badulla Sk on Dec 31, 2009 11:24 AM
    Edited by: Badulla Sk on Dec 31, 2009 11:25 AM

  • Oracle.jbo.NoDefException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25058. Error message parameters

    Dear Guru's,
    I am not able to solve the above issue for last couple of days.
    I am newbie to the webservice
    My Issue...
    I am using Jdeveloper 11.1.2.4.0 Release 2
    1. Using Jdev I built one small Web Service with two methods.
            While testing the Webservice...
                   I passed User Id as Parameter and it successfully return the values (user id, user name and description) from fnd_user table
    2. I created another application to consume the web service i created.
                   1. I added the webservice SOAP and added the method.
                   2. Created a jsf page and drag and drop the parameter and return values to the jsf page.
    3. While executing the created jsf page I received the error message as below
    "oracle.jbo.NoDefException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25058. Error message parameters are {0=Attribute, 1=UserName, 2=UserName}"
    Even I know that this issue is repeated one in our forum, I was not able to solve this issue.
    Can anybody help to solve this issue.
    Thanks and Regards,
    Durai S E

    Dear Guru's,
    I am not able to solve the above issue for last couple of days.
    I am newbie to the webservice
    My Issue...
    I am using Jdeveloper 11.1.2.4.0 Release 2
    1. Using Jdev I built one small Web Service with two methods.
            While testing the Webservice...
                   I passed User Id as Parameter and it successfully return the values (user id, user name and description) from fnd_user table
    2. I created another application to consume the web service i created.
                   1. I added the webservice SOAP and added the method.
                   2. Created a jsf page and drag and drop the parameter and return values to the jsf page.
    3. While executing the created jsf page I received the error message as below
    "oracle.jbo.NoDefException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25058. Error message parameters are {0=Attribute, 1=UserName, 2=UserName}"
    Even I know that this issue is repeated one in our forum, I was not able to solve this issue.
    Can anybody help to solve this issue.
    Thanks and Regards,
    Durai S E

  • Can I connect a PS3 wirelessly using internet sharing from my ethernet-wired iMac. It works for my Nook e-reader, but the PS3 give a DNS error code 8070102, I've tried alternate DNS settings, but no luck.

    Can I connect a PS3 wirelessly via the built-in AirPort card using internet sharing from my ethernet-wired iMac?  It works for my Nook e-reader, but the PS3 give a DNS error code 8070102, I've tried alternate DNS settings, but no luck.

    Can I connect a PS3 wirelessly via the built-in AirPort card using internet sharing from my ethernet-wired iMac?  It works for my Nook e-reader, but the PS3 give a DNS error code 8070102, I've tried alternate DNS settings, but no luck.

  • Installation of the Proof of Purchase from the ACPI table failed. Error code:0xC004F059

    I just updated Window 8.0 to 8.1 for the second time as the first Time there was an UEFI issue...  the 8.1 installs and update seemed smooth... I shut down, and I leave for work. I come home fire up my PC it seems slow!! it boots...
    I notice some live tiles are active I prefer mine off so I  shut off a couple Live tiles. so then I decide to open the Mail tile and it locks up... and then one of my browsers freezes up!!! I could not open task manager at all to end the
    proses, so I decided to restart and then an app was not allowing windows to restart!!! so windows ended the task on its own could not make out what program or app it was!!! and the machine booted up slower again. I went into the event viewer
    and what do I find in there is this stuff and now looking at it this all started after the windows 8.1 update... I get it we all want the latest and greatest OS but as my mom said good things come to those whom wait don't rush into anything!!!
    and I think Microsoft you are rushing to push stuff out onto the Market... so now I have to sit here and wonder why my PC now takes 2 + minutes to load!!! (BS) and on win 8.0 it took 60 seconds... fix this please I will watch and see if
    this happens again if it keeps up I will have to once again revert back to 8.0 and at that point I will want some $$$ compensation for my loss... why should I have to go through hoops for something with the word Mircrosoft attached to it...
    I wonder how many others have had this same issue and don't even know its happening....
    1.
    Installation of the Proof of Purchase from the ACPI table failed. Error code:0xC004F059
    2.
    taskhostex (2888) WebCacheLocal: The shadow header page of file C:\Users\Dale\AppData\Local\Microsoft\Windows\WebCache\V01.chk was damaged.The primary header page (4096 bytes) was used instead.
    3.
    The driver \Driver\WudfRd failed to load for the device SWD\WPDBUSENUM\{362b48de-4382-11e3-be6e-3085a9a945d8}#0000000000007E00.
    4.
    Driver detected an internal error in its data structures for
    5.
    The program wwahost.exe version 6.3.9600.16431 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Action Center control panel.
    Process ID: e14
    Start Time: 01cf3eb70280ca6e
    Termination Time: 4294967295
    Application Path: C:\WINDOWS\syswow64\wwahost.exe
    Report Id: f7b4be2f-aaaa-11e3-8250-3085a9a945d8
    Faulting package full name: Microsoft.SkypeApp_2.0.0.5011_x86__kzf8qxf38zg5c
    Faulting package-relative application ID: App
    6.
    The program wwahost.exe version 6.3.9600.16431 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Action Center control panel.
    Process ID: 15bc
    Start Time: 01cf3eb66f89a193
    Termination Time: 15
    Application Path: C:\WINDOWS\system32\wwahost.exe
    Report Id: 0fd54265-aaaa-11e3-8250-3085a9a945d8
    Faulting package full name: microsoft.windowscommunicationsapps_17.4.9600.16384_x64__8wekyb3d8bbwe
    Faulting package-relative application ID: Microsoft.WindowsLive.Mail

    I have the something similar happening as reported in  event viewer in the warning section:
     System
      - Provider
       [ Name]  Microsoft-Windows-Security-SPP
       [ Guid]  {E23B33B0-C8C9-472C-A5F9-F2BDFEA0F156}
       [ EventSourceName]  Software Protection Platform Service
      - EventID 1058
       [ Qualifiers]  32768
       Version 0
       Level 3
       Task 0
       Opcode 0
       Keywords 0x80000000000000
      - TimeCreated
       [ SystemTime]  2014-08-13T04:35:49.000000000Z
       EventRecordID 80761
       Correlation
      - Execution
       [ ProcessID]  0
       [ ThreadID]  0
       Channel Application
       Computer Monzworks
       Security
    - EventData
       0xC004F059
    installation of the proof of purchase from the acpi table failed 0xc004f059
    My System Properties page says "Windows is activated"  and a product Id is displayed. I am on a window 8.1 core OS after applying the update successfulling from Window 8. My computer is an AsusTek Computer Inc. ,
    Asus Desktop PC CM1745 Series - 64-bit Operating System x64-based processor.
    I had trouble with AODDriver4.2.0 causing errors because the system could not find the path, It turned out to be uncleared program remnants in the registry were looking for an old version of the driver, in the wrong place , instead of the current one.  
    Oh, and I tried sfc/scannow and DISM /Online /Cleanup-Image /RestoreHealth from elevated cmd prompt and elevated powershell ise everthing was reported with no errors and with powershell, the report said windows store corruption was repaired.
    Before this I had used apps.diagcab and it said my IE 11's  temporary internet files folder was in the wrong place that it was going to put it back. Well, it messed up my IE 11 so the folder location was in the same place but it was not listed in the
    location:                 . <----- Just like this. Plus the amount of disk space available was 8mb-which messed up any sort of operations for example putting in a new search
    engine could not be completed.  I had to use a system restore.   I currently have no errors showing up but warnings yes. thankfully most are minor.This is the other event viewer report which could be related:
    - System
      - Provider
       [ Name]  Microsoft-Windows-Security-Auditing
       [ Guid]  {54849625-5478-4994-A5BA-3E3B0328C30D}
       EventID 5061
       Version 0
       Level 0
       Task 12290
       Opcode 0
       Keywords 0x8010000000000000
      - TimeCreated
       [ SystemTime]  2014-08-13T03:48:26.671362500Z
       EventRecordID 290021
       Correlation
      - Execution
       [ ProcessID]  676
       [ ThreadID]  728
       Channel Security
       Computer Monzworks
       Security
    - EventData
      SubjectUserSid S-1-5-21-4255092528-2166032690-2543152005-1002
      SubjectUserName Monz Prez
      SubjectDomainName MONZWORKS
      SubjectLogonId 0x239d9
      ProviderName Microsoft Software Key Storage Provider
      AlgorithmName UNKNOWN
      KeyName CD1CC265-0DA0-4230-8419-CB6F808FE688
      KeyType %%2500
      Operation %%2480
      ReturnCode 0x80090016
    I am tired so talk among yourselves.
    Sincerely Tired

  • Same 4MEM/9/40000000 , but different aka (hopefully) the complete guide to this error code and changing RAM

    Hello world,
    finally, after having been reading here for years I decided to break silence and join the most venerable Apple discussions community!
    First of all, I'm no native speaker, so if I at one point don't express myself correctly, I'm sorry. If you don't understand please ask what exactly I meant since it's very important that we know exactly what each one of us is talking about, thank you.
    Important, too:
    I know there are a lot of posts with this topic and I sifted through a lot of them but none of them captures exactly what my problem or rather my questions are and unfortunately in a lot of them there is no real feedback from the original poster how it all worked out or not. So, I intend this thread to be that one helpful thread which more or less concentrates the knowledge of the other threads, where people with similar problems can go to in future.
    I ask one thing of you: Please DON'T answer with just one phrase à la "U got bad RAM, send it back" or "Contact Apple Customer Support Service whatever thingy" without explaining why this would be the only viable option (because I think it is not, at least at the moment).
    All the questions I 'd like answered are green, for you to not lose track. I hope this becomes a good discussion so everyone of us can learn a lot!
    Following problem:
    Initial situation:       
    My Computer: MacBookPro 8.2, early 2011, 15", 2,2 GHz i7; Mavericks 10.9.5    (yet without this bash fix but ¯\_(ツ)_/¯ )
           - Upgraded RAM from onboard 4 (2 x 2) GB to the "unofficially" possible 16 (2 x 8) GB 
    Ordered RAM on Amazon.de with the right Specs: 204 pin DDR3 SO-DIMM (1333 MHz, PC3-10600S, CL9),
    Manufacturer: CSX (http://www.csx-memory.com , while it's maybe not the most renown seller, it was described on another website as reliable )
        HERE (hope the link doesn't  change):               http://www.amazon.de/gp/product/B0084SH6WA/ref=oh_aui_detailpage_o01_s00?ie=UTF8 &psc=1
           - Installed it, booted Mac without problem, what does System Profiler say? I have full 16 GB   1600 MHz   Memory installed
    - Obviously sent me the "wrong" RAM (or can System Profiler be wrong??), funny thing: It works,
         --> after a LOT of research checked here http://guides.macrumors.com/Buying_RAM      my i7 is 2720QM, so supports it, lucky me
       Btw, if i go to About this Mac > more information > memory,  the Text there even says it can hold 1600 MHz, has this been written there like this all along?!
    - Which RAM do I have installed exactly now? since the sticker on it showed the originally ordered Specs.., moreover how do I determine the CAS latency of my installed RAM?
    Crashes:
    Didn't really have any, except..... well,  
    - In some instances Firefox (I think 32.02. or sth., the latest Version at this moment) reproduceably keeps crashing, for example right now, can't even start it,  that's why I can't tell you the exact version, maybe I edit that later. Safari so far hasn't crashed.
    - Once I had a System Crash, but it happened when I wanted to reboot after updating the firmware of a hooked on external WD drive to be usable again as time machine backup volume under mavericks (without endangering my data).
    The RAM seems to work fine; for example when I was doing a long overdue backup of 77GB on said drive, Activity Monitor showed a RAM Usage of  15,99 GB and nothing crashed. Only the fans were powering at some point but i thought that normal..
    - Actually produced two more Crashes when trying to run Apple Hardware Test (AHT), the one on the second disc that originally came with my Computer (probably made for OS 10.6.x    x= 6 or sth., don't remember which version my MBP was shipped with), which leads to
    Tests:
    Memtest86
    - I put Memtest86 v.5.01 on a USB Stick and bootet from that and let it test "the whole" RAM 
    (btw Do you know how you can put the bootable USB image of Memtest only to one (of a few) partition of my 32 GB USB Stick? The instructions (command line stuff) only let me put it on the whole Stick which makes it otherwise useless as a volume; ok here I'm not sure if I'm using the correct technical terms....)
    - I let Memtest86 do 3 and a half passes with one pass consisting of 10 different tests, so it took over 8 hours! 
    --> RESULT:   0   (in words: zero)  ERRORS,         
    --> That is why I think my RAM is ok, because I think (think NB, don't know) Memtest86 does good testing,or do you know      better?
    AHT
    - After that, out of curiosity, I tried to run AHT from the DVD with said results, then I ran AHT (also called Apple Diagnostics under Mavericks) from the Internet, this worked, but produced the famous 4MEM/9/40000000 Error Code,
    first one for example was: 4MEM/9/40000000: 0x8477df98, the last part after the colon is variable, but stays the same in one instance, i.e. if you repeat the AHT directly. If you restart the Computer an rerun the test then it changes, e.g. some other it showed 0x84770a18
    - I did the short and the extended version, it took ca. 2-3  and 16 min respectively till producing the Error Code (only 1 at a time)
    - Did it 4 times or so; once in short/simple version it showed no error, the rest the 4MEM/9 s.
    some example of a simple test, results taken out of the System Profiler Window (fehlgeschlagen= failed):
    Apple Diagnostics:
    The usual self test on start up is always passed (bestanden), see for example:
    What other than bad RAM can 4MEM/9/40000000 mean? I hope there are a few tech and computer savvy people around this place who know what they are talking about and can give me a good answer, or at least help to narrow it down. Actually I also think, the RAM sticks are not loose, but before I screw open my MBP again I would like to explore the other possibilities.
    Is it probable that this Error Code has got sth. to do with me installing a) 16 GB of b) 1600 MHz RAM, or maybe with CAS Latency (i don't know the actual CL of this RAM)? and if so, is it only because some Apple Programmer/Developer/Technician wrote some values in a list on the System Level, so it doesn't accept RAM it would normally work with?? If it works fine and is faster, why change it?
    Final Words:
    I repeat, apart from the Firefox crashes, my Mac seems to be working fine, at least I don't notice anything, (well, that disk utility and System Profiler (or whatever it's called nowadays) sometimes take time to start up is nothing special i think, is it?)
    But now I'm scared that perhaps there could be a future danger for my computer I do not foresee...I hope you can at least exclude that.
    So I'd rather spend my time starting a discussion here with people who don't have to abide by some corporate policy (right?) than having the hassle of repeatedly screwing my Mac open and shut  and doing expensive calls with all the companies involved who won't tell me anything more in depth than "we have to send it there, do more tests and you get it back then".
    I hope that this thread won't rot in the wastelands of unanswered posts and that maybe all the people who take part in it learn sth. and all the people seeking help in future will find it here.
    Thanks for your patience!
    Waiting for your greatly appreciated answers,
    MuddyMic
    PS: Why is there no category Hardware, Components, RAM or sth similar? Not sure if it fits in Ports and Interfaces so I put it under Using a MBP

    Hello world,
    finally, after having been reading here for years I decided to break silence and join the most venerable Apple discussions community!
    First of all, I'm no native speaker, so if I at one point don't express myself correctly, I'm sorry. If you don't understand please ask what exactly I meant since it's very important that we know exactly what each one of us is talking about, thank you.
    Important, too:
    I know there are a lot of posts with this topic and I sifted through a lot of them but none of them captures exactly what my problem or rather my questions are and unfortunately in a lot of them there is no real feedback from the original poster how it all worked out or not. So, I intend this thread to be that one helpful thread which more or less concentrates the knowledge of the other threads, where people with similar problems can go to in future.
    I ask one thing of you: Please DON'T answer with just one phrase à la "U got bad RAM, send it back" or "Contact Apple Customer Support Service whatever thingy" without explaining why this would be the only viable option (because I think it is not, at least at the moment).
    All the questions I 'd like answered are green, for you to not lose track. I hope this becomes a good discussion so everyone of us can learn a lot!
    Following problem:
    Initial situation:       
    My Computer: MacBookPro 8.2, early 2011, 15", 2,2 GHz i7; Mavericks 10.9.5    (yet without this bash fix but ¯\_(ツ)_/¯ )
           - Upgraded RAM from onboard 4 (2 x 2) GB to the "unofficially" possible 16 (2 x 8) GB 
    Ordered RAM on Amazon.de with the right Specs: 204 pin DDR3 SO-DIMM (1333 MHz, PC3-10600S, CL9),
    Manufacturer: CSX (http://www.csx-memory.com , while it's maybe not the most renown seller, it was described on another website as reliable )
        HERE (hope the link doesn't  change):               http://www.amazon.de/gp/product/B0084SH6WA/ref=oh_aui_detailpage_o01_s00?ie=UTF8 &psc=1
           - Installed it, booted Mac without problem, what does System Profiler say? I have full 16 GB   1600 MHz   Memory installed
    - Obviously sent me the "wrong" RAM (or can System Profiler be wrong??), funny thing: It works,
         --> after a LOT of research checked here http://guides.macrumors.com/Buying_RAM      my i7 is 2720QM, so supports it, lucky me
       Btw, if i go to About this Mac > more information > memory,  the Text there even says it can hold 1600 MHz, has this been written there like this all along?!
    - Which RAM do I have installed exactly now? since the sticker on it showed the originally ordered Specs.., moreover how do I determine the CAS latency of my installed RAM?
    Crashes:
    Didn't really have any, except..... well,  
    - In some instances Firefox (I think 32.02. or sth., the latest Version at this moment) reproduceably keeps crashing, for example right now, can't even start it,  that's why I can't tell you the exact version, maybe I edit that later. Safari so far hasn't crashed.
    - Once I had a System Crash, but it happened when I wanted to reboot after updating the firmware of a hooked on external WD drive to be usable again as time machine backup volume under mavericks (without endangering my data).
    The RAM seems to work fine; for example when I was doing a long overdue backup of 77GB on said drive, Activity Monitor showed a RAM Usage of  15,99 GB and nothing crashed. Only the fans were powering at some point but i thought that normal..
    - Actually produced two more Crashes when trying to run Apple Hardware Test (AHT), the one on the second disc that originally came with my Computer (probably made for OS 10.6.x    x= 6 or sth., don't remember which version my MBP was shipped with), which leads to
    Tests:
    Memtest86
    - I put Memtest86 v.5.01 on a USB Stick and bootet from that and let it test "the whole" RAM 
    (btw Do you know how you can put the bootable USB image of Memtest only to one (of a few) partition of my 32 GB USB Stick? The instructions (command line stuff) only let me put it on the whole Stick which makes it otherwise useless as a volume; ok here I'm not sure if I'm using the correct technical terms....)
    - I let Memtest86 do 3 and a half passes with one pass consisting of 10 different tests, so it took over 8 hours! 
    --> RESULT:   0   (in words: zero)  ERRORS,         
    --> That is why I think my RAM is ok, because I think (think NB, don't know) Memtest86 does good testing,or do you know      better?
    AHT
    - After that, out of curiosity, I tried to run AHT from the DVD with said results, then I ran AHT (also called Apple Diagnostics under Mavericks) from the Internet, this worked, but produced the famous 4MEM/9/40000000 Error Code,
    first one for example was: 4MEM/9/40000000: 0x8477df98, the last part after the colon is variable, but stays the same in one instance, i.e. if you repeat the AHT directly. If you restart the Computer an rerun the test then it changes, e.g. some other it showed 0x84770a18
    - I did the short and the extended version, it took ca. 2-3  and 16 min respectively till producing the Error Code (only 1 at a time)
    - Did it 4 times or so; once in short/simple version it showed no error, the rest the 4MEM/9 s.
    some example of a simple test, results taken out of the System Profiler Window (fehlgeschlagen= failed):
    Apple Diagnostics:
    The usual self test on start up is always passed (bestanden), see for example:
    What other than bad RAM can 4MEM/9/40000000 mean? I hope there are a few tech and computer savvy people around this place who know what they are talking about and can give me a good answer, or at least help to narrow it down. Actually I also think, the RAM sticks are not loose, but before I screw open my MBP again I would like to explore the other possibilities.
    Is it probable that this Error Code has got sth. to do with me installing a) 16 GB of b) 1600 MHz RAM, or maybe with CAS Latency (i don't know the actual CL of this RAM)? and if so, is it only because some Apple Programmer/Developer/Technician wrote some values in a list on the System Level, so it doesn't accept RAM it would normally work with?? If it works fine and is faster, why change it?
    Final Words:
    I repeat, apart from the Firefox crashes, my Mac seems to be working fine, at least I don't notice anything, (well, that disk utility and System Profiler (or whatever it's called nowadays) sometimes take time to start up is nothing special i think, is it?)
    But now I'm scared that perhaps there could be a future danger for my computer I do not foresee...I hope you can at least exclude that.
    So I'd rather spend my time starting a discussion here with people who don't have to abide by some corporate policy (right?) than having the hassle of repeatedly screwing my Mac open and shut  and doing expensive calls with all the companies involved who won't tell me anything more in depth than "we have to send it there, do more tests and you get it back then".
    I hope that this thread won't rot in the wastelands of unanswered posts and that maybe all the people who take part in it learn sth. and all the people seeking help in future will find it here.
    Thanks for your patience!
    Waiting for your greatly appreciated answers,
    MuddyMic
    PS: Why is there no category Hardware, Components, RAM or sth similar? Not sure if it fits in Ports and Interfaces so I put it under Using a MBP

  • How to use a user defined function in XI

    Hi Experts,
    I would like learn how to use a user defined function  in Xi during mapping . Is there any step by step on that.
    Besides during when me make communcaton channels I see the following tabs...Paramters ..Identifiers ...Module...
    The module that is given here ...where and how it is used.

    Hi,
    You can write UDFs in java in Graphical mapping to enhance your XI Graphical mapping functionality
    The steps for doing it would be:
    1. Click on Create New function Button found on Bottom left corner on your XI Mapping window.
    2. Write your java code.
    3. Run the Mapping Test as usual.
    >>The module that is given here ...where and how it is used.
    The adapters in the Adapter Framework convert XI messages to the protocols of connected external systems and the other way around. When doing so, some
    functionality might need to be added specific to a situation which is possible with the use of custom modules.
    Typical example would be validation of file content when using a File Adapter or modification of the message payload to a common content structure which is not supported by any of the standard SAP modules.
    An Adapter module is developed as an Enterprise Java Bean and is called locally by the Adapter.
    An example on modules :
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/da5675d1-0301-0010-9584-f6cb18c04805">How to develop a module for reading file name in a sender file adapter XI 3.0</a>
    Cheers,
    Chandra

  • Can I change the location of my user-defined error file to the project directory?

    The LabVIEW help says that the user-defined (XML-based) error file has to be located in the labview\user.lib\errors directory.
    I would rather have the file in my Project Folders directory, as this is what is distributed. 
    Is there a way to make LabVIEW look elsewhere on startup.
    -James

    Hey, from the LabVIEW help, it looks like you don't need to worry about it.
    "If you use the Application Builder to create an installer, you can place a checkmark in the Install custom error code files? checkbox on the Advanced page of the Installer Properties dialog box to include LabVIEW error code files. The installer build includes all error code files from labview\project\errors and labview\user.lib\errors and installs them in the Shared\LabVIEW Run-Time\8.2\errors directory."
    If you select that checkbox, LabVIEW takes care of it for you.
    Hope this helps!
    Daniel Eaton
    National Instruments
    Systems Engineering
    Embedded and Industrial Control

  • The system cannot find the file specified.Windows sockets error code:2.

    Hi All,
      I am on MDM 5.5 SP6.
      I am getting the following error message when trying to logging in to the DM.
    The system cannot find the file specified.Windows sockets error code:2.This application will now exit.
    Runtime Error :
    Program C :\Program Files\SAP MDM 5.5\Data Manager\Datamanager.exe
    R6025.
    -Pure virtual function call.
    And in console also the MDM server is stopped after getting the above error message.
    Can anybody tell me what could be the problem?
    Thanks & Regards
    Sireesha.

    Hi Sireesha,
    According to me, there can be 3 problems,
    1. Kindly check whether the MDM server is stopped. If it is, then restart the MDM Server and Load the repository with Update indices.
    2. If this error is coming with every repository, the problem will be either in the Version mismatch of the Server and the GUI's you are using. Kindly ensure that the versions for the MDM server and the MDM Gui's Match.
    3. If only Data manager Client is giving the problem, then you can un-install and install the DM GUI again.
    Along with this, please refer to the link below :
    [[The system cannot find the file specified.Windows sockets error code:2.;]
    Hope it helps.
    Thanks and Regards
    Nitin jain

  • Update the data in user-defined table

    Dear All,
    Is there anyway we can insert / update the data in user-defined table in a batch instead of update it from the interface one by one? Our customer has 1,000+ data need to be imported.
    They are on SAP2007A SP00 PL45, SQL 2005, CA localization. Thanks a lot.
    Regards,
    yuka

    Dear Yuka,
    If it is UDT, you may use any SQL query to insert, update it. It is not under SAP support anyway.
    Thanks,
    Gordon

  • Server https-WEB: CORE0125 The server terminated abnormally with error code

    "Server https-WEB: CORE0125 The server terminated abnormally with error code 0, An attempt will be made to restart it. "
    This happens every time I reboot the server or logoff. It has no ill effect on the server itself except generating these event log errors I am using Sun One 6.1 SP 1 on a wondows 2003 server. I have to resolve this beofore I can go any furthur in my project. Any help? This error comes up for both the web servive and the admin service.

    Thanks to a post I just discovered, I have solved this problem.
    The JVM within Sun Web Server is accepting kill signals from Windows when users logoff. When the JVM dies, apparently the web server service just dies as well. It's a long story and I don't really care to understand it fully.
    You can refer to the thread I found for the solution of passing the JVM a startup option to ignore these signals.
    http://swforum.sun.com/jive/thread.jspa?forumID=16&threadID=23382
    Or, you can just disable the JVM completely as I did. Though there is a checkbox for this for user-defined servers under the Java tab. I couldn't find where to do this for the admin server itself, so I commented out the line in magnus.conf that loads j2ee-plugin.dll.
    We'll see if this causes any other problems, but so far so good.

Maybe you are looking for

  • How can native executable files be started from within a Java application.

    Hi Everyone, I am currently working on an application that will have the ability to start a program within Windows. What I intend on having is a button within my GUI that can start Microsoft Word. I am completely lost as to where I should begin in or

  • How to get the path of current directory?

    I have the Java servlet to produce text file, and it produces to C:\hello.txt, but I want to output in the current directory as the Java File: i.e. C:\jakarta-tomcat-4.1.30\webapps\ExtendedGUI\WEB-INF\classes try      PrintWriter out = new PrintWrite

  • Appleworks crashes w/Exc_Bad_Access Kern_Protection_Failure

    On a set of eMacs running 10.3.9 and for a specific group of teachers, when they open Appleworks and select from the palette (say Word Processing) the following error occurs. Other groups do not have this problem. The same said teachers can go on oth

  • Flash Player Quitting

    My flash player keeps quitting (Flash player unexpectedly quit), so I reinstalled the operating system only to find I get the same thing. This time I went to the Adobe Website to download and reinstall the application. However, this has not fixed the

  • FCPX won't import Canon CF files

    At my wits end here... I have a CF card that was shot on a Canon XF305, I have downloaded the Canon XF Plugin for Final Cut Pro X 2.2, all the folders are in place. I keep getting this: (No importable files) What am I missing????