Issue with addPartialTarget method (Pop-up window)

Hi, I am facing an issue with addPartialTarget method (pop-up window case). Please refer the thread Re: popup dialog problem
If we are using addPartialTarget method, should the managed bean be in session scope? I've set it is in request scope. It works fine with 1 user. But if we test with more than 1 user using HP mercury load runner, it is failing and giving the following exception related to partial target. What should be the solution for this issue? This is very urgent. Even after setting the managed bean in session scope, I am getting the same error as shown below:
java.lang.ArrayIndexOutOfBoundsException: -1
at java.util.ArrayList.get(Unknown Source)
at oracle.adfinternal.view.faces.renderkit.core.ppr.PPRResponseWriter._popPartialTarget(PPRResponseWriter.java:223)
at oracle.adfinternal.view.faces.renderkit.core.ppr.PPRResponseWriter.endElement(PPRResponseWriter.java:138)
at oracle.adfinternal.view.faces.ui.ElementRenderer.postrender(ElementRenderer.java:81)
at oracle.adfinternal.view.faces.ui.laf.base.xhtml.XhtmlLafRenderer.postrender(XhtmlLafRenderer.java:225)
at oracle.adfinternal.view.faces.ui.BaseRenderer.render(BaseRenderer.java:83)
at oracle.adfinternal.view.faces.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:69)
at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:346)
at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:301)
at oracle.adfinternal.view.faces.ui.composite.UINodeRenderer.renderWithNode(UINodeRenderer.java:90)
at oracle.adfinternal.view.faces.ui.composite.UINodeRenderer.render(UINodeRenderer.java:36)
at oracle.adfinternal.view.faces.uinode.UIXComponentUINode.renderInternal(UIXComponentUINode.java:177)
at oracle.adfinternal.view.faces.uinode.UINodeRendererBase.encodeEnd(UINodeRendererBase.java:53)
at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
at oracle.adfinternal.view.faces.renderkit.RenderUtils.encodeRecursive(RenderUtils.java:54)
at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeChild(CoreRenderer.java:242)
at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeAllChildren(CoreRenderer.java:265)
at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelPartialRootRenderer.renderContent(PanelPartialRootRenderer.java:65)
at oracle.adfinternal.view.faces.renderkit.core.xhtml.BodyRenderer.renderContent(BodyRenderer.java:117)
at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelPartialRootRenderer.encodeAll(PanelPartialRootRenderer.java:102)
at oracle.adfinternal.view.faces.renderkit.core.xhtml.BodyRenderer.encodeAll(BodyRenderer.java:60)
at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.delegateRenderer(CoreRenderer.java:281)
at oracle.adfinternal.view.faces.renderkit.core.xhtml.DocumentRenderer.encodeAll(DocumentRenderer.java:60)
at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeEnd(CoreRenderer.java:169)
at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
at javax.faces.webapp.UIComponentTag.encodeEnd(UIComponentTag.java:645)
at javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:568)
at oracle.adf.view.faces.webapp.UIXComponentTag.doEndTag(UIXComponentTag.java:100)
at app.App__cusadd_jspx._jspService(_App__cusadd_jspx.java:3274)
at com.orionserverhttp://Oracle Containers for J2EE 10g (10.1.3.3.0) .http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.3.0) .server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.3.0) .server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.3.0) .server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.3.0) .server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:287)
at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.3.0) .server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.3.0) .server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.3.0) .server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346)
at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152)
at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.3.0) .server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
at oracle.webcache.adf.filter.PageCachingFilter.doFilter(PageCachingFilter.java:274)
at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.3.0) .server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)
at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)
at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.3.0) .server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.3.0) .server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.3.0) .server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.3.0) .server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.3.0) .server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.3.0) .server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.3.0) .server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.3.0) .server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.3.0) .server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.3.0) .util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
at java.lang.Thread.run(Unknown Source)

duplicate
Frank

