GetThumbnailAsync failing intermittently

Hi,
As I can't get the associated application for a filetype, see:
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/225d7822-a429-4816-b4d5-408daf3db5ac/get-icon-of-associated-application?forum=winappswithnativecode
I'm using getThumbnailAsync(ThumbnailMode::SingleItem, 100) but this fails intermittently on different files with a HRESULT of E_PENDING.  Is there any way I can avoid this? If not what are my options, reissuing the call etc.
Thanks for the help

Hi,
What's meaning about fails intermittently on different files with a HRESULT of E_PENDING? Do you meand when you use getThumbnailAsync(ThumbnailMode::SingleItem, 100) on the same type of files, the thumbnails are different. If so, there is no wany to handle
that.  For music file, if the file has album art, the thumbnail is the album art and uses the original aspect ratio of the file. Otherwise, the thumbnail is just an icon. You can see the link to get more information:
https://msdn.microsoft.com/en-us/library/windows/apps/hh465350.aspx
Best Wishes!
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

Similar Messages

  • Publications fail intermittently on XI 3.1

    Hello,
    We have publications that fail intermittently with the error:
    An exception was caught while scheduling the publication. (FBE60203) or
    Unable to find the infostore service.  Is your CMS running and configured properly? (FBE60002)
    com.crystaldecisions.sdk.exception.SDKException$OCAFramework: Unable to reconnect to the CMS xxx.ny2.xxx.net:6400. The session has been logged off or has expired. (FWM 01002)
    cause:com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$LogonFailover: Unable to reconnect to the CMS xxx.ny2.xxx.net:6400. The session has been logged off or has expired. (FWM 01002)
    The publication log also invarably contains Unable to reconnect to the CMS xxx.ny2.xxx.net:6400. The session has been logged off or has expired. (FWM 01002).
    The publications are scheduled as follows:
    1. A program object is scheduled to kick off the publication. This program object passes values to the prompts in the publication at run time.
    2. The publications are scheduled as MHTML files to an FTP server.
    3. The publications are based on different tabs in Webi report
    Our environment consists of a full stack on a single server.
    Environment details:
    BO XI 3.1 Premium CPU on RHEL 4 (64 bit) (2.6.9-67.0.15.ELsmp)
    Oracle 64 bit
    Tomcat 5.5
    We schedule a lot of reports using a similar process flow. It is only the publications that fail.
    We have a case open too. I was hoping someone had seen something like this before.
    The entire publication log from the last time one of the publications failed is below:
    2009-01-26 18:45:27,761 INFO  [pool-4-thread-7] BusinessObjects_PublicationAdminLog_Instance_126761 - [Publication ID # 126761] - Running publication instance.
    2009-01-26 18:45:27,805 INFO  [pool-4-thread-7] BusinessObjects_PublicationAdminLog_Instance_126761 - [Publication ID # 126761] - The global delivery rule for this publication was met; publication processing will now begin.
    2009-01-26 18:45:28,015 ERROR [PublishingService:HandlerPool-39] BusinessObjects_PublicationAdminLog_Instance_126761 - [Publication ID # 126761] - An exception was caught while scheduling the publication. (FBE60203)
    com.crystaldecisions.enterprise.ocaframework.IManagedService$ManagedLogoffException: Unable to reconnect to the CMS xxx.ny2.xxx.net:6400. The session has been logged off or has expired. (FWM 01002)
         at com.crystaldecisions.enterprise.ocaframework.ManagedService.invoke(ManagedService.java:604)
         at com.crystaldecisions.sdk.occa.infostore.internal._InfoStoreEx4Proxy.queryEx3(_InfoStoreEx4Proxy.java:364)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore.queryHelper(InternalInfoStore.java:708)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore.query(InternalInfoStore.java:566)
         at com.crystaldecisions.sdk.occa.infostore.internal.QuerySettings.executeQuery(QuerySettings.java:94)
         at com.crystaldecisions.sdk.occa.infostore.internal.InfoObject.getParent(InfoObject.java:1377)
         at com.crystaldecisions.sdk.occa.infostore.internal.InfoObject.getParent(InfoObject.java:1363)
         at com.businessobjects.publisher.processing.AuditDetailHelper.buildPublicationPath(AuditDetailHelper.java:108)
         at com.businessobjects.publisher.processing.AuditDetailHelper.setupAuditDetails(AuditDetailHelper.java:72)
         at com.businessobjects.publisher.scheduling.SchedulingHelper.scheduleScopeBatch(SchedulingHelper.java:304)
         at com.businessobjects.publisher.processing.ScopeBatchHandler.run(ScopeBatchHandler.java:101)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
         at java.lang.Thread.run(Thread.java:595)
    2009-01-26 18:45:28,028 INFO  [pool-4-thread-7] BusinessObjects_PublicationAdminLog_Instance_126761 - [Publication ID # 126761] - Publication scheduling complete.
    Once a publication fails, the only method to ensure success is to:
    1. Restart the CMS, Publication Job Server and Webi Processing Server
    2. Recreate the publication (remove the source, add it again)
    As an aside, I've had cases open twice before for the same issue. I closed them both because I can't replicate on demand (we were on XI3.0 RTM at that point).
    I'd appreciate any help.
    Thanks.
    Srinivas

    Mike,
    I still have the case open with support on this. While I am (still) unsure as to which session has logged off, support suggested that I do the following:
    Add
    -requesttimeout 3600000 on following servers.
    1.CMS
    2.Webi Processing Server.
    3.Adaptive job Server.
    4.Publication Job server.
    5.Input Server.
    This seems to have done the job, at least for now. I am still testing though.
    If your publication does fail with such an error, restarting the SIA could be a temporary solution.
    Let me know if you need anything else.
    Best,
    Srinivas

  • XCreateIC fails intermittently on Solaris utf-8 locale

    Hi,
    I'm using motif 2.1 and Xlib of Solaris 8 (i.e. /usr/openwin/lib/libX11.so). In my application I'm using Drawing Area widget for text editing. I'm trying to create a input context for Root-Window input style. The following XCreateIC() call fails intermittently on utf-8 locale, while the same problem is not happening on non-utf-8 locale e.g. ja_JP.eucJP.
    ic = XCreateIC (im, XNInputStyle, XIMPreeditNothing | XIMStatusNothing, XNClientWindow, xim_win, NULL)) == NULL)
    printf("\nXCreateIC failed.\n");
    return (0);
    I'm not able to identify what is going wrong. Please help.
    Thanks in advance.

    Issue resolved. I reinstalled XManager.
    Now it works fine.
    Kind regards,
    Daniel

  • Group Policy failing intermittently on one of my servers

    Have you checked the event logs to see if a specific thing is triggering it?
    CMOS battery been changed (if the date/time is being reset this can be the cause)?
    Or GPResult to check that what should be applied is being applied?

    I have a server-2008 R2 box where Group Policy fails intermittently. The result is the server looses it's domain trust connection, exact error message is: Remote Desktop cannot verify the ID of the remote computer because there is a time or date difference....
    I can reboot the server and it's fixed, but a month later it will have the same issue.
    What can I look for to troubleshoot resolve, and what can I monitor to fix this? GP service? If the service is running & the interface, port, or bad cable, I will not be alerted. Can I configure some type of alert that tells me when GP replication with the domain controller has succeeded/failed?
    This topic first appeared in the Spiceworks Community

  • CS5: Magic Wand fails intermittently; cannot use Channel Mixer on selection

    Hello,
    Using CS5 / Photoshop on Mac OS 10.6.4. 4GB RAM.
    The Magic Wand tool fails intermittently.  Quitting PS and rebooting seems to re-enable use of the Magic Wand.
    However, even when the Magic Wand tool does "work", for some reason I can no longer use any of the items in Image -> Adjustments, such as the Channel Mixer.  This functionality was working just 20 minutes ago, and now even with multiple reboots I cannot seem to get it working again.
    Googling came up with no relevant articles on this errant behavior.
    Any help is greatly appreciated.

    Could you post a screenshot?

  • CodedUI Tests Fails Intermittently With Initialization Errors

    I would like to re-ask the question asked in this thread:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/855c561b-2100-4494-bf65-c5b9ec83e4af/inconsistent-coded-ui-test-behavior-depending-on-lab-size?forum=vsmantest
    There was no answer given and no more replies coming in to that thread.
    We are exactly in the same situation. We have large number of CodedUI test cases (500+) which runs daily. Some of the tests fails intermittently with the initialization failures. The details are:
    ERROR MESSAGE
    Error calling Initialization method for test class TEST_CLASS_NAME: System.Runtime.InteropServices.COMException: Error HRESULT E_FAIL has been returned from a call to a COM component.
    ERROR STACK TRACE
    Microsoft.VisualStudio.TestTools.UITest.Playback.Engine.IRPFPlayback.SetSkipStepEventName(String skipStepEventName)
    Microsoft.VisualStudio.TestTools.UITest.Playback.ScreenElement.InitPlayback()
    Microsoft.VisualStudio.TestTools.UITesting.Playback.Initialize()
    Could someone please let us know what could be the issue of these intermittent failures?

    Hi digitali,
    According to your description, I would like to know the details:
    How many agent machines in the lab environment?
    What’s the details of these machines? (e.g. memory, system)
    What’s the version of TFS, MTM, test controller and test agent?
    Regards
    Starain
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • IDOC Failing Intermittently

    Hi Folks,
    We are facing some wierd error..
    Inbound IDocs (to ECC) are failing intermittently...and when reprocessed getting processed successfully..
    We are using DELVRY07 IDOC and error we receive during failure is
    <SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_IDOC_METADATA</SAP:Code>
      <SAP:P1>Obligatory node 'E1EDL20' missing in the structure DELVRY07.Z...</SAP:P1>
    We have checked at mapping level and seen that all attributes and segments are mapped with values...
    Also in our mapping we have changed the signature of the idoc from 1 to 0..unbounded (instead of importing as dtd..)
    your suggestions/pointers on this will be appreciated..
    Note : we are on PI 7.1 Ehp1..
    Regards
    Rajesh

    This is a weird problem. One of the possible ways is that your ECC might be not responding temporarily due to limited resources and so mesgs are not flowing from PI to ECC. Check with Basis team. This is my assumption. If some cron job or process  or  report takes more resources in ECC  for a particular short span time, this could slow down or not accepting idocs and that moment it fails acceptin your idoc.

  • T430 Sound failing intermittently

    The sound is failing intermittently on my T430.
    Closing then opening the lid to enter and return from hibernation sometimes restores sound. When this does not work restarting the machine usually restores sound. But the sound fails again after an indeterminate period.
    Opening Ubuntu Linux in Virtualbox now displays the message "Some audio devices (PCM_in, PCM-mic) could not be opened".
    I'd appreciate any advice.
    Rob
    Lenovo ThinkPad T430
    2344-DAG
    Intel Core i5 3230M CPU 2.60GHz
    8GB RAM
    Windows 8
    Solved!
    Go to Solution.

    Since this problem appeared out of the blue I suspect a Windows update.
    Googling "windows 8 update loss of audio" highlights a recent update
    KB2962407. Uninstalling this update solves the problem.
    Of course I now wait to see what other problems this unistallation
    causes :-)

  • USB mouse fails intermittently

    My USB mouse (on 17"G4 PowerBook 1.67) fails intermittently. It will just freeze. If I unplug the mouse and replug, it will start working again. Both ports behave the same way, and I've tried two different mice. Same result.
    I've done the Power Module Reset for this machine (Unplug power; remove battery; press/hold "start"). As promised, the clock needed resetting, but it didn't fix the mouse/USB problem.
    Problem occurs unpredictably; sometimes will go a day or two between failures; other times only a few minutes.
    Any clues?

    I posted this in the wrong forum (15" aluminum) but I saw your post, it may be the same problem. I have a 15" PB 1ghz/2gb ram, 10.4.9. USB mice do not work, or only VERY erratically. I have tested several mice, and some work not at all, just blink a couple times, and some work when I jiggle the wire just right, but only briefly.
    This made me think it was a contact problem, but other devices work fine with the USB ports; keyboard, wireless dongle, etc. I also tested the mice on other Macs and they work fine.

  • Multitouch fails intermittently when resuming from Standby on Win 7 x64

    I've got Windows 7 64-bit SP1 and Boot Camp 3.2 on a late-2010 Macbook Air 13". Intermittently (about one out of ten times, and more likely if the system has been in standby for an extended period), the multitouch driver will fail to run on resume. When this happens, the [Trackpad] tab is missing from the Boot Camp Control Panel, there is one fewer HID-compliant mouse in the Device Manager, and all multitouch features fail on the trackpad (only basic pointing and mechanical clicks work).
    The only method I've found to restore multitouch functionality is to reboot the operating system. I've tried the technique described here: http://brandonlive.com/2007/02/04/macbook-and-vista-fixing-the-trackpad-on-resum e/ but with no luck.
    Apple tech support says it's a bug with the Microsoft OS and that I should contact Microsoft Tech Support for resolution, which is basically just a cop-out. Even if it is a bug with the OS, it should be the responsibility of the hardware/driver vendor to identify and report that bug back to the OS vendor.
    Does anyone know what I can do to keep the multitouch driver working on resume?
    Message was edited by: jaraco

    It seems since BootCamp 3.3, this problem was resolved. It has happened very rarely since the update and when it does occur, I can restore the mouse driver by entering standby and resuming again.

  • Portal authentication failing intermittently post self registration

    We are in the process of upgrading from EP6 to EP7 and have hit a critical authentication problem that is proving difficult to diagnose and resolve.
    Our self registration process leads straight into user logon:
    1) the user fills in the registration form with their user ID, password etc and selects Submit which creates the user ID in our R/3 user store
    2) the user is presented with text informing them that their registration has been successful and a Proceed button which when selected authenticates them with the portal with their newly created user ID
    Step 2) above is working intermittently in our EP7 system - sometimes the process works exactly as expected others an exception is raised (com.sap.security.core.logon.imp.UMELoginException: USER_AUTH_FAILED).
    It seems as though the cause is that the user creation process has not completed fully before the logon step.
    We tried implementing a wait step (10 seconds) following selection of the Proceed button which reduced the incidence rate of the problem but didn't cure it entirely.
    A possible contributing factor is hardware performance as we are testing the upgrade on an impact analysis system which is not as efficient as our live portal landscape.
    I've pasted the code which performs the authentication and extracts from the DIAGTOOL portal logs below which show the login module configuration (SAP standard I believe).
    Any help/advice what to try next would be greatly appreciated as we are running out of ideas.
    Thanks,
    Alan
    The following code performs the authentication and redirection to the portal user's home page:
    public void onRedirect(Event event) throws PageException {
                   getBean();
                   //Get resource bundle
                   ResourceBundle rbSetup =
                        ResourceBundle.getBundle(
                             "setup",
                             ((IPortalComponentRequest) this.getRequest()).getLocale());
                   ILogonAuthentication logonAuthentication =
                        UMFactory.getLogonAuthenticator();
                   HttpServletRequest req =
                        ((IPortalComponentRequest) this.getRequest())
                             .getServletRequest();
                   HttpServletResponse res =
                             (IPortalComponentRequest) this
                                  .getRequest())
                                  .getServletResponse(
                             true);
                   req.setAttribute(
                        ILoginConstants.LOGON_UID_ALIAS,
                        SelfRegBean.getLogonUid());
                   req.setAttribute(
                        ILoginConstants.LOGON_PWD_ALIAS,
                        SelfRegBean.getPassword());
                   Subject subject = null;
                   try {
                        subject = logonAuthentication.logon(req, res, AUTHSCHEME);
                        if (null != subject) {
                             res.sendRedirect(rbSetup.getString("REDIRECT_URL"));
                   } catch (LoginException e) {
                        SelfRegBean.setError(rb.getString(LOGIN_FAILED));
                   } catch (IOException e) {
                        SelfRegBean.setError(rb.getString(REDIRECT_FAILED));
    Full exception thrown when the authentication process fails:
    com.sap.security.core.logon.imp.UMELoginException: USER_AUTH_FAILED at com.sap.security.core.logon.imp.SAPJ2EEAuthenticator.logon(SAPJ2EEAuthenticator.java:949) at uk.ac.ncl.SelfRegistration$SelfRegistrationDynPage.onRedirect(SelfRegistration.java:507) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.sapportals.htmlb.page.DynPage.doProcessCurrentEvent(DynPage.java:172) at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:115) at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134) 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:328) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189) at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215) at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645) at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189) at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753) at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240) at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524) at java.security.AccessController.doPrivileged(Native Method) at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265) at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172) -
    Key log extracts from DIAGTOOL:
    Exception on login: 
    [EXCEPTION]
    com.sap.security.core.server.userstore.UserstoreException: Could not refresh user postsp15p
    Caused by: com.sap.security.api.NoSuchUserAccountException: USER_AUTH_FAILED: User account for logonid "postsp15p" not found!
    LOGIN.FAILED
    User: N/A
    Authentication Stack: ticket
    Login Module                                                               Flag        Initialize  Login      Commit     Abort      Details
    1. com.sap.security.core.server.jaas.EvaluateTicketLoginModule             SUFFICIENT  ok          false                 true      
            #1 ume.configuration.active = true
    2. com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule   REQUISITE   ok          exception             true       Authentication did not succeed.
    3. com.sap.security.core.server.jaas.CreateTicketLoginModule               OPTIONAL    ok                                true      
            #1 ume.configuration.active = true
    com.sap.security.core.logon.imp.UMELoginException:
    ObjectID handed over is 'null'!
    Guest | LOGIN.ERROR | null |  | Login Method=[uidpwdlogon], UserID=[null], IP Address=[10.64.65.191], Reason=[Authentication did not succeed.]
    USER_AUTH_FAILED

    We are in the process of upgrading from EP6 to EP7 and have hit a critical authentication problem that is proving difficult to diagnose and resolve.
    Our self registration process leads straight into user logon:
    1) the user fills in the registration form with their user ID, password etc and selects Submit which creates the user ID in our R/3 user store
    2) the user is presented with text informing them that their registration has been successful and a Proceed button which when selected authenticates them with the portal with their newly created user ID
    Step 2) above is working intermittently in our EP7 system - sometimes the process works exactly as expected others an exception is raised (com.sap.security.core.logon.imp.UMELoginException: USER_AUTH_FAILED).
    It seems as though the cause is that the user creation process has not completed fully before the logon step.
    We tried implementing a wait step (10 seconds) following selection of the Proceed button which reduced the incidence rate of the problem but didn't cure it entirely.
    A possible contributing factor is hardware performance as we are testing the upgrade on an impact analysis system which is not as efficient as our live portal landscape.
    I've pasted the code which performs the authentication and extracts from the DIAGTOOL portal logs below which show the login module configuration (SAP standard I believe).
    Any help/advice what to try next would be greatly appreciated as we are running out of ideas.
    Thanks,
    Alan
    The following code performs the authentication and redirection to the portal user's home page:
    public void onRedirect(Event event) throws PageException {
                   getBean();
                   //Get resource bundle
                   ResourceBundle rbSetup =
                        ResourceBundle.getBundle(
                             "setup",
                             ((IPortalComponentRequest) this.getRequest()).getLocale());
                   ILogonAuthentication logonAuthentication =
                        UMFactory.getLogonAuthenticator();
                   HttpServletRequest req =
                        ((IPortalComponentRequest) this.getRequest())
                             .getServletRequest();
                   HttpServletResponse res =
                             (IPortalComponentRequest) this
                                  .getRequest())
                                  .getServletResponse(
                             true);
                   req.setAttribute(
                        ILoginConstants.LOGON_UID_ALIAS,
                        SelfRegBean.getLogonUid());
                   req.setAttribute(
                        ILoginConstants.LOGON_PWD_ALIAS,
                        SelfRegBean.getPassword());
                   Subject subject = null;
                   try {
                        subject = logonAuthentication.logon(req, res, AUTHSCHEME);
                        if (null != subject) {
                             res.sendRedirect(rbSetup.getString("REDIRECT_URL"));
                   } catch (LoginException e) {
                        SelfRegBean.setError(rb.getString(LOGIN_FAILED));
                   } catch (IOException e) {
                        SelfRegBean.setError(rb.getString(REDIRECT_FAILED));
    Full exception thrown when the authentication process fails:
    com.sap.security.core.logon.imp.UMELoginException: USER_AUTH_FAILED at com.sap.security.core.logon.imp.SAPJ2EEAuthenticator.logon(SAPJ2EEAuthenticator.java:949) at uk.ac.ncl.SelfRegistration$SelfRegistrationDynPage.onRedirect(SelfRegistration.java:507) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.sapportals.htmlb.page.DynPage.doProcessCurrentEvent(DynPage.java:172) at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:115) at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134) 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:328) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189) at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215) at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645) at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189) at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753) at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240) at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524) at java.security.AccessController.doPrivileged(Native Method) at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265) at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172) -
    Key log extracts from DIAGTOOL:
    Exception on login: 
    [EXCEPTION]
    com.sap.security.core.server.userstore.UserstoreException: Could not refresh user postsp15p
    Caused by: com.sap.security.api.NoSuchUserAccountException: USER_AUTH_FAILED: User account for logonid "postsp15p" not found!
    LOGIN.FAILED
    User: N/A
    Authentication Stack: ticket
    Login Module                                                               Flag        Initialize  Login      Commit     Abort      Details
    1. com.sap.security.core.server.jaas.EvaluateTicketLoginModule             SUFFICIENT  ok          false                 true      
            #1 ume.configuration.active = true
    2. com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule   REQUISITE   ok          exception             true       Authentication did not succeed.
    3. com.sap.security.core.server.jaas.CreateTicketLoginModule               OPTIONAL    ok                                true      
            #1 ume.configuration.active = true
    com.sap.security.core.logon.imp.UMELoginException:
    ObjectID handed over is 'null'!
    Guest | LOGIN.ERROR | null |  | Login Method=[uidpwdlogon], UserID=[null], IP Address=[10.64.65.191], Reason=[Authentication did not succeed.]
    USER_AUTH_FAILED

  • Time Machine fails intermittently to start backup

    I am running MBPro Retina laptop with Mountain Lion 10.8.4, with all current updates (except for the new v. 6.3 for Airport Utility, which does not work right on my machine and many others). I am using a relatively new 2GB Time Capsule for backup via a wireless connection. The connection appears to be stable (as indicated by the console log) and I do not think that issue is relevant here. I backup has been working very well for many months but started to act up several weeks ago with a intermittent error (see below).
    I get a successful backup about 1 out  3 times, so the situation is annoying  but not fully critical. I include below a listing from the console showing the relevant part of the log for a failed initation of the backup (personal information is redacted with XXXX). I have searched out error messges for the DiskMountedNotifier and have little to help isolate the problem.  Can someone help point me in the right direction??
    6/21/13 10:45:15.686 AM com.apple.backupd[7009]: Starting automatic backup
    6/21/13 10:45:16.000 AM kernel[0]: nspace-handler-set-snapshot-time: 1371825917
    6/21/13 10:45:16.844 AM com.apple.backupd[7009]: Attempting to mount network destination URL: afp://XXXX;[email protected]/Data
    6/21/13 10:45:25.400 AM com.apple.backupd[7009]: Mounted network destination at mount point: /Volumes/Data using URL: afp://XXXX;[email protected]/Data
    6/21/13 10:45:25.000 AM kernel[0]: AFP_VFS afpfs_mount: /Volumes/Data, pid 7012
    6/21/13 10:45:25.000 AM kernel[0]: AFP_VFS afpfs_mount : succeeded on volume 0xffffff81d0440008 /Volumes/Data (error = 0, retval = 0)
    6/21/13 10:45:41.127 AM DiskMountedNotifier[279]: Try #0, for SXvN, result = -600
    6/21/13 10:45:43.129 AM DiskMountedNotifier[279]: Try #1, for SXvN, result = 0
    6/21/13 10:45:43.129 AM DiskMountedNotifier[279]: launch for id = 0 NvXS event = Mscn result = 0
    6/21/13 10:46:28.636 AM com.apple.backupd[7009]: Failed to eject volume /Volumes/Data (FSVolumeRefNum: -122; status: -47; dissenting pid: 0)
    6/21/13 10:46:28.636 AM com.apple.backupd[7009]: Waiting 60 seconds and trying again.
    6/21/13 10:47:28.712 AM com.apple.backupd[7009]: Network destination already mounted at: /Volumes/Data
    6/21/13 10:48:25.199 AM com.apple.backupd[7009]: Failed to eject volume /Volumes/Data (FSVolumeRefNum: -122; status: -47; dissenting pid: 0)
    6/21/13 10:48:25.199 AM com.apple.backupd[7009]: Waiting 60 seconds and trying again.
    6/21/13 10:49:25.967 AM com.apple.backupd[7009]: Network destination already mounted at: /Volumes/Data
    6/21/13 10:50:07.809 AM coreaudiod[160]: Disabled automatic stack shots because audio IO is active
    6/21/13 10:50:10.047 AM coreaudiod[160]: Enabled automatic stack shots because audio IO is inactive
    6/21/13 10:50:22.889 AM com.apple.backupd[7009]: Failed to eject volume /Volumes/Data (FSVolumeRefNum: -122; status: -47; dissenting pid: 0)
    6/21/13 10:50:22.890 AM com.apple.backupd[7009]: Giving up after 3 retries.
    6/21/13 10:50:32.928 AM com.apple.backupd[7009]: Backup failed with error: 21
    6/21/13 10:50:32.988 AM com.apple.backupd[7009]: [SnapshotUtilities mountPointForVolumeRef] FSGetVolumeInfo returned: -35
    6/21/13 10:50:32.988 AM com.apple.backupd[7009]: Failed to eject volume (null) (FSVolumeRefNum: 0; status: -35; dissenting pid: -1)
    6/21/13 10:50:32.988 AM com.apple.backupd[7009]: Failed to eject Time Machine disk image: /Volumes/Data/Queets.sparsebundle
    6/21/13 10:50:33.064 AM UserNotificationCenter[7065]: *** WARNING: Method userSpaceScaleFactor in class NSWindow is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead.

    I have used the above to fix a Time Machine issue. I had a problem with my backup and after recovering the
    sparsebundle I still could not get the backup to run.
    The error message I had initially was
    sparse bundle could not be accessed (error -1)
    I took correctve action from these useful sites and recoved the sparsebundle
    http://www.pondini.org/TM/C17.html
    http://blog.jthon.com/?p=31
    But the message "sparse bundle could not be accessed (error -1)" just would not go away and
    In the system log I had this message repeated 3 times for each backup attempt.
    26/08/2013 21:43:27.269 com.apple.backupd[434]: Failed to eject volume /Volumes/Data (FSVolumeRefNum: -105; status: -47; dissenting pid: 0)
    The final thing I needed to do was remove /Volumes/Time Machine Backups.  I think it was dated from when my backup first got corrupted.

  • DataSocket fails intermittently with multiple NICs enabled using LV7.1

    Using LV7.1 and Datasocket v4.2, I was intermittently (but quite often) having problems reading and writing to the datasocket server (primarily from the server side). My application should read the value in the item and upon finding a specific string it should immediately follow it with a write of a default string. However, it can find the same string multiple times and not complete the write. Logging the errors from the write shows that no error is occurring. The client is not at fault because it only writes the string once every few minutes. I was able to finally show that by disabling the extra NIC on my system running the datasocket server that the connection seems to operate reliably. Both NICs
    were set to static IP addresses, but only one was connected. I do have the program writing to "dstp://localhost/UUT" as opposed to a specific IP address (not sure if it matters).
    With Labview6.1 I did not have this problem. It was only after I re-compiled my application with LV7.1 that I started having issues.

    Philip,
    I do not feel I am running out of bandwidth since I have run it successfully on 1Gbit NIC connections on a P4 2.4GHz system as well as a 10/100Gbit NIC on an old 650MHz system with LV6.1. I only do two writes per variable (on up to 8 variables) once every few minutes. I did not seem to be a re-entrant VI issue.
    I have created two VIs which should allow you to recreate the failing conditions with multiple NICs enabled. It responds very quickly with one NIC enabled, but when one or two more NICs is enabled, it gets very slow to respond and has some timeouts.
    One VI is the writer, the other is the reader. Start both VIs and start all 8 reader loops. Then you can consecutive
    ly click on all 8 sender loops. Doing this with and without multiple NICs enabled should show you the problem.
    Note: I think the issue I was talking about in earlier posts about getting multiple strings back before it wrote out "Loop" was due to the fact that the writes were not occurring quickly enough and the reads were happening multiple times. Therefore, in these VIs, I revised the read and close timeouts to -1.
    I think it would be best if you could call me so we can discuss this issue. If you can email me, I will send you my contact information if you don't already have access to it.
    Attachments:
    ReadSocket_Multiple_MSHv1.vi ‏360 KB
    WriteSocket_Multiple_MSHv1.vi ‏216 KB

  • Bonjour fails intermittently

    Bonjour networking suddenly stops working on one of our MacBooks and a Mac Mini intermittently. Other machines (MacBook Pro, AppleTV, etc.) seem to be fine all the time. Rebooting our (Verizon FiOS-supplied) router seems to fix everything most of the time but this doesn't explain why some of our machines are having trouble while others are not.
    This problem means we can't sync some programs over wifi (e.g. Things, 1Password) and screen sharing fails.
    I'd really appreciate any advice on this one, as it's driving me crazy!
    Thanks,
    Dave

    Does anyone have any ideas on how to diagnose or fix this intermittent issue?

  • Scheuled report failing intermittently With Permission Error

    Hello,
    A scheduled custom report fails some days. The user has permission to both run and schedule the report. There is no problem to view the reports neither to set up the schedule. And the schedule often runs ok, just every now and then it fails with following error.
    errdetail=oracle.apps.xdo.servlet.scheduler.ProcessingException\: Job execution failed because the user who scheduled this job has no more permission or priviledge to run the job. [REPORT_URL]\=[/*********.xdo], [USERNAME]\=[USERNAME]\r\n\********(XDOJob.java\:356)\r\n\tat org.quartz.core.JobRunShell.run(JobRunShell.java\:195)\r\n\tat org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java\:520)\r\nI saw a related document in metalink [ID 1330421.1] but it mentions about sharing the scheduler bertween two instances which I am not sure what that means. I have also checked following forum but for that user the failuer is permanent unlike in our case where its random.
    Schedule problems
    We are currently on;
    Standalone Oracle BI Publisher 10.1.3.4
    Windows 2003
    Using LDAP (MS Active Directory) as a Security Model
    Thanks for your help.

    After we restarted the services, the issue went away. (very strange)

Maybe you are looking for