Critical T.codes in FI

Hi all,
I want to know what is  critical  Transaction codes. Could anyone help me in listing out the Critical transaction codes in FI ?
Thanks,

Hi ,
Do you want it for audit purpose or for end user perspective ?
Go to SE93 - View the results for F-* , FS* , FV* ,FB* , AS* , AW*.
Secondly in PFCG you can view the standard roles provided by SAP , here you will have a fair idea of T codes usage in roles .
Regards ,
Dewang T

Similar Messages

  • User List with authority for T-Code

    Hello,
    I've to provide an overview (on regular basis) of users who have the authority for executing "Critical" T-Codes.
    The number of critical T-codes is around 30. I already checked transaction "S_BCE_68001400", but there i can only enter a single value for the T-Code. Does someone know a standard function module / method which i can use in a customer program.
    Thank you for your help.
    Dieter

    Hi,
    You can take the help of BASIS consultant actually,
    Or if you have authorization for transaction SUIM, you can play with differnet conbinations...
    That transaction will give you more freedom for your search criteria.
    Regards.
    Sumit Nene

  • Please help, I have provided code???

    I am getting this error:
    Root cause:
    java.lang.NullPointerException
         at jsp.portal_0002dproject.processviewfiles_dir_1._jspService(processviewfiles_dir_1.java:133)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java)
         at org.apache.tomcat.facade.ServletHandler.doService(ServletHandler.java:574)
         at org.apache.tomcat.core.Handler.invoke(Handler.java:322)
         at org.apache.tomcat.core.Handler.service(Handler.java:235)
         at org.apache.tomcat.facade.ServletHandler.service(ServletHandler.java:485)
         at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:917)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:833)
         at org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Http10Interceptor.java:176)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:494)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:516)
         at java.lang.Thread.run(Thread.java:536)
    This is the code as generated by tomcat:
    package jsp.portal_0002dproject;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import javax.servlet.jsp.*;
    import portalftp.* ;
    public class processviewfiles_dir_1 extends org.apache.jasper.runtime.HttpJspBase {
        // begin [file="C:\\tomcat\\jakarta-tomcat-3.3.1\\webapps\\myJSPs\\jsp\\portal-project\\processviewfiles_dir.jsp";from=(7,0);to=(7,72)]
        // end
        static {
        public processviewfiles_dir_1( ) {
        private boolean _jspx_inited = false;
        public final synchronized void _jspx_init() throws org.apache.jasper.JasperException {
            if (! _jspx_inited) {
                _jspx_inited = true;
        public void _jspService(HttpServletRequest request, HttpServletResponse  response)
            throws java.io.IOException, ServletException {
            JspFactory _jspxFactory = null;
            PageContext pageContext = null;
            HttpSession session = null;
            ServletContext application = null;
            ServletConfig config = null;
            JspWriter out = null;
            Object page = this;
            String  _value = null;
            try {
                try {
                    _jspx_init();
                    _jspxFactory = JspFactory.getDefaultFactory();
                    response.setContentType("text/html;charset=ISO-8859-1");
                    pageContext = _jspxFactory.getPageContext(this, request, response,
                                   "", true, 8192, true);
                    application = pageContext.getServletContext();
                    config = pageContext.getServletConfig();
                    session = pageContext.getSession();
                    out = pageContext.getOut();
                    // HTML // begin [file="C:\\tomcat\\jakarta-tomcat-3.3.1\\webapps\\myJSPs\\jsp\\portal-project\\processviewfiles_dir.jsp";from=(0,0);to=(6,0)]
                        out.write("<html>\r\n<head>\r\n <title> processviewfiles_dir.jsp </title>\r\n</head>\r\n<body>\r\n\r\n");
                    // end
                    // HTML // begin [file="C:\\tomcat\\jakarta-tomcat-3.3.1\\webapps\\myJSPs\\jsp\\portal-project\\processviewfiles_dir.jsp";from=(6,34);to=(7,0)]
                        out.write("\r\n");
                    // end
                    // begin [file="C:\\tomcat\\jakarta-tomcat-3.3.1\\webapps\\myJSPs\\jsp\\portal-project\\processviewfiles_dir.jsp";from=(7,0);to=(7,72)]
                        portalftp.PortalFtp ftpbean = null;
                        boolean _jspx_specialftpbean  = false;
                         synchronized (session) {
                            ftpbean= (portalftp.PortalFtp)
                            pageContext.getAttribute("ftpbean",PageContext.SESSION_SCOPE);
                            if ( ftpbean == null ) {
                                _jspx_specialftpbean = true;
                                try {
                                  ftpbean = (portalftp.PortalFtp) java.beans.Beans.instantiate(this.getClass().getClassLoader(), "portalftp.PortalFtp");
                              } catch (Exception exc) {
                                   throw new ServletException (" Cannot create bean of class "+"portalftp.PortalFtp", exc);
                              pageContext.setAttribute("ftpbean", ftpbean, PageContext.SESSION_SCOPE);
                      if(_jspx_specialftpbean == true) {
                  // end
                  // begin [file="C:\\tomcat\\jakarta-tomcat-3.3.1\\webapps\\myJSPs\\jsp\\portal-project\\processviewfiles_dir.jsp";from=(7,0);to=(7,72)]
                  // end
                  // HTML // begin [file="C:\\tomcat\\jakarta-tomcat-3.3.1\\webapps\\myJSPs\\jsp\\portal-project\\processviewfiles_dir.jsp";from=(7,72);to=(9,47)]
                      out.write("\r\n\r\n<b>The files and folders in the directory path ");
                  // end
                  // begin [file="C:\\tomcat\\jakarta-tomcat-3.3.1\\webapps\\myJSPs\\jsp\\portal-project\\processviewfiles_dir.jsp";from=(9,50);to=(9,89)]
                      out.print( request.getParameter("directorypath") );
                  // end
                  // HTML // begin [file="C:\\tomcat\\jakarta-tomcat-3.3.1\\webapps\\myJSPs\\jsp\\portal-project\\processviewfiles_dir.jsp";from=(9,91);to=(11,0)]
                      out.write(" are: </b><br>\r\n\r\n");
                  // end
                  // begin [file="C:\\tomcat\\jakarta-tomcat-3.3.1\\webapps\\myJSPs\\jsp\\portal-project\\processviewfiles_dir.jsp";from=(11,2);to=(43,0)]
                               String directorypath           = null;
                               PortalParseResult ftplrs           = null;
                              try
                                 directorypath      = request.getParameter("directorypath");
                              catch(Exception e)
                                 out.print("There has been an error with information that has been typed." + "<br>");
                                 out.print("Please check directory path." + "<br>");
                                 out.print("Please check if directory exists." + "<br>");  
                              try
                               ftpbean.setDirectory(directorypath);
                              catch(Exception e)
                                 out.print("There has been an error with path information." + "<br>");
                                 out.print("Please check directory path and your folder access rights." + "<br>");
                              try{
                               ftplrs = ftpbean.getDirectoryContent();
                              catch(Exception e)
                                 out.print("There has been an error with the file and directories class.");
                  // end
                  // HTML // begin [file="C:\\tomcat\\jakarta-tomcat-3.3.1\\webapps\\myJSPs\\jsp\\portal-project\\processviewfiles_dir.jsp";from=(43,2);to=(45,0)]
                      out.write("\r\n<textarea name=\"showDirectoryContent\" rows=\"10\" cols=\"70\">\r\n");
                  // end
                  // begin [file="C:\\tomcat\\jakarta-tomcat-3.3.1\\webapps\\myJSPs\\jsp\\portal-project\\processviewfiles_dir.jsp";from=(45,2);to=(68,0)]
                      // Print out the type and file name of each row.
                      while(ftplrs.next())
                          int type = ftplrs.getType();
                          if(type == PortalParseResult.DIRECTORY)
                            out.print("DIR\t");
                          else if(type == PortalParseResult.FILE)
                            out.print("FILE\t");
                          else if(type == PortalParseResult.LINK)
                            out.print("LINK\t");
                          else if(type == PortalParseResult.OTHERS)
                              out.print("OTHER\t");
                             out.println(ftplrs.getName());
                  // end
                  // HTML // begin [file="C:\\tomcat\\jakarta-tomcat-3.3.1\\webapps\\myJSPs\\jsp\\portal-project\\processviewfiles_dir.jsp";from=(68,2);to=(77,7)]
                      out.write("\r\n</textarea>\r\n\r\n\r\n<p> Do you wish to <a href=\"processftplogoff.jsp\">log off?</a></p>\r\n\r\n<p> Or use more <a href=\"preferences.jsp\">grid ftp facility?</a></p>\r\n\r\n</body>\r\n</html>");
                  // end
              } catch (Exception ex) {
                  if (out != null && out.getBufferSize() != 0)
                      out.clearBuffer();
                  if (pageContext != null) pageContext.handlePageException(ex);
              } catch (Error error) {
                  throw error;
              } catch (Throwable throwable) {
                  throw new ServletException(throwable);
          } finally {
              if (out instanceof org.apache.jasper.runtime.JspWriterImpl) {
                  ((org.apache.jasper.runtime.JspWriterImpl)out).flushBuffer();
              if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
    }please help????
    I have been unable to solve this problem now for a very long time.
    Below is my JSP which I call processviewfiles_dir.jsp
    <html>
    <head>
    <title> processviewfiles_dir.jsp </title>
    </head>
    <body>
    <%@ page import= "portalftp.* " %>
    <jsp:useBean class="portalftp.PortalFtp" id="ftpbean" scope="session" />
    <b>The files and folders in the directory path <%= request.getParameter("directorypath") %> are: </b><br>
    <%     
             String directorypath           = null;
             PortalParseResult ftplrs           = null;
            try
               directorypath      = request.getParameter("directorypath");
            catch(Exception e)
               out.print("There has been an error with information that has been typed." + "<br>");
               out.print("Please check directory path." + "<br>");
               out.print("Please check if directory exists." + "<br>");  
            try
             ftpbean.setDirectory(directorypath);
            catch(Exception e)
               out.print("There has been an error with path information." + "<br>");
               out.print("Please check directory path and your folder access rights." + "<br>");
            try{
             ftplrs = ftpbean.getDirectoryContent();
            catch(Exception e)
               out.print("There has been an error with the file and directories class.");
    %>
    <textarea name="showDirectoryContent" rows="10" cols="70">
    <%
    // Print out the type and file name of each row.
    while(ftplrs.next())
        int type = ftplrs.getType();
        if(type == PortalParseResult.DIRECTORY)
          out.print("DIR\t");
        else if(type == PortalParseResult.FILE)
          out.print("FILE\t");
        else if(type == PortalParseResult.LINK)
          out.print("LINK\t");
        else if(type == PortalParseResult.OTHERS)
            out.print("OTHER\t");
           out.println(ftplrs.getName());
    %>
    </textarea>
    <p> Do you wish to <a href="processftplogoff.jsp">log off?</a></p>
    <p> Or use more <a href="preferences.jsp">grid ftp facility?</a></p>
    </body>
    </html>I would be grateful for any suggestion, ideas,
    and criticism of code. Please let me know if the code be better written etc????

    Well, the obvious question is: which is line 133?
    It could be a number of things. The attribute not set. The request parameter not present (getParameter doesn't throw an exception, it returns null).

  • Maintain Critical TCode

    Dear Expert,
    Could you please help me? Due to system Audit I have maintain(register) in SAP the critical T-code through S_BCE_68001401 --> View critical combination --> Change critical combinations.
    Transaction Combinations Critical for Security                                                        
      Transactio Transactio  Transactio  Transactio   TransactioText                          DeleteFlag          
      FB01        FB02          PFCG        SE38         SU01                                    Customer's own ent  
      MMPV      XK01          XK02         XD01          XD02                                    Customer's own ent  
      SU02        SU03          SE01                                                                     Customer's own ent  
    This the example T-code that I declare as a critical T-code
    But when I execute by choose --> view by users
    I get a list from SAP like this
    AMALIA                                                               
                  SU02                 Maintain Authorization Profiles    
                  SU03                 Maintain Authorizations            
                  SE01                 Transport Organizer (Extended)                                                                               
    FB01                 Post Document                      
                  FB02                 Change Document                    
                  PFCG                 Role Maintenance                   
                  SE38                 ABAP Editor                        
                  SU01                 User Maintenance                   
    But actually amalia have MMPV authorization
    My question is: is what T-code can be used to define the critical T-code and how to create a report
    beside using SUIM.
    Thank you in advanced
    Best regrads,
    Maya

    Dear Chinmaya,
    Your suggestion is actually the same that what I did, due to the restriction I define the critical T-code in SAP testing and transport to SAP Production. But the report result is not correct, because I have assign one critical T-code for specific user and the user is not appear in the report.
    My question is why? Thank you
    Best regrads,
    Maya

  • W530...HELP....Critical msg....Lenovo Solution Center

    Suddenly my one year W530 Solution Center came up with critical error code: WVC007001-WJMB9E - and "no solution" just contact Lenovo Support.
    Can anybody out "there" help me to understand what this is and can I resolve it????
    THANKS

    I'm faced with the same sort of issue. I have a small special purpose, no drive letter partition that is 88% full and LSC complains about it.
    Ted

  • Blue Screen of Death in LightRoom 3.6

    I recently built a PC for photo editing, and I am receiving the BSOD at different points when Lightroom is open. The first time it happened was when I was moving about 1000 raw files from one folder to another (did it twice to me doing that). From there, I grabbed the latest video card driver from Nvidia, and I also went into the bios and set my memory back to "Auto" rather than 1600 (which is what it's rated for). Thought maybe it was hardware related. Everything was going fine, I did some editing, and then while it was just sitting there with LR3 open, I got the BSOD again.
    Any help would be much appreciated as I have invest a good amount into this machine for the purpose of photo editing, and I can't have this happening. Please let me know if you have any other questions that I can answer.
    Thanks,
    Jamie
    Here is what I'm running:
    CPU - i7 3.4ghz 2600k
    Mobo - Asus P8Z68-V LX LGA 1155 Intel Z68
    RAM - G.SKILL Ripjaws X Series 8GB 240-Pin DDR3 SDRAM DDR3 1600
    System SSD - Corsair Force Series GT CSSD-F120GBGT-BK 2.5" 120GB SATA III
         -I have Windows 7 64-bit, Photoshop CS5.5 and Lightroom 3 installed on this drive and I also have current project photo files stored on this. Once done editing, I export them to a 1TB HDD.
    Video - EVGA GeForce GTX 560 (Fermi) 1GB
    Here are the details after logging into Windows after the crash:
    Problem signature:
      Problem Event Name:          BlueScreen
      OS Version:          6.1.7601.2.1.0.256.48
      Locale ID:          1033
    Additional information about the problem:
      BCCode:          109
      BCP1:          A3A039D8A1F0365B
      BCP2:          B3B7465EF46E1495
      BCP3:          FFFFF880018D31E0
      BCP4:          0000000000000001
      OS Version:          6_1_7601
      Service Pack:          1_0
      Product:          256_1
    Files that help describe the problem:
      C:\Windows\Minidump\022312-10030-01.dmp
      C:\Users\jamie\AppData\Local\Temp\WER-21200-0.sysdata.xml
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\Windows\system32\en-US\erofflps.txt
    And here is the info I pulled from the Windows Debugger. I'm not sure how to read this stuff...
    Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
    Copyright (c) Microsoft Corporation. All rights reserved.
    Loading Dump File [C:\Windows\MEMORY.DMP]
    Kernel Summary Dump File: Only kernel address space is available
    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 (8 procs) Free x64
    Product: WinNt, suite: TerminalServer SingleUserTS
    Built by: 7601.17640.amd64fre.win7sp1_gdr.110622-1506
    Machine Name:
    Kernel base = 0xfffff800`03007000 PsLoadedModuleList = 0xfffff800`0324c670
    Debug session time: Thu Feb 23 00:52:30.064 2012 (UTC - 5:00)
    System Uptime: 0 days 5:06:00.110
    Loading Kernel Symbols
    Loading User Symbols
    Loading unloaded module list
    *                        Bugcheck Analysis                                    *
    Use !analyze -v to get detailed debugging information.
    BugCheck 109, {a3a039d8a1f0365b, b3b7465ef46e1495, fffff880018d31e0, 1}
    Probably caused by : memory_corruption
    Followup: memory_corruption
    4: kd> !analyze -v
    *                        Bugcheck Analysis                                    *
    CRITICAL_STRUCTURE_CORRUPTION (109)
    This bugcheck is generated when the kernel detects that critical kernel code or
    data have been corrupted. There are generally three causes for a corruption:
    1) A driver has inadvertently or deliberately modified critical kernel code
    or data. See http://www.microsoft.com/whdc/driver/kernel/64bitPatching.mspx
    2) A developer attempted to set a normal kernel breakpoint using a kernel
    debugger that was not attached when the system was booted. Normal breakpoints,
    "bp", can only be set if the debugger is attached at boot time. Hardware
    breakpoints, "ba", can be set at any time.
    3) A hardware corruption occurred, e.g. failing RAM holding kernel code or data.
    Arguments:
    Arg1: a3a039d8a1f0365b, Reserved
    Arg2: b3b7465ef46e1495, Reserved
    Arg3: fffff880018d31e0, Failure type dependent information
    Arg4: 0000000000000001, Type of corrupted region, can be
              0 : A generic data region
              1 : Modification of a function or .pdata
              2 : A processor IDT
              3 : A processor GDT
              4 : Type 1 process list corruption
              5 : Type 2 process list corruption
              6 : Debug routine modification
              7 : Critical MSR modification
    Debugging Details:
    BUGCHECK_STR:  0x109
    DEFAULT_BUCKET_ID:  CODE_CORRUPTION
    PROCESS_NAME:  System
    CURRENT_IRQL:  0
    LAST_CONTROL_TRANSFER:  from 0000000000000000 to fffff80003083c40
    STACK_TEXT: 
    fffff880`03770498 00000000`00000000 : 00000000`00000109 a3a039d8`a1f0365b b3b7465e`f46e1495 fffff880`018d31e0 : nt!KeBugCheckEx
    STACK_COMMAND:  kb
    CHKIMG_EXTENSION: !chkimg -lo 50 -d !ndis
        fffff880018d3298 - ndis!ndisOidPreMiniportStats+b8
              [ 28:68 ]
    1 error : !ndis (fffff880018d3298)
    MODULE_NAME: memory_corruption
    IMAGE_NAME:  memory_corruption
    FOLLOWUP_NAME:  memory_corruption
    DEBUG_FLR_IMAGE_TIMESTAMP:  0
    MEMORY_CORRUPTOR:  ONE_BIT
    FAILURE_BUCKET_ID:  X64_MEMORY_CORRUPTION_ONE_BIT
    BUCKET_ID:  X64_MEMORY_CORRUPTION_ONE_BIT
    Followup: memory_corruption

    Jamie,
    BugCheck 109, {a3a039d8a1f0365b, b3b7465ef46e1495, fffff880018d31e0, 1}
    Probably caused by : memory_corruption
    Followup: memory_corruption"
    Test your memory. There are free standalone memory testers for PCs. MemTest comes to mind. If it's a new PC, bad memory is a distinct possibility. Lightroom can push it pretty hard.
    Hal

  • Compatibility between Java crypto and open ssl

    Hello
    I have some question about compatibility between java crypto and openssl library.
    This is my case:
    1.I created DESede key and stored it to file:
    SecretKey key = KeyGenerator.getInstance("TripleDES").generateKey();
    File f = new File("c:\\key.dat");
    DataOutputStream dos =new DataOutputStream(new FileOutputStream(f));
    dos.write(key.getEncoded());
    dos3.close();2.I encrypt some file "c:\\normal.dat" through:
    ecipher.init(Cipher.ENCRYPT_MODE, key2);
      byte[] enc = ecipher.doFinal(normalData);
      File f2 = new File("c:\\enc.dat");
      DataOutputStream dos =new DataOutputStream(new FileOutputStream(f2));
      dos.write(enc);
      dos.close();

    You have carefully left out some critical java code, namely the Cipher.getInstance() method. You'll notice in the documentation for this method that there 3 components to the "transform" argument of this method, the algorithm, the mode, and the padding. All of these must match exactly with the what openssl is using. Furthermore, if you are using one of the modes which require an IV, like CBC mode, then this must match exactly too. If you don't explicitly specify some of these parameters, you might get default values supplied. It is up to you to find out what these are.

  • Editing Pages Designed in Webstudio 5.0 with Dreamweaver CS5.5

    Most of our website was recently redone by an outside party using Webstudio 5.0.  When I open the pages in Dreamweaver the bottom portion is solid blue which makes it difficult to edit.  The majority of the items are text objects or images.  I am doing a good deal of the editing in the code side, but it is more time consuming.  They pages do for the most part appear correctly on the Web.  I am not extremely savvy with web design.  I have recently upgraded from Dreamweaver 8 to CS5.5.
    Any suggestions would be appreciated.
    Penny

    Penny,
    I can't see your screenshot from DW.  Attached files don't come through to the web forum.  You would need to come to the web forum and insert an image into your reply with the camera icon. 
    Looking at the source code, it's clear that whoever built this didn't know a hill o' beans about modern web standards which is very disappointing.   On your home page, you have a lot of code validation errors.  Some are not critical, but code errors are never a good thing.
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.ruidoso-nm.gov%2F
    The navigation is image based.  Not very web friendly for translators, screen readers and search engines that can't "see text" in images.
    Owing to the liberal use of inline styles and absolute positioning, the whole page falls apart when text size is increased in browsers.  See my screenshot from Firefox.  
    I'm very sorry you got burned by an inexperienced web designer. Sadly, there is no quick fix for this without re-building the site.  
    Feel free to contact me through my web site when you're ready.
    http://alt-web.com/contact.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • S_admi_fcd , s_cts_admi

    Hi all,
         S_ADMI_FCD and S_CTS_ADMI are critical transaction codes. They are inserted in a role and has complete authorizations ( i.e '*' for all the fields) but the role is not assinged any T-codes. Since the role does not have any tcodes , Is it ok to have like this or is it against audit policies.
    Thanks.
    Neha

    >      S_ADMI_FCD and S_CTS_ADMI are critical transaction codes.
    These are Not TCode. These are Authorization Objects and of course critical. For more details, please go through the documenation of them in SU21 under BC_A objects class.
    They are inserted in a role and has complete authorizations ( i.e '*' for all the fields) but the role is not assinged any T-codes. Since the role does not have any tcodes , Is it ok to have like this or is it against audit policies.
    >
    It's of course get importance to the auditors in production system if you assign the values as you told. But more critical scenario appears if this role is assigned to an user having access to this Objects through any other role.
    Regards,
    Dipanjan

  • Error in Accessing Virsa Firefighter

    Hello Friends,
    I have installed Virsa FF 620_47 & assigned all roles Like administrator,FF & Owner.I have Done all the Configuration part & When i click on LOG ON Its shows the below error.I have updated the virsa support pack to Latest 10.I cannot see the button 'REASON CODE'
    Error:  you have no access of firefighter ID & Plz Consultant firefighter Admin.
    Message Number : Virsa/Vfat608
    Your reply will be highly appreciated.
    Vijay

    Hello Anil Doranala,
    Thank You for Your Support.I have Successfully given the firefighter access.Again I have questions.How to give you Points.
    1. I am working on Firefighter 3.0
    2. All Support Packs are up-to-Date
    3. Firefighter access is working fine
    4. I am not able to see a button 'Reason Codes'
    5. If I click on Critical t-Codes its shows the below Error.Any answers for this
    'Please Maintain your Critical Transaction in Compliance Calibrator (VRAT)
    Message no. /VIRSA/VFAT640'
    My Kernel Version is 620.I think this is the problem.
    6.If i click on Tool Box,it is not showing default Reports.What we have to do?
    Regads,
    Vijay

  • Windows 7 64bit BSOD

    Hi - my Windows 7 machine recently began crashing very frequently.  It worked fine for two years. I am hoping some smart person here can help me out?
    dump files: http://sdrv.ms/KuVKFJ
    Motherboard Asus X58 Sabertooth
    CPU i7 950
    RAM 24 GB
    What I've done so far that hasn't isolated the problem
    Removed both data drives, installed one new data drive in their place
    Flashed the BIOS
    Updated the BIOS setting from IDE to Enhanced (however SATA specifically did not work)
    Installed JMicron and Marvell updates from ASUS x58 page.
    Installed and removed (various combinations) NVIDIA drivers.
    Tried Microsoft Security, Avast and AVG. All three stop working half way through a scan, regardless of whether I had the original drives or the new hard drive installed.
    thank you for any insights!

    DR
    Although verifier was enabled it did not "catch" the offending driver.  The analysis was inconclusive.  If you want to you can set the drivers being examined to "all" and that will give you a better chance of catching it but it will slow you down.
    Use !analyze -v to get detailed debugging information.
    BugCheck 109, {a3a039d8b30bb5eb, 0, c39a189fc8336f23, 101}
    Probably caused by : Unknown_Image ( ANALYSIS_INCONCLUSIVE )
    Followup: MachineOwner
    6: kd> !analyze -v
    * Bugcheck Analysis *
    CRITICAL_STRUCTURE_CORRUPTION (109)
    This bugcheck is generated when the kernel detects that critical kernel code or
    data have been corrupted. There are generally three causes for a corruption:
    1) A driver has inadvertently or deliberately modified critical kernel code
    or data. See http://www.microsoft.com/whdc/driver/kernel/64bitPatching.mspx
    2) A developer attempted to set a normal kernel breakpoint using a kernel
    debugger that was not attached when the system was booted. Normal breakpoints,
    "bp", can only be set if the debugger is attached at boot time. Hardware
    breakpoints, "ba", can be set at any time.
    3) A hardware corruption occurred, e.g. failing RAM holding kernel code or data.
    Arguments:
    Arg1: a3a039d8b30bb5eb, Reserved
    Arg2: 0000000000000000, Reserved
    Arg3: c39a189fc8336f23, Failure type dependent information
    Arg4: 0000000000000101, Type of corrupted region, can be
    0 : A generic data region
    1 : Modification of a function or .pdata
    2 : A processor IDT
    3 : A processor GDT
    4 : Type 1 process list corruption
    5 : Type 2 process list corruption
    6 : Debug routine modification
    7 : Critical MSR modification
    Debugging Details:
    CUSTOMER_CRASH_COUNT: 1
    DEFAULT_BUCKET_ID: VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR: 0x109
    PROCESS_NAME: System
    CURRENT_IRQL: 0
    ANALYSIS_VERSION: 6.3.9600.16384 (debuggers(dbg).130821-1623) amd64fre
    STACK_TEXT:
    fffff880`035695d8 00000000`00000000 : 00000000`00000109 a3a039d8`b30bb5eb 00000000`00000000 c39a189f`c8336f23 : nt!KeBugCheckEx
    STACK_COMMAND: kb
    SYMBOL_NAME: ANALYSIS_INCONCLUSIVE
    FOLLOWUP_NAME: MachineOwner
    MODULE_NAME: Unknown_Module
    IMAGE_NAME: Unknown_Image
    DEBUG_FLR_IMAGE_TIMESTAMP: 0
    IMAGE_VERSION:
    BUCKET_ID: BAD_STACK
    FAILURE_BUCKET_ID: BAD_STACK
    ANALYSIS_SOURCE: KM
    FAILURE_ID_HASH_STRING: km:bad_stack
    FAILURE_ID_HASH: {75814664-faf6-4b70-bbc7-dc592132ecdd}
    Followup: MachineOwner
    6: kd> !analyze -v
    * Bugcheck Analysis *
    CRITICAL_STRUCTURE_CORRUPTION (109)
    This bugcheck is generated when the kernel detects that critical kernel code or
    data have been corrupted. There are generally three causes for a corruption:
    1) A driver has inadvertently or deliberately modified critical kernel code
    or data. See http://www.microsoft.com/whdc/driver/kernel/64bitPatching.mspx
    2) A developer attempted to set a normal kernel breakpoint using a kernel
    debugger that was not attached when the system was booted. Normal breakpoints,
    "bp", can only be set if the debugger is attached at boot time. Hardware
    breakpoints, "ba", can be set at any time.
    3) A hardware corruption occurred, e.g. failing RAM holding kernel code or data.
    Arguments:
    Arg1: a3a039d8b30bb5eb, Reserved
    Arg2: 0000000000000000, Reserved
    Arg3: c39a189fc8336f23, Failure type dependent information
    Arg4: 0000000000000101, Type of corrupted region, can be
    0 : A generic data region
    1 : Modification of a function or .pdata
    2 : A processor IDT
    3 : A processor GDT
    4 : Type 1 process list corruption
    5 : Type 2 process list corruption
    6 : Debug routine modification
    7 : Critical MSR modification
    Debugging Details:
    CUSTOMER_CRASH_COUNT: 1
    DEFAULT_BUCKET_ID: VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR: 0x109
    PROCESS_NAME: System
    CURRENT_IRQL: 0
    ANALYSIS_VERSION: 6.3.9600.16384 (debuggers(dbg).130821-1623) amd64fre
    STACK_TEXT:
    fffff880`035695d8 00000000`00000000 : 00000000`00000109 a3a039d8`b30bb5eb 00000000`00000000 c39a189f`c8336f23 : nt!KeBugCheckEx
    STACK_COMMAND: kb
    SYMBOL_NAME: ANALYSIS_INCONCLUSIVE
    FOLLOWUP_NAME: MachineOwner
    MODULE_NAME: Unknown_Module
    IMAGE_NAME: Unknown_Image
    DEBUG_FLR_IMAGE_TIMESTAMP: 0
    IMAGE_VERSION:
    BUCKET_ID: BAD_STACK
    FAILURE_BUCKET_ID: BAD_STACK
    ANALYSIS_SOURCE: KM
    FAILURE_ID_HASH_STRING: km:bad_stack
    FAILURE_ID_HASH: {75814664-faf6-4b70-bbc7-dc592132ecdd}
    CRITICAL_STRUCTURE_CORRUPTION (109)
    This bugcheck is generated when the kernel detects that critical kernel code or
    data have been corrupted. There are generally three causes for a corruption:
    1) A driver has inadvertently or deliberately modified critical kernel code
    or data. See http://www.microsoft.com/whdc/driver/kernel/64bitPatching.mspx
    2) A developer attempted to set a normal kernel breakpoint using a kernel
    debugger that was not attached when the system was booted. Normal breakpoints,
    "bp", can only be set if the debugger is attached at boot time. Hardware
    breakpoints, "ba", can be set at any time.
    3) A hardware corruption occurred, e.g. failing RAM holding kernel code or data.
    Arguments:
    Arg1: a3a039d8b30bb5eb, Reserved
    Arg2: 0000000000000000, Reserved
    Arg3: c39a189fc8336f23, Failure type dependent information
    Arg4: 0000000000000101, Type of corrupted region, can be
    0 : A generic data region
    1 : Modification of a function or .pdata
    2 : A processor IDT
    3 : A processor GDT
    4 : Type 1 process list corruption
    5 : Type 2 process list corruption
    6 : Debug routine modification
    7 : Critical MSR modification
    Debugging Details:
    CUSTOMER_CRASH_COUNT: 1
    DEFAULT_BUCKET_ID: VERIFIER_ENABLED_VISTA_MINIDUMP
    BUGCHECK_STR: 0x109
    PROCESS_NAME: System
    CURRENT_IRQL: 0
    ANALYSIS_VERSION: 6.3.9600.16384 (debuggers(dbg).130821-1623) amd64fre
    STACK_TEXT:
    fffff880`035695d8 00000000`00000000 : 00000000`00000109 a3a039d8`b30bb5eb 00000000`00000000 c39a189f`c8336f23 : nt!KeBugCheckEx
    STACK_COMMAND: kb
    SYMBOL_NAME: ANALYSIS_INCONCLUSIVE
    FOLLOWUP_NAME: MachineOwner
    MODULE_NAME: Unknown_Module
    IMAGE_NAME: Unknown_Image
    Wanikiya and Dyami--Team Zigzag

  • Internet Explorer 11 not opening iframes after KB3032359 update

    Basically: Internet Explorer 11 not opening iframes(src is same program folder) after KB3032359 update. (Chrome or Firefox opens all iframes)
    We have web solution on Windows 2008 .NET 4 version, wroten C# (Visual Studio 10). Program has left side menu (Panels, menu items have link button, link buttons onclick methods in .cs file. Onclick methods change center iframe source location. ( frm_center.Attributes.Add("src",
    "page2.aspx")  )
    Microsoft publish some updates 11.03.2015 date. One update is (MS15-018 - Cumulative Security Update for Internet Explorer (3032359) - Critical - Remote Code Execution) for IE11 security fixes. Including one fix for iframe freaks.
    After installed this update (Windows 7 Professional 64 bit) IE11 opening our web solution site, after login everything is ok (head section, left menu, center iframe are correct), but when clicking some item in left menu, iframe is not changing source location.
    (1 day ago IE is ok, no problem). 
    Have idea for this iframe problem ?

    We have noticed similar change in behavior with KB3032359.
    Here is one such scenario where it is broken starting with this patch. It looks like plugins are no longer able to access various javascript objects when in compatibility mode.
    Two things to start with:
    1. The site is in compatibility mode
    2. The Adobe SVG plugin is installed and being used.
    The actual issue is in an much more complicated application that must be run in compatability mode with the Adobe SVG Plugin. 
    But here is the issue boiled down:
    =================== test.html
    ===================
    <HTML>
    <script>
    document.write('<frameset cols="50%,50%,0">');
    document.write('   <frame id="test1" name="test1" src="javascript:false">');
    document.write('   <frame id="test2" name="test2" src="javascript:false">');
    document.write('</frameset>');
    d = new Date() ;
    window.frames['test2'].location ="test2.html?" + d;
    </script>
    </HTML>
    =================== test1.html ===================
    <body
    bgcolor=green>
    Expected test1
    </body>
    =================== test2.html ===================
    <script>
    function notify(evt){
      alert(evt.target.id + " should now change frame 1 to test1.html") ;
      parent.frames.test1.location.href  = "test1.html" ;
    </script>
    <body 
    bgcolor="000077"
    text="FFFFFF">
    <embed
    src="test2.svg"
    width="100%"></embed>
    test 2, has a SVG that calls back to this page, and causes frame 1 to change to test1.html
    </body>
    =================== test2.svg ===================
    <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%">
    <ellipse onclick="parent.notify(evt)" id="svgOval"
    cx="25%"
    cy="25%"  rx="24%"
    ry="24%" fill="#000099"  stroke="FFFFFF"/>
    </svg>

  • Changes to Unicode support in LabVIEW 8.6

    There seems to have been a change in the way LabVIEW handles alternative text input between 8.5.1 and 8.6.
    In 8.6, if I try to use type something in Hebrew (alt+shift in Windows changes the input language), the words come out in the wrong order (the first word appears on the left instead of on the right). The actual order of the letters in the word appears correctly (right to left), although sometimes the first letter in the text gets stuck on the left size.
    If I try to use Hebrew in a label, I get a message telling me that I can't type a Unicode string into labels and enums.
    In all of these cases, copying a string from Notepad and pasting it into LabVIEW displays it correctly (including in labels).
    I have tried doing this with UseUnicode INI key set both to T and to F and it happens in both cases.
    This SUCKS. Big time. Really.
    I know that LabVIEW doesn't officially have support for right to left languages, but at least in previous versions it would sort of behave. I'm pretty sure this isn't what people who were expecting more Unicode support were thinking about.
    Does anyone have any idea for a workaround? The only two I can currently think of is copying and pasting or writing a small VI which will reverse the text on demand, both of which are bad solutions.
    If there's a patch planned, fixing this will definitely get my vote as something that deserves going in there.
    P.S. I'm not sure why the Hebrew input is treated as Unicode. If I'm not mistaken, changing the input language in Windows should still result in ASCII characters and in previous versions it does (the Hebrew chars in the code page LabVIEW uses in 7.0 start at ASCII E0 and in 8.6 it starts at D005 with the next letter being D105).
    P.P.S Did I mention this sucks?
    Try to take over the world!

    I'm going to suggest something really strange as a workaround, but, trust me, I have historical precedent for suggesting this...
    Try editing the keyboard shortcuts for LabVIEW and change Quick Drop to be something other than ctrl+spacebar. 
    Why might this help the problem? When I developed the  alignment grid, I thought that ctrl+# was a very intuitive shortcut key for toggling the grid on and off (since the hash symbol looks like a grid). What we found was that when the OS language was set to French, users could no longer type many of the extended grammer characters. The reason was that a critical scan code for the extended character sets overlapped with the scancode for ctrl+shift+3. In LV 8.6, we added ctrl+space, which is the first non-alphabetic shortcut key we've added since the ctrl+#. It might be that whatever keyboard scancode is used for Hebrew happens to overlap, and the code is being translated into a shortcut key for LV instead of a typed character.
    I have no evidence that this is what is happening, but it is the only analagous situation that I know of, so I suggest it as something to try. 

  • Onboard Wait On High Speed Capture

    I would like for an onboard program to wait for a high speed capture signal from a trigger input. Unfortunately, I have not had success with the flex_wait_on_condition function; it has always timed out before detecting the event. However, calls to the function flex_read_hs_cap_status identify that the high speed capture line is indeed toggling faster than the 3 second timeout. I use the following sequence of functions to configure the high speed capture:
    flex_configure_hs_capture(m_BoardID, NIMC_AXIS2, NIMC_HS_LOW_TO_HIGH_EDGE, 0);
    flex_begin_store(m_BoardID, ProgramNumber);
    flex_enable_hs_capture(m_BoardID, NIMC_AXIS2, NIMC_TRUE);
    flex_wait_on_condition(m_BoardID, NIMC_AXIS2, NIMC_WAIT, NIMC_CONDITION_HIGH_SPEED_CAPTURE, 0, 0,
    NIMC_MATCH_ANY, 30, 0);
    flex_end_store(m_BoardID, ProgramNumber);
    Axis 2 is configured as a open loop stepper axis with encoder resource 2 mapped to it.
    Any thoughts as to why this wouldn't work?
    Thanks!

    Thanks for the suggestion. It seems to work fairly well, although there is some delay between the trigger event and the execution of the critical section of code.
    Are you aware of a method to speed up execution of an on-board program? The critical section of code in the attached program fragment takes about 4ms to execute. With the added delay of the polled high speed capture line, I am limited to a ~150 Hz loop. I would like to increase the execution time by about twice.
    Also, a command from the host computer seems to preempt the on-board program, causing it to take up to ten times as long to complete. Is there a way to set the priority of the on-board program task above host communication?
    Thanks for you assistance,
    Mike
    flex_insert_program_label(m_BoardID, LABEL_LOOP_START); // main program loop
    flex_read_hs_cap_status(m_BoardID, NIMC_AXIS3, DATA_HS_CAP_STATUS); // check if high speed capture triggered
    flex_and_vars(m_BoardID, DATA_HS_CAP_STATUS, DATA_HS_CAP_STATUS_MASK, DATA_HS_CAP_STATUS_MASKED); // AND high speed capture with trigger 3 mask
    flex_jump_label_on_condition(m_BoardID, NIMC_AXIS3, NIMC_CONDITION_EQUAL, NIMC_FALSE, NIMC_FALSE, NIMC_MATCH_ANY, LABEL_LOOP_START); // if trigger 3 not triggered, jump to main program loop
    // Critical Section Code >>>
    flex_set_breakpoint_momo(m_BoardID, NIMC_AXIS3, 0x08, 0x00, 0xFF); // set digital output high
    flex_enable_hs_capture(m_BoardID, NIMC_AXIS3, NIMC_TRUE); // re-enable the high-speed capture
    flex_read_adc(m_BoardID, NIMC_ADC1, DATA_ANALOG_INPUT_1); // read the analog input
    flex_write_buffer(m_BoardID, ANALOG_INPUT_BUFFER, 1, 0, &UselessLong, DATA_WRITE_TO_BUFFER_NUM_PTS); // write the analog input to the buffer
    flex_read_buffer(m_BoardID, VELOCITY_PROFILE_BUFFER, 1, DATA_VELOCITY_CMD); // read the next velocity profile point
    flex_load_velocity(m_BoardID, NIMC_AXIS3, UselessLong, DATA_VELOCITY_CMD); // set the axis velocity
    flex_start(m_BoardID, NIMC_AXIS3, 0); // update the velocity by calling start
    flex_set_breakpoint_momo(m_BoardID, NIMC_AXIS3, 0x00, 0x08, 0xFF); // set digital output low
    // <<< Critical Section Code
    flex_jump_label_on_condition(m_BoardID, NIMC_AXIS3, NIMC_CONDITION_TRUE, NIMC_FALSE, NIMC_FALSE, NIMC_MATCH_ANY, LABEL_LOOP_START); // jump to main program loop
    flex_end_store(m_BoardID, ProgramNumber); // stop program store

  • Lync Edge Services Won't Start

    I read a lot about thee problems others faced but none of them solved my issues . in the event viewer here are the problems.
    LS Protocol Stack : Unable to bind for socket.
    Transport:TLS, IP address:77.42.220.238, Port:5061. Error:0x80072741 (The requested address is not valid in its context.).
    Resolution:
    Ensure that no other program is listening to the specified port and that the IP address is valid.Log Name:      Lync Server
    Source:        LS Protocol Stack
    Date:          4/14/2015 5:31:34 PM
    Event ID:      14346
    Task Category: (1001)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      lyncedge.domtech.org
    Description:
    Unable to bind for socket.
    Transport:TLS, IP address:77.42.220.238, Port:5061. Error:0x80072741 (The requested address is not valid in its context.).
    Resolution:
    Ensure that no other program is listening to the specified port and that the IP address is valid.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="LS Protocol Stack" />
        <EventID Qualifiers="50153">14346</EventID>
        <Level>2</Level>
        <Task>1001</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-04-14T14:31:34.000000000Z" />
        <EventRecordID>992</EventRecordID>
        <Channel>Lync Server</Channel>
        <Computer>lyncedge.domtech.org</Computer>
        <Security />
      </System>
      <EventData>
        <Data>TLS</Data>
        <Data>77.42.220.238</Data>
        <Data>5061</Data>
        <Data>0x80072741</Data>
        <Data>The requested address is not valid in its context.</Data>
      </EventData>
    </Event>
    LS Protocol Stack : A configured transport has failed to start.
    Transport TLS has failed to start on local IP address 77.42.220.238 at port 5061.
    Cause: Configuration error, low system resources or another program is using the specified port. Can also happen if the IP address has become invalid.
    Resolution:
    Ensure that the IP address specified is valid and that no other program is listening on the specified port.Log Name:      Lync Server
    Source:        LS Protocol Stack
    Date:          4/14/2015 5:31:34 PM
    Event ID:      14336
    Task Category: (1001)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      lyncedge.domtech.org
    Description:
    A configured transport has failed to start.
    Transport TLS has failed to start on local IP address 77.42.220.238 at port 5061.
    Cause: Configuration error, low system resources or another program is using the specified port. Can also happen if the IP address has become invalid.
    Resolution:
    Ensure that the IP address specified is valid and that no other program is listening on the specified port.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="LS Protocol Stack" />
        <EventID Qualifiers="50153">14336</EventID>
        <Level>2</Level>
        <Task>1001</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-04-14T14:31:34.000000000Z" />
        <EventRecordID>993</EventRecordID>
        <Channel>Lync Server</Channel>
        <Computer>lyncedge.domtech.org</Computer>
        <Security />
      </System>
      <EventData>
        <Data>TLS</Data>
        <Data>77.42.220.238</Data>
        <Data>5061</Data>
      </EventData>
    </Event>
    LS Server : The protocol stack reported a critical error: code 80072741 (The requested address is not valid in its context.). The service has to stop.Log Name:      Lync Server
    Source:        LS Server
    Date:          4/14/2015 5:31:34 PM
    Event ID:      12303
    Task Category: (1000)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      lyncedge.domtech.org
    Description:
    The protocol stack reported a critical error: code 80072741 (The requested address is not valid in its context.). The service has to stop.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="LS Server" />
        <EventID Qualifiers="50152">12303</EventID>
        <Level>2</Level>
        <Task>1000</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-04-14T14:31:34.000000000Z" />
        <EventRecordID>994</EventRecordID>
        <Channel>Lync Server</Channel>
        <Computer>lyncedge.domtech.org</Computer>
        <Security />
      </System>
      <EventData>
        <Data>80072741</Data>
        <Data>The requested address is not valid in its context.</Data>
      </EventData>
    </Event>
    LS Protocol Stack : Unable to start the stack.
    Error: 0xC3E93C0A (SIP_E_STACK_TRANSPORT_FAILED)Log Name:      Lync Server
    Source:        LS Protocol Stack
    Date:          4/14/2015 5:31:34 PM
    Event ID:      14352
    Task Category: (1001)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      lyncedge.domtech.org
    Description:
    Unable to start the stack.
    Error: 0xC3E93C0A (SIP_E_STACK_TRANSPORT_FAILED)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="LS Protocol Stack" />
        <EventID Qualifiers="50153">14352</EventID>
        <Level>2</Level>
        <Task>1001</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-04-14T14:31:34.000000000Z" />
        <EventRecordID>995</EventRecordID>
        <Channel>Lync Server</Channel>
        <Computer>lyncedge.domtech.org</Computer>
        <Security />
      </System>
      <EventData>
        <Data>0xC3E93C0A</Data>
        <Data>SIP_E_STACK_TRANSPORT_FAILED</Data>
      </EventData>
    </Event>
    Any Help Would be apreciated , Thanks !

    Hi , Thanks for helping.
    The ip 77.42.220.238 is not directly assigned . one of the NICs (the one with default gateway)  has an ip 192.168.16.133 and this ip is on dmz on the firewall server.
    Is there something wrong with this configuration ?
    C:\Users\Administrator>ipconfig /all
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : lyncedge
       Primary Dns Suffix  . . . . . . . :
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
    Ethernet adapter Ethernet 2:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Intel(R) 82574L Gigabit Network Connectio
    n #2
       Physical Address. . . . . . . . . : 00-50-56-AC-1B-77
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       Link-local IPv6 Address . . . . . : fe80::f18d:359b:1d9b:2544%16(Preferred)
       IPv4 Address. . . . . . . . . . . : 192.168.16.133(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . :
       DHCPv6 IAID . . . . . . . . . . . : 369119318
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1C-AE-6E-57-00-50-56-AC-0B-CD
       DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1
                                           fec0:0:0:ffff::2%1
                                           fec0:0:0:ffff::3%1
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Ethernet adapter Ethernet:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Intel(R) 82574L Gigabit Network Connectio
    n
       Physical Address. . . . . . . . . : 00-50-56-AC-0B-CD
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       Link-local IPv6 Address . . . . . : fe80::6d50:4e3f:fc9c:602d%12(Preferred)
       IPv4 Address. . . . . . . . . . . : 192.168.16.111(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       IPv4 Address. . . . . . . . . . . : 77.42.220.238(Duplicate)
       Subnet Mask . . . . . . . . . . . : 255.255.255.252
       Default Gateway . . . . . . . . . : 192.168.16.1
       DHCPv6 IAID . . . . . . . . . . . : 251678806
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1C-AE-6E-57-00-50-56-AC-0B-CD
       DNS Servers . . . . . . . . . . . : 192.168.16.2
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter isatap.{90E4A645-CCFD-4E7E-909B-93EA2B2065FB}:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter Local Area Connection* 11:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter isatap.{0E4827CF-DA02-4AB0-866E-775D7AF9BA63}:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter #3
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes

Maybe you are looking for

  • Can a macbook pro run windows operating system?

    can a macbook pro run windows operating system like xp, vista or windows 7?

  • About adding one time vendor

    hi, we are upgrading SRM 5.0 to SRM 7.0.here we have a requiremnt like we want to maintain some  number range .i.e for exp(001-10) as one time vendors, where these vendors are not maintained in R/3 system as they are one time vendor. so when create a

  • Error message cannot establish a secure connection ipad3

    I'm trying to login into an IP camera via safari on the ipad3 and receive an error message " Safari cannot open page because it could not establish a secure connection to the server."  I have made the same connection to the same IP camera on my Ipad2

  • _Patch level in SAP HANA Note and _Build No in SAP HANA

    Hello Hana Gurus! I need to know where can I find the patch level in the SAP HANA and SAP HANA Notes For example, if I want to apply a note http://service.sap.com/sap/support/notes/1964428 there is specified: Software Component Support Package Patch

  • Graphics Card for hp dv7 6135dx

    Hi i just would really like to know if there is any way to upgrade my graphic card for my laptop?