Notify operator

Hello,
I have a problem with the notification. I have enabled Database mail and i have created an Operator.
Under SQL Server Agent\Jobs and then in the job properties i have enabled notification but i don`t receive a mail. Test e-mail works fine but "real" e-mail not.
I have also tried with the Database Maintenance Wizard but even then it just not work.
I have noticed that others have experienced the same problem but i have seen no solution yet.
Could you please help me? What can cause this problem? What`s the best i can do to start searching for the solution? Thanks!

I would suggest using SQL Profiler to find whether sp_send_dbmail is getting called or not. Is there any error you are seeing?
Balmukund Lakhani
Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
This posting is provided "AS IS" with no warranties, and confers no rights.
My Blog |
Team Blog | @Twitter
| Facebook
Author: SQL Server 2012 AlwaysOn -
Paperback, Kindle

Similar Messages

  • Notify Operator Task not sending email, Database mail works fine, Added Profile to Agent

    SQL Server 2008 R2, Latest Updates. 
    I added a Service Broker that has Alerts and Notifications in it.  In adding the service broker I had to go into the Agent Properties, Alert System, enable mail Profile, enabled the failsafe operator, etc. 
    I get email Alerts from the Service Broker that I Installed. I get the test emails too.  On the Properties of the Agent Job, I can get an email of the Completion, success or failure of the Job itself. 
    If I create a Maintenance Plan, that all that is in it a a Notify Operator Task, set it up with the same users, I never get the emails. If I go into the Reporting and Logging an then sent a email of the Log of the Job, I get that just fine too.
    Microsoft(R) Server Maintenance Utility (Unicode) Version 10.50.2500
    Report was generated on "SQL".
    Maintenance Plan: TestEmail
    Duration: 00:00:00
    Status: Succeeded.
    Details:
    F Notify Operator - Success (SQL)
    Task start: 2014-06-02T08:45:07.
    Task end: 2014-06-02T08:45:07.
    Success
    This started AFTER I enable the Alert System, Enable Mail Profile. 
    The server has been rebooted a few times since this started happening, so its not because I have not restarted the Agent. 
    If I uncheck the Enable Mail Profile in the Agent Alert System, I still get the Job's Log, but not the email of the Completion, Success or Failure. 

    Hello,
    Currently, I cannot reproduce the issue on my test environment. It works well when I create a maintenance plan include the Notify Operator task. This task uses the sp_notify_operator stored procedure. Did you check the T-SQL statements
    of the task ? You can get the statements by check the "View T-SQL" on the
    Notify Operators Task dialog.
    Please refer to the following statement of using sp_notify_operator:
    EXEC dbo.sp_notify_operator
    @profile_name = N'profile_name', --If profilename is not specified, the default Database Mail profile is used.
    @name = N'operator_name',
    @subject = N'Test Notification',
    @body = N'This is a test of notification.' ;
    GO
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here. 
    Fanny Liu
    TechNet Community Support

  • Notify more than 1 operator in a SQL Agent job

    Hi Forum,
    is there a way to notify more than one operator if a SQL Agent job fails?
    TIA
    Alex

    Hello Alex,
    If you are using a "maintenance plan" task "Notify operator" you can select several operators from a list.
    In a SQL Server Agent job itself you can only add several operator for "warnings", but for the notifications like "finished" just one.
    Olaf Helper ----------- * cogito ergo sum * errare humanum est * quote erat demonstrandum * Wenn ich denke, ist das ein Fehler und das beweise ich täglich http://olafhelper.over-blog.de

  • WS-Eventing In JDeveloper 10.1.3

    Hi Folks..
    I've been looking into trying to get WS-Eventing to work within JDeveloper and the OC4J container. There are two areas that I have come across that are making it difficult and I am hoping that some of you might have some insight into this... (It may very well be that its not possible in the current version of JDeveloper)
    1) There are two schema definitions that WS-Eventing requires to work correctly.. http://schemas.xmlsoap.org/ws/2004/08/eventing
    http://schemas.xmlsoap.org/ws/2004/08/addressing
    Is there anyway to get JDeveloper to generate the appropriate java classes for from these schemas to use when I am creating the web service?? I tried creating a simple WSDL that imported these schemas then used the create Web Service Proxy to generate the service skeletons.. but when it was finished it hadnt generated the complete set of classes that it should have. IE One of the complex types in the Schema is called _Subscribe.. this class was not generated when running the wizard.
    2) I was able to eventually generate the necessary java classes with an axis tool.. WSDL2Java.. and from there to create my implementation. The problem I have from there was creating the web service from the implementation. When trying to create the J2EE 1.4 Web service.. I am able to fill out the first page of the wizard... indicating what implementation file to expose.. but when I click to go to the next page.. the Next button becomes disabled and I remain on the first wirard page. No error message is indicated. Im assuming that the wizard is choking on the WS-Eventing types that are declared in the implementation file, although Im not sure.
    Anyways.. not sure I will get any feedback on this.. as WS-Eventing is fairly new... but I thought I would put it out there.
    Thanks for any help
    Dave

    Thanks Eric..
    I will look into the WSA route. Ive included my WSDL below with the hope that someone might see where I've gone wrong. As you can see I am importing the Eventing Schema... http://schemas.xmlsoap.org/ws/2004/08/eventing this schema in turn references the Addressing Schema.. http://schemas.xmlsoap.org/ws/2004/08/addressing.. When I use JDeveloper to create the skeleton classes... it seems to generate all the Addressing classes correctly.. but it only generates one of the types from the Eventing Schema.
    Thanks again for your help..
    Dave
    <?xml version="1.0" encoding="UTF-8" ?>
    <definitions name="Notify" targetNamespace="http://tempuri.org"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns="http://tempuri.org"
    xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
    xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:ns7="http://schemas.xmlsoap.org/ws/2004/08/eventing">
    <types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema"
    targetNamespace="http://tempuri.org"
    elementFormDefault="qualified" xmlns:tns="http://tempuri.org"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/">
    <xsd:import namespace="http://schemas.xmlsoap.org/ws/2004/08/eventing"
    schemaLocation="http://schemas.xmlsoap.org/ws/2004/08/eventing"/>
    <complexType name="getMessage">
    <sequence/>
    </complexType>
    <complexType name="getMessageResponse">
    <sequence>
    <element name="result" type="string" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="setMessage">
    <sequence>
    <element name="String_1" type="string" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="setMessageResponse">
    <sequence/>
    </complexType>
    <element name="getMessageElement" type="tns:getMessage"/>
    <element name="getMessageResponseElement"
    type="tns:getMessageResponse"/>
    <element name="setMessageElement" type="tns:setMessage"/>
    <element name="setMessageResponseElement"
    type="tns:setMessageResponse"/>
    </schema>
    </types>
    <message name="NotifyServer_getMessage">
    <part name="parameters" element="tns:getMessageElement"/>
    </message>
    <message name="NotifyServer_setMessageResponse">
    <part name="parameters" element="tns:setMessageResponseElement"/>
    </message>
    <message name="NotifyServer_getMessageResponse">
    <part name="parameters" element="tns:getMessageResponseElement"/>
    </message>
    <message name="NotifyServer_setMessage">
    <part name="parameters" element="tns:setMessageElement"/>
    </message>
    <message name="subscribePushMessageResp">
    <part element="ns7:SubscribeResponse" name="parameters"/>
    </message>
    <message name="subscribePushMessage">
    <part element="ns7:Subscribe" name="parameters"/>
    </message>
    <message name="unsubscribePushMessage">
    <part element="ns7:Unsubscribe" name="parameters"/>
    </message>
    <message name="pushMessageResponse"/>
    <message name="pushMessageRequest">
    <part element="tns:in1" name="in0"/>
    </message>
    <portType name="Notify">
    <operation name="getMessage">
    <input message="tns:NotifyServer_getMessage"/>
    <output message="tns:NotifyServer_getMessageResponse"/>
    </operation>
    <operation name="setMessage">
    <input message="tns:NotifyServer_setMessage"/>
    <output message="tns:NotifyServer_setMessageResponse"/>
    </operation>
    </portType>
    <portType name="pushMessagePort">
    <operation name="subscribePushMessage">
    <input message="tns:subscribePushMessage"/>
    <output message="tns:subscribePushMessageResp"/>
    </operation>
    <operation name="unsubscribePushMessage">
    <input message="tns:unsubscribePushMessage"/>
    </operation>
    <operation name="pushMessage" parameterOrder="in0">
    <input message="tns:pushMessageRequest" name="pushMessageRequest"/>
    <output message="tns:pushMessageResponse"
    name="pushMessageResponse"/>
    </operation>
    </portType>
    <binding name="NotifyServerSoapHttp" type="tns:Notify">
    <soap:binding style="document"
    transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="getMessage">
    <soap:operation soapAction="http://tempuri.org:getMessage"/>
    <input>
    <soap:body use="literal" parts="parameters"/>
    </input>
    <output>
    <soap:body use="literal" parts="parameters"/>
    </output>
    </operation>
    <operation name="setMessage">
    <soap:operation soapAction="http://tempuri.org:setMessage"/>
    <input>
    <soap:body use="literal" parts="parameters"/>
    </input>
    <output>
    <soap:body use="literal" parts="parameters"/>
    </output>
    </operation>
    </binding>
    <binding name="pushMessageSoapBinding" type="tns:pushMessagePort">
    <binding style="document"
    transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="subscribePushMessage">
    <input>
    <body use="literal" parts="parameters"/>
    </input>
    <output>
    <body use="literal" parts="parameters"/>
    </output>
    </operation>
    <operation name="unsubscribePushMessage">
    <input>
    <body use="literal" parts="parameters"/>
    </input>
    </operation>
    <operation name="pushMessage">
    <operation soapAction=""/>
    <input name="pushMessageRequest">
    <body use="literal" parts="parameters"/>
    </input>
    <output name="pushMessageResponse">
    <body use="literal" parts="parameters"/>
    </output>
    </operation>
    </binding>
    <service name="Notify">
    <port name="NotifyServerPort" binding="tns:NotifyServerSoapHttp">
    <soap:address location="http://dburgess-xp:8888/Apps-EventServer-context-root/Notify"/>
    </port>
    <port binding="tns:pushMessageSoapBinding" name="pushMessageIF">
    <soap:address location="http://dburgess-xp:8888/Apps-EventServer-context-root/pushMessageIF"/>
    </port>
    </service>
    </definitions>

  • ORA-02068: following severe error from ....

    Hi,
    we have a dataguard setup for 10g databases on AIX platform as below.
    host1(TALON) host2(CATALINA)
    TICSPROD (PRIMARY ) TICSPROD(STANDBY)
    PLSPROD (STANDBY) PLSPROD (PRIMARY)
    We have decided to recreate PLSPROD STANDBY(because of some setup issues) this weekend and last night we just disabled the PLSPROD STANDBY.Means now only PLSPROD PRIMARY is working.
    Last night, suddenly in the PRIMARY TICSPROD alert log file we see the below error.Is it because of the dataguard issue or any other issue.Please help as we have no clue how to resolve this.
    ORA-02050: transaction 4.34.2844973 rolled back, some remote DBs may be in-doubt
    ORA-02068: following severe error from PLSPROD
    ORA-03113: end-of-file on communication channel

    We have decided to recreate PLSPROD STANDBY(because of some setup issues) this weekend and last night we just disabled the PLSPROD STANDBY.Means now only PLSPROD PRIMARY is working.
    Last night, suddenly in the PRIMARY TICSPROD alert log file we see the below error.Is it because of the dataguard issue or any other issue.Please help as we have no clue how to resolve this.
    ORA-02050: transaction 4.34.2844973 rolled back, some remote DBs may be in-doubt
    ORA-02068: following severe error from PLSPROD
    ORA-03113: end-of-file on communication channel
    What are the parameters of standby
    post
    show parameter dest_2
    show parameter state_2ORA-02050:
         transaction string rolled back, some remote DBs may be in-doubt
    Cause:      network or remote failure in 2PC.
    Action:      Notify operations; remote DBs will automatically re-sync when the failure is repaired.
    defer the destination state 2 also refer the below link
    http://www.orafaq.com/forum/t/67115/2/

  • Error creating materialized view log using DBlink

    Hi guys,
    I have 2 databases in diferent machines . (machine A and B)
    Machine A is my production database and I have a database link in machine B accessing Machine A
    CREATE MATERIALIZED VIEW vm_test
    BUILD IMMEDIATE
    REFRESH FAST ON commit as
    select * from test@A
    -- no problem in this first operation the materialized view was created sucessfully
    Now I need to create the LOG
    SQL> CREATE MATERIALIZED VIEW LOG ON test
    2 PCTFREE 5
    3 TABLESPACE prodemge_2006
    4 STORAGE (INITIAL 10K NEXT 10K);
    CREATE MATERIALIZED VIEW LOG ON test
    ERROR at line 1:
    ORA-02050: transaction 5.21.8771 rolled back, some remote DBs may be in-doubt
    ORA-02068: following severe error from A
    ORA-03113: end-of-file on communication channel
    What could be causing this error ?
    Thank you,
    Felipe

    ORA-02050 transaction string rolled back, some remote DBs may be in-doubt
    Cause: Network or remote failure during a two-phase commit.
    Action: Notify operations; remote databases will automatically re-sync when the failure is repaired.
    ORA-02068 following severe error from stringstring
    Cause: A severe error (disconnect, fatal Oracle error) was received from the indicated database link. See following error text.
    Action: Contact the remote system administrator.
    M.S.Taj

  • SQL Agent Job Notification - Database Mail problem

    Hi
    I'm a little stumped. Have setup database mail on SQL Server 2008 (SP1 x64) and its working fine except when its supposed to send out a SQL Agent job notification.
    I've enabled database mail on SQL Agent and have specified a profile, but when it tries to send an email on agent job completion it errors with "NOTE: Failed to notify '<operator>' via email."
    Can anybody help?
    Thanks

     Hi Webdawg, 
      As suggested above, try these steps.
     1. Try  test email first, this can be by done (right click on database mail under mangement folder). prior to that you should already have a profile configured to send the emails and make sure you got the right SMTP server and  do not block
    port 25.
    2.If test is succeeds, enable mail option under sql server agent properties and select 'database mail' and corresponding profile.Add the reciepents email to the operators under sql server agent(check the enabled option here). Restart the SQL sever
    here.
    3. Create your sql job and in the notifcations section you should see email option and should have the operator email you configured above.
    Try it out. let us know. Hope it helps.
    If the test succeeds and still you did not get the email from sql job, check the database mail log and check whether it is being queued. let us know. 
    Please mark as 'Answer', if the solution solves your problem.

  • ORA-02050 transaction string rolled back, some remote DBs may be in-doubt

    Hi...guys...How ru all...
    I got follwoing error...and I searched in google but there is not clear information..plz help me ...
    Error Message: ORA-02050 transaction string rolled back, some remote DBs may be in-doubt
    Error Cause:
    Network or remote failure during a two-phase commit.
    Action:
    Notify operations; remote databases will automatically re-sync when the failure is repaired.
    SQL>SELECT local_tran_id, global_tran_id, state, mixed, host, commit#
    FROM dba_2pc_pending
    LOCAL_TRAN_ID GLOBAL_TRAN_ID STATE MIX HOST COMMIT#
    5.44.98254 JICRACDB.e1ab4089.5.44.98254 collecti no JICN\ROOM9 1132915640
    ng 7-ITC
    SQL> SELECT local_tran_id, in_out, database, dbuser_owner, interface
    2 FROM dba_2pc_neighbors
    3 /
    LOCAL_TRAN_ID IN_OUT DATABASE DBUSER_OWNER INT
    5.44.98254 in JIC N
    5.44.98254 out RC_DBLINK JIC N
    SQL> ;
    1 select state, tran_comment, advice from dba_2pc_pending
    2* where local_tran_id ='5.44.98254'
    SQL> /
    STATE TRAN_COMMENT ADVICE
    collecting
    so how can I delete distributed transaction..plz provide me any Metalink Docids.

    See if following MOS note helps.
    Manually Resolving In-Doubt Transactions: Different Scenarios (Doc ID 126069.1)

  • How can I communicat​e betwen parallel asynchrono​us VIs?

    Howdy all,
    Here's my situation:
    - I have some task that needs to be executed in parallel to the currently running VI. In fact, this task needs to executed in parallel to a number of VIs,
    so I've decided to build a sub-vi to handle this task.
    - This task involves performing some processes every X number of milliseconds (usually in multiples of 1000). This task will be performed until it receives a stop-command (the user generates this signal - so I have no way of knowing when it will be)
    - I still need to be able to handle user interaction with this main VI while the task is executing, so my task must execute asynchronously.
    - I want to be able to send a termination command to my asynchronously executing task, and have it respond IMMEDIATELY (polling a global variable is unnacceptable).
    The only way that I am aware of running a VI asynchronously is to start it with the VI Server (either the Call by Reference Node, or the Invoke Node).
    Originally I planned on using notifiers to send commands to the asynchronous VI. Notifiers would have been perfect, because I could break out of the waiting portion of the task as soon as I received the command (this isn't really possible when polling a global). Later I found out that notifiers are not supposed to work with VIs loaded with the VI Server. My notifier approach worked fine during testing, but wouldn't work when I compiled the program as an executable (which is what the end product will be, so I need a new solution).
    I'm about to change my implementation to use Queues instead of notifiers, because I think I can achieve the same "Wait on Notification" functionality with a queue, except I don't think there is a restriction on using a Queue across the VI Server.
    My Questions are:
    Is there another way to get VIs to execute asynchronously OTHER than the VI Server?
    Is there a better way to communicate between them? (I considered using a User Event control, and generating the commands using that, however I can't poll the status of the User Event without an Event structure, preventing me from terminating my task once the user generates the "end-task" request.
    Does anybody else find the LabVIEW documentation to be frustratingly lacking at times?
    Any help, comments, or stories of similar situations would be appreciated.

    tmh,
    No, I'm pretty sure you understand perfectly, as that's exactly what I wanted to do. I knew that if you had two loops on a block diagram, they would execute in parallel, but I assumed that if you had a loop and a SubVI on a block diagram, that whichever one started executing first would have to terminate first. I was making the problem much more difficult then it needs to be, as that method would allow me to use notifiers to achieve the intended effect.
    As far as notifiers 'not working with the VI Server' as I must have put it, I got that straight from the LabVIEW help files. Under the topic "Notifier Operation Functions" I read that "You cannot use notifiers to communicate with VIs on other computers. For example, you cannot use notifiers to communicate across a network or the VI Server."
    Originally, I was using a named notifier. So, my "master" vi would create a notifier to send commands with, then it would launch the "slave" vi asynchronously with an invoke node, and send commands when necessary. The Slave obtained the notifier by using the "Obtain Notifier" vi, supplying the same name as the Master did for the name parameter. This worked fine when I was testing - however once I built my program to be an executable, the Slave created a new notifier, rather than obtaining the same one being used by the Master. (I'm not 100% sure that's the exact reason - it may just not have received commands [it was a while ago that I was playing with that approach]. But I do know that that method works fine in an uncompiled program, but once it's compiled, it stops working. Who knows - there may exist actual ways to pass the notifier, like a global variable or something like that).
    According to the *fabulous* LabVIEW documentation, Queues don't have this limitation, so I rewrote my VI to use a queue of length one, rather than the notifier.
    -----------------sidebar------------------------
    (does anyone find that the LabVIEW documentation can be frustratingly lacking at times? Like, why can't I use notifiers across the VI server? And why can I use queues? I'm not asking for them to show me the guts of LabVIEW, I just think that it would give developpers more control and confidence when coding that they know what's going on, and have at least a general idea of how things work)
    --------------end of sidebar--------------------
    However, somewhere in my switch between Queues and Notifiers, I must have messed up something, as after that worked fine during the testing phase, after a compilation, I received an error (1013 I believe) whenever I tried to load my slave saying "Front Panel Heap Dump" - which is strange because the front panel of my slave should not have been loading, and was supposed to have been removed from the executable.
    Not that that last bit is super relevent to the original topic of discussion, but it might be useful to someone later on.
    In any event, thank you for your help. I suspect that that will be the perfect solution for my needs, and when I get back to that chunk I was working on and get it working, I'll let you know.
    Thanks again.

  • DCNM compatibilty with nexus 2000 and 5000 series

    Hi,
    I would to know if the DNCM can manage a Data Center composed with Nexus 2000 & 5000 series only!
    Kind regards

    Hi reswaran,
    The features are:
    - Automatic network discovering and real- time topology.
    - Network anomaliy detection (threshold, alarms, errors, ...)
    - Use email or aletrs to notify notify operations staff of critical outages thant may be service-imapcting
    - Centralized administration interface, with acces via web
    - Securised acces and rights managment
    - Stock of data in an exportable database
    - Quick, simple qnd transparent deployment
    - Monitoring WAN bandwith usage
    - Configurable report generation
    - Generation of the performance reports
    - Provide network map
    - Support several network unit
    - Intergrated Syslog server
    - Polling andt  monitoring SNMP trap alarms
    - Secure config distribution
    - Support 200 devices
    What kind of NMS can you recommend?
    thanks a lot

  • Help ... Support

    I am very, very new to programming Lookout and need help in determining if
    Lookout could be used as a solution in an environment where Lookout is
    attached to an Allen Bradley SLC 5/03 which also has a PanelView Monitor
    attached.
    Based on my understandings of our PanelView Monitor, I can display
    information stored at addresses from the PLC and also write to addresses
    using our PanelView Monitor. so...
    1.) can Lookout directly write ASCII characters to an address on an Allen
    Bradley SLC 5/03? If so how or through what type(s) of Driver?... In other
    words, Lookout would drive a question and answer period with the operator at
    the Panelview Monitor..
    As the Operator of the Panelview Monitor inputs a Part Number (which is
    totally Numeric, and I w
    rite this number to an address on the SLC 5/03)
    2.) can Lookout determine whether the Part Number or number stored at the
    address on the SLC 5/03 exists in an external ODBC compliant database and
    based on the part existing or not act accordingly (add it or reject it and
    notify operator)?. Through what driver(s)...SQLExec? If so, how or where do
    I react to the data being existent or nonexistent (found or not found).
    Thank you in advance
    david

    "David Istre" wrote:
    >I am very, very new to programming Lookout and need help in determining
    if>Lookout could be used as a solution in an environment where Lookout is>attached
    to an Allen Bradley SLC 5/03 which also has a PanelView Monitor>attached.>>Based
    on my understandings of our PanelView Monitor, I can display>information
    stored at addresses from the PLC and also write to addresses>using our PanelView
    Monitor. so...>>1.) can Lookout directly write ASCII characters to an address
    on an Allen>Bradley SLC 5/03? If so how or through what type(s) of Driver?...
    In other>words, Lookout would drive a question and answer period with the
    operator at>the Panelview Monitor..>>As the Operator of the Panelview Monitor
    inputs a Part Number (which is>to
    tally Numeric, and I write this number to
    an address on the SLC 5/03)>.....>2.) can Lookout determine whether the Part
    Number or number stored at the>address on the SLC 5/03 exists in an external
    ODBC compliant database and>based on the part existing or not act accordingly
    (add it or reject it and>notify operator)?. Through what driver(s)...SQLExec?
    If so, how or where do>I react to the data being existent or nonexistent
    (found or not found).>>>Thank you in advance>>david>>
    On your question 1)
    Use ascii object
    question 2) If you can get the part number or the number stored in AB into
    excel sheet. Then you can use DDE to check the Excel cell and then do your
    logic in Lookout
    Ganesh

  • "Not Enough Memory to Complete this Operation" Error using notifiers in LabVIEW

    I get the (windows?) error message "Not Enough Memory to Complete this Operation" when using notifiers to send a flattened byte string as a response from one VI back to my calling VI. I do get my data and everything works out perfectly between the two VIs, but I do get this annoying error message that requires a user interface action. Why?

    Well, I'm thinking you may have stumbled across a LV issue.  I can get it to crash a lot faster than that when I clear your plot history in the top chart.  It definitely seems as though LV has a huge memory leak on charts having their history cleared.  With your 500,000 data point history, I lose about 170MB of memory every time I clear the chart history.
    When I run your VI, the first time you plot data, I see a 170MB jump in memory, which I am assuming is the chart allocating its chart buffer.  But, then I continue to see more memory being used as more data is collected (if you don't use your default 1 sample a sec rate, you can see this happen much faster - I am using 5k sample rate and 5k samples).  Eventually, even without clearing the chart history, this will cause the system to crash.
    I did a quick test and dumped the waveform and just used doubles and plotted that.  Memory usage is drastically better, as I see no memory leak during standard acquisition (I still see the memory leak when the chart is cleared however).
    You may have to rewrite to not use the waveform and signal for your chart and just use DBLs.

  • Cannot install EMET Notifier 4.1 or 5.0 Tech Preview

    I uninstalled EMET notifier 3 to try out the new 5.0 tech preview. However when trying to install I get an error saying "There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your
    support personnel or package vendor."
    I tried installing 4.1 and get the same error. I am running Windows 8.1 Home Premium and have .Net 4 installed. I have turned on verbose logging, apologies for the massive amount of data but I didn't want anything to get missed.
    The log file is below. Can anyone suggest what might be going wrong?
    \Edit - The log below is pretty heavy reading, but the line that seems to be causing the trouble is:
    CustomAction DIRCA_CheckFX returned actual error code 1157 (note this may not be 100% accurate if translation happened inside sandbox)
    Solution
    The solution is to go into c:\users\"username"\AppData\Local\ then right click on "temp" and choose "properies". Choose "security" --> edit --> add, and add the username you are using, and give yourself all rights.
    I got this information from http://sourceforge.net/p/googlesyncmod/support-requests/225/?page=0
    Many thanks,
    Ian
    === Verbose logging started: 30/04/2014  11:25:31  Build type: SHIP UNICODE 5.00.9600.00  Calling process: C:\WINDOWS\System32\msiexec.exe ===
    MSI (c) (C4:6C) [11:25:31:363]: Font created.  Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
    MSI (c) (C4:6C) [11:25:31:364]: Font created.  Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
    MSI (c) (C4:04) [11:25:31:373]: Resetting cached policy values
    MSI (c) (C4:04) [11:25:31:373]: Machine policy value 'Debug' is 0
    MSI (c) (C4:04) [11:25:31:373]: ******* RunEngine:
               ******* Product: C:\Users\Ian\Downloads\EMET Setup.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (C4:04) [11:25:31:374]: Machine policy value 'DisableUserInstalls' is 0
    MSI (c) (C4:04) [11:25:31:381]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\Users\Ian\Downloads\EMET Setup.msi' against software restriction policy
    MSI (c) (C4:04) [11:25:31:381]: SOFTWARE RESTRICTION POLICY: C:\Users\Ian\Downloads\EMET Setup.msi has a digital signature
    MSI (c) (C4:04) [11:25:31:427]: SOFTWARE RESTRICTION POLICY: C:\Users\Ian\Downloads\EMET Setup.msi is permitted to run at the 'unrestricted' authorization level.
    MSI (c) (C4:04) [11:25:31:431]: Cloaking enabled.
    MSI (c) (C4:04) [11:25:31:431]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (C4:04) [11:25:31:433]: End dialog not enabled
    MSI (c) (C4:04) [11:25:31:433]: Original package ==> C:\Users\Ian\Downloads\EMET Setup.msi
    MSI (c) (C4:04) [11:25:31:433]: Package we're running from ==> C:\Users\Ian\Downloads\EMET Setup.msi
    MSI (c) (C4:04) [11:25:31:435]: APPCOMPAT: Compatibility mode property overrides found.
    MSI (c) (C4:04) [11:25:31:435]: APPCOMPAT: looking for appcompat database entry with ProductCode '{65BC2BDA-D828-4596-99E4-A8799C45C84C}'.
    MSI (c) (C4:04) [11:25:31:435]: APPCOMPAT: no matching ProductCode found in database.
    MSI (c) (C4:04) [11:25:31:440]: MSCOREE not loaded loading copy from system32
    MSI (c) (C4:04) [11:25:31:443]: Machine policy value 'TransformsSecure' is 0
    MSI (c) (C4:04) [11:25:31:443]: User policy value 'TransformsAtSource' is 0
    MSI (c) (C4:04) [11:25:31:443]: Note: 1: 2262 2: MsiFileHash 3: -2147287038
    MSI (c) (C4:04) [11:25:31:443]: Machine policy value 'DisablePatch' is 0
    MSI (c) (C4:04) [11:25:31:443]: Machine policy value 'AllowLockdownPatch' is 0
    MSI (c) (C4:04) [11:25:31:443]: Machine policy value 'DisableMsi' is 0
    MSI (c) (C4:04) [11:25:31:443]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (c) (C4:04) [11:25:31:443]: User policy value 'AlwaysInstallElevated' is 0
    MSI (c) (C4:04) [11:25:31:443]: Running product '{65BC2BDA-D828-4596-99E4-A8799C45C84C}' with user privileges: It's not assigned.
    MSI (c) (C4:04) [11:25:31:443]: Machine policy value 'DisableLUAPatching' is 0
    MSI (c) (C4:04) [11:25:31:443]: Machine policy value 'DisableFlyWeightPatching' is 0
    MSI (c) (C4:04) [11:25:31:443]: Enabling baseline caching for this transaction since all active patches are MSI 3.0 style MSPs or at least one MSI 3.0 minor update patch is active
    MSI (c) (C4:04) [11:25:31:444]: APPCOMPAT: looking for appcompat database entry with ProductCode '{65BC2BDA-D828-4596-99E4-A8799C45C84C}'.
    MSI (c) (C4:04) [11:25:31:444]: APPCOMPAT: no matching ProductCode found in database.
    MSI (c) (C4:04) [11:25:31:444]: Transforms are not secure.
    MSI (c) (C4:04) [11:25:31:444]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\Users\Ian\AppData\Local\Temp\MSIc9f55.LOG'.
    MSI (c) (C4:04) [11:25:31:444]: Command Line: CURRENTDIRECTORY=C:\Users\Ian\Downloads CLIENTUILEVEL=0 CLIENTPROCESSID=4548
    MSI (c) (C4:04) [11:25:31:444]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{69FDEBF8-3A1D-4011-AAB7-980DF90F569B}'.
    MSI (c) (C4:04) [11:25:31:444]: Product Code passed to Engine.Initialize:           ''
    MSI (c) (C4:04) [11:25:31:444]: Product Code from property table before transforms: '{65BC2BDA-D828-4596-99E4-A8799C45C84C}'
    MSI (c) (C4:04) [11:25:31:444]: Product Code from property table after transforms:  '{65BC2BDA-D828-4596-99E4-A8799C45C84C}'
    MSI (c) (C4:04) [11:25:31:444]: Product not registered: beginning first-time install
    MSI (c) (C4:04) [11:25:31:444]: PROPERTY CHANGE: Modifying ALLUSERS property. Its current value is '2'. Its new value: '1'.
    MSI (c) (C4:04) [11:25:31:444]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
    MSI (c) (C4:04) [11:25:31:444]: Entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (c) (C4:04) [11:25:31:444]: User policy value 'SearchOrder' is 'nmu'
    MSI (c) (C4:04) [11:25:31:444]: Adding new sources is allowed.
    MSI (c) (C4:04) [11:25:31:444]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
    MSI (c) (C4:04) [11:25:31:444]: Package name extracted from package path: 'EMET Setup.msi'
    MSI (c) (C4:04) [11:25:31:444]: Package to be registered: 'EMET Setup.msi'
    MSI (c) (C4:04) [11:25:31:444]: Note: 1: 2262 2: Error 3: -2147287038
    MSI (c) (C4:04) [11:25:31:445]: Note: 1: 2262 2: AdminProperties 3: -2147287038
    MSI (c) (C4:04) [11:25:31:445]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (c) (C4:04) [11:25:31:445]: User policy value 'AlwaysInstallElevated' is 0
    MSI (c) (C4:04) [11:25:31:445]: Running product '{65BC2BDA-D828-4596-99E4-A8799C45C84C}' with user privileges: It's not assigned.
    MSI (c) (C4:04) [11:25:31:445]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Users\Ian\Downloads'.
    MSI (c) (C4:04) [11:25:31:445]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'.
    MSI (c) (C4:04) [11:25:31:445]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '4548'.
    MSI (c) (C4:04) [11:25:31:445]: TRANSFORMS property is now:
    MSI (c) (C4:04) [11:25:31:445]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
    MSI (c) (C4:04) [11:25:31:445]: SHELL32::SHGetFolderPath returned: C:\Users\Ian\AppData\Roaming
    MSI (c) (C4:04) [11:25:31:446]: SHELL32::SHGetFolderPath returned: C:\Users\Ian\Favorites
    MSI (c) (C4:04) [11:25:31:446]: SHELL32::SHGetFolderPath returned: C:\Users\Ian\AppData\Roaming\Microsoft\Windows\Network Shortcuts
    MSI (c) (C4:04) [11:25:31:446]: SHELL32::SHGetFolderPath returned: C:\Users\Ian\Documents
    MSI (c) (C4:04) [11:25:31:446]: SHELL32::SHGetFolderPath returned: C:\Users\Ian\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
    MSI (c) (C4:04) [11:25:31:446]: SHELL32::SHGetFolderPath returned: C:\Users\Ian\AppData\Roaming\Microsoft\Windows\Recent
    MSI (c) (C4:04) [11:25:31:446]: SHELL32::SHGetFolderPath returned: C:\Users\Ian\AppData\Roaming\Microsoft\Windows\SendTo
    MSI (c) (C4:04) [11:25:31:446]: SHELL32::SHGetFolderPath returned: C:\Users\Ian\AppData\Roaming\Microsoft\Windows\Templates
    MSI (c) (C4:04) [11:25:31:447]: SHELL32::SHGetFolderPath returned: C:\ProgramData
    MSI (c) (C4:04) [11:25:31:447]: SHELL32::SHGetFolderPath returned: C:\Users\Ian\AppData\Local
    MSI (c) (C4:04) [11:25:31:447]: SHELL32::SHGetFolderPath returned: C:\Users\Ian\Pictures
    MSI (c) (C4:04) [11:25:31:447]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (c) (C4:04) [11:25:31:447]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (c) (C4:04) [11:25:31:447]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
    MSI (c) (C4:04) [11:25:31:447]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
    MSI (c) (C4:04) [11:25:31:448]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
    MSI (c) (C4:04) [11:25:31:448]: SHELL32::SHGetFolderPath returned: C:\Users\Ian\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (c) (C4:04) [11:25:31:448]: SHELL32::SHGetFolderPath returned: C:\Users\Ian\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (c) (C4:04) [11:25:31:448]: SHELL32::SHGetFolderPath returned: C:\Users\Ian\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
    MSI (c) (C4:04) [11:25:31:448]: SHELL32::SHGetFolderPath returned: C:\Users\Ian\AppData\Roaming\Microsoft\Windows\Start Menu
    MSI (c) (C4:04) [11:25:31:448]: SHELL32::SHGetFolderPath returned: C:\Users\Ian\Desktop
    MSI (c) (C4:04) [11:25:31:449]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
    MSI (c) (C4:04) [11:25:31:449]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
    MSI (c) (C4:04) [11:25:31:450]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
    MSI (c) (C4:04) [11:25:31:455]: MSI_LUA: Setting AdminUser property to 1 because this is the client or the user has already permitted elevation
    MSI (c) (C4:04) [11:25:31:455]: PROPERTY CHANGE: Adding AdminUser property. Its value is '1'.
    MSI (c) (C4:04) [11:25:31:455]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
    MSI (c) (C4:04) [11:25:31:455]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (c) (C4:04) [11:25:31:455]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Ian'.
    MSI (c) (C4:04) [11:25:31:455]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (c) (C4:04) [11:25:31:455]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\Users\Ian\Downloads\EMET Setup.msi'.
    MSI (c) (C4:04) [11:25:31:455]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\Users\Ian\Downloads\EMET Setup.msi'.
    MSI (c) (C4:04) [11:25:31:455]: Machine policy value 'MsiDisableEmbeddedUI' is 0
    MSI (c) (C4:04) [11:25:31:455]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'C:\Users\Ian\Downloads\'.
    MSI (c) (C4:04) [11:25:31:455]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\Users\Ian\Downloads\'.
    MSI (c) (C4:6C) [11:25:31:456]: PROPERTY CHANGE: Adding VersionHandler property. Its value is '5.00'.
    === Logging started: 30/04/2014  11:25:31 ===
    MSI (c) (C4:04) [11:25:31:459]: Note: 1: 2262 2: PatchPackage 3: -2147287038
    MSI (c) (C4:04) [11:25:31:459]: Machine policy value 'DisableRollback' is 0
    MSI (c) (C4:04) [11:25:31:459]: User policy value 'DisableRollback' is 0
    MSI (c) (C4:04) [11:25:31:459]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'.
    MSI (c) (C4:04) [11:25:31:459]: Note: 1: 2262 2: Font 3: -2147287038
    MSI (c) (C4:04) [11:25:31:460]: Note: 1: 2203 2: C:\WINDOWS\Installer\inprogressinstallinfo.ipi 3: -2147287038
    MSI (c) (C4:04) [11:25:31:460]: Note: 1: 2262 2: LaunchCondition 3: -2147287038
    MSI (c) (C4:04) [11:25:31:460]: APPCOMPAT: [DetectVersionLaunchCondition] Launch condition already passes.
    MSI (c) (C4:04) [11:25:31:461]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
    MSI (c) (C4:04) [11:25:31:461]: Doing action: INSTALL
    MSI (c) (C4:04) [11:25:31:461]: Note: 1: 2262 2: ActionText 3: -2147287038
    Action 11:25:31: INSTALL.
    Action start 11:25:31: INSTALL.
    MSI (c) (C4:04) [11:25:31:461]: UI Sequence table 'InstallUISequence' is present and populated.
    MSI (c) (C4:04) [11:25:31:461]: Running UISequence
    MSI (c) (C4:04) [11:25:31:461]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'.
    MSI (c) (C4:04) [11:25:31:461]: Doing action: DIRCA_CheckFX
    Action 11:25:31: DIRCA_CheckFX.
    Action start 11:25:31: DIRCA_CheckFX.
    MSI (c) (C4:04) [11:25:31:462]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'DIRCA_CheckFX'
    MSI (c) (C4:04) [11:25:31:463]: Creating MSIHANDLE (1) of type 790542 for thread 772
    MSI (c) (C4:04) [11:25:31:463]: Invoking remote custom action. DLL: C:\Users\Ian\AppData\Local\Temp\MSI9FD2.tmp, Entrypoint: CheckFX
    MSI (c) (C4:9C) [11:25:31:464]: Cloaking enabled.
    MSI (c) (C4:9C) [11:25:31:464]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (C4:9C) [11:25:31:464]: Connected to service for CA interface.
    CustomAction DIRCA_CheckFX returned actual error code 1157 (note this may not be 100% accurate if translation happened inside sandbox)
    MSI (c) (C4:04) [11:25:31:491]: Closing MSIHANDLE (1) of type 790542 for thread 772
    MSI (c) (C4:04) [11:25:31:492]: Note: 1: 1723 2: DIRCA_CheckFX 3: CheckFX 4: C:\Users\Ian\AppData\Local\Temp\MSI9FD2.tmp
    MSI (c) (C4:04) [11:25:31:492]: Note: 1: 2262 2: Error 3: -2147287038
    MSI (c) (C4:6C) [11:25:31:493]: Note: 1: 2262 2: Error 3: -2147287038
    Info 2898.For VSI_MS_Sans_Serif13.0_0_0 textstyle, the system created a 'MS Sans Serif' font, in 0 character set, of 13 pixels height.
    MSI (c) (C4:6C) [11:25:31:494]: Note: 1: 2262 2: Error 3: -2147287038
    DEBUG: Error 2835:  The control ErrorIcon was not found on dialog ErrorDialog
    The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2835. The arguments are: ErrorIcon, ErrorDialog,
    Error 1723. There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor.  Action DIRCA_CheckFX, entry: CheckFX, library: C:\Users\Ian\AppData\Local\Temp\MSI9FD2.tmp
    MSI (c) (C4:04) [11:25:32:678]: Note: 1: 2262 2: Error 3: -2147287038
    MSI (c) (C4:04) [11:25:32:678]: Product: EMET 4.1 -- Error 1723. There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor.  Action DIRCA_CheckFX,
    entry: CheckFX, library: C:\Users\Ian\AppData\Local\Temp\MSI9FD2.tmp
    Action ended 11:25:32: DIRCA_CheckFX. Return value 3.
    MSI (c) (C4:04) [11:25:32:679]: Doing action: FatalErrorForm
    Action 11:25:32: FatalErrorForm.
    Action start 11:25:32: FatalErrorForm.
    MSI (c) (C4:04) [11:25:32:680]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'FatalErrorForm'
    MSI (c) (C4:6C) [11:25:32:681]: Note: 1: 2262 2: Error 3: -2147287038
    DEBUG: Error 2826:  Control Line1 on dialog FatalErrorForm extends beyond the boundaries of the dialog to the right by 3 pixels
    The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: FatalErrorForm, Line1, to the right
    MSI (c) (C4:6C) [11:25:32:681]: Note: 1: 2262 2: Error 3: -2147287038
    DEBUG: Error 2826:  Control Line2 on dialog FatalErrorForm extends beyond the boundaries of the dialog to the right by 3 pixels
    The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: FatalErrorForm, Line2, to the right
    MSI (c) (C4:6C) [11:25:32:682]: Note: 1: 2262 2: Error 3: -2147287038
    DEBUG: Error 2826:  Control BannerBmp on dialog FatalErrorForm extends beyond the boundaries of the dialog to the right by 3 pixels
    The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: FatalErrorForm, BannerBmp, to the right
    MSI (c) (C4:6C) [11:25:32:687]: Note: 1: 2262 2: Error 3: -2147287038
    Info 2898.For VsdDefaultUIFont.524F4245_5254_5341_4C45_534153783400 textstyle, the system created a 'MS Sans Serif' font, in 0 character set, of 13 pixels height.
    MSI (c) (C4:6C) [11:25:32:687]: Note: 1: 2262 2: Error 3: -2147287038
    Info 2898.For VSI_MS_Sans_Serif16.0_1_0 textstyle, the system created a 'MS Sans Serif' font, in 0 character set, of 20 pixels height.
    Action 11:25:32: FatalErrorForm. Dialog created
    MSI (c) (C4:08) [11:25:32:691]: Note: 1: 2731 2: 0
    Action ended 11:25:35: FatalErrorForm. Return value 1.
    Action ended 11:25:35: INSTALL. Return value 3.
    MSI (c) (C4:04) [11:25:35:322]: Destroying RemoteAPI object.
    MSI (c) (C4:9C) [11:25:35:324]: Custom Action Manager thread ending.
    Property(C): UpgradeCode = {D12F7559-47B0-4D52-B302-737539A86620}
    Property(C): WindowsFolder = C:\WINDOWS\
    Property(C): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\
    Property(C): DesktopFolder = C:\Users\Public\Desktop\
    Property(C): SystemFolder = C:\WINDOWS\SysWOW64\
    Property(C): SourceDir = C:\Users\Ian\Downloads\
    Property(C): VSDFrameworkVersion = v4.0
    Property(C): VSDAllowLaterFrameworkVersions = False
    Property(C): ProductName = EMET 4.1
    Property(C): ProductCode = {65BC2BDA-D828-4596-99E4-A8799C45C84C}
    Property(C): ProductVersion = 4.1
    Property(C): Manufacturer = Microsoft Corporation
    Property(C): ARPHELPLINK = http://social.technet.microsoft.com/Forums/en/emet/threads
    Property(C): ARPCONTACT = Microsoft Corporation
    Property(C): ARPCOMMENTS = Enhanced Mitigation Experience Toolkit 4.1
    Property(C): ARPURLINFOABOUT = http://www.microsoft.com/emet
    Property(C): ProductLanguage = 1033
    Property(C): ALLUSERS = 1
    Property(C): ARPPRODUCTICON = _6FEFF9B68218417F98F549.exe
    Property(C): SecureCustomProperties = PREVIOUSVERSIONSINSTALLED;NEWERPRODUCTFOUND
    Property(C): RedirectedDllSupport = 2
    Property(C): VersionNT = 603
    Property(C): VSDNETURLMSG = This setup requires the .NET Framework version [1].  Please install the .NET Framework and run this setup again.  The .NET Framework can be obtained from the web.  Would you like to do this now?
    Property(C): VSDIISMSG = This setup requires Internet Information Server 5.1 or higher and Windows XP or higher.  This setup cannot be installed on Windows 2000.  Please install Internet Information Server or a newer operating system and run this
    setup again.
    Property(C): VSDUIANDADVERTISED = This advertised application will not be installed because it might be unsafe. Contact your administrator to change the installation user interface option of the package to basic.
    Property(C): VSDNETMSG = This setup requires the .NET Framework version [1].  Please install the .NET Framework and run this setup again.
    Property(C): VSDINVALIDURLMSG = The specified path '[2]' is unavailable. The Internet Information Server might not be running or the path exists and is redirected to another machine. Please check the status of this virtual directory in the Internet Services
    Manager.
    Property(C): VSDVERSIONMSG = Unable to install because a newer version of this product is already installed.
    Property(C): AdminMaintenanceForm_Action = Repair
    Property(C): EulaForm_Property = No
    Property(C): FolderForm_AllUsers = ME
    Property(C): FolderForm_AllUsersVisible = 0
    Property(C): ErrorDialog = ErrorDialog
    Property(C): SFF_UpFldrBtn = UpFldrBtn
    Property(C): SFF_NewFldrBtn = NewFldrBtn
    Property(C): MaintenanceForm_Action = Repair
    Property(C): DefaultUIFont = VsdDefaultUIFont.524F4245_5254_5341_4C45_534153783400
    Property(C): AdminEulaForm_Property = No
    Property(C): WelcomeForm_NextArgs = FolderForm
    Property(C): FolderForm_PrevArgs = WelcomeForm
    Property(C): FolderForm_NextArgs = EulaForm
    Property(C): EulaForm_PrevArgs = FolderForm
    Property(C): EulaForm_NextArgs = ConfirmInstallForm
    Property(C): ConfirmInstallForm_PrevArgs = EulaForm
    Property(C): AdminWelcomeForm_NextArgs = AdminFolderForm
    Property(C): AdminFolderForm_PrevArgs = AdminWelcomeForm
    Property(C): AdminFolderForm_NextArgs = AdminEulaForm
    Property(C): AdminEulaForm_PrevArgs = AdminFolderForm
    Property(C): AdminEulaForm_NextArgs = AdminConfirmInstallForm
    Property(C): AdminConfirmInstallForm_PrevArgs = AdminEulaForm
    Property(C): LAUNCHAPP = 1
    Property(C): MsiLogFileLocation = C:\Users\Ian\AppData\Local\Temp\MSIc9f55.LOG
    Property(C): PackageCode = {69FDEBF8-3A1D-4011-AAB7-980DF90F569B}
    Property(C): ProductState = -1
    Property(C): PackagecodeChanging = 1
    Property(C): CURRENTDIRECTORY = C:\Users\Ian\Downloads
    Property(C): CLIENTUILEVEL = 0
    Property(C): CLIENTPROCESSID = 4548
    Property(C): VersionDatabase = 200
    Property(C): VersionMsi = 5.00
    Property(C): VersionNT64 = 603
    Property(C): WindowsBuild = 9600
    Property(C): ServicePackLevel = 0
    Property(C): ServicePackLevelMinor = 0
    Property(C): MsiNTProductType = 1
    Property(C): MsiNTSuitePersonal = 1
    Property(C): WindowsVolume = C:\
    Property(C): System64Folder = C:\WINDOWS\system32\
    Property(C): RemoteAdminTS = 1
    Property(C): TempFolder = C:\Users\Ian\AppData\Local\Temp\
    Property(C): ProgramFilesFolder = C:\Program Files (x86)\
    Property(C): CommonFilesFolder = C:\Program Files (x86)\Common Files\
    Property(C): ProgramFiles64Folder = C:\Program Files\
    Property(C): CommonFiles64Folder = C:\Program Files\Common Files\
    Property(C): AppDataFolder = C:\Users\Ian\AppData\Roaming\
    Property(C): FavoritesFolder = C:\Users\Ian\Favorites\
    Property(C): NetHoodFolder = C:\Users\Ian\AppData\Roaming\Microsoft\Windows\Network Shortcuts\
    Property(C): PersonalFolder = C:\Users\Ian\Documents\
    Property(C): PrintHoodFolder = C:\Users\Ian\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\
    Property(C): RecentFolder = C:\Users\Ian\AppData\Roaming\Microsoft\Windows\Recent\
    Property(C): SendToFolder = C:\Users\Ian\AppData\Roaming\Microsoft\Windows\SendTo\
    Property(C): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\
    Property(C): CommonAppDataFolder = C:\ProgramData\
    Property(C): LocalAppDataFolder = C:\Users\Ian\AppData\Local\
    Property(C): MyPicturesFolder = C:\Users\Ian\Pictures\
    Property(C): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\
    Property(C): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\
    Property(C): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\
    Property(C): FontsFolder = C:\WINDOWS\Fonts\
    Property(C): GPTSupport = 1
    Property(C): OLEAdvtSupport = 1
    Property(C): ShellAdvtSupport = 1
    Property(C): MsiAMD64 = 6
    Property(C): Msix64 = 6
    Property(C): Intel = 6
    Property(C): PhysicalMemory = 8052
    Property(C): VirtualMemory = 5796
    Property(C): LogonUser = Ian
    Property(C): UserSID = S-1-5-21-48452953-3679128683-2660926274-1002
    Property(C): UserLanguageID = 2057
    Property(C): ComputerName = CYRIXINSTEAD
    Property(C): SystemLanguageID = 2057
    Property(C): ScreenX = 1920
    Property(C): ScreenY = 1080
    Property(C): CaptionHeight = 23
    Property(C): BorderTop = 1
    Property(C): BorderSide = 1
    Property(C): TextHeight = 16
    Property(C): TextInternalLeading = 3
    Property(C): ColorBits = 32
    Property(C): TTCSupport = 1
    Property(C): Time = 11:25:35
    Property(C): Date = 30/04/2014
    Property(C): MsiNetAssemblySupport = 4.0.30319.33440
    Property(C): MsiWin32AssemblySupport = 6.3.9600.16384
    Property(C): AdminUser = 1
    Property(C): Privileged = 1
    Property(C): USERNAME = Ian
    Property(C): DATABASE = C:\Users\Ian\Downloads\EMET Setup.msi
    Property(C): OriginalDatabase = C:\Users\Ian\Downloads\EMET Setup.msi
    Property(C): SOURCEDIR = C:\Users\Ian\Downloads\
    Property(C): VersionHandler = 5.00
    Property(C): UILevel = 5
    Property(C): ACTION = INSTALL
    Property(C): EXECUTEACTION = INSTALL
    === Logging stopped: 30/04/2014  11:25:35 ===
    MSI (c) (C4:04) [11:25:35:331]: Windows Installer installed the product. Product Name: EMET 4.1. Product Version: 4.1. Product Language: 1033. Manufacturer: Microsoft Corporation. Installation success or error status: 1603.
    MSI (c) (C4:04) [11:25:35:333]: Grabbed execution mutex.
    MSI (c) (C4:04) [11:25:35:333]: Cleaning up uninstalled install packages, if any exist
    MSI (c) (C4:04) [11:25:35:334]: MainEngineThread is returning 1603
    === Verbose logging stopped: 30/04/2014  11:25:35 ===

    I uninstalled EMET notifier 3 to try out the new 5.0 tech preview. However when trying to install I get an error saying "There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support
    personnel or package vendor."
    I tried installing 4.1 and get the same error. I am running Windows 8.1 Home Premium and have .Net 4 installed. I have turned on verbose logging, apologies for the massive amount of data but I didn't want anything to get missed.
    The log file is below. Can anyone suggest what might be going wrong?
    Many thanks,
    Ian
    I am having exactly the same problem. But I also can't even uninstall EMET 3.0 or EMET 4.0 both of which I have installed on my machine. I get the same error message when I try to uninstall them !! I need to uninstall them so that I can install EMET 4.1
    or EMET 5.0.
    I have been trying to do this for more than a month but without any luck. So any help will be much appreciated.
    Thanks,
    Mohamed

  • Operational Issues vs Operator Error

    The concept of the Android operational system got many rave reviews, and many positive comments regarding the many things an android phone can achieve.  However,  as a functionally smartphone to use in business to organize, file and utilize contacts, it falls short in the performance department.  Many of the primarily functions as a smart phone of the Droid X falls short and at this time after nearly four months and 4 droid's, the solution appears far in the distance.
    I am presently using my 4th Motorola Droid X, which all the 3 previous models were deemed defective by Motorola & Verizon Tech's.  I find it interesting that it appears that despite numerous telephone calls for help & assistance, that I am told by both Motorola & Verizon support that the following concerns do not show as problems with the Droid X.  After spending over 7 hours with a Level 3 directed Motorola Tech, after spending hours with a Verizon Tech, that "there are more people having issues with the DROIDX than I want to know."  this was told to me after I inquired that I just couldn't be the only user to file concerns about the product.   So I ask you try to see if you experience any of the listed problems below and please respond.  This is the only way we are going to get both Verizon or Motorola to take immediate action. 
    Don't believe me... Get out your DROID X now and try the following:
    1. Why when selecting either a phone number, address or email as "DEFAULT", absolutely nothing is displayed to indicate that a default was set?   
             SOLUTION:  Upon selecting either a phone number, address or email as DEFAULT, why not have the entire entry change color to GREEN.  (keep in mind those that might be color blind).  Green is the color that means go, first, and is most easily viewed immediately.
    2. Why when selecting a contact to edit does information appear in different order in "edit" screen that in the "contact data screen.?
           SOLUTION:  Programmers you need to fix this discrepancy.  It is too confusing when trying to compare data.
    3. Why does the data also appear differently in different order when comparing information to that which is displayed on google.account?
           SOLUTION:  See answer to number 2.
    4. Why when conducting searches in which many of the contacts have similar names (like "Marina") that the search will not list all of the contacts matching criteria requested in search?
           SOLUTION:  Correct search criteria to examine all data fields and to ensure multiple entries in each field is identified by the search feature. 
      NOTE: it would be nice that when search results are listed that user have the option to see requested search first rather than all other contacts that have matching criteria.  Example.  if searching for Marina,  if typing Ma...  as the letters are typed only list those matches that the MA is matching as the first two characters FIRST rather than every match that contains the letters MA. 
    But still problem remains that the search criteria leaves out contacts that have the exact match requested criteria.
    5.  Why have the ability  to create groups if groups will not sync  between the phone and gmail? 
        SOLUTION:  Programmers need to investigate and determine why when creating groups on the phone or on gmail do not sync.   If the phone is designed to be a phone to work with the google /gmail features, then perhaps all of the features should be tested... or make a disclosure prior to sale of functions that do not work.
    6. Does this Droid X, have the ability to work as designed with more than one gmail contact?  IF YES, then how is a particular gmail account linked to a contact?  Can this contact gmail link be changed or linked to more than one email without having to retype contact data?  There appears to be no method in which to select a gmail in which to link a contact?
           SOLUTION:  enable feature to select which account to link a contact.   Also, enable ability to select multiple links and/or ability to switch links.  
    7. What causes differences in total number of contacts on the phone than that listed in the gmail account?  Phone constantly shows fewer contacts than the gmail account,  in my case, there are (402) missing contacts on the phone?
          SOLUTION:  There should be mathematical check to ensure contacts match both phone and gmail account and an error message when the count differs.   NOTE: is there a problem not disclosed regarding an OUTLOOK C.V. file not syncing with a google account data?
    8. Constantly getting message:  SORRY, The application Google Services Framework (process com.google.process.gapps) has stopped unexpectedly. Please try again.   FORCE CLOSE.   Why? What is constantly not working?
      NOTE: This problem appears,often several times, then is followed by phone resetting itself. 
            SOLUTION:  BE PRO ACTIVE IN NOTIFYING CUSTOMERS USING EQUIPMENT OF ISSUES DEEMED NECESSARY TO BE ADDRESSED IN SOFTWARE FIX.  IN FACT, WHY NOT AN APPLICATION THAT IDENTIFYS ALL ISSUES WITH ANTICIPATED STATUS ON WHEN CORRECTIONS WILL BE FORTHCOMING.
    I  have spent the past 4 months extensively trying to work with Verizon and Motorola.  Verizon wants to blame Motorola and takes no responsibility for its beta team to find at least the above issues.  If they did find issues and know these issues prior to releasing the equipment for user usage, I believe Verizon owes every consumer a disclosure of known problems in advance.  Many of the above issues are so obvious it is impossible to believe these issues were not noted as problems prior to release.  I hold Verizon accountable for my data loss, the wasted time spent explaining over and over the problems, and I hold them accountable for failure to test the accessories prior to sale. 
    The DROIDX can be a great smartphone if it uses smart beta testers and if at the least the above issues can be resolved quickly. 
    What is your opinion? 

    frogman80 wrote:
    Don't believe me... Get out your DROID X now and try the following:
    Don't believe me... Get out your DROID X now and try the following:
    1. Why when selecting either a phone number, address or email as "DEFAULT", absolutely nothing is displayed to indicate that a default was set?
    The Default selected number moves to top of phone list for the contact and this is how you know it’s the default.
    2. Why when selecting a contact to edit does information appear in different order in "edit" screen that in the "contact data screen.?
    Same answer as previous question.
    3. Why does the data also appear differently in different order when comparing information to that which is displayed on google.account?
    Because the site has cells configured by category where the phone has order configured by user input.
    4. Why when conducting searches in which many of the contacts have similar names (like "Marina") that the search will not list all of the contacts matching criteria requested in search?
    I am unsure how you are searching but when I do a search all matches are listed from search criteria, Google search does this automatically but when you do it from phone dialer you have to press the arrow in left corner above input cell to display all found items that match search.
    5. Why have the ability to create groups if groups will not sync between the phone and gmail?
    Now this option I can agree needs some work but nothing is perfect
    6. Does this Droid X, have the ability to work as designed with more than one gmail contact? IF YES, then how is a particular gmail account linked to a contact? Can this contact gmail link be changed or linked to more than one email without having to retype contact data? There appears to be no method in which to select a gmail in which to link a contact?
    I do not know why you would want to have two accounts that would have the same exact information like contacts because the device pulls contacts from the phone book listing… But if you want to do this Google has a option from website to merge two accounts and I believe this should do just what you are wanting.
    7. What causes differences in total number of contacts on the phone than that listed in the gmail account? Phone constantly shows fewer contacts than the gmail account, in my case, there are (402) missing contacts on the phone?
    This can happen because on counts the number of numbers listed instead of the number of contacts, so if you have 4 numbers for a contact this will list a 4 in one area but only one in other location… I do agree that this is something that can make things a bit confusing at times.
    8. Constantly getting message: SORRY, The application Google Services Framework (process com.google.process.gapps) has stopped unexpectedly. Please try again. FORCE CLOSE. Why? What is constantly not working?
    This is most likely a incompatible app installed that it causing this controller to FC but I can not trouble shoot this issue because I haven't experience this problem myself.
    The DROIDX can be a great smartphone if it uses smart beta testers and if at the least the above issues can be resolved quickly.
    Beta testers can not take all users habits and installed softwares in consideration because there is to many new apps created daily and to many custom configurations done by so many users. I have developed a number of 3rd party apps for WM over the years and I can openly say that the chance of isolating all possible configuration issues is impossible, the SDK only allow you limited access to the systems base codes that makes a true custom code to overlay a UI a little complex.
    What is your opinion?
    Hope this cleared some things for you.

  • Android Issues? Operator or Operational System Problems?

    The concept of the Android operational system got many rave reviews, and many positive comments regarding the many things an android phone can achieve.  However,  as a funtionally smartphone to use in business to organize, file and utilize contacts, it falls short in the performance department.  Many of the primarly functions as a smart phone of the Droid X falls short and at this time after nearly four months and 4 droids, the solution appears far in the distance.
    I am presently using my 4th Motorola Droid X, which all the 3 previous models were deemed defective by Motorola & Verizon Tech's.  I find it interesting that it appears that despite numerous telephone calls for help & assistance, that I am told by both Motorola & Verizon support that the following concerns do not show as problems with the Droid X.
    Don't believe me... get out your droid now and try the following:
    1. Why when selecting either a phone number, address or email as "DEFAULT", absolutely nothing is displayed to indicate that a default was set?   
             SOLUTION:  Upon selecting either a phone number, address or email as DEFAULT, why not have the entire entry change color to GREEN.  (keep in mind those that might be color blind).  Green is the color that means go, first, and is most easily viewed immediately.
    2. Why when selecting a contact to edit does information appear in different order in "edit" screen that in the "contact data screen.?
           SOLUTION:  Programmers you need to fix this discrepancy.  It is too confusing when trying to compare data.
    3. Why does the data also appear differently in different order when comparing information to that which is displayed on google.account?
           SOLUTION:  See answer to number 2.
    4. Why when conducting searches in which many of the contacts have similar names (like "Marina") that the search will not list all of the contacts matching criteria requested in search?
           SOLUTION:  Correct search critera to examine all data fields and to ensure multiple entries in each field is identified by the search feature. 
      NOTE: it would be nice that when search results are listed that user have the option to see requested search first rather than all other contacts that have matching criteria.  Example.  if searching for Marina,  if typing Ma...  as the letters are typed only list those matches that the MA is matching as the first two characters FIRST rather than every match that contains the letters MA. 
    But still problem remains that the search criteria leaves out contacts that have the exact match requested criteria.
    5.  Why have the ability  to create groups if groups will not sync  between the phone and gmail? 
        SOLUTION:  Programmers need to investigate and determine why when creating groups on the phone or on gmail do not sync.   If the phone is designed to be a phone to work with the google /gmail features, then perhaps all of the features should be tested... or make a disclosure prior to sale of functions that do not work.
    6. Does this Droid X, have the ability to work as designed with more than one gmail contact?  IF YES, then how is a particular gmail account linked to a contact?  Can this contact gmail link be changed or linked to more than one email without having to retype contact data?  There appears to be no method in which to select a gmail in which to link a contact?
           SOLUTION:  enable feature to select which account to link a contact.   Also, enable ability to select mulitple links and/or ability to switch links.  
    7. What causes differences in total number of contacts on the phone than that listed in the gmail account?  Phone constantly shows fewer contacts than the gmail account,  in my case, there are (402) missing contacts on the phone?
          SOLUTION:  There should be mathatical check to ensure contacts match both phone and gmail account and an error message when the count differs.   NOTE: is there a problem not disclosed regarding an OUTLOOK CVS file not syncing with a google account data?
    8. Constantly getting message:  SORRY, The application Google Services Framework (process com.google.process.gapps) has stopped unexpectedly. Please try again.   FORCE CLOSE.   Why? What is constantly not working?
      NOTE: This problem appears,often several times, then is followed by phone resetting itself. 
            SOLUTION:  BE PRO ACTIVE IN NOTIFYING CUSTOMERS USING EQUIPMENT OF ISSUES DEEMED NECESSARY TO BE ADDRESSED IN SOFTWARE FIX.  IN FACT, WHY NOT AN APPLICATION THAT IDENTIFYS ALL ISSUES WITH ANTICIPATED STATUS ON WHEN CORECTIONS WILL BE FORTHCOMING.

    Thank you for your reply from the Droid (1) point of view.  However, the issues I have addressed are regarding the DROID X model only.  I am sure there are more issues that I have not discovered, but I am confident that these problems are NOT caused by operator error.  I look forward to any comments from those of you using the DROID X.  Let me know if you find any other problems.  OH.  Has anyone purchased the Navigational/Music Vehicle Mount by Motorola for the DROID X?  Has anyone found a "CASE" that allows you to use the Mount with the case still on the DROID X?  Motorola states that they do not make a case.  I wonder just how the prototype was developed with out an actual case to create the mount?  Sounds like possible class action material.  Build, Sell an accessory that can't support the accessory as advertised? 

Maybe you are looking for

  • Imac to TV with horizontal bar

    I connected my Imac to my TV using the mini-dvi to video adapter and it worked, however I have a horizontal bar going up across my TV screen. How do I fix this problem?

  • Does the Slideshow in Photos Loop?

    Trying to see if the iPad can be setup as a digital picture frame when guests arrive. I found the slide show option but it doesn't appear like this function loops. Is there a setting somewhere that I'm missing?

  • Removing Text from A Database

    I have an access database that I want to run an internal update query that looks for a specific snipitt of text and removes just that. How would I do that? Thanks

  • Audio Captured

    Adobe Premiere pro cc and Blackmajic Deck link Studio 2 card Audio in and out through card but not captured why / and what problem.

  • 802.1x System Profile HELP, Please!!!

    Server : Xserve, 10.8.5 Clients : Mix, 10.6.8, 10.8.5 To who ever may be able to help me, I am the tech director for a school district and manage about 800 Apple laptops ranging from old MacBooks to the latest MacBook Pro. We utilize the LDAP service