Visa error 0xBFFF00A6 after session is idle for an extended time.

Just switched development platforms from Windows XP/LabWindows 8.5/Test Stand 4.0 to Windows 7/LabWindows 2012/Test Stand 2012/NI Visa 5.3.  I'm posting this as a LabWindows question, but could be related to Test Stand.  I have a test sequence that consists of calls to a DLL written in LabWindows.  The test equipment is initialized in the Test Stand setup section, and closed in the cleanup section.  Near the end of my test stand sequence (before cleanup), the sequence stops to prompt the user for input.  If the prompt is left unanswered for perhaps 30 minutes, when finally answered, the software continues on; the Visa calls from the LabWindows DLL to the test equipment fail with error 0xbfff00a6 - the connection for the given session has been lost.  I have stepped into the DLL code and verified that the Visa handle did not change value.  If the session does not sit idle for long (say less then 10-20 minutes), I do nto get any errors.  The DLL is not unloaded until the squence file is closed.  This is software that has been run for years on our Windows XP platform.  Any ideas of the cause of the error?

Hello Pete_Bratko,
Does the DLL work when you call it within LabWindows? Another thing that occurs me, is that you can try to debug that DLL within TestStand. Maybe, it could give you a hint about what's going on in the DLL.
Carmen.

Similar Messages

  • Custom web parts in SharePoint 2013 becomes inactive when the session is idle for long time.

    Hi,
    We have a search center site with custom web parts and custom master pages. When the session is inactive for long time all the custom web parts in the page doesn't work, unless we close the browser and open it. Where as this is not the case with the
    OOB web parts. We are not able to identify the root cause as it works with OOB web parts and not the custom web parts.We were able to find that by increasing the session timeout of the web application we can avoid this issue.We do not want to increase the
    session timeout as the OOB web part works perfectly even when the user session is idle for long time.Is there any other alternative where we can acheive the same for custom web parts when the session is idle for long time?
    Thanks,
    Saranya

    Hi Saranya,
    According to your descirption, my understanding is that when the session is long time idle ,then custom web part will not work.
    I suggest you check if you have enable the session in the Page Level in the web.config. By default SharePoint disable the session state.
    In the web.config, you will see <page enableSessionState> tag. You can modify like below and test if it works.
    <pages enableSessionState=”true” ….. />
    Here is a detailed thread for your reference:
    Use Session State in SharePoint
    Best Regards
    Zhengyu Guo
    TechNet Community Support

  • Getting the below error when running the Baseline.grf for the first time

    I am getting the below error when running the Baseline.grf for the first time.
    Appreciate your support in resolving it.
    Error below:
    INFO [main] - *** CloverETL framework/transformation graph, (c) 2002-2012 Javlin a.s, released under GNU Lesser General Public License ***
    INFO [main] - Running with CloverETL library version 3.2.1 build#63 compiled 04/01/2012 12:53:21
    INFO [main] - Running on 4 CPU(s), OS Windows 7, architecture amd64, Java version 1.6.0_20, max available memory for JVM 901120 KB
    INFO [main] - Loading default properties from: defaultProperties
    INFO [main] - Graph definition file: graph/Baseline.grf
    INFO [main] - Graph revision: 1.114 Modified by: mkressirer Modified: Thu Apr 12 13:27:18 EDT 2012
    INFO [main] - Checking graph configuration...
    INFO [main] - Graph configuration is valid.
    INFO [main] - Graph initialization (Baseline)
    INFO [main] - [Clover] Initializing phase: 0
    INFO [main] - [Clover] phase: 0 initialized successfully.
    INFO [main] - register MBean with name:org.jetel.graph.runtime:type=CLOVERJMX_1306871483270_0
    INFO [WatchDog] - Starting up all nodes in phase [0]
    INFO [WatchDog] - Successfully started all nodes in phase!
    INFO [RUN_GRAPH1_0] - Running graph ./graph/InitDataStore.grf in the same instance.
    INFO [RUN_GRAPH1_0] - Checking graph configuration...
    INFO [RUN_GRAPH1_0] - Graph configuration is valid.
    INFO [RUN_GRAPH1_0] - Graph initialization (InitDataStore)
    INFO [RUN_GRAPH1_0] - [Clover] Initializing phase: 0
    WARN [RUN_GRAPH1_0] - WS messenger cleanup failed.
    java.lang.NullPointerException
         at org.apache.axis2.client.Stub.cleanup(Stub.java:134)
         at com.opensys.cloveretl.component.WebServiceClient.free(Unknown Source)
         at org.jetel.graph.Phase.free(Phase.java:487)
         at org.jetel.graph.TransformationGraph.freeResources(TransformationGraph.java:681)
         at org.jetel.graph.TransformationGraph.free(TransformationGraph.java:955)
         at org.jetel.graph.runtime.PrimitiveAuthorityProxy.executeGraph(PrimitiveAuthorityProxy.java:149)
         at org.jetel.component.RunGraph.runGraphThisInstance(RunGraph.java:511)
         at org.jetel.component.RunGraph.runSingleGraph(RunGraph.java:409)
         at org.jetel.component.RunGraph.execute(RunGraph.java:302)
         at org.jetel.graph.Node.run(Node.java:414)
         at java.lang.Thread.run(Thread.java:619)
    WARN [RUN_GRAPH1_0] - Some graphs wasn't executed (because graph "./graph/InitDataStore.grf" finished with error).
    WARN [RUN_GRAPH1_0] - Some graph(s) finished with error.
    ERROR [WatchDog] - Graph execution finished with error
    ERROR [WatchDog] - Node RUN_GRAPH1 finished with status: ERROR caused by: Graph './graph/InitDataStore.grf' failed!
    ERROR [WatchDog] - Node RUN_GRAPH1 error details:
    org.jetel.exception.JetelException: Graph './graph/InitDataStore.grf' failed!
         at org.jetel.component.RunGraph.execute(RunGraph.java:324)
         at org.jetel.graph.Node.run(Node.java:414)
         at java.lang.Thread.run(Thread.java:619)
    INFO [WatchDog] - [Clover] Post-execute phase finalization: 0
    INFO [WatchDog] - [Clover] phase: 0 post-execute finalization successfully.
    INFO [WatchDog] - Execution of phase [0] finished with error - elapsed time(sec): 2
    ERROR [WatchDog] - !!! Phase finished with error - stopping graph run !!!
    INFO [WatchDog] - -----------------------** Summary of Phases execution **---------------------
    INFO [WatchDog] - Phase# Finished Status RunTime(sec) MemoryAllocation(KB)
    INFO [WatchDog] - 0 ERROR 2 20132
    INFO [WatchDog] - ------------------------------** End of Summary **---------------------------
    WARN [exNode_0_1306871483270_RUN_GRAPH1] - Attempt to unregister non-registered thread in the ContextProvider.
    ./graph/InitDataStore.grf: Execution of graph failed! Error during graph initialization: Phase 0 can't be initilized.
    INFO [WatchDog] - WatchDog thread finished - total execution time: 2 (sec)
    INFO [main] - Freeing graph resources.
    ERROR [main] - Execution of graph failed !

    It can't find an Endeca specific class when running via the clover command line utility. Thus, the classpath being set in that shell script is not incorporating the .jar files where the endeca-specific classes are packaged. I would start by adding an line to see what your classpath is set to. There are actually already some lines of shell script in clover that you can uncomment to see what .jars are getting loaded:
    #echo $CLOVER_LIB/*
    for i in $CLOVER_LIB/*.jar $CLOVER_LIB/*.zip; do
         LOCAL_CLASSPATH="$LOCAL_CLASSPATH:$i"
    done;
    #for i in `ls $CLOVER_LIB/*.jar`; do
    #echo $i
    #done;
    You could also echo LOCAL_CLASSPATH to see what is getting set there. At the end of the day, you will need the endeca-specific jars to load which can be found here: /Endeca/Discovery/2.3.0/Integrator/plugins/com.endeca.latitude_1.0.0/*
    HTH,
    Dan
    http://branchbird.com

  • Encountered an error when attempting to open Lightroom for the first time. Went to Lightroom Help and searched for the error "An error occurred when attempting to change modules". Non of the solutions helped. what now?

    Encountered an error when attempting to open Lightroom for the first time. Went to Lightroom Help and searched for the error "An error occurred when attempting to change modules". Non of the solutions helped. What now?

    I am getting this error message as well. I have just downloaded Lightroom recently. I try to click on Lightroom / preferences....and nothing happens. I tried to uninstall and it is greyed out so I can't do that either. Suggestions? Please help?

  • Itunes freezes up when my iphone or ipad is connected and charging for an extended time like charging over night.

    Itunes freezes up when ipad or iphone is connected via USB for an extended time like charging over night or even several hours. I am running all current software with all updates on a Macbook Pro. When I hit Eject I get the spinning beachball and have to hit command-option-escape to get out of it or the beachball will stay present forever. Any suggestions?

    Looks like new firmware upgrade solved this issue.

  • Portal Runtime Error when a page is idle for 2 min or more...

    Hi SDN Community,
    I have an issue when I'm executing an EP Application... If I'm using the application without stop there is not problem... But, the error occurs when I leave the page idle for 2 minutes aprox.
    This is what the Portal Log registers:
    Exception ID:02:49_05/01/06_0052
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : com.cantv.was.seccorp.CreateRequest.default
    Component class : CreateRequest
    User : P00109659
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:853)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:311)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:191)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:217)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:601)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:301)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:191)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:670)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:229)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:555)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:149)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:833)
         at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:672)
         at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:314)
         at com.inqmy.services.httpserver.server.Response.handle(Response.java:173)
         at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1288)
         at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
         at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
         at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    Caused by: com.sapportals.portal.prt.component.PortalComponentException: Exception during PageProcessorComponent.doContent()
         at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:139)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:301)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:191)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:217)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:601)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:301)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:191)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:670)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:229)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:555)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:149)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:833)
         at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:672)
         at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:314)
         at com.inqmy.services.httpserver.server.Response.handle(Response.java:173)
         at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1288)
         at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
         at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
         at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    Caused by: java.lang.reflect.InvocationTargetException: java.lang.NullPointerException
         at com.cantv.was.formgenerator.dao.impl.ViewDAOHtmlbImpl.fillForm(ViewDAOHtmlbImpl.java:396)
         at com.cantv.was.formgenerator.dao.impl.ViewDAOHtmlbImpl.fillFormForUser(ViewDAOHtmlbImpl.java:41)
         at CreateRequest$CreateRequestDynPage.submitRequestCreate(CreateRequest.java:118)
         at java.lang.reflect.Method.invoke(Native Method)
         at com.sapportals.htmlb.page.DynPage.doProcessCurrentEvent(DynPage.java:172)
         at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:101)
         at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:135)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:301)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:191)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:217)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:601)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:301)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:191)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:670)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:229)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:555)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:149)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:833)
         at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:672)
         at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:314)
         at com.inqmy.services.httpserver.server.Response.handle(Response.java:173)
         at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1288)
         at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
         at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
         at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    [email protected]4 #
    If anyone has any idea of what could be happening please tell me... Will be truly appreciated.
    Best Regards,
    Jose Flores

    Ho Jose,
    first, welcome on SDN!
    About your question:
    Check out your own code...
    <i>Caused by: java.lang.reflect.InvocationTargetException: java.lang.NullPointerException
    at com.cantv.was.formgenerator.dao.impl.ViewDAOHtmlbImpl.fillForm(ViewDAOHtmlbImpl.java:396)</i>
    You should be able to clarify which object is in fact null and leads to this error. Once you found out that, you will have to care about the reason why it got null... Maybe you retrieve something from a "storage" which gets cleared like a cache or something similar.
    Hope it helps
    Detlev
    PS: Please consider rewarding points for helpful answers on SDN. Thanks in advance!

  • Internet hangs/drops after leaving it idle for a few minutes.

    Quick question that I've been pulling my hair out over... I have had a MBP for about 6 months now which I have been connecting to the internet via wireless router (Linksys WRT150N). I'm currently using OS X 10.4.11. For the most part, internet is lightning fast, but every half hour or so (or when I let the Mac sit idle for a couple of minutes, noting that I keep my sleep mode at 'never'), it hangs, saying that it can't find the server. Airport says I got a full signal, and tests say that everything is working properly, but Firefox and Safari are lights out. The way to get it back can be one of the following:
    1) Wait... sometimes comes back on if I wait a few more minutes (a pain in the rear!!)
    2) Re-boot... this does not work 100% of the time (also a pain in the rear!!).
    3) Plug my charger in and open Airport connection, which sometimes picks up the page loading (again, a pain in the rear).
    Anyway, I've been reading about some issues with both Tiger and Leopard's internet connectivity issues. One posting here (can't find it now) gave me some suggestions on changing the settings in my router settings page, which helped significantly, but I still have intermittent hangs.
    Any help would be totally appreciated (and sorry this is so long!).

    Not an infrequent problem on/for IntelBooks it seems, especially moreso running on Battery power.
    Some cures I've seen, no single one seems to work for everyone, and not all get cured...
    Changing the Channel on the Wireless Router.
    The following commands from the command line, (lasts until a reboot)...
    sudo sysctl -w net.inet.tcp.delayed_ack=0
    sudo sysctl -w net.inet.tcp.mssdflt=1492
    sudo sysctl -w net.inet.tcp.newreno=1
    sudo sysctl -w net.net.inet.tcp.always_keepalive=1
    The last cure I read about was a Cordless Phone being moved.
    The strangest cures, (2 or 3), was connecting once to a Wifi Cafe's hot spot, then never seeing the issue at home thereafter!?

  • Error message trying to run Parallels for the first time

    Hi,
    I've got Vista Ultimate installed on my MacBook Pro via Boot Camp. It works great.
    I'm using the 15-day Parallels trial, and every time I try and run it for the first time, it gives me the same error.
    After trying to run Windows, it says
    "Error: 0xc0000225
    Windows failed to load because the firmware (BIOS) is not ACPI compatible."
    I have no idea what this means. I ran Boot Camp normally and everything seemed to work fine.
    Any ideas?

    Have you read through their documentation and installed the necessary tools?
    http://forums.parallels.com/

  • Refresh IE page if computer idle for a specified time with powershell

    Hi,
    I have a Windows 8 pc that i have created a kiosk mode for and i want to be able to check the idle time so that if the idle is more than three minutes it will close all tabs without a warning and navigate the primary tab to a specific web site.
    The script needs to be constantly running i the background, I'll add the script to a scheduled task to start when the user logs in.
    Could you please help me?
    Cheers,
    CredFX

    The Windows 8 computer is a touch screen as well so idle means any mouse movement, keyboard stroke or touch of the screen.
    I have found this from a site that gets the idle time, I'm just not sure how to create the IE navigation part from it.
    Add-Type @'
    using System;
    using System.Diagnostics;
    using System.Runtime.InteropServices;
    namespace PInvoke.Win32 {
    public static class UserInput {
    [DllImport("user32.dll", SetLastError=false)]
    private static extern bool GetLastInputInfo(ref LASTINPUTINFO plii);
    [StructLayout(LayoutKind.Sequential)]
    private struct LASTINPUTINFO {
    public uint cbSize;
    public int dwTime;
    public static DateTime LastInput {
    get {
    DateTime bootTime = DateTime.UtcNow.AddMilliseconds(-Environment.TickCount);
    DateTime lastInput = bootTime.AddMilliseconds(LastInputTicks);
    return lastInput;
    public static TimeSpan IdleTime {
    get {
    return DateTime.UtcNow.Subtract(LastInput);
    public static int LastInputTicks {
    get {
    LASTINPUTINFO lii = new LASTINPUTINFO();
    lii.cbSize = (uint)Marshal.SizeOf(typeof(LASTINPUTINFO));
    GetLastInputInfo(ref lii);
    return lii.dwTime;
    Function getidletime
    $Last = [PInvoke.Win32.UserInput]::LastInput
    $Idle = [PInvoke.Win32.UserInput]::IdleTime
    Write-Host ("Idle for " + $Idle.Days + " days, " + $Idle.Hours + " hours, " + $Idle.Minutes + " minutes, " + $Idle.Seconds + " seconds.")

  • Newbee's question: Error connecting to the management server for the first time

    Dear all, I am very new to the oralce world and got stuck today the first time I install oracle 8i on my win2k pro.
    After the installation, I was trying to connect the Enterprise Manager Console for the first time, using the default user name sysman and password oem_temp (correct?). The problem is that I don't know exactly what is a management server, and what name it should be called. I named the database/sid name orarem, under D:\Oracle\admin\OraRem, does it have something to do with this issue?
    I only installed the oracle enterprise server edition 8.1.6.0.0, not the Client part, will that matter if I only wanna run oracle on my stand alone desktop as a testing procedure for now?
    Any help would be really appreciated!!

    Bingo!! I had been trying dumping various .plist files
    Not surprisingly i was a little hesitant about throwing the Airport folder in the bin.
    First thing I did was to check it had been replaced on restarting!
    Glad to say that "Check for updates" is now doing its thing.
    I don't know why it gave me such grief, I just felt it could develope into something nasty down the line.
    Thank you again.
    Unfortunately they don't seem to have a points system for this topic.
    Your fix should be available in Google from now on

  • Photoshop Touch crashes after selecting "Wrap" tool for the second time

    As title says, when selecting "wrap" tool for the second time, Photoshop Touch crashes. It doesn't matter which images and even after reboot and clearing all the RAM, it constantly crashes only when selected for the second time. I'm using this on Galaxy Note 2 so it really shouldn't have issues with RAM or Processing power. I'm not quite sure about other tools but it should be looked into and hopefully more stable version will be release soon!
    Thank you
    Device: SGH-T889 T-Mobile Galaxy Note 2

    Hi,
    We just released an update that should take care of that issue.
    thanks,
    Ignacio

  • After syncing with icloud for the first time, all my contacts disappeared

    Recently for the first time I signed up for Icloud and tried to sync contacts with it, but after this procedure all my contacts disappeared from my iphone, i treid searching online for the solution but couldnt get back my contacts, when I logged in to icloud.com, even contacts list was empty. Any help regarding this will be appreciated.

    I have had a similar problem, except all of my text messages are gone too! My contacts have slowly started to come back, but it appears that my most recently added contacts are gone, and my messages are also gone still.

  • Error occured while creating site collection for the first time in SP2013

    While creating a new site collection in SharePoint 2013, I need to do atleast 4 times " Go back to Site" begore it appears properly. Could you please let me know why this error is occuering while we create site collection for the first time.
    Is it aknown issue or due to RAM contraints.I am using 16 GB of RAM in Web tier.

    You can get by with 16 GB of RAM so I am guessing that is not the cause.  Although, you could verify your memory utilization during the process.  As long as you don't exceed 95% you should be fine.  Next time, I would instead look up the
    error in the ULS logs using the correlation id and see if you can get more details of what is causing the error.
    Corey Roth - SharePoint Server MVP blog:
    www.dotnetmafia.com twitter: @coreyroth |
    SP2 Apps

  • Lost photos after syncing iphone 4 for the first time

    I just connected my iphone4 to my pc for the first time and now my pictures are all gone (on both computer and phone). Any way to get them back?

    Sounds like you performed a sync to an empty Outlook, correct? You never want to sync to an empty application. Doing so will erase the data on your phone. Before you do anything else, put one unique contact, calendar & note entry in Outlook.
    As to restoring your lost data, the key question is have you performed a sync since the sync that erased your data? If not, restoring from backup will restore the data. If you have synced since that initial sync, your data is gone. So, if you have not synced, do this: First disable auto-sync in iTunes>Preferences>Devices(under the edit menu if using Windows). Connect your phone, right-click in the device pane & select "Reset Warnings". Right-click again and select "Restore from Backup". If prompted to create another backup, decline. When the restore completes, you must then sync to restore your iTunes content. You'll get a popup regarding your contacts, etc., asking to "Merge" or "Replace". Select "Merge".

  • Why does my Mac restart after it sits idle for a while?

    I just installed Yosemite on my Mac Pro.  If I let the computer sit idle, the screen saver comes on and after a while, it logs out of both my and my wife's desktops, then restarts on its own.  I then find myself staring at the login screen.  When I log in, I get a crash report saying the computer shut down unexpectedly.  I've sent notifications to Apple each time...at least a dozen times already.  How can this be fixed?

    Thanks for responding so quickly, Barney-15E.  I realize that we are all just everyday people trying to help each other.  I was concerned only because I've never gone this long without somebody responding in some way.  It's highly unusual.  I appreciate anything you can suggest.  As you requested, here is the most recent panic report:
    Sun Feb 15 18:39:11 2015
    *** Panic Report ***
    panic(cpu 0 caller 0xffffff800e81a46e): Kernel trap at 0xffffff7f90c452b4, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0x0000000000000000, CR3: 0x000000012b1d4000, CR4: 0x0000000000002660
    RAX: 0x0000000000000000, RBX: 0xffffff80df08b0b4, RCX: 0xffffff80df08b000, RDX: 0x0000000000000000
    RSP: 0xffffff80df08b000, RBP: 0xffffff80df08b0f0, RSI: 0x0000000000000002, RDI: 0x00000000000002ff
    R8:  0xffffff80df08b120, R9:  0xffffff80df08af38, R10: 0x0000000000000000, R11: 0x000013627a137358
    R12: 0x0000000000000001, R13: 0x0000000000010000, R14: 0x0000000000010000, R15: 0x0000000000000001
    RFL: 0x0000000000010246, RIP: 0xffffff7f90c452b4, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x0000000000000000, Error code: 0x0000000000000000, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff80df08acb0 : 0xffffff800e72fe41
    0xffffff80df08ad30 : 0xffffff800e81a46e
    0xffffff80df08aef0 : 0xffffff800e836683
    0xffffff80df08af10 : 0xffffff7f90c452b4
    0xffffff80df08b0f0 : 0xffffff7f90c44666
    0xffffff80df08b250 : 0xffffff800e98d40c
    0xffffff80df08b2a0 : 0xffffff800e98b4c1
    0xffffff80df08b3a0 : 0xffffff800eb3fb9a
    0xffffff80df08b430 : 0xffffff800e970a08
    0xffffff80df08b4b0 : 0xffffff7f8ee19180
    0xffffff80df08b800 : 0xffffff7f8ee1ae94
    0xffffff80df08b840 : 0xffffff800eb9fc76
    0xffffff80df08b8a0 : 0xffffff800e94570a
    0xffffff80df08b8f0 : 0xffffff800e96427e
    0xffffff80df08b990 : 0xffffff800e94fa48
    0xffffff80df08bbd0 : 0xffffff800e950620
    0xffffff80df08bf50 : 0xffffff800ec4b386
    0xffffff80df08bfb0 : 0xffffff800e836e86
          Kernel Extensions in backtrace:
             com.apple.AppleFSCompression.AppleFSCompressionTypeZlib(1.0d1)[5389DEBD-1DC6-34 DD-BA01-43C197A57EDD]@0xffffff7f90c43000->0xffffff7f90c47fff
             com.sophos.kext.sav(9.2.50)[D9AF65D9-4A18-3B20-86BB-17DEBC7D5852]@0xffffff7f8ee 18000->0xffffff7f8ee1cfff
    BSD process name corresponding to current thread: mdworker
    Mac OS version:
    14C109
    Kernel version:
    Darwin Kernel Version 14.1.0: Mon Dec 22 23:10:38 PST 2014; root:xnu-2782.10.72~2/RELEASE_X86_64
    Kernel UUID: DCF5C2D5-16AE-37F5-B2BE-ED127048DFF5
    Kernel slide:     0x000000000e400000
    Kernel text base: 0xffffff800e600000
    __HIB  text base: 0xffffff800e500000
    System model name: MacPro4,1 (Mac-F221BEC8)
    System uptime in nanoseconds: 21313675924506
    last loaded kext at 291148969379: com.apple.filesystems.msdosfs 1.10 (addr 0xffffff7f90d11000, size 69632)
    last unloaded kext at 351669253932: com.apple.filesystems.msdosfs 1.10 (addr 0xffffff7f90d11000, size 61440)
    loaded kexts:
    com.sophos.kext.sav 9.2.50
    com.sophos.nke.swi 9.2.50
    com.logmein.driver.LogMeInSoundDriver 4.1.48f61
    com.Logitech.Unifying.HID Driver 1.3.1
    com.Logitech.Control Center.HID Driver 3.9.1
    com.apple.filesystems.ntfs 3.12
    com.apple.driver.AppleBluetoothMultitouch 85.3
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.iokit.IOBluetoothSerialManager 4.3.2f6
    com.apple.driver.AppleTyMCEDriver 1.0.2d2
    com.apple.driver.AGPM 100.15.5
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AppleOSXWatchdog 1
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.iokit.IOUserEthernet 1.0.1
    com.apple.driver.AppleUpstreamUserClient 3.6.1
    com.apple.driver.AppleHDA 269.25
    com.apple.driver.AppleMCCSControl 1.2.11
    com.apple.GeForceTesla 10.0.0
    com.apple.driver.AppleMikeyDriver 269.25
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleHV 1
    com.apple.driver.AudioAUUC 1.70
    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.3.2f6
    com.apple.driver.AppleLPC 1.7.3
    com.apple.driver.XsanFilter 404
    com.apple.driver.AppleUSBDisplays 372.1
    com.apple.iokit.IOAHCIBlockStorage 2.7.0
    com.apple.driver.Oxford_Semi 3.5.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.iokit.SCSITaskUserClient 3.7.3
    com.apple.driver.AppleUSBHub 705.4.2
    com.apple.driver.AppleFWOHCI 5.5.2
    com.apple.driver.Intel82574L 2.6.7b2
    com.apple.driver.AirPort.Atheros40 700.74.5
    com.apple.driver.AppleAHCIPort 3.1.0
    com.apple.driver.AppleUSBEHCI 705.4.14
    com.apple.driver.AppleUSBUHCI 656.4.1
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleACPIButtons 3.1
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 3.1
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 218.0.0
    com.apple.nke.applicationfirewall 161
    com.apple.security.quarantine 3
    com.apple.security.TMSafetyNet 8
    com.apple.driver.AppleIntelCPUPowerManagement 218.0.0
    com.apple.driver.AppleMultitouchDriver 262.33.1
    com.apple.iokit.IOSerialFamily 11
    com.apple.AppleGraphicsDeviceControl 3.8.6
    com.apple.kext.triggers 1.0
    com.apple.driver.DspFuncLib 269.25
    com.apple.kext.OSvKernDSPLib 1.15
    com.apple.iokit.IOSurface 97
    com.apple.nvidia.classic.NVDANV50HalTesla 10.0.0
    com.apple.nvidia.classic.NVDAResmanTesla 10.0.0
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.driver.AppleSMC 3.1.9
    com.apple.driver.IOPlatformPluginLegacy 1.0.0
    com.apple.iokit.IOFireWireIP 2.2.6
    com.apple.iokit.IOUSBUserClient 705.4.0
    com.apple.driver.AppleSMBusController 1.0.13d1
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.3.2f6
    com.apple.driver.AppleHDAController 269.25
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.iokit.IOHDAFamily 269.25
    com.apple.driver.IOPlatformPluginFamily 5.8.1d38
    com.apple.driver.AppleUSBHIDKeyboard 176.2
    com.apple.driver.AppleHIDKeyboard 176.2
    com.apple.iokit.IOUSBHIDDriverPM 710.4.7
    com.apple.driver.AppleUSBAudio 295.23
    com.apple.iokit.IOAudioFamily 203.3
    com.apple.vecLib.kext 1.2.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.7.3
    com.apple.iokit.IOUSBMassStorageClass 3.7.1
    com.apple.driver.IOBluetoothHIDDriver 4.3.2f6
    com.apple.iokit.IOBluetoothFamily 4.3.2f6
    com.apple.iokit.IOUSBHIDDriver 705.4.0
    com.apple.iokit.IOFireWireSerialBusProtocolTransport 2.5.1
    com.apple.iokit.IOFireWireSBP2 4.2.5
    com.apple.driver.AppleUSBMergeNub 705.4.0
    com.apple.driver.AppleUSBComposite 705.4.9
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.7.3
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.iokit.IOAHCISerialATAPI 2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.3
    com.apple.iokit.IOFireWireFamily 4.5.6
    com.apple.iokit.IO80211Family 710.55
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOAHCIFamily 2.7.5
    com.apple.iokit.IOUSBFamily 710.4.14
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 300.0
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.AppleMobileFileIntegrity 1.0.5
    com.apple.driver.AppleCredentialManager 1.0
    com.apple.driver.DiskImages 396
    com.apple.iokit.IOStorageFamily 2.0
    com.apple.iokit.IOReportFamily 31
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 3.1
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.Libm 1
    com.apple.kec.pthread 1
    com.apple.kec.corecrypto 1.0

Maybe you are looking for

  • System uses non-default language after log in

    I am bilingual, and use two languages on my Mac - English as default, and Russian as secondary. After the update to 10.7.4. every time I log back in (have a password on my Mac Pro), all the programs have Russian language. For example, I open a Chrome

  • Having major problems connecting my iphone 5s to any wi fi.  Have reloaded completely, just 'Fails"?

    Having major problems connecting my iphone 5s to any wi fi.  Have reloaded completely, just 'Fails"?

  • Auditing a Custom Import package

    We are having issues with BPC data auditing on a custom import package.  We are using the convert and dump load tasks just like in the standard import package.  The difference is that we have those surrounded by other SSIS tasks to perform other piec

  • How to play avi files

    I have movies that are in avi format. does anyone know how to convert these to play through apple tv?

  • Advice for heat sufferers...

    If you're MBP has no heat issues (either it came perfect, or you fixed it via thermal paste reapplication), please feel free to skip this. I've got a HOT (90+ deg C on full load) MBP, and thought others may benefit from this, so here goes: 1. If you'