How to troubleshoot incidents of endpoint vRO data collection embedded in HRV 7

Hello

We have problems with the collection of data for the endpoint vRO in vra 7. Data collection fails. We believe this is related to the worker DEM, but we do not know how to solve this. So far, the only mistake we have is when running on endpoint vRO data collection:

In the console of vRA > infrastructure > monitoring, logs:

Endpoint data collection has no endpoint internal Instance [Workflow Instance Id = 31009] vRO vRealize Orchestrator has returned an error: internal server error.

In C:\Program Files (x 86) execution of the \VMware\vCAC\Distributed Manager\DEM - Core2\Logs\DEM-Core2_Errors

[UTC:2016 - 05-20 21:24:05 local: 2016-05-20 14:24:05] "[Error]: Thread-Id ="11"- context =" "token =" "<? XML version = "1.0" encoding = "utf-16"? >

< Boolean > false < / Boolean >

Endpoint data collection has no endpoint internal Instance [Workflow Instance Id = 31009] vRO

System.Net.WebException: vRealize Orchestrator has returned an error: internal server error.

at DynamicOps.VcoModel.Common.VcoClient.CheckResponseStatus (IRestResponse answer)

at DynamicOps.VcoModel.Common.VcoClient.DecodeJsonResponse (IRestResponse answer)

to DynamicOps.VcoModel.Common.VcoVersionUtils.GetPluginsInformation (customer VcoClient)

to DynamicOps.VcoModel.Activities.StoreVcoPluginsInformation.Execute (CodeActivityContext context)

to System.Activities.CodeActivity.InternalExecute (ActivityInstance, executor, BookmarkManager bookmarkManager ActivityExecutor instance)

to System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody (ActivityExecutor executor, BookmarkManager bookmarkManager, location resultLocation)

In addition, when you run the data collection on an inventory of POSSIBLE computing resources, the following error occurs:

[UTC:2016 - 05-20 22:54:53 local: 2016-05-20 15:54:53] "[Error]: Thread-Id ="12"- context =" "token =" "<? XML version = "1.0" encoding = "utf-16"? >

< Boolean > false < / Boolean >

Workflow "vSphereVCNSInventory" failed with the following exception:

DynamicOps.VcoModel.Common.VcoException: Point endpoint could not be found. There is no point vRealize Orchestrator endpoints configured with the __VMware.VCenterOrchestrator.Plugin.NSX.Build property.

to DynamicOps.VcoModel.Common.EndpointSelector.ctor (context, ManagementModelEntities, String selectionFilter)

at DynamicOps.VCNSModel.Activities.VcoNsxHelper.VcoNsxConnectionInfo.GetVcoEndpoint (ManagementModelEntities managementDataContext, Guid virtualMachineId)

at DynamicOps.VCNSModel.Activities.VcoNsxHelper.VcoNsxConnectionInfo.GetConnection (ManagementModelEntities managementDataContext, point endpoint VCNSEndpoint, Guid virtualMachineId)

at DynamicOps.VCNSModel.Workflows.vSphereVCNSInventory_CompiledExpressionRoot.vSphereVCNSInventory_CompiledExpressionRoot_TypedDataContext3_ForReadOnly.__Expr21Get)

at DynamicOps.VCNSModel.Workflows.vSphereVCNSInventory_CompiledExpressionRoot.InvokeExpression (Int32 expressionId, IList 1 locations, ActivityContext activityContext)

to Microsoft.CSharp.Activities.CSharpValue'1.Execute (CodeActivityContext context)

to System.Activities.Runtime.ActivityExecutor.ExecuteInResolutionContext [T] (ActivityInstance parentInstance, activity 1 expressionActivity)

to System.Activities.InArgument'1.TryPopulateValue (LocationEnvironment targetEnvironment ActivityInstance activityInstance ActivityExecutor executor)

to System.Activities.ActivityInstance.InternalTryPopulateArgumentValueOrScheduleExpression (RuntimeArgument argument, Int32 nextArgumentIndex, ActivityExecutor executor, IDictionary 2 argumentValueOverrides, place resultLocation, Boolean isDynamicUpdate)

