data mismatch

We use foglight to collect search query data, but data that foglight brings together seems to be about 10% off data in newspapers. Foglight does not receive its data on the ball?

It depends on what your help agent to collect applications.
If you think that the data comes from a newspaper, I can only assume that the logfilter agent is what you use.

Can you give a little more detail about your environment

Thank you

Tags: Dell Tech

Similar Questions

  • Extraction of channel number

    Hello

    I have a T1 table as below:

    Column_Name Remarks_column

    Column1 data incompatibility. Source value 20. Target value 100

    Incompatibility of Column2 data. Source 50. Target value 80

    Data mismatch Column3. Source 273. Target value 527

    I want to extract the numeric part of Remarks_column and perform operations on columns with the value of the target less than source value.

    How can I extract my source and target numbers separately to compare?


    Select

    regexp_substr (Remarks_column, '\d+', 1, 1) source

    , target regexp_substr (Remarks_column, '\d+', 1, 2)

    from t1

    It does not work on the boards and if there could be some decimal numbers. Only on whole positiv

    (But could be extended easily ;-)

    Post edited by: chris227 added note

  • Please suggest me

    Oracle 10g
    Hi need some suggestion below query meets my requirement, but please think it is the best way to write.


    I have a parent as a s_order_product_leg table and the child table as s_order_product_leg_milestone.
    There could be some products under leg_id <>"CELL" that are only present in the parent table, but not in the child table.
    and all products under leg_id = "CELL" must be present on the two table of tabel and child of parent.

    Since there is no coercion and there is a data mismatch between these two tables.

    It will be the query below is the best way to write.
    SELECT DISTINCT opl_seq
               FROM s_order_product_leg sopl
              WHERE op_seq = 126212365                                  --cp_op_seq
                AND bucs_order_number = 'C0260275.NYC'     --cp_tcoms_order_number
                AND leg_id != 'ZZZZZZZZZZZZZZZZZZZZZZZZZZ'
                AND bucs_order_number_source = 'TCOM'
    UNION
    SELECT DISTINCT opl_seq
               FROM s_order_product_leg_milestone soplm
              WHERE op_seq = 126212365                                 -- cp_op_seq
                AND leg_id = 'ZZZZZZZZZZZZZZZZZZZZZZZZZZ'
                AND source_system_name = 'TCOM'
                AND EXISTS (
                       SELECT 1
                         FROM s_order_product_leg sopl1
                        WHERE sopl1.op_seq = soplm.op_seq
                          AND sopl1.opl_seq = soplm.opl_seq);
    Published by: DeepakDevarapalli on November 13, 2009 12:25

    Published by: DeepakDevarapalli on November 13, 2009 15:41

    The clause using SEPARATE is unnecessary, because the UNION operator removes duplicates itself.

    If you need two opl_seq present in the parent, but without child line and opl_seq present in the parent and the child table, you can try using the outer join:

    NOT TESTED

    SELECT sopl.opl_seq
       FROM s_order_product_leg sopl, s_order_product_leg_milestone soplm
     WHERE sopl.op_seq = 126212365
       AND soplm.op_seq = soplm.op_seq(+)
       AND soplm.opl_seq = soplm.opl_seq(+)
       AND sopl.bucs_order_number = 'C0260275.NYC'
       AND sopl.leg_id != 'ZZZZZZZZZZZZZZZZZZZZZZZZZZ'
       AND soplm.leg_id(+) = 'ZZZZZZZZZZZZZZZZZZZZZZZZZZ'
       AND sopl.bucs_order_number_source = 'TCOM'
       AND soplm.source_system_name(+) = 'TCOM';
    

    Max

  • FoxPro 9 error message. "Data type mismatch.

    Hello

    In front-end, when I opened a second menu there is an error message "data type mismatch. How can you fix this bug?

    Kind regards
    Esyrom

    [Moved from comments]

    Hello

    Try the FoxPro Forum

    http://social.msdn.Microsoft.com/forums/en-us/home?Forum=visualfoxprogeneral

    Don

  • mismatch of data types (Boolen Refnum)

    I want to order my pieso scanner, but I have a mismatch of data types. Also a converter was not found for this type of data, also I have not found such data in the manual for LabView

    Hi Art,

    as the error clearly says the message: your VI expected (refnums) references for some controls (button, Boolean button). Wire references instead of the terminals!

  • Call a PL/SQL stored procedure - data type mismatch

    I call a PL/SQL stored procedure from within a procedure of ODI using the specified technique page Cezar and Julien (http://odiexperts.com/how-to-use-plsql-procedures-and-functions-in-odi) and I get the error "Wrong number or argument types»

    I tested each of the types of parameters, in that I'm passing and it is the text that is causing the problem. I tried to use 'Text' and 'Alphanumeric' for the data type of the variable of the ODI and so many VARCHAR2 and VARCHAR for the PL/SQL parameter type and I can't make it work.

    Is there a trick for passing a string in the ODI PL/SQl?

    Hello

    Ensure

    1. to declare/refresh of the variable before call to PL/SQL.

    2. If the variable is of "alphanumeric" ODI calling must be attached to apostrophes and prefix with the code project as ' #MYPROJECT. ODI_Var'

    3. as parameters you have u who must pass both during the call (IN, OUT, etc.).

    Thank you
    Guru

  • Data type mismatch

    Hi all

    One of my calls program the procedure below. The program will be PLSQL or PLSQLCLOB based on the return type.

    Here I return an array of records. But before displaying this array of records I need to convert the same CLOB data

    How can we do that please let me know



    PROCEDURE xx_notif_attach_procedure
    (
    document_id in VARCHAR2
    display_type IN VARCHAR2,
    document IN OUT CLOB
    document_type IN OUT VARCHAR2
    ) IS

    v_emp_tbl_type XXR12_Attach.emp_tbl_type;
    cursor c_emp (number of dno) is select * from scott.emp where deptno = dno.

    lob_id NUMBER;
    BDOC Varchar2 (100);
    V_empno VARCHAR2 (100);
    v_ename VARCHAR2 (300);
    v_count number (2): = 1;

    BEGIN

    ob_id: = to_number (document_id);

    I'm looping c_emp (lob_id)
    v_emp_tbl_type (v_count). EMPNO: = i.empno;
    v_emp_tbl_type (v_count). Ename: = i.Ename;
    v_emp_tbl_type (v_count). Job: = i.job;
    v_emp_tbl_type (v_count). Mgr: = i.Mgr;
    v_emp_tbl_type (v_count). HIREDATE: = i.HIREDATE;
    v_emp_tbl_type (v_count). SAL: = i.SAL;
    v_emp_tbl_type (v_count). COMM: = i.COMM;
    v_emp_tbl_type (v_count). DEPTNO: = i.DEPTNO;
    v_count: = v_count + 1;
    end loop;

    document_type: = "text/html";
    Document: = v_emp_tbl_type;
    END xx_notif_attach_procedure;


    Kind regards
    Nani

    Well a CLOB is just an object of great character inspired.
    If you want, you can think of it as a big VARCHAR2 which is not limited to only 32767 characters.

    Take the content of your type of table and just keep adding them to your CLOB variable in a loop as requires it.
    If it is in the required form you can add Chr (10), for unix, or Chr (13) | Chr (10), for windows, at the end of each "line" to put line breaks in.

  • JavaScript question - do not click on dates in a calendar

    We try on online tennis court booking site. When I click the calendar icon to select a date in the calendar, I can click on the date, but he does not at that date.

    Other browsers such as Chrome and Internet Explorer work fine. It just goes straight to the date I click.

    <"rel = 'nofollow' > http://demo3.onlinecourtreservations.com/Reservations.asp > demo version"

    <"rel = 'nofollow' > http://mum.onlinecourtreservations.com/Reservations.asp > our trial version."

    Here's what I sent to the developer and his answer is below.

    My Question: When you use the calendar for date selection tool, I noticed that it will not to the date on the calendar that I click. I can navigate using the arrows of day view and the view arrows week next to the icon of calendar very well.

    DEVELOPER RESPONSE: The calendar tool is based on javascript, so the security of your browser must allow scripts. To do this, the simplest method is to add your site to the "trusted sites" on your browser.

    The steps I've tried:
    1. the reset of the functionality of Firefox
    2. clear all history
    3. start in Safe Mode
    4. check to make sure that javaScript is enabled and it is.

    I wonder why this works fine in Chrome and Internet Explorer and not Firefox.

    Could someone help me solve the problem?

    Thank you.

    If you use this script, you can change it?

    The pop-up tries to submit a form hidden in the main window using a standard, old SEO method. You can correct the script in the pop-up window, or you can create a reference in the main window.

    Method #1:

    Change the code in the popup

    reservation_window.frmCalendar.submit();
    

    for this

    reservation_window.document.forms['frmCalendar'].submit();
    

    Method #2:

    In the main window, create a global script variable that creates the missing reference:

    window.frmCalendar = document.forms['frmCalendar'];
    

    Once solve you this problem, there is a new number. Web site empty, and when you view the source, you see that there is a problem with one of the hidden form parameters.

    Microsoft VBScript runtime error '800a000d'
    Type mismatch: 'CInt'
    /demo/common/reservationssheet/script.asp, line 25
    

    Since it is on the server, I don't know what goes wrong, but the script apparently don't deal well with a time value start missing. For what it's worth, I get the same error in IE8.

  • Formatting of RS-422 data display / handling

    I hope someone here can point me in the right direction.

    I am developing an alternative to COTS Accessport program (http://www.sudt.com/en/ap/) in Labview.    I found a basic example of serial communication I could manipulate and display my data stream (32octets HEX, 69 being the starting byte):

    Where my problem is in the data stream.    This example displays the data as a string type in this text box 'read the string '.    I need to handle data type string and break-out/display individual bytes, and I don't really know where to start.   I tried to add a table... but I'm a data type mismatch in the block diagram.

    Block diagram error

    Finally, I would like to be able to select / monitor only specific bits and leave the LabView to manage the processing of the data... but I'm me.   Thoughts?

    1 remodel table is wrong.  And through the shift register stages do nothing for you other than to delay all these manipulations.

    You want to add all the 36 bytes, integrate in a table.  Delete the oldest lines using delete in the table.

    2 and 3.  You use bytes to the Port which I have told you is the wrong thing to use.  I described a method for how to find the starting byte.  See my attached VI where I implementd that.

    4. you can create an object of front panel, perhaps an indicator of the photo or the color block you the size to cover a column.  You can use the events to slide the mouse on this control to detect where to go to.  It's really a question own right beyond the analysis of the series.

    In addition, you have your string to write together as * IDN?  (It has been converted into hexadecimal display so it was not so obvious).  Are you sure that's what you want to write?  That works for instruments such as spectrum analyzers, power supplies, DMM.  It is built in examples of series, but often that order means nothing to most of the devices series that speak to you.

    You also had the active stop character.  This means that any time you get the stop character (newline hex10), the reading series will shorten.  That's why you think you're getting asymmetrical data.  When you work with binary data, you must disable the stop character and other methods (such as a defined 36 byte packet size) to determine how to read.

  • Get the Data Type of queue

    I'm working my way through my first vi producer consumer and I have two questions.

    1 I am the queue data x, y samples acceleration waveform type z. The code snippet shows how to set the data type in the queue to get. It is rather ugly and disturbing, even if it seems to work.  Is there a way more elegant and beautiful to set the data type?

    2. the sampling frequency of the accelerometer is 5120 Hz.  The DAQmx Read buffer is 1024 length samples.  Therefore, it takes 200 [ms] to fill the buffer.  I put the metronome 100 [MS] to ensure that the producer is not without samples.  This means that the loop While producer will spend much of its time waiting.  Right?  Given the wait cost anything?

    In ProducerConsumerExample.vi of LabVIEW, the sampling frequency is 10000.  The size of the read buffer is 1000.  And the metronome is set to 100 [ms].  The sampling frequency of the device comes from the hardware device in the cDAQ.  100 [ms] interval comes from the PC.  It will not be a mismatch?  I would like to understand this before I put my metronome to 200 [ms].

    Arizona_Joe wrote:

    Then, can shed you some light on the behavior of the loop while you mentioned is not a metronome that is is punctuated by DAQmx? I think it would do a lot of rotation.

    It is not spinning as he waits inside the DAQmx Read for samples N must be obtained.  This isn't a request for data.  It takes time to collect these samples.  That length of time depends on your sampling rate and how many samples you request.  So because he is waiting inside the DAQmx Read, there is no need to add an additional wait.  Let the DAQmx Read limit the rate of the loop.

    It's actually like the loop of consumer for the consumer to the producer.  Playback of the queue will limit the rate at which that loop runs.  It should therefore no waiting.

  • Error 91 - try to use the variant of the function of data

    I'm running a problem when you try to use variations in my application. I have a setup of State machine that a State creates a list of tasks (cluster of tables), and then converts it to the Variant. The variant is fed into a shift register that allows me to access the list of tasks of a different State.

    The problem comes when I try to use the variant of the function Data. I right click on the task cluster to create a constant and then wire to the TYPE of the variant of the function Data. I wire the variant of cluster of task to the terminal of the VARIANT. When I run the VI, I get error 91: or the possible reasons: LabVIEW: the variant data type is not compatible with the data type of wired for the input type. ».

    How can I get this error if the type that I have connected to a Terminal TYPE of the Variant Data terminal is a constant created from the exact type created a variant of?

    Section of the machine of the State where I wire the cluster variant:

    Section of the machine of the State where I use the data out of the cluster variant:

    The constant wire to the terminal of data TYPE variant was created from the cluster that is connected to the Variant type data. I don't understand how there is a type mismatch?

    Is there another State between these two?  I notice you have some tunnels 'Use default if unwired' coming out of the structure of your business.  First of all, clear on the tunnels.  Second, in cases where you do not only affect the data, the data directly from the tunnel entrance in the tunnel exit of the wire.  I recommend using the tunnels linked to make it even easier on yourself.

    With the default tunnels being output, your variant coming could really be empty, so the conversion fails.

  • PSD waveform table mismatch

    Hi, I work with a USB 9162 NI and the NI 9234 4 channels daq, in LabVIEW 8.5.  I am acquiring data from a device that produces a ~ square wave and I'm trying to determine and record the frequency of the square wave.  The problem that I am currently is that the graphic waveform and table that are produced by the vi correspond.  I recently hooked up to a generator of signals set at 500 Hz to a channel and checked against an oscilloscope.  I get 500 Hz on waveform graph, but 605 of the table.  The graph is truncated to 825 Hz in the x-axis and the 500/605 is ~ 0,825, the same proportion as the truncation/1000 Hz.  I have attached the screenshots of the block diagram and front page.  Any help to understand why this happens, and fixing it would be greatly appreciated...

    Chuck Griesel

    All, I got some very good information of Carmen Zheng concern why I saw a mismatch of the screen and writing table.  This message was received after several posts back.  I have attached the vi containing the solution, as described below.

    Thanks a lot for your help!

    _ the message _beginning

    Hello Chuck,

    Please send me this file. I've seen what happens.

    The dynamic data signal that you have acquired by the simulated signal or your hardware contains three components: Y, dt, t0. These components are required to create a waveform correctly. The
    component is returned as an array of the values of the waveform and dt data returns the interval in seconds between data points in the waveform. The dt is Fs / #s, this dt value will be
    indicate the waveform how to distribute the values Y on the x-axis.

    The reason of why you saw the incompatibility is that you check out only the component Y, which does not contain information on how to distribute it on the x-axis. The index of this item
    does not reflect the position where the value must be shown.

    The workaround easier that I could find was to create an array with a size of #s, then insert the values in the table are component to the new array, but the index is climbed by the factor of dt.

    Please take a look at the attached code.

    Let me know if you need more assistance.

    Kind regards

    Carmen Chan Zheng
    Technical sales engineer
    National Instruments

    message___ ___end

  • Type mismatch and VI properties in 'for more specific classes.

    Dear all

    I have a Subvi trying to modify the properties of certain objects on the main pane of the front, in the example I have attached to this message it works well, but when I use the same Subvi in my main application which is a little bigger and has more hierarchical levels (that's why I join this one) it comes across some errors.

    Once running "to a more specific class' in the Sub - VI called ("MultpObj1N"), it gives this error that" LabVIEW: Type mismatch: object cannot be cast to the specified type.»

    I have no idea what could be the reason for this. Do you have any idea what it could be?

    Best regards

    Afshin

    Dear Darren

    Suddenly, I realized that my problem just happens to group objects (no cards) and like you said the type of data were different. Because I wanted to just access the visibility as you suggested, I've changed the strict form for normal and it worked.

    Thank you very much for your advice!

    BR

    Afshin

  • The error message is im like error: 0xC004D401 Description: the security processor reported a system file mismatch error. After doing the update of windows Vista.

    There is a problem with your license so notifications will no longer appear
    You will no longer receive communications, including those concerning your license or activation.
    To try and fix this problem click on one of the links below.
    Error: 0xC004D401
    Description:
    The security processor reported a system file mismatch error.

    Vista Service Pack 2 (SP2) is installed?

    ==========================

    1. Download this diagnostic tool, save it to your desktop, then right click on the saved file and select run as administrator to run the utility: http://go.microsoft.com/fwlink/?linkid=56062

    2. once the race completed, click the continue button, and then click the copy button (on the Clipboard).

    Note: You can open a new file in Notepad, paste the contents of the Clipboard in it & keep for future reference.

    3. start your own, new thread in the following Microsoft Genuine Advantage forum and paste the results of the diagnosis of MGA tool in your post, and a clear description of your problem:

    http://social.Microsoft.com/forums/en-us/genuinevista/threads

    4 Troubleshooting specialist will analyze the data and recommend an appropriate solution.

  • Blue Screen Windows 7 on consecutive weeks. Need help with mini dump APC INDEX MISMATCH

    Computer crash on 8/3, and then again on 8/10, around the same time. 8/10 have not spared no dump file, but I was able to get the mini dump 8/3.

    Microsoft (R) Windows debug 10.0.14321.1024 AMD64 Version
    Copyright (c) Microsoft Corporation. All rights reserved.

    Loading dump file [C:\Users\Roberto\Pictures\080316-110214-01.dmp]
    The mini kernel dump file: only registers and the trace of the stack are available

    Symbol of validation of the path summary *.
    Location of response time (ms)
    Deferred SRV * c:\symbols* http://msdl.microsoft.com/download/symbols
    Symbol search path is: SRV * c:\symbols* http://msdl.microsoft.com/download/symbols
    Executable search path is:
    Windows 7 Kernel Version 7601 (Service Pack 1) MP (4 procs) free x 64
    Product: WinNt, suite: TerminalServer SingleUserTS
    By: 7601.23455.amd64fre.win7sp1_ldr.160516 - 0600
    Computer name:
    Kernel base = 0xfffff800 '02e4c000 PsLoadedModuleList = 0xfffff800' 0308e730
    The debugging session: 02:40:48.259 Wed Aug 3 2016 (UTC - 04:00)
    System: 12 days 10:24:33.931
    Loading the kernel symbols
    .

    Press (cdb, ntsd, kd) ctrl-c or ctrl-BREAK (windbg) to drop the charges of symbol that take too much time.
    Run! SYM noisy before .reload to track symbols loading issues.

    ..............................................................
    ................................................................
    .........................................................
    Loading user symbols
    Loading unloaded module list
    ..................................................
    *******************************************************************************
    *                                                                             *
    * Bugcheck analysis *.
    *                                                                             *
    *******************************************************************************

    Use! analyze - v to obtain detailed debugging information.

    Error checking 1, {746c2e09, 0, 1, fffff8801296eca0}

    Probably caused by: ntkrnlmp.exe (nt! KiSystemServiceExit + 245)

    Follow-up: MachineOwner
    ---------

    3: kd >! analyze - v
    *******************************************************************************
    *                                                                             *
    * Bugcheck analysis *.
    *                                                                             *
    *******************************************************************************

    LEAPC_INDEX_MISMATCHERREUR (1)
    This is an internal error in the kernel. The most common reason to see this
    error checking is when a file system or a driver has several mismatched
    visits to disable and re-enable the TTB. The data key item is the
    Thread-> CombinedApcDisable field. It's two separate 16-bit
    the SpecialApcDisable and the KernelApcDisable fields. A negative value
    either indicates that a driver has disabled APC normal or special
    (respectively) without reactivation; a positive value indicates that
    a driver allowed normal or special APCS (respectively) too many times.
    Arguments:
    Arg1: 00000000746c2e09, address of function or worker system call
    Arg2: 0000000000000000, thread-> ApcStateIndex
    Arg3: 0000000000000001 (thread-> SpecialApcDisable < 16)="" |="" thread-=""> KernelApcDisable)
    Arg4: fffff8801296eca0, call type (system call 0-, 1 - routine worker)

    Debugging information:
    ------------------

    DUMP_CLASS: 1

    DUMP_QUALIFIER: 400

    BUILD_VERSION_STRING: 7601.23455.amd64fre.win7sp1_ldr.160516 - 0600

    SYSTEM_MANUFACTURER: Dell Inc.

    SYSTEM_PRODUCT_NAME: Precision T3500 workstation

    BIOS_VENDOR: Dell Inc.

    BIOS_VERSION: A17

    BIOS_DATE: 28/05/2013

    BASEBOARD_MANUFACTURER: Dell Inc.

    BASEBOARD_PRODUCT: 09KPNV

    BASEBOARD_VERSION: A01

    DUMP_TYPE: 2

    BUGCHECK_P1: 746c2e09

    BUGCHECK_P2: 0

    BUGCHECK_P3: 1

    BUGCHECK_P4: fffff8801296eca0

    FAULTING_IP:
    + 0
    00000000' 746c2e09?              ???

    CPU_COUNT: 4

    CPU_MHZ: bfa

    CPU_VENDOR: GenuineIntel

    CPU_FAMILY: 6

    CPU_MODEL: 1a

    CPU_STEPPING: 5

    CPU_MICROCODE: 6, 1, 5, 0 (F, M, S, R) GIS: 19'00000000 (cache) 11'00000000 (init)

    CUSTOMER_CRASH_COUNT: 1

    DEFAULT_BUCKET_ID: WIN7_DRIVER_FAULT

    BUGCHECK_STR: 0X1

    Nom_processus: NIS.exe

    CURRENT_IRQL: 0

    ANALYSIS_SESSION_HOST: NFI-ROBERTO

    ANALYSIS_SESSION_TIME: 10/08/2016 14:46:50.0800

    ANALYSIS_VERSION: 10.0.14321.1024 amd64fre

    LAST_CONTROL_TRANSFER: from fffff80002eba9a9 to fffff80002ebb400

    STACK_TEXT:
    fffff880 '1296ea68 fffff800' 02eba9a9: 00000000'00000001 00000000' 746c2e09 00000000'00000000 00000000'00000001: nt! KeBugCheckEx
    fffff880 '1296ea70 fffff800' 02eba8e0: fffffa80 '097a 4370 00000000' 592de3a8 fffff880' 1296ebc8 00000000' 00000000: nt! KiBugCheckDispatch + 0 x 69
    fffff880 '1296ebb0 00000000' 746c2e09: 00000000'00000000 00000000'00000000 00000000'00000000 00000000'00000000: nt! KiSystemServiceExit + 0 x 245
    00000000' 592decb8 00000000'00000000: 00000000'00000000 00000000'00000000 00000000'00000000 00000000'00000000: 0x746c2e09

    STACK_COMMAND: kb

    THREAD_SHA1_HASH_MOD_FUNC: 713a38487ff3d82058f51d9870e0b3de39cbf964

    THREAD_SHA1_HASH_MOD_FUNC_OFFSET: 561f1421a866d36916a994b3bd23a42b1aea0bb5

    THREAD_SHA1_HASH_MOD: 2a7ca9d3ab5386d53fea7498e1d81b9c4a4c036b

    FOLLOWUP_IP:
    NT! KiSystemServiceExit + 245
    fffff800'02eba8e0 4883ec50 sub rsp, 50 h

    FAULT_INSTR_CODE: 50ec8348

    SYMBOL_STACK_INDEX: 2

    SYMBOL_NAME: nt! KiSystemServiceExit + 245

    FOLLOWUP_NAME: MachineOwner

    MODULE_NAME: nt

    Nom_image: ntkrnlmp.exe

    DEBUG_FLR_IMAGE_TIMESTAMP: 573a38fc

    IMAGE_VERSION: 6.1.7601.23455

    FAILURE_BUCKET_ID: X64_0x1_SysCallNum_4_nt! KiSystemServiceExit + 245

    BUCKET_ID: X64_0x1_SysCallNum_4_nt! KiSystemServiceExit + 245

    PRIMARY_PROBLEM_CLASS: X64_0x1_SysCallNum_4_nt! KiSystemServiceExit + 245

    TARGET_TIME: 2016-08 - 03T 06: 40:48.000Z

    OSBUILD: 7601

    OSSERVICEPACK: 1000

    SERVICEPACK_NUMBER: 0

    OS_REVISION: 0

    SUITE_MASK: 272

    PRODUCT_TYPE: 1

    OSPLATFORM_TYPE: x 64

    OSNAME: Windows 7

    OSEDITION: Windows 7 Windows NT (Service Pack 1) TerminalServer SingleUserTS

    OS_LOCALE:

    USER_LCID: 0

    OSBUILD_TIMESTAMP: 2016-05-16 17:17:48

    BUILDDATESTAMP_STR: 160516-0600

    BUILDLAB_STR: win7sp1_ldr

    BUILDOSVER_STR: 6.1.7601.23455.amd64fre.win7sp1_ldr.160516 - 0600

    ANALYSIS_SESSION_ELAPSED_TIME: 5 D 7

    ANALYSIS_SOURCE: KM

    FAILURE_ID_HASH_STRING: km:x64_0x1_syscallnum_4_nt! kisystemserviceexit + 245

    FAILURE_ID_HASH: {e506ede0-d282-2e4c-5056-6cb373197a73}

    Follow-up: MachineOwner
    ---------

    3: kd >! analyze - v
    *******************************************************************************
    *                                                                             *
    * Bugcheck analysis *.
    *                                                                             *
    *******************************************************************************

    LEAPC_INDEX_MISMATCHERREUR (1)
    This is an internal error in the kernel. The most common reason to see this
    error checking is when a file system or a driver has several mismatched
    visits to disable and re-enable the TTB. The data key item is the
    Thread-> CombinedApcDisable field. It's two separate 16-bit
    the SpecialApcDisable and the KernelApcDisable fields. A negative value
    either indicates that a driver has disabled APC normal or special
    (respectively) without reactivation; a positive value indicates that
    a driver allowed normal or special APCS (respectively) too many times.
    Arguments:
    Arg1: 00000000746c2e09, address of function or worker system call
    Arg2: 0000000000000000, thread-> ApcStateIndex
    Arg3: 0000000000000001 (thread-> SpecialApcDisable < 16)="" |="" thread-=""> KernelApcDisable)
    Arg4: fffff8801296eca0, call type (system call 0-, 1 - routine worker)

    Debugging information:
    ------------------

    DUMP_CLASS: 1

    DUMP_QUALIFIER: 400

    BUILD_VERSION_STRING: 7601.23455.amd64fre.win7sp1_ldr.160516 - 0600

    SYSTEM_MANUFACTURER: Dell Inc.

    SYSTEM_PRODUCT_NAME: Precision T3500 workstation

    BIOS_VENDOR: Dell Inc.

    BIOS_VERSION: A17

    BIOS_DATE: 28/05/2013

    BASEBOARD_MANUFACTURER: Dell Inc.

    BASEBOARD_PRODUCT: 09KPNV

    BASEBOARD_VERSION: A01

    DUMP_TYPE: 2

    BUGCHECK_P1: 746c2e09

    BUGCHECK_P2: 0

    BUGCHECK_P3: 1

    BUGCHECK_P4: fffff8801296eca0

    FAULTING_IP:
    + 0
    00000000' 746c2e09?              ???

    CPU_COUNT: 4

    CPU_MHZ: bfa

    CPU_VENDOR: GenuineIntel

    CPU_FAMILY: 6

    CPU_MODEL: 1a

    CPU_STEPPING: 5

    CPU_MICROCODE: 6, 1, 5, 0 (F, M, S, R) GIS: 19'00000000 (cache) 11'00000000 (init)

    CUSTOMER_CRASH_COUNT: 1

    DEFAULT_BUCKET_ID: WIN7_DRIVER_FAULT

    BUGCHECK_STR: 0X1

    Nom_processus: NIS.exe

    CURRENT_IRQL: 0

    ANALYSIS_SESSION_HOST: NFI-ROBERTO

    ANALYSIS_SESSION_TIME: 10/08/2016 14:46:52.0300

    ANALYSIS_VERSION: 10.0.14321.1024 amd64fre

    LAST_CONTROL_TRANSFER: from fffff80002eba9a9 to fffff80002ebb400

    STACK_TEXT:
    fffff880 '1296ea68 fffff800' 02eba9a9: 00000000'00000001 00000000' 746c2e09 00000000'00000000 00000000'00000001: nt! KeBugCheckEx
    fffff880 '1296ea70 fffff800' 02eba8e0: fffffa80 '097a 4370 00000000' 592de3a8 fffff880' 1296ebc8 00000000' 00000000: nt! KiBugCheckDispatch + 0 x 69
    fffff880 '1296ebb0 00000000' 746c2e09: 00000000'00000000 00000000'00000000 00000000'00000000 00000000'00000000: nt! KiSystemServiceExit + 0 x 245
    00000000' 592decb8 00000000'00000000: 00000000'00000000 00000000'00000000 00000000'00000000 00000000'00000000: 0x746c2e09

    STACK_COMMAND: kb

    THREAD_SHA1_HASH_MOD_FUNC: 713a38487ff3d82058f51d9870e0b3de39cbf964

    THREAD_SHA1_HASH_MOD_FUNC_OFFSET: 561f1421a866d36916a994b3bd23a42b1aea0bb5

    THREAD_SHA1_HASH_MOD: 2a7ca9d3ab5386d53fea7498e1d81b9c4a4c036b

    FOLLOWUP_IP:
    NT! KiSystemServiceExit + 245
    fffff800'02eba8e0 4883ec50 sub rsp, 50 h

    FAULT_INSTR_CODE: 50ec8348

    SYMBOL_STACK_INDEX: 2

    SYMBOL_NAME: nt! KiSystemServiceExit + 245

    FOLLOWUP_NAME: MachineOwner

    MODULE_NAME: nt

    Nom_image: ntkrnlmp.exe

    DEBUG_FLR_IMAGE_TIMESTAMP: 573a38fc

    IMAGE_VERSION: 6.1.7601.23455

    FAILURE_BUCKET_ID: X64_0x1_SysCallNum_4_nt! KiSystemServiceExit + 245

    BUCKET_ID: X64_0x1_SysCallNum_4_nt! KiSystemServiceExit + 245

    PRIMARY_PROBLEM_CLASS: X64_0x1_SysCallNum_4_nt! KiSystemServiceExit + 245

    TARGET_TIME: 2016-08 - 03T 06: 40:48.000Z

    OSBUILD: 7601

    OSSERVICEPACK: 1000

    SERVICEPACK_NUMBER: 0

    OS_REVISION: 0

    SUITE_MASK: 272

    PRODUCT_TYPE: 1

    OSPLATFORM_TYPE: x 64

    OSNAME: Windows 7

    OSEDITION: Windows 7 Windows NT (Service Pack 1) TerminalServer SingleUserTS

    OS_LOCALE:

    USER_LCID: 0

    OSBUILD_TIMESTAMP: 2016-05-16 17:17:48

    BUILDDATESTAMP_STR: 160516-0600

    BUILDLAB_STR: win7sp1_ldr

    BUILDOSVER_STR: 6.1.7601.23455.amd64fre.win7sp1_ldr.160516 - 0600

    ANALYSIS_SESSION_ELAPSED_TIME: 581

    ANALYSIS_SOURCE: KM

    FAILURE_ID_HASH_STRING: km:x64_0x1_syscallnum_4_nt! kisystemserviceexit + 245

    FAILURE_ID_HASH: {e506ede0-d282-2e4c-5056-6cb373197a73}

    Follow-up: MachineOwner
    ---------

    3: kd >! analyze - v
    *******************************************************************************
    *                                                                             *
    * Bugcheck analysis *.
    *                                                                             *
    *******************************************************************************

    LEAPC_INDEX_MISMATCHERREUR (1)
    This is an internal error in the kernel. The most common reason to see this
    error checking is when a file system or a driver has several mismatched
    visits to disable and re-enable the TTB. The data key item is the
    Thread-> CombinedApcDisable field. It's two separate 16-bit
    the SpecialApcDisable and the KernelApcDisable fields. A negative value
    either indicates that a driver has disabled APC normal or special
    (respectively) without reactivation; a positive value indicates that
    a driver allowed normal or special APCS (respectively) too many times.
    Arguments:
    Arg1: 00000000746c2e09, address of function or worker system call
    Arg2: 0000000000000000, thread-> ApcStateIndex
    Arg3: 0000000000000001 (thread-> SpecialApcDisable < 16)="" |="" thread-=""> KernelApcDisable)
    Arg4: fffff8801296eca0, call type (system call 0-, 1 - routine worker)

    Debugging information:
    ------------------

    DUMP_CLASS: 1

    DUMP_QUALIFIER: 400

    BUILD_VERSION_STRING: 7601.23455.amd64fre.win7sp1_ldr.160516 - 0600

    SYSTEM_MANUFACTURER: Dell Inc.

    SYSTEM_PRODUCT_NAME: Precision T3500 workstation

    BIOS_VENDOR: Dell Inc.

    BIOS_VERSION: A17

    BIOS_DATE: 28/05/2013

    BASEBOARD_MANUFACTURER: Dell Inc.

    BASEBOARD_PRODUCT: 09KPNV

    BASEBOARD_VERSION: A01

    DUMP_TYPE: 2

    BUGCHECK_P1: 746c2e09

    BUGCHECK_P2: 0

    BUGCHECK_P3: 1

    BUGCHECK_P4: fffff8801296eca0

    FAULTING_IP:
    + 0
    00000000' 746c2e09?              ???

    CPU_COUNT: 4

    CPU_MHZ: bfa

    CPU_VENDOR: GenuineIntel

    CPU_FAMILY: 6

    CPU_MODEL: 1a

    CPU_STEPPING: 5

    CPU_MICROCODE: 6, 1, 5, 0 (F, M, S, R) GIS: 19'00000000 (cache) 11'00000000 (init)

    CUSTOMER_CRASH_COUNT: 1

    DEFAULT_BUCKET_ID: WIN7_DRIVER_FAULT

    BUGCHECK_STR: 0X1

    Nom_processus: NIS.exe

    CURRENT_IRQL: 0

    ANALYSIS_SESSION_HOST: NFI-ROBERTO

    ANALYSIS_SESSION_TIME: 10/08/2016 14:46:53.0713

    ANALYSIS_VERSION: 10.0.14321.1024 amd64fre

    LAST_CONTROL_TRANSFER: from fffff80002eba9a9 to fffff80002ebb400

    STACK_TEXT:
    fffff880 '1296ea68 fffff800' 02eba9a9: 00000000'00000001 00000000' 746c2e09 00000000'00000000 00000000'00000001: nt! KeBugCheckEx
    fffff880 '1296ea70 fffff800' 02eba8e0: fffffa80 '097a 4370 00000000' 592de3a8 fffff880' 1296ebc8 00000000' 00000000: nt! KiBugCheckDispatch + 0 x 69
    fffff880 '1296ebb0 00000000' 746c2e09: 00000000'00000000 00000000'00000000 00000000'00000000 00000000'00000000: nt! KiSystemServiceExit + 0 x 245
    00000000' 592decb8 00000000'00000000: 00000000'00000000 00000000'00000000 00000000'00000000 00000000'00000000: 0x746c2e09

    STACK_COMMAND: kb

    THREAD_SHA1_HASH_MOD_FUNC: 713a38487ff3d82058f51d9870e0b3de39cbf964

    THREAD_SHA1_HASH_MOD_FUNC_OFFSET: 561f1421a866d36916a994b3bd23a42b1aea0bb5

    THREAD_SHA1_HASH_MOD: 2a7ca9d3ab5386d53fea7498e1d81b9c4a4c036b

    FOLLOWUP_IP:
    NT! KiSystemServiceExit + 245
    fffff800'02eba8e0 4883ec50 sub rsp, 50 h

    FAULT_INSTR_CODE: 50ec8348

    SYMBOL_STACK_INDEX: 2

    SYMBOL_NAME: nt! KiSystemServiceExit + 245

    FOLLOWUP_NAME: MachineOwner

    MODULE_NAME: nt

    Nom_image: ntkrnlmp.exe

    DEBUG_FLR_IMAGE_TIMESTAMP: 573a38fc

    IMAGE_VERSION: 6.1.7601.23455

    FAILURE_BUCKET_ID: X64_0x1_SysCallNum_4_nt! KiSystemServiceExit + 245

    BUCKET_ID: X64_0x1_SysCallNum_4_nt! KiSystemServiceExit + 245

    PRIMARY_PROBLEM_CLASS: X64_0x1_SysCallNum_4_nt! KiSystemServiceExit + 245

    TARGET_TIME: 2016-08 - 03T 06: 40:48.000Z

    OSBUILD: 7601

    OSSERVICEPACK: 1000

    SERVICEPACK_NUMBER: 0

    OS_REVISION: 0

    SUITE_MASK: 272

    PRODUCT_TYPE: 1

    OSPLATFORM_TYPE: x 64

    OSNAME: Windows 7

    OSEDITION: Windows 7 Windows NT (Service Pack 1) TerminalServer SingleUserTS

    OS_LOCALE:

    USER_LCID: 0

    OSBUILD_TIMESTAMP: 2016-05-16 17:17:48

    BUILDDATESTAMP_STR: 160516-0600

    BUILDLAB_STR: win7sp1_ldr

    BUILDOSVER_STR: 6.1.7601.23455.amd64fre.win7sp1_ldr.160516 - 0600

    ANALYSIS_SESSION_ELAPSED_TIME: 562

    ANALYSIS_SOURCE: KM

    FAILURE_ID_HASH_STRING: km:x64_0x1_syscallnum_4_nt! kisystemserviceexit + 245

    FAILURE_ID_HASH: {e506ede0-d282-2e4c-5056-6cb373197a73}

    Follow-up: MachineOwner
    ---------

    3: kd >! thread
    GetPointerFromAddress: unable to read from fffff800030f8000
    WIRE fffffa80097a4370 Teb 087c.2f00 Cid: 000000007eede000 Win32Thread: fffff900c1e29c10 PROCESSOR 3
    Impersonation token: fffff8a0219c7100 (level impersonation)
    GetUlongFromAddress: cannot read fffff80003036c18
    Owning process fffffa8004e03a10 Image: NIS.exe
    Joint process s/o Image: n/a
    fffff78000000000: cannot get shared data

    fffff880 '1296e680 fffff880' 01d21647Unable to load the image \SystemRoot\system32\drivers\NISx64\1606040.005\SYMEFASI64. SYS, 0n2 error Win32
    WARNING: Unable to verify timestamp for SYMEFASI64. SYS
    ERROR: Module load completed but symbols can not be loaded for SYMEFASI64. SYS
    SYMEFASI64 + 0 X 104647

    Norton caused this crash. I suggest that uninstall you it and try Microsoft security essentials and windows firewall.

    Download and run the Norton removal tool.

    https://support.Norton.com/SP/en/us/home/current/solutions/v60392881_EndUserProfile_en_us

Maybe you are looking for