Similar Messages

  • Directory Caching issue with Cisco Jabber client for Windows

    Hi ,
    I am facing cache issue with Cisco Jabber client for Windows. If I do any change related to modification or deletion of contacts in Active Directory/ Callmanager, it does not reflect in the Jabber. Because jabber takes the contacts from the locally stored cache file in the Windows system.
    Every time I have to remove the cache file to overcome this issue, practically it's not possible to do the same with all the Widows users. As, if any employee leaves the company and still I can see his contact appears in the "Cisco Jabber client". I have not seen this issue with Android/Apple iOS.
    Is there any automated way to remove the cache file? 
    Here is the detail of CUCM,Presence and Jabber.
    CUCM version: 9.1.x
    Presence          : 9.1.X
    Jabber              : 10.5 and 10.6

    Hello
    On our environment we had to install a dedicated Microsoft Certificate Authority "just for Cisco Jabber usage" to house the
    Network Device Enrollment Service.
    Our certificate for the CUPS were generated on this Certification Authority too.
    I discussed this certificate matter with my colleagues this afternoon and nobody seems to remember how these certificates were deployed into the
    Enterprise Trust store for the users.
    But I think they asked all 400 users to accept the 3 certificates by answering "yes" to the popup instead of using a script deployed by GPO...
    I wish you success with that deployment and really hope you have a technical partner that *Knows* this subject.
    Our partner left us alone with that unfortunately.
    Florent
    EDIT: If the "Certutil script method" works, please let me know. This could be useful in our own deployment.

  • Issue with length of file paths - Windows & C++ plugin

    Hello,
    I've got an issue that just popped up on my OCR plugin I've been working on that I suspect is related to the length of the filepath.
    I'm getting the following error that is being caught and logged when trying to open a file (filename changed for security purposes):
    Error Opening File: D:\aVeryLongFilePath.pdf
    Exception info: This file cannot be found.
    The entire string, including the D:\ part, is 266 characters long. I cut down the length of part of the path one by one and it was able to open and OCR the document when the length was 259 characters.
    I know there's a MAX_PATH variable in Windows and/or there's some kind of limitation for file length. Note that I can open the file in Acrobat using File->Open and run OCR on it individually using the built-in Recognize Text function, but if I try to Recognize Text for Multiple files and choose "Add Folders", the file in question doesn't show up in the list of files to be batch OCR'd (even though it is there). Interestingly, choosing "Add Files" from the Recognize Text->In Multiple Files does work. So Acrobat itself has at least some issues opening the file using some of it's features.
    Here's how I'm opening the document:
         string pn;               // assume this is initialized, I'm just putting this here to demonstrate what type it is
         pathName = pn;
         ASAtom pathType = ASAtomFromString("Cstring");
         asPathName = ASFileSysCreatePathName(ASGetDefaultFileSys(), pathType, pn.c_str(), NULL);    
         pdDoc = PDDocOpen(asPathName, ASGetDefaultFileSys(), NULL, true);
    Is there a way around this problem?
    Thanks.

    Yes, you are hitting the MAX_PATH on certain versions of Windows.   The only workaround would be to see that the file is "a very long path" and then break up the pathname construction into multiple pieces (perhaps the containing directory and then the file itself).  The other option is don't use Cstring to construct, use the Unicode variant.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Mon, 7 Nov 2011 15:43:33 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Issue with length of file paths - Windows &amp; C++ plugin
    Issue with length of file paths - Windows & C++ plugin
    created by zephed56<http://forums.adobe.com/people/zephed56> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4012710#4012710

  • Issue with font files on japanese Windows 8 OS

    We are currently facing an issue with the fonts on japanese Windows 8. While doing a normal compilation of a painter screen that is part of our application we are facing compilation issues on japanese version of Windows 8. The same operation goes perfectly
    fine on english version of winodws 8. While investigating the compilation issue, we could figure out that manually reinstalling msgothic.gcc files  at times helped in successful compilation of painter screen file. Could you please help us understand
    the exact impact of manual reinstallation. Also please advise on how to address this issue.
     Please keep us posted about why there is difference in between windows 8 japanese and english versions from the gothic files perspective.
    Thank you,
    Sreelatha.

    Hi Sreelatha,
    For issues about your OS, please reopen a new case on MS Answers
    http://answers.microsoft.com/en-us/windows/forum/windows_8?tab=Threads
    Regards,
    Barry Wang
    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.

  • Cannot select a music into slideshow and book slideshow presentations. In the older Mac this was easy. With new Mac OS X 10.6.8 it should work as I can stop the slideshow with cursor but pop up window for choosing music is dead. I cannot drag music into i

    Cannot select a music into slideshow and book slideshow presentations. In the older Mac this was easy. With new Mac OS X 10.6.8 it should work as I can stop the slideshow with cursor but pop up window for choosing music is dead. I cannot drag music into it. Preselected music just goes on.

    I am talking about iPhoto. In my old Mac even in Books choosing slideshow gives a pop up where you can select a music from I tunes library. In this new one I can stop the slideshow with cursor and it shows music option but it is, as I said dead. Does not response at all to commands.

  • Are there any issues with itunes where as certain windows looks like a PC in safe mode?

    are there any issues with itunes where as certain windows looks like a PC in safe mode?

    Check your trash. I had some old uninstalled files in there. Deleted and restated itunes. seems to work.

  • HP Pavilion 15t Issues with Limited Internet Connectivity on Windows 8

    So, I just received my new HP Pavilion 15t-e000 CTO Notebook PC last week, it runs Windows 8, &amp; it's a 64 bit.
    The only problem I've had is staying connected to my wireless Internet. The connection will cut out at random intervals saying "Limited" instead of "Connected". I constantly have to disconnect and connect to my wireless Internet. It is especially frustrating when I am trying to download something that takes longer than a couple of minutes because the Internet connection cuts out and I have to start the process all over again.
    I have tried pretty much every "fix" people have posted that have worked for some people. No such luck for me. Sometimes it seems like it will stay connected and then I try to connect to a web page or download something and it goes out again.
    - Turning off the "Allow computer to turn off this device to save power" under Power Management in the Properties section of my Wireless connection.... DID NOT WORK
    - Using the command prompt to reset the network adapter ... DID NOT WORK
    - Running the Network and Internet and whatever else Troubleshooters ... DID NOT WORK ***Update: If I run the network connection test via the HP Help/Support center on my desktop while the connection says Limited, I receive the notice that the "default gateway was not available" and the router was reset and issue fixed, etc. BUT, if I run the test while the wireless says Connected, the test always says there is no problem. And even though the test "fixed" the issue, it didn't because the Internet always cuts out again.
    - Windows Updates has installed new updates a few times ... DID NOT WORK
    - Forgetting the Wireless Network and Setting it Up as a new one again ... DID NOT WORK
    - Using my computer right next to my wireless router ... DID NOT WORK
    The wireless router being used is: Cisco Linksys Wireless-G 2.4GHz Broadband Router and our network is WPA with a security code. We also have a SpeedStream DSL Internet thing (sorry, I don't know what it is called). The compatibility center says this router is compatible with Windows 8 by the way. Other computers running Windows 7 and Windows Vista, iPhones, and iPads all work fine.
    My laptop uses Intel(R) Centrino(R) Wireless-N 2230 and the light is on and it always says "device is working properly" in Properties.
    Any help or suggestions would be greatly appreciated because I am at my wits end.
    Thanks
    This question was solved.
    View Solution.

    So, it seems my issue with the Limited Internet connection has been resolved. I didn't use my computer for two days and this afternoon when I turned it on I was still having issues. However, I went into the HP Support Assistant and it popped up that I had some updates to download and install, so I let it do its thing. It took a while because the Internet kept cutting out, but once the update for the Intel Wireless finally installed, my connection has STAYED CONNECTED. Finally!
    I don't know why when I went into the wireless properties it said "device is working properly" and when I tried to Update the driver it said "your driver is the latest version" or whatever.
    I suggest you go to the HP Support Assistant and check for updates in the "Updates and Tune-Ups" section. It was kind of random, but knock on wood my Wireless connection issue looks to be gone.
    Hope this helps
    P.S.
    Here's a screen shot of what the HP Support Assistant (it is the one with the big question mark logo) main screen looks like :

  • Any Invalid Serial Number Installation Issue With PSE 12 - PE 12 Windows or Mac ?

    http://forums.adobe.com/message/5711110#5711110
    Today I went from Photoshop Elements 12 and Premiere Elements 12 tryouts to the purchased boxed versions that came with two installation discs. One of the discs was for Photoshop Elements 12 and Premiere Elements 12 Windows and the other for these versions on Mac.
    On Windows 7 Professional SP1 64 bit desktop computer, I was hit with Invalid Serial Number for the installation of Photoshop Elements 12 which I did first. Tried 4X, double and triple checking to make sure this was not "user error". It was not. On the 5th try, the purchased serial number was accepted and the installation went to a successful completion.
    Tonight a friend alerted me to reports of similar happening for a lot of Photoshop Elements 12 Mac users. See the link posted at the top of my post.
    At no time did I see this problem with Premiere Elements 12 installation from the same disc as for Photoshop Elements 12 installation.
    Afterward, I installed these programs with the same installation disc on my laptop computer Windows 8 64 bit, I did not have any problems with either installation.
    At this time, I do not know if this Invalid Serial Number is elusive to Photoshop Elements 12 or not.
    If anyone is experiencing this problem with Premiere Elements, please let us know.
    From the link above, it would appear that Adobe is working on the issue.
    Thanks.
    ATR

    shikha
    Thanks for the reply.
    In my case, I had the network firewalls and anti-virus disabled when I did the installs of Photoshop Elements 12 and Premiere Elements 12 on Windows 7 64 bit as well as Windows 8 64 bit.
    I was fortunate in that a 5th try of the serial number entry for the Photoshop Elements 12 install on Windows 7 64 bit was successful, so I did not have to do the computer restart and retry of the install with the purchased serial number. But, good to keep in mind, just in case.
    It is ironic...last time around I got caught up in the Shared Technologies issues with Photoshop Elements 11 and Premiere Elements 11 on Windows 8 64 bit, not Windows 7 64 bit. But, in that case, I did find my way eventually to a successful install on Windows 8 64 bit. This time around it was Windows 7 64 bit where the glitch occurred, but, for me, only for Photoshop Elements 12.
    But, could you clarify...are you generalizing that Photoshop Elements 12 Mac Invalid Serial Number is due to server issues and Invalid Serial Number encountered by Photoshop Elements 12 Windows is  "online - due to some firewall or network issues"?
    Just getting prepared for if and when more questions on Invalid Serial Number might pop up in this forum.
    Thanks.
    ATR

  • Are there issues with running CS 6 on Windows 8? (NOT the CC edition)

    I'm looking at getting a new computer and am wondering what issues I'll have using my CS6 suite if I get a Windows 8 machine. I know that the Creative Cloud versions are compatible, but what about the 'old' software?

    So, it seems my issue with the Limited Internet connection has been resolved. I didn't use my computer for two days and this afternoon when I turned it on I was still having issues. However, I went into the HP Support Assistant and it popped up that I had some updates to download and install, so I let it do its thing. It took a while because the Internet kept cutting out, but once the update for the Intel Wireless finally installed, my connection has STAYED CONNECTED. Finally!
    I don't know why when I went into the wireless properties it said "device is working properly" and when I tried to Update the driver it said "your driver is the latest version" or whatever.
    I suggest you go to the HP Support Assistant and check for updates in the "Updates and Tune-Ups" section. It was kind of random, but knock on wood my Wireless connection issue looks to be gone.
    Hope this helps
    P.S.
    Here's a screen shot of what the HP Support Assistant (it is the one with the big question mark logo) main screen looks like :

  • SAP printer issue using output method store in windows

    Hi,
    Here is my issue:
    I created a printer in SAP in t-code SPAD.  The host spool access method is C, direct operating system call. The host printer (windows printer) has an output method «store», which means that the printing request is stored in the printer and the user needs to release the printing job directly on the printer using a password.
    If we use printer LOCL_LOCAL, this works correctly, i.e. the printing job is sent in the printer memory and the user release it with his password
    If we use a printer with an access method C, the printing job bypass the output method store and the job is printed immediately.
    Any idea why the acces method C is not working for output method «store» in Windows?
    Thanks,
    Julien

    ideally it should work if the spool work process of the SAP System and the host spool system (operating system spooler) are on the same host. is this the case?
    check [http://help.sap.com/saphelp_nw70/helpdata/en/4f/9c033cff903105e10000000a114084/content.htm]

  • Issues with itunes 10.5 on Windows 7 (32 Bit) When Trying to sync iphone 4S or older

    I see a lot of people out there, specifically windows OS owners (xp all the way to 7), having issues with iTunes 10.5.  Here are the following issues I've encountered (some may only have one problem, others my have a combo pack of problems).
    1. iphone 4S or older won't sync or backup
    2. iTunes store won't open
    The issue I found after using the diagnostics tool in iTunes (which is useless in identify scripting issues or major communication issues), reviewing the windows event log, and reinstalling all apple software and components, was the fact that my spyware and anti virus software was causing a communication error within apple's software.  I use spyware doctor with anti virus.  I had to uninstall spyware doctor in order for iTunes 10.5 to work.  After that, everything worked well and I did a clean install of spyware doctor.
    If the issue still persists, you might have to reset your internet protocol (TCP/IP).  You have to run a command prompt as an administrator and enter the following: netsh winsock reset
    Visit this Microsoft link for more info about resetting your IP:  support.microsoft.com/kb/299357    
    Finally words:  Apple, like all other software companies, continually encounter software glitches and issues because they don't test products correctly before bringing them to market- this has been a reoccurring theme for the last 2-3 years.  The most important aspect of using any software should be functionality, efficiency, ease of use, and above all "A Positive End User Experience."  Wasn't that Steve Job's mantra?  We can all hope that Apple embraces his philosophy and vision for the many years to come.  This, above all, is not a great start for Apple moving forward without their true inspirational leader. 

    Here is what worked for me for both 10.5 and 10.5.1 after hours of frustration with Itunes stopping and shutting down in the middle of a sync or tranferring Apps downloaded on my Ipad2 or Iphone 4:
    Start iTunes in iTunes Safe Mode:
    1.  hold down the Shift and Control key together and click to start iTunes.
    2.  when you see the iTunes icon in the task bar, click on it.
    3.  you will get a box that says "iTunes is running in safe mode.  Visual plug-ins you have installed have been termporarily disabled."   [I don't know what plug-ins I installed but you should clearly see that these so-called visual plug-ins are likely the cause of your issues];
    4. click Continue to open iTunes.
    You could already have your device connected to your computer or do it after opening iTunes in its safe mode.
    Now press your sync button and everything should work fine.
    I also disabled Genius in iTunes preferences but I'm not sure if this is one of the issues causing these types of problems.
    I hope this works.  This may be the workaround for all of us Windows 7 64-bit folks.

  • Wierd issue with Sound Blaster Z and Windows 8.1

    I have just started having an issue with my sound card. For the past year it has been working perfectly fine with no issues. There have been no recent changes to the computer, but within the past week, if I am in the middle of a game or listening to music, the computer will once a day lock up, I then have to restart the computer. After it restarts, the right speakers, and only the right will not work, Center, Subwoofer, and Left side speakers work 5.0. I then go the Sound Blaster Z-series control panel and re-enable the surround sound. At this point the Center and Subwoofer cease to work, but the right side works perfectly fine. After a couple of resets the center and subwoofer still do not work. I then have to go to the back of the computer and change the cable for the center / subwoofer from left most to the second left most (as looking at the back of computer from the top side). It will work fine this way with all speakers working, for roughly a day then it will lock up again. I have to go through the same process, but move the cable from the second left most to the left most output for it to work again. I tried for the past two days to troubleshoot by removing all the software and creative drivers. Same issue after reinstalling with a fresh driver set. Any help, because this is completely annoying.
    System Stats:
    ASUS P6T Deluxe Motherboard
    Intel Core i7 965 CPU
    Corsair Dominator 3x2 GB
    Intel 520 SSD 120 GB
    Samsung Evo 840 SSD 250 GB
    WD 500 GB (x2)
    XFX Radeon HD 7770 (X2)
    Sound Blaster Z
    Windows 8.1 Pro 64 Bit
    Thank You,
    Michael Mastro II

    Considering that there is already a ca0132 driver for linux, which was made to support chromebook pixel laptop. It should not be hard for creative to make that driver compatible with discrete cards and motherboards that make use of that chip. But Creative seriously dropped the ball on users and does not care about them. I do not understand this, because all previous creative cards are supported in linux. Steam OS and steam boxes are around the corner and Creative is missing a big opportunity.

  • Issue with user running Outlook on Windows XP

    We are having an issue with many of our users who have had their sent items disappear from Outlook. We are running Exchange 2010 SP2 with Rollup 8. All users on Windows 7 appear to be working fine, it is just users on XP that are having the issue. All
    PCs are SP3 with updates applied. The messages were there previously, but the Sent folder shows empty as of Monday. They show correctly in OWA, it is just in Outlook itself that is the problem. If we enable cached mode the items populate, but our standard
    policy is to run online with no local PST. We have tried running Outlook with /clearviews and in Safe Mode, but this does not resolve the issue.

    Hi
    Cached mode will use an OST file not a PST file.
    If you remove the contents from the folder and add a new profile does it work? Are you planning on upgrade to SP3 on exchange 2010?

  • Issues with headphones and speakers under Windows

    Sound Card: Sound Blaster Li've! Value (Came with an older Gateway PC)
    OS: Windows XP Professional with SP2
    Problem:
    When installing Windows XP on a clean dri've(Fresh Install) I am unable to get sound from my speakers and headphones at the same time. After numerous testing I've determined that this is simply a Windows XP/SB Li've Value issue of some kind.
    My temporary fix for this has simply been to switch my headphone and speaker plugs on my sound card with each other and go under the sound properties and turn off Digital output. Not a big deal just annoying having to do this.
    I've had this card installed with Windows ME on my system and Windows 2000 and did not have this issue as described above. I simply turned on digital output plugged in both my headphones and speakers to the back of my sound card and had sound from both with no problems what so ever.
    I read somewhere that switching the devldr.exe (which I actually tried) that was installed with windows over to the devldr.exe on the XP setup cd. This actually worked for a moment. Once I rebooted I no longer had sound from both my speakers and headphones.
    What I'm wondering is if I could switch the devldr.exe with either the Windows ME version (not sure if it uses the file) or with the Windows 2000 version would this fix my problem, or has anyone had this problem and found a solution other then what I have stated?
    Thanks

    Snagglepus,The forums are intended for the Community to assist each other, rather than Creative directly. We have Technical Support available by phone and e-mail that can assist anyone that wants help from a Creative technician.
    Switching files from different OS's wouldn't be supported by Creative (or Microsoft, normally), but if someone from the community has tried this they may be able to advise if it worked for them. Perhaps give it a little more time for people to reply, the forums are new.
    You didn't mention what kind of speakers you have connected to the system, this may help anyone that wants to reply to your thread.
    Cat

  • Any known issues with Flash player 9 and windows 2003 compatibility?

    Hi guys..
    Is there any known compatibility problem with running flash
    applications
    on Windows 2003 Server?
    My application runs just so well with Windows XP
    yet it throws a 2015 bitmap error
    when it is being run on the windows 2003 server.
    (Not quite often but often enough. the only difference is the
    operating
    system)
    Is there any known issue about this?
    Or could there be any compatibility problem with flash player
    and
    windows 2003?
    Any hints would be deeply appreciated...
    Thank you...

    Hyperion 32-bit Web Apps are fully compatible with Essbase 64-bit. Same with 32-bit Essbase client.

Maybe you are looking for