to System.Activities.ActivityInstance.ResolveArguments (ActivityExecutor executor, IDictionary 2 argumentValueOverrides, place resultLocation, Int32 startIndex)

to System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody (ActivityExecutor executor, BookmarkManager bookmarkManager, location resultLocation)

We use a distributed deployment of vRA 7 and have 2 devices with the built-in vro. Both devices show the service as running vco-server, and I can connect to each instance of vco using the orchestrator client. Also the asax component can load workflows vro. I am able to navigate to the inventory.

Also, we noticed this problem after one of our servers of iaas is dead on us. We had to rebuild a starting from scratch and shiv inside. It was the Manager node, then this is the EDO, DEM and Manager of services that run on it. Not sure if this is related, it's just that we noticed after. It could occurred earlier also...

Any suggestions on where to look to refine this would be greatly appreciated.

Thank you

Darrenoid

Thank you for your response.

I finally understood that this morning. I searched in the /var/log/vco/app-server/server.log on the vra devices and found errors like this:

2016-05-21 08:31:33.345 - 0700 [http-nio-127.0.0.1-8280-exec-10] ERROR {} [[restServlet]] Servlet.service () for servlet [restServlet] in the context of path [/vco] has thrown the exception [processing request failed, the nested exception is java.lang.NullPointerException] origin

java.lang.NullPointerException

at com.vmware.o11n.web.util.CommonUtil.getServerConfiguration(CommonUtil.java:44)

at com.vmware.o11n.web.plugins.PluginController.listAllPlugins(PluginController.java:116)

at sun.reflect.GeneratedMethodAccessor347.invoke (unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:497)

at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:221)

at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:137)

at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:110)

at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:806)

at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:729)

at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85)

at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:959)

at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:893)

at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970)

at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:861)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:622)

at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:291)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

to org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:316)

at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126)

at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90)

to org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:330)

at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)

to org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:330)

at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)

to org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:330)

at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:169)

to org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:330)

at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal (BasicAuthenticationFilter.java:158)

at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

to org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:330)

at com.vmware.o11n.web.auth.http.TokenAuthenticationFilter.doFilter(TokenAuthenticationFilter.java:97)

to org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:330)

at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:64)

at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

to org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:330)

at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:53)

at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

to org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:330)

at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:91)

to org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:330)

at org.springframework.security.web.access.channel.ChannelProcessingFilter.doFilter(ChannelProcessingFilter.java:152)

to org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter (FilterChainProxy.java:330)

at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:213)

at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:176)

at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)

at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:85)

at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:77)

at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

at com.vmware.o11n.json.DefaultJsonVersionHeaderFilter.doFilter(DefaultJsonVersionHeaderFilter.java:95)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

at com.vmware.o11n.web.cluster.RestActiveNodeFilter.doFilter(RestActiveNodeFilter.java:50)

at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)

at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219)

at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)

at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:614)

at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142)

at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)

at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:676)

at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)

at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)

at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:518)

at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1091)

to org.apache.coyote.AbstractProtocol$ AbstractConnectionHandler.process (AbstractProtocol.java:673)

to org.apache.tomcat.util.net.NioEndpoint$ SocketProcessor.doRun (NioEndpoint.java:1526)

to org.apache.tomcat.util.net.NioEndpoint$ SocketProcessor.run (NioEndpoint.java:1482)

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:617)

to org.apache.tomcat.util.threads.TaskThread$ WrappingRunnable.run (TaskThread.java:61)

at java.lang.Thread.run(Thread.java:745)

I searched google for the first line in the stack trace 'com.vmware.o11n.web.util.CommonUtil.getServerConfiguration' and came across this recent article from VMWare:

https://KB.VMware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalID=2145044

That fixed it for me, now the collection of data on the endpoint vro works.

Kind regards

Darrenoid

Tags: VMware

Similar Questions

  • How to troubleshoot and resolve the blue screen (STOP: 0x000000F4 (0xFFFFFA800BCF4B30, 0xFFFFFA800BCF4E10, 0 x 000000000000003, 0xFFFFF800031D4460)) questions for new construction

    I just finished a new construction, including Windows 7 Home Premium 64-bit.  Update all the drivers went through, and now I get BSOD.  Initially, I'd get them, after that the system wake up to 'sleep' mode, but this morning I received after you start the computer from the closure.  They are the mistakes STOP F4, and I'm sure that there is a way to fix them, I just need help on where to start.  After a few reboots to check the version of the BIOS and what not, the computer would no longer connect to the internet.
    Here is my configuration:
    CPU: Intel Core i3-3225 3.3 GHz Dual - Core Processor
    Motherboard: ASRock H77M Micro ATX LGA1155 motherboard
    Memory: G.Skill Ripjaws X Series 8 GB (2 x 4 GB) DDR3-1600 memory
    Storage: Intel 330 series 240GB 2.5 "Solid State Disk
    : Fractal Design Arc Mini Micro ATX mini-tower case
    Power supply: Rosewill Capstone 450W 80 PLUS Gold Certified ATX12V / EPS12V power supply
    Optical drive: Lite-On iHAS124-04 DVD/CD burner
    Operating system: Microsoft Windows 7 Home Premium SP1 (OEM) (64-bit)
    Other: 2 x Western Digital Caviar Blue 500 GB 3.5 "7200 RPM hard drive internal

    And here are two mistakes STOP I was able to capture up to now:
    STOP: 0X000000F4 (0XFFFFFA800B938B30, 0XFFFFFA800B938E10, 0 X 000000000000003, 0XFFFFF80002F80460)

    STOP: 0X000000F4 (0XFFFFFA800BCF4B30, 0XFFFFFA800BCF4E10, 0 X 000000000000003, 0XFFFFF800031D4460)

    This was my first computer build and I really enjoyed until the software part; simply too many current intangibles.  A lot to learn and I'm happy to do, but my wife would like a stable computer.

    Original title: how to troubleshoot and resolve problems blue screen for new construction

    Hello

    Bug_Check F4 is generally hard, cables, and associated hard drive controller.

    Since this is a new construction House remove ALL power - reinstall all memory cards and cables (on
    both ends where possible) - actually delete and replace - do not just tight. Make sure heat
    sink and compound are correctly placed and that all lovers of work.

    Check with the ASRock support, their documentation online, the diagnosis and ask in their forum
    for problems known.

    ASRock - Support
    http://www.ASRock.com/support/index.asp

    ASRock - Forums
    http://www.ASRock.com/support/forum.asp

    ASRock - downloads
    http://www.ASRock.com/support/download.asp

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

    See this article:

    You receive various Stop error messages in Windows 7 or in Windows Server 2008 R2 when
    you try to resume a computer that has a large hard drive SATA.
    http://support.Microsoft.com/kb/977178

    -----------------------------------------------------------------------------------------------------------

    Resolve errors stop (blue screen) in Windows 7 - has a section for if you can or cannot start Windows.
    http://Windows.Microsoft.com/en-us/Windows7/resolving-stop-blue-screen-errors-in-Windows-7

    Check this thread for more information using BlueScreenView, MyEventViewer and other methods
    to troubleshoot the BlueScreens - top 3 responses (+ 1 other).

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-system/sometimes-i-get-a-blue-screen-when-using-IE-8/c675b7b8-795f-474d-a1c4-6b77b3fcd990

    We can analyze the minidumps if make you it available to the SkyDrive or another file
    sharing sites (such as MediaFire). If you have problems to download the copy of minidumps
    for the office or in the Documents folder and download them from there.

    ZIP or download the content of the C:\Windows\minidump

    Use SkyDrive to upload collected files.
    http://social.technet.Microsoft.com/forums/en-us/w7itproui/thread/4fc10639-02dB-4665-993a-08d865088d65

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

    BCCode: F4 0x000000F4

    Check and reinstall the cards memory and cables (at both ends where possible) in fact
    delete and replace - do not just tight. On a laptop computer on all you can do is reinstall it
    memory and possibly check the connection/contacts on the hard drive. Memory could
    be the problem, so if you have more than 1 stick swap them in and out to see if the
    problem follows a stick or try the new memory. Antivirus/anti-spyware/security programs
    have been known to cause or have a role in this matter.

    More general patch updates day and low level chipset BIOS drivers and other control
    software.

    Also check the wiring on the hard drive.

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

    Bug Check 0xF4: CRITICAL_OBJECT_TERMINATION

    CRITICAL_OBJECT_TERMINATION bug control has a value of 0x000000F4. This indicates that a process or thread crucial to system operation has unexpectedly is released or ended.

    Important info if you received a STOP Code

    If you received a blue error screen, or a stop code, the computer stopped abruptly to protect against data loss. A hardware device, its driver or software might have caused this error. If your copy of Windows is shipped with your computer, contact your computer manufacturer. If you purchased Windows separately from your computer, Microsoft provides support. To find contact information for Microsoft or the manufacturer of your computer, Contact Support.

    If you have experience with computers and try to recover from this error, follow the steps in the Microsoft article solution STOP (blue screen) errors in Windows.

    These actions could prevent a mistake like this does not happen:

    1. Download and install updates for your computer from Windows Update device drivers.
    2. Scan your computer for computer viruses.
    3. Check your hard drive for errors.

    CRITICAL_OBJECT_TERMINATION parameters

    The following settings are displayed on the blue screen.

    Parameter Description

    1

    The Terminal object type:

    0x3: Process of

    0x6: Thread

    2

    The endpoint object

    3

    The name of the process image file

    4

    Pointer to a string ASCII containing an explanatory message

    Cause

    Several processes and threads are necessary to the functioning of the system. As they are completed for some reason, the system can no longer function.

    BCCode: F4 0x000000F4<-- read="" this="">
    * 1241.html http://www.faultwire.com/solutions-fatal_error/A-process-or-thread-crucial-to-System-Operation-has-0x000000F4-

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

    Look in the Event Viewer to see if something is reported on those.
    http://www.computerperformance.co.UK/Vista/vista_event_viewer.htm

    MyEventViewer - free - a simple alternative in the standard Windows Event Viewer.
    TIP - Options - Advanced filter allows you to see a period of time instead of the entire file.

    http://www.NirSoft.NET/utils/my_event_viewer.html

    -------------------------------------------------------------------------
    Also this, so you can see the probable bluescreens.

    Windows Vista restarts automatically if your computer encounters an error that requires him to plant
    (also, Windows 7 and Windows 8).
    http://www.winvistatips.com/disable-automatic-restart-T84.html

    -------------------------------------------------------------------------

    Here are a few ways to possibly fix the blue screen issue. If you could give the blue screen
    info that would help. Such as ITC and 4 others entered at the bottom left. And all others
    error information such as codes of STOP and info like IRQL_NOT_LESS_OR_EQUAL or PAGE_FAULT_IN_NONPAGED_AREA and similar messages.

    As examples:

    BCCode: 116
    BCP1: 87BC9510
    BCP2: 8C013D80
    BCP3: 00000000
    BCP4: 00000002

    or in this format:

    Stop: 0 x 00000000 (oxoooooooo oxoooooooo oxoooooooo oxooooooooo)
    Tcpip.sys - address blocking 0 x 0 00000000 000000000 DateStamp 0 x 000000000

    It is an excellent tool for displaying the blue screen error information

    BlueScreenView scans all your minidump files created during ' blue screen
    of death "crashes and displays the information about all crashes in one
    Table - free
    http://www.NirSoft.NET/utils/blue_screen_view.html

    BlueScreens many are caused by old or damaged, in particular the video drivers drivers however
    There are other causes.

    You can do mode if necessary safe or the Vista DVD command prompt or
    Options recovery if your system is installed by the manufacturer.

    How to start on the System Recovery Options in Windows 7
    http://www.SevenForums.com/tutorials/668-system-recovery-options.html

    You can try a system restore to a point before the problem started when one exists.

    How to do a system restore in Windows 7
    http://www.SevenForums.com/tutorials/700-system-restore.html

    -------------------------------------------------------------------------

    Start - type this in the search box-> find COMMAND at the top and RIGHT CLICK – RUN AS ADMIN

    Enter this at the command prompt - sfc/scannow

    How to fix the system files of Windows 7 with the System File Checker
    http://www.SevenForums.com/tutorials/1538-SFC-SCANNOW-Command-System-File-Checker.html

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    generates cbs.log Windows Vista (and Windows 7)
    http://support.Microsoft.com/kb/928228

    The log can give you the answer if there is a corrupted driver. (Says not all possible
    driver problems).

    Also run CheckDisk, so we cannot exclude as much as possible of the corruption.

    How to run the check disk at startup in Windows 7
    http://www.SevenForums.com/tutorials/433-disk-check.html

    -------------------------------------------------------------------------

    Often drivers up-to-date will help, usually video, sound, network card (NIC), WiFi, part 3
    keyboard and mouse, as well as of other major device drivers.

    Look at the sites of the manufacturer for drivers - and the manufacturer of the device manually.
    http://pcsupport.about.com/od/driverssupport/HT/driverdlmfgr.htm

    How to install a device driver in Vista (also Windows 7) Device Manager
    http://www.Vistax64.com/tutorials/193584-Device-Manager-install-driver.html

    Stop Windows 7 to automatically install device drivers
    http://helpdeskgeek.com/Windows-7/stop-Windows-7-from-automatically-installing-device-drivers/

    How to disable automatic driver Installation in Windows 7 / Vista
    http://www.AddictiveTips.com/Windows-Tips/how-to-disable-automatic-driver-installation-in-Windows-Vista/

    Turn off Windows Update Device Driver search prompt in Windows 7 / Vista (for professionals,
    Ultimate and Enterprise)
    http://www.AddictiveTips.com/Windows-tips/disable-Windows-Update-device-driver-search-prompt/

    -------------------------------------------------------------------------

    How to fix BlueScreen (STOP) errors that cause Windows Vista to shut down or restart
    quit unexpectedly
    http://support.Microsoft.com/kb/958233

    Troubleshooting Vista Blue Screen, error of JUDGMENT (and Windows 7)
    http://www.chicagotech.NET/Vista/vistabluescreen.htm

    Understanding and decoding BSOD (blue screen of death) Messages
    http://www.Taranfx.com/blog/?p=692

    Windows - troubleshooting blue screen errors
    http://KB.wisc.edu/page.php?id=7033

    -------------------------------------------------------------------------

    In some cases, it may be necessary.

    Startup Options recovery or Windows 7 disk repair

    How to run a startup repair in Windows 7
    http://www.SevenForums.com/tutorials/681-startup-repair.html

    How to start on the System Recovery Options in Windows 7
    http://www.SevenForums.com/tutorials/668-system-recovery-options.html

    How to create a Windows 7 system repair disc
    http://www.SevenForums.com/tutorials/2083-system-repair-disc-create.html

    How to do a repair installation to repair Windows 7
    http://www.SevenForums.com/tutorials/3413-repair-install.html

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • My reminderfox module missing after firefox update. How can I reinstall without losing any data?

    my module of Fox reminder disappeared after updating firefox. I can install this add-on again, but then I lose all the data that existed before the update. How can I reinstall without losing any data?

    Back up your ReminderFox data before reinstalling. This is stored in a separate file in the folder of the parameters active Firefox (also known as your Firefox profile folder). You can find this file by using a button on the page of troubleshooting information. Either:

    • Help > troubleshooting information
    • type or paste everything: in the address bar and press Enter

    In the first table, click on "view file". Look for a folder named reminderfox and copy it somewhere safe.

    More information: http://www.reminderfox.org/documentation-faq-troubleshooting/#r5

  • How can I open an attachment winmail.dat on my imac?

    How can I open an attachment winmail.dat of my emails?

    Winmail.dat - TNEF's enough

    Mac OS X Mail - what is a winmail.dat attachment?

  • How can I back up all my data on a usb key mozilla Firefox?

    I now have a sync account. But in addition to being able to sync to other computers I want to safe me data on a usb key. How can I do this? Thank you Tj

    The profile is a folder where your firefox to save your data securely

    read the bottom of the article to know how to backup and recover your personal data

  • How to access and recover photos and data from icloud?

    How to access and recover photos and data from icloud?

    Sign up for settings/iCloud and turn on the various switches in sync. On a computer, go to system/iCloud Preferences, log in and check the different items to synchronize.

  • How do 9229 trigger by analysis of data

    Since 9229 (USB casing) has no external analog trigger; the signal lasts 12 seconds.

    I need to scan data collection the long, until the trigger threshold voltage is detected, then beginning to collect 12 seconds signal.

    But after the detection threshold, some data may already lost when the start of collection time 12 seconds.

    Also ' How do make a scan ", the scan to read th data should be in a loop. If set the duration for each big loop, then maybe the loss of data, but if too samll, then can make the Windows.

    Any suggestion how to read the analysis of data from the device. Thank you.

    Hi Turbot,

    You can just continuously sample and store the data in the table.

    If the size of the data is greater than 12 second pad just outside, and the threshold is reached, use the subset of table data to select just 12 second part.

    You can see my attached sample for more information.

    Sincerely, Kate

  • When zoomed in on a waveform graph, how can I get all of the data points that is currently displayed on the graph?

    I use X-zoom tool on the graphic palette. In this chart, the x-axis are time. Thus, for example, if I have 30 seconds displayed on the x-axis of the complete graph, and I want to zoom in on the Middle 10 seconds, how can I get the axis y data points that correspond to this average 10 seconds?

    Similar to Cory's suggestion, could you use the X - Scale-> range-> the Min and Max properties to retrieve the appropriate data?

    Maybe even link your sweater of data for the range of scale change event?

  • How to view the data collected in vi main indicators in an another vi

    Hello

    I data collection to aid NI 6251 USB DAQ in vi but as I have too many controls and indicators on the main façade of vi. So I want to display the indicators (graphs) in an another vi. I want also the vi with graphs automatically opens. Anyone know how I can do this? I'd appreciate any help.

    Thank you

    ygupta

    Hello

    Search for the concept vi sub forum.

    For your reference, I have attached an example.

    You can see the procedure for the same thing on the net.

    Kind regards

    Shrek

  • How do troubleshoot you a USB virtual COM port?

    Object

    Send orders of Labview to an Arduino board using the Advanced Serial write and Read.VI.

    The problem is that no orders are received by the Arduino.

    However, I can use the Serial Monitor built into the Arduino IDE to send commands to the Arduino and get the required result.

    I checked baud rate, the designation of COM port and the command is a simple as string 600,0.  The VI shows no error message.

    So, I'm looking for suggestions on how to troubleshoot a USB virtual COM port.

    Howard


  • How to convert NTFS to FAT32 without data loss?

    Hello
    I want to format a computer with 4 logical partition, where C: is partitioned FAT (Windows NT Server), and other (D:, E: and F :) are on NTFS.

    Now I want to install Win98 on it, which requires the hard drive or FAT32 partitioned. How to do that without losing valuable data in all 3 NTFS partitioned drives.

    Hello

    I think you are very lucky.

    Aomei technology is giving away NTFS to FAT32 Converter Pro Edition 1.5 which can help you convert NTFS to FAT32 without data loss. The offer is limited from 18/05/2011 ~ 23/05/2011.
    Contest page: http://www.aomeitech.com/giveaway/ntfs2fat32.html

  • How can I reset the time and date on Windows Vista?

    How can I reset the time and date on Windows Vista

    http://www.ehow.com/how_2056384_change-date-time-Windows-Vista.html

    http://www.Vistax64.com/tutorials/114989-date-time-change.html

    Read the information in one of the links above.

    See you soon.

    Mick Murphy - Microsoft partner

  • How to troubleshoot scripts plugin does not not Linux

    I added two scripts of plugin for my client Enterpirse of SUSE Linux 10.

    But it does not work. How to troubleshoot?

    Where is the journal of bbclient errors.

    ------------------------------------------------------------

    Home/BB/BBC4.40-bbpe/ext/BB-DB2.sh

    Home/BB/BBC4.40-bbpe/ext/BB-Memory.sh

    ------------------------------------------------------------

    Here's the ps - ef grep form the client server:

    -----------------------------------------------------------------

    BB@xxx:~/BBC4.40-bbpe/etc> hostname

    XXX

    BB@xxx:~/BBC4.40-bbpe/etc> ls - 1 | grep XXX

    BB@otwdev:~/BBC4.40-bbpe/etc> ps - ef | grep bb

    BB 922 1 0 12:56 pts/7 00:00:00 / bin/sh./runbb.sh restart

    BB 925 922 0 12:56 pts/7 00:00:00 /home/bb/bbc4.40-bbpe/bin/bbrun

    -a /home/bb/bbc4.40-bbpe/ext/bbcd

    BB 930 1 0 12:56 pts/7 00:00:00 / bin/sh./runbb.sh restart

    BB 935 1 0 12:56 pts/7 00:00:00 / bin/sh./runbb.sh restart

    BB 945 1 0 12:56 pts/7 00:00:00 / bin/sh./runbb.sh restart

    BB 945 946 0 12:56 pts/7 00:00:00 /home/bb/bbc4.40-bbpe/bin/bbrun

    -a /home/bb/bbc4.40-bbpe/bin/bb-local.sh

    BB 997 11579 0 12:45? 00:00:01 [kdeinit] konsole

    BB 1064 997 0 12:45 pts/3 00:00:00 / bin/bash

    BB 1799 930 0 12:56 pts/7 00:00:00 /home/bb/bbc4.40-bbpe/bin/bbrun

    -a /home/bb/bbc4.40-bbpe/ext/bb-db2.sh

    BB 2397 935 0 12:56 pts/7 00:00:00 /home/bb/bbc4.40-bbpe/bin/bbrun

    -a /home/bb/bbc4.40-bbpe/ext/bb-memory.sh

    BB 2713 11579 0 12:48? 00:00:00 kdesu u root - c/sbin/yast2

    BB 2901 1 0 12:48? 00:00:00 / opt/kde3/bin/kdesud

    BB 4471 11579 0 12:41? 00:00:00 [kdeinit] konsole

    BB 4559 4471 0 12:41 pts/1 00:00:00 / bin/bash

    BB 10356 4731 0 10:15? 00:00:00 / bin/sh/usr/X11R6/bin/kde

    BB 11579 1 0 10:15? 00:00:00 kdeinit4 running...

    BB 11587 1 0 10:15? 00:00:00 [kdeinit] dcopserver - nosid

    BB 11599 11579 0 10:15? 00:00:00 [kdeinit] klauncher

    BB 11613 1 0 10:15? 00:00:00 kded [kdeinit]

    BB 11670 10356 0 10:15? 00:00:00 kwrapper ksmserver

    BB 11674 1 0 10:15? 00:00:00 [kdeinit] ksmserver

    BB 11693 11579 0 10:15? 00:00:02 kwin [kdeinit] - session 10d4ea77 64000131856755600000165840000_1318576857_742551

    BB 11733 1 0 10:15? 00:00:01 [kdeinit] kdesktop

    BB 11772 1 0 10:15? 00:00:04 kicker [kdeinit]

    BB 11910 1 0 10:15? 00:00:00 kaccess [kdeinit]

    BB 13928 1 0 10:15? 00:00:00 [kdeinit] knotify

    BB 13930 11579 0 10:15? 00:00:00 zen-updater - desktop/usr/lib/w fr-updater / ZenUpdater.exe - patch-view - auto-launch

    BB 13948 1 0 10:15? 00:00:00 [kdeinit] kpowersave

    BB 13951 1 0 10:15? 00:00:00 [kdeinit] klipper

    BB 15094 25309 0 14:54 pts/7 00:00:00 ps - ef

    BB 15096 25309 0 14:54 pts/7 00:00:00 grep bb

    BB 17887 11579 0 12:16? 00:00:00 kio_file [kdeinit] file/tmp/kso socket flange-bb/klauncherBCBbtb.slave /tmp/ksocket-bb/kwritel8dBqa.slave-socket

    BB 17897 1 0 12:16? 00:00:00 kio_uiserver [kdeinit]

    root 24069 24046 12 Oct14? 20:43:03 / bin/sh. / bbconfig

    BB 25225 11579 0 12:55? 00:00:00 [kdeinit] konsole

    BB 25309 25225 0 12:55 pts/7 00:00:00 / bin/bash

    It's really weird.

    then try

    #! / bin/bash - x

    the first line.

    also makes

    ls-l/bin/sh

    point on? / bin/bash?

  • How to configure Outlook to display the date, they come in too?

    Original title:

    Dating of incoming emails

    My incoming emails list the time they came.  How to configure Outlook to display the date, they come in too?

    Hello

    Thanks for posting that ask about the Microsoft Community.

    I understand that emails do not show the date on which they were received.

    Are you referring to Outlook.com or Microsoft Office Outlook?

    As Zigzag3143 mentioned previously, you should be able to see the dates of your emails received after 24 hours of arrival. If this function does not work for you, I suggest you check the following settings:

    1. View - this is located in the upper left corner of the Inbox pane, the parameters must be defined on all the.
    2. Reorganize by -this is found in the upper right of the Inbox pane, make sure that your emails are filed by Date.

    This should fix your emails in the order of their arrival and should provide the date next to the subject line, if the enamel is older than 24 hours.

    I hope this helps. Answer please if you need more help or have any other question about Windows and/or Outlook.com, we are here for you help.

  • How can I "RECORD each piece of data (and I mean everything!)" contained in the hard disk of the laptop? »

    How can I "RECORD each piece of data (and I mean everything!)" contained in the hard disk of the laptop? »

    I know PC never fade completely everything, so if there is a way to get personally, I'd really like the head upward on the how to do?  I would be better for me to download all this information on a PHDD, rather than handing the portable real in question so that its content of forensics experts, because current 'Communications Network serious security' we have been subjected to.

    Here you go:

    1. Use an imaging program to create a clone of your hard drive.
    2. Delete the original from your PC hard drive and keep it somewhere safe.
    3. Put the clone in the PC.
    It is the only way to really keep all while still able to use the PC.

Maybe you are looking for

  • installation of iWork

    I recently bought an unused, sealed box, any new version of iWork 9.0.3 for my iMac (details below). A few years ago I tried the app the iWork trial and helped the 30 trial period days without purchasing a license. I installed the new version yesterd

  • How to completely remove an e-mail account set in place by a spam?

    I received an email from political spam Conservapoll decision 2016.  I get a lot of political emails.  I read this one and in the process, it seems to have inserted information for a new e-mail account on my iPhone.  The settings page does not contai

  • iPod touch 6th generation will not be displayed in itunes

    So I got an ipod touch 6th generation, brand new today. I have a bunch of songs on my computer I want to put on it, but the ipod will not be displayed in itunes. I'm on Windows 10, the latest version of itunes and I tried to restart the ipod and the

  • OfficeJet 6600: Noisy printer

    After printing or copying, the printer makes a terrible screeching noise.  I would like to know what parts I can oil (and how to access the parts.

  • Photosmart C4485: Page alignment printer Photosmart C4485

    Hi all patients). Briefly: Used my printer Photosmart C4485 almost a year without worries. My daughter has tried to replace the cartridges and print the alignment page. The book got stuck in the printer, the print alignment page was not completely fi