Another seperateframe workaround?

I'm working with seperateframe=true. I need the close the first browser window when the other window closes. I've seen the close html page but we have a lot of forms and some are modal, others are not, some are both. So trying to figure out when to call that close html page may be difficult. Plus it's one more thing we have to remember to do when creating new forms and a lot of our testing department's time will be spent verifying all the scenarios.
I've been toying around with the applet properties and javascript. I suppose someone has already looked into this since it's not posted anywhere, but is there some property of the applet that I can poll on occasion (maybe every 2 seconds or so) to see if the applet is done.
I placed a button on my basehtml page that fires off this alert (aApplet is retrieved using getElementById(...) and passed off to this method).
function alertApplet(aApplet){
        alert("active    = " + aApplet.isActive()+ "\n" +
              "doc base  = " + aApplet.getDocumentBase() + "\n" +
              "locale    = " + aApplet.getLocale() + "\n" +
              "accesskey = " + aApplet.accesskey + "\n" +
              "code base = " + aApplet.getCodeBase() + "\n\n"+
              aApplet.getAppletInfo());          
    }but none of the properties change, even after i call aApplet.destroy() except isActive() which changes all the time and isn't what I need but I was hoping it might go to null when the applet was done.
My other thought was that there might be a way to find when the Forms Developer Runtime window closes by watching the processes on the client or something like that.
Another thought was that the other window would be some kind of child of the first browser window and there might be a way to find out when it has died.
Lastly, if by chance I did determine which forms needed to call the close html file, could I automate the editing of the form using that Java API thingie for forms? Don't really need to know how, I can find that out later, just wondering if it was possible.
It seems that Oracle could have provided an event or a method that the Applet could have called when it was unloading so that it could be caught in the javascript and handled much more easily than this. I have very little js/applet experience but everything I've read tells me this could work. Is it something that could be brought to Oracle's attention so that it could be implemented in the future?
Thanks for your time(this was a rather long winded post), any help is always appreciated even though I realize this is probably more philosophical than anything else.

Just for closure. We support only Internet Explorer and Windows clients. This made this solution feasible for us but it probably won't work for most people. I thought I'd share none-the-less since this is such a sore point.
We created a VB6 wrapper around Internet Explorer. This wrapper goes to the URL for the Oracle Forms application. The app never shows IE to the end user, just a special splash screen. Once the Forms app fully loads the vb6 app grabs the handle to the window, maximizes the "forms" window then hides itself. It then waits for the "forms" window to close so that it can close itself. This effectively nutrualizes the window containing the applet. It allows us to close the "applet" window w/o editing all of our umpteen hundred forms that you can exit the application from. It allows us to hide the "applet" window from the user so they don't accidently close it prematurely or have to deal with a useless window in thier task bar.
I had to do a lot of tricky stuff to get this to work, and it does require an extra component that all the client machines have to have, but it is very light weight and doesn't require any installation on a default xp install.
Another cool thing about doing things this way is that we now have a vb app that has direct control over the window that forms is running it. This gave us some cool advantages. We are now able to fully maximize the "forms" window when the application loads so that the status bar isn't missing from the bottom(there is some bug or something that when you use set_window_property and maximize, the status bar doesn't appear).
Just thought I'd share my approach to the problem. Hit me up if you want any more information.

Similar Messages

  • Dunning Letter with dued invoices copies attached

    Hi experts.
    The client is requesting to attach to the dunning letter copies from each dunned open invoice in a contract account.
    In other words, the dunning correspondence delivered to the customer will contain:
    1. A first page, with dunning information, as a dunning letter we all use.
    2. Other pages, as much as necessary, each one for each invoice dunned. Like physical copies from original invoice.
    How should we implement this?
    Best regards.

    Hello,
    I'm not too sure whether this can be achieved via Contract Account. But you can do in another way <workaround?>
    In FPSEC1, you can create a security deposit. Here you can upload the scanned documents.
    As security deposit you post would be a statistical posting <no posting to GL>, it should not be an issue to you.
    Or else alternatively if you have CRM also in your project, you can get this done by them. In T-Code CIC0/CICO, one can view the correspondence letters <I remember that you need to have a 'Z' program for this..check with your CRM colleagues>.
    Rgds
    Rajendra

  • Problem in RAR Background Jobs

    Hi Experts,
    We are facing a problem during Batch Risk Analysis-
    Batch Risk Parameters-
    System- RP1
    Options-
    User
    Role
    Profile, Critical Actions and Role/Profile Analysis
    Management reports
    User and Role permission Level risks analysis run fine, but at User Critical Analysis after 44% Systme is throwing an error-
    Error log-
    Jul 23, 2009 4:02:45 PM com.virsa.cc.xsys.bg.CriticalTcdRoleAnalysis deleteExistingData
    INFO: Job ID:371 Critical Role/Profile data deleted
    Jul 23, 2009 4:02:45 PM com.virsa.cc.xsys.riskanalysis.AnalysisEngine riskAnalysis
    INFO:  Job ID:371 : Exec Risk Analysis
    Jul 23, 2009 4:02:45 PM com.virsa.cc.xsys.riskanalysis.AnalysisEngine riskAnalysis
    WARNING:  Job ID:371 : Failed to run Risk Analysis
    com.virsa.cc.dataextractor.dao.DataExtractorException: Cannot extract data from system (ECC Production System); for more details, refer to ccappcomp.n.log
         at com.virsa.cc.dataextractor.bo.DataExtractorSAP.searchUser(DataExtractorSAP.java:551)
         at com.virsa.cc.dataextractor.bo.DataExtractorSAP.userIsIgnored(DataExtractorSAP.java:529)
         at com.virsa.cc.xsys.meng.MatchingEngine.matchCritRoleProf(MatchingEngine.java:1203)
         at com.virsa.cc.xsys.riskanalysis.AnalysisEngine.performCriticalRoleAnalysis(AnalysisEngine.java:3634)
         at com.virsa.cc.xsys.riskanalysis.AnalysisEngine.riskAnalysis(AnalysisEngine.java:320)
         at com.virsa.cc.xsys.bg.CriticalTcdRoleAnalysis.performBkgTcdAnalysis(CriticalTcdRoleAnalysis.java:244)
         at com.virsa.cc.xsys.bg.CriticalTcdRoleAnalysis.loadAnalysisResult(CriticalTcdRoleAnalysis.java:78)
         at com.virsa.cc.xsys.bg.BatchRiskAnalysis.performBatchSyncAndAnalysis(BatchRiskAnalysis.java:1407)
         at com.virsa.cc.xsys.bg.BgJob.runJob(BgJob.java:427)
         at com.virsa.cc.xsys.bg.BgJob.run(BgJob.java:284)
         at com.virsa.cc.xsys.riskanalysis.AnalysisDaemonBgJob.scheduleJob(AnalysisDaemonBgJob.java:249)
         at com.virsa.cc.xsys.riskanalysis.AnalysisDaemonBgJob.start(AnalysisDaemonBgJob.java:81)
         at com.virsa.cc.comp.BgJobInvokerView.wdDoModifyView(BgJobInvokerView.java:444)
         at com.virsa.cc.comp.wdp.InternalBgJobInvokerView.wdDoModifyView(InternalBgJobInvokerView.java:1236)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doModifyView(DelegatingView.java:78)
         at com.sap.tc.webdynpro.progmodel.view.View.modifyView(View.java:337)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doModifyView(ClientComponent.java:481)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doModifyView(WindowPhaseModel.java:551)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:148)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         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)
    Jul 23, 2009 4:02:45 PM com.virsa.cc.xsys.bg.CriticalTcdRoleAnalysis deleteExistingData
    INFO: Job ID:371 Critical Action data deleted
    Jul 23, 2009 4:02:45 PM com.virsa.cc.xsys.riskanalysis.AnalysisEngine riskAnalysis
    INFO:  Job ID:371 : Exec Risk Analysis
    Jul 23, 2009 4:02:45 PM com.virsa.cc.xsys.riskanalysis.AnalysisEngine performActPermAnalysis
    INFO:  Job ID:371 : Before Rules loading,  elapsed time: 0 ms
    Jul 23, 2009 4:02:45 PM com.virsa.cc.xsys.riskanalysis.AnalysisEngine performActPermAnalysis
    INFO:  Job ID:371 : Analysis starts: SUHAILS
    Jul 23, 2009 4:02:45 PM com.virsa.cc.xsys.meng.MatchingEngine matchActRisks
    WARNING:  Error :
    com.virsa.cc.dataextractor.dao.DataExtractorException: Cannot extract data from system (ECC Production System); for more details, refer to ccappcomp.n.log
    Have anyone experienced same issue? Please suggest what could be the reason and solution.
    Thanks,
    Sabita

    Hi, I had included this reply in another thread with relatively the same issue:
    In the Configuration tab (Additional Options), do you have "Enable Offline Risk Analysis" set to "Yes"?
    If yes, the error could occur because of updating the conflict permission details in the offline table VIRSA_CC_PRMVL. I believe this will occur in users who are assigned to big roles that contain lots of authorizations.
    As a test workaround, if you had set "Ignore Critical Roles & Profiles" to yes, you can enter those big roles into the list and run the batch risk analysis for only those users with errors.
    As another test workaround, If you had set "Consider Org Rules" to yes, set it to "No". After that, run again batch risk analysis for the users with errors.
    I agree it is not a direct solution to the problem (which I am also facing right now and dealing with SAP) but helps to identify where the problem is.
    Would be interesting to know what solution SAP had provided for your issue.

  • OLE embedded Adobe Illustrator Artwork files not rendering properly

      I'm using BroadVision's Quicksilver.  I've attempted to embed AI Artwork
    files as OLE objects (linked and not linked), but they don't render within
    Quicksilver.  After working with their support team, they came to the
    conclusion that it was an Adobe Illustrator issue because they were
    able to reproduce the issue in Wordpad (not MS Word).
      The problem can be reproduced by the following steps (tested in Vista,
    XP, & Server 2008):
    :- Open Wordpad
    :- Click Insert -> Object -> Create From File -> Browse -> Find and select a file -> Open
      Other variations on this theme encounter the same problem, including
    pasting it from the clipboard.
      If you open a Wordpad document in MS Word and embed the OLE
    object, it saves a preview of the image which is visible from Wordpad
    if you open it later on (as long as you don't link to the original; if you do,
    and attempt to update the link, the preview image will go away).  However,
    subsequent alterations of the OLE object don't show up in Wordpad -- rather,
    the image that was rendered in Word continues to be displayed (unless, of
    course, you open it in MS Word again and re-save after the link is updated).
      It appears the support team at another company encountered a user
    experiencing the same or similar issues with their product, but on
    Illustrator CS2 as opposed to CS4:
    http://www.graphpad.com/faq/viewfaq.cfm?faq=1309
      Unfortunately, the "export to another format" workaround won't suffice.
    We're working with thousands of Illustrator artwork files that need to be
    version controlled, and other technical documents will link to the same
    Illustrator file.  When an AI file is updated, all technical documents
    need to use the altered version; linking to an exported version of the
    file just creates one more link in the chain that can create problems
    or confusion.
      Even if the version control stuff wasn't an issue, exporting to other
    formats seems rather limited.  If we export to other formats (eg, pdf)
    the images render poorly compared to what they look like in AI.
      We've tried a number of things to work around this:
    * Make sure AI [is/is not] already running
    * Rasterize paths
    * Alter the size of the image in AI
    * Alter the size of the object in the target application
    * 'Save as' with a different version of AI selected (for all versions)
    * Saving as an EPS or PDF -- the former has the same rendering issue
      as AI files; the latter renders but the drawing is blocky, probably because
      the graphics are being rendered at a very low resolution and scaled up
      after the fact.
    * Looking for or changing preferences in Illustrator that might affect it
    * Altering color scheme and various other similar settings
    * CS5 trial version -- same problem as CS4
    * Save the [wordpad] document -> close -> re-open
    * Switching between 'display as icon' and displaying the image
    * Copy & paste from various sources (from AI -> Wordpad,
      MS Word -> Wordpad, etc)
      The only way I can get it to render in Wordpad (or quicksilver for that matter)
    is if I embed the AI file in a Word/RTF document, then embed that in
    the target application (which is awfully convoluted).  Furthermore, if the
    embedded Word/RTF file links to the original file, when you open the
    document containing the embedded Word/RTF it doesn't attempt to
    update from the linked AI file, just the linked Word/RTF file.
      I'm sure there's other things we've tried to resolve this, but that's what comes
    to mind right now.
      If anyone can help with this, or clue me in that it's a bug in AI, I'd sincerely
    appreciate it.
    -Brian

    Well, no offense
    -=-=-=-=-=-=-=-=-=-=-=-=-
    None taken.  I'm helping someone else solve a technical problem, I'm just not questioning their approach; I'm not a tech writer, so I'll pass your suggestions on.
    -=-=-=-=-=-=-=-=-=-=-=-=-
    (...) you are trying  to solve one hell of a crooked workflow on the wrong end and the one  fatal flaw being that you insist on using an office tool to create  layouts and expecting it to render print-ready documents.  That just  cannot work. Even the most stubborn tech writers I occasionally work  with, recognize the need for eventually firing this at InDesign/ InCopy/  Framemaker and associated server versions and fuse the imported RTF/  Word documents and illustrations based on template layouts, scripting  and rule-based formatting, which can all happen automnatically on a  server with the respective software.
    -=-=-=-=-=-=-=-=-=-=-=-=-
    I was mistaken when I described how things are version controlled.  They would prefer to embed the AI images in each document and have each document be version controlled (that is, if the image changes it should /not/ affect other documents).
    However, I wasn't mistaken when I said there are thousands of already developed AI images.  The team working with these images has already procured a volume license for Framemaker and is hesitant to purchase other software unless there's no alternative, or the time savings would justify it.  I wish I could comment on the efficacy of your suggestion, but I'm not a tech writer; I'm unfamiliar with InDesign, InCopy, and FrameMaker.
    -=-=-=-=-=-=-=-=-=-=-=-=-
    So for what it's worth, you are  probably wasting your time and resources on something that by its nature  starts out with a limited process. I'm not even sure if AI fully  supports OLE. I seem to remember having read about it not supporting  several features and commands....
    -=-=-=-=-=-=-=-=-=-=-=-=-
    -=-=-=-=-=-=-=-=-=-=-=-=-
    If we export to other formats (eg, pdf) the images render poorly compared to what they look like in AI.
    What  do you mean? If they look "bad" in Acrobat or something, then you are  simply using the wrong export settings. which is perfectly fixable.
    -=-=-=-=-=-=-=-=-=-=-=-=-
     In Acrobat the SV graphics look beautiful at any scale, but if the PDF is OLE embedded in another application it looks terrible.
    -=-=-=-=-=-=-=-=-=-=-=-=-
    If  they look "bad" within your word documents, then we pretty much return  to what I said in the first paragraph - there's a good chance it's  simply Word rendering the artwork poorly due to its limited abilities of  dealing with graphics of any kind. I would even think that manually  changing the graphics properties would improve appearance then....
    -=-=-=-=-=-=-=-=-=-=-=-=-
    I'm not an expert on OLE; I made the [potentially bad] assumption that Acrobat would be responsible for rendering the graphic when a PDF is OLE embedded, so the application making use of the object would have limited control over the quality of the image it receives (if my assumption were correct anyway).
    I know the host process can specify whether the image is rendered as an EMF or WMF image, otherwise I know very little about the OLE API and what limitations the host process can impose.
    I'll keep tinkering to see if the PDF solution can be made to work.
    In the meantime, would anyone like to make a determination as to whether this is a real bug in AI or not?
    -Brian

  • Deploying JSC Web App to SJSAS9

    Hi there,
    I have several web applications I've written in Netbeans, and they run on a SJSAS9 server. I've also written a JSC web app, and I would now like to deploy this onto the same SJSAS9 server that I've got my other web apps on.
    It is certainly stated on several SUN sites that this can be done, here for instance:
    http://docs.sun.com/app/docs/doc/819-3653/6n5s0v1qa?a=view
    I've done this, and it works other than there is no database connectivity.
    I have copied the adapter jar file, and the same jdbc jar files over to my server but no change. I can't find any meaningful error message in the logs... but when i used the EXPORT WAR file option I had to export to app server 8, because there is no option for 9. If I try registering my sjsas9 in JSC directly then it can't start or stop it...
    thanks for any help.
    Richard

    Thanks, this helped me fix my problem. First I tried adding the _init method into prerender and that fixed the first problem. The next problem I had was that the Blueprint AJAX Components were throwing an exception (pasted below). I had no luck fixing this exception, so I downloaded, built and ran Glassfish V2 b09, and everything worked, finally :-)
    To be honest this whole project I've been working on in JSC (latest final release) has been a nightmare of going from one bug to another. It has some great features but productivity wise I've lost an enormous amount of time. Every time I track down one problem/workaround, add a bit of functionality, it's another bug/workaround to find. Yeh I know I should be logging them all... I'd love to see it all hang together though, it would be so powerful. Unfortunately my company is currently reviewing IBM and Oracle's suite of Java products and I'm the one trying to persuade them to stay with the SUN tools - my job is getting harder.
    FYI, this is the stack trace coming from the AJAX components in SJSAS9.
    thanks
    Richard
    [#|2006-07-19T10:48:13.761+0100|WARNING|sun-appserver-pe9.0|javax.enterprise.resource.webcontainer.jsf.lifecycle|_ThreadID=12;_ThreadName=httpWorkerThread-8080-1;_RequestID=e1b326c6-f58a-4692-a1f7-ae17860d9bd6;|phase(RESTORE_VIEW 1,com.sun.faces.context.FacesContextImpl@340c9c) threw exception: javax.faces.el.EvaluationException: java.lang.NullPointerException java.lang.NullPointerException
    com.sun.faces.application.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:91)
    org.apache.shale.remoting.impl.MethodBindingProcessor.process(MethodBindingProcessor.java:74)
    org.apache.shale.remoting.faces.RemotingPhaseListener.afterPhase(RemotingPhaseListener.java:102)
    com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:287)
    com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:132)
    javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
    org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:397)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:184)
    com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:216)
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:184)
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:276)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
    org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:240)
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:179)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
    org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
    org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:231)
    com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
    com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
    com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
    com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
    com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
    com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
    com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
    |#]

  • I can no longer add epubs or PDFs into iBooks

    I already have a few epubs and PDFs on my computer and wanted to add them to iTunes in order to get them onto my iPad. It used to be easy enough to do. Now it does nothing. I tried to add them via the menu, I tried dragging them as well. I have Mavericks and iTunes 11.1.3 (the latest version at this current time). Is there a simple fix without having to follow a list of twenty actions such as rolling back or deleting this and moving that? Surely I'm not the only one with this simple problem?
    I would appreciate anyone's help.
    Thanks,
    Grant
    UPDATE: Disregard. It seems i Have to open the file first in iBooks on my Mac before adding it to the library in iTunes. It didn't work prior to that. Seems odd, but at least it solves the problem.

    The "for older video cards" version is a 64-bit installer for the 32-bit core application, a similar package to all previous 64-bit releases of iTunes. It is a potential workaround for any compatibility problem with the full 64-bit version of iTunes, in addition to its intended use for systems where the 64-bit version of iTunes won't work with your graphics adaptor.
    Another possible workaround is to roll back to the previous build:
    iTunes 12.0.1.26 for Windows (32-bit) - iTunesSetup.exe (2014-10-16)
    iTunes 12.0.1.26 for Windows (64-bit) - iTunes64Setup.exe (2014-10-16)
    tt2

  • Windows 7 64-bit Error -1856

    I'm running Windows 7 64-bit with QuickTime 7.6.9 installed. Whenever I try to open a QuickTime movie (.mov) I get a "Error -1856: an unknown error occurred". This seems to be a permissions issue because I can get QuickTime Player to open the file if I launch QuickTime Player as an Administrator. Is there a fix for this issue? Please don't say turn UAC off
    I encountered this issue with a QuickTime update back in May or so of this year and every QuickTime update to-date results in the same error.

    Unfortunately, running as admin is a workaround, not a fix. If quicktime is attempted to be called by 3rd party apps (not itunes) quicktime fails. And since the EXE isn't directly called, the "running as admin" workaround doesn't work.
    Many thanks for the heads up ... which sorts of third party applications are you getting that with? Adobe Creative Suite, for example?
    Another possible workaround is to run QuickTime normally in a different Windows user account on the PC. (That can dodge the troublesome ACLs causing the trouble in the usual user account.)
    So by extension, if you run the third-party app in a different user account (in which QuickTime isn't getting the 1856), does that get you past the QuickTime failure?

  • Sccm 2012 R2 Standalone TaskSequence + MDT UDI applications, coud it work

    hello, I'm trying to deploy Windows 8.1 to tablets, using a standalone media on a usb drive.
    We don't have the pxe usb/network adapter or dockings.
    I'm using sccm 2012R2 Cu3 with MDT 2013 integration, and the UDI wizard.
    During the task sequence I'm able to connect to a wireless network and then join our domain.
    Now I'd like to have some software choosen in the "Install Programs" page of the UDI, so that they wont be included in the media (no more space, 8gb usb key only) and won't be installed everytime.
    I'm getting those errors in the smsts.log:
    cannot connect with winhttp; 80072ee5
    Will retry in 4 second(s)
    cannot connect with winhttp; 80072ee5
    Will retry in 11 second(s)
    Failed to request policy assignments, hr=0x80072ee5
    Policy download failed, hr=0x80072ee5
    Process completed with exit code 2147954405
    Failed to run the action: Install Application from UDI.
    Unknown error (Error: 80072EE5; Source: Unknown)
    Is there a chance that it could work? or having a standalone media just mean that it won't check a all on the network for package or policy?
    Any suggestions, way to workaround to implement this?
    thanks a lot!

    no I know I use it already for other model actually.
    just to make sure there is no misunderstanding for others who may want to achieve the same thing it won't work in this scenario. This is from the link you provided=)
    "When the computer starts for the first time after the prestaged media has been applied, the computer starts Windows PE and connects
    to a management point to locate the task sequence that completes the operating system deployment process."
    so again for me at this point the tablets (surface pro 1, venue pro 11 and latitude 10) don't have network connectivity,
    that come later after the image is installed (but still in the task sequence)
    thanks for your answer however!
    still hoping for another solution/workaround, thanks.

  • Nothing works when i try to install adobe air. :(

    Whenever I install Adobe Air I always get this error.
    "An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator."
    I am the administrator and did the run as adminstrator option an dnothing.
    Ive deleted every folder of adobe air from
    users/appdata/local & roam
    programs86/common files/adobe
    program data/adobe
    and even deleted the keys in regedit.
    (i know the file destination arent correct, just abbreviated so you can get the jiffs lol)
    i even tries the unistall thing from the cmd prompt but i still get errors.
    after doing all that and what ive read on the forums, it still wont install
    heres my log file
    http://dl.dropbox.com/u/12982762/Install.log
    im running windows 7 64-bit
    thanks for the help

    Hi, can you try Windows Install Cleanup tool mentioned in this thread http://forums.adobe.com/thread/771325?tstart=0?
    To install this tool on Win7 64, you need to run this program in compatibility mode for WinXP SP3 (right click the exe file, Properties -> Compatibility)
    If that still doesn't work, another possible workaround is to create a new admin account and install AIR runtime with that account.

  • Specific Problem with Library Module 1:1 Preview Loading

    Hi everyone.  I've spent hours searching Google & forums for specific tips to try but I've found nothing that solved my problem.  I have a very specific problem loading 1:1 previews in Lightroom 3.3 while zoomed to 1:1.
    When I initially import a shoot (usually 3000 to 6000 images), I always render 1:1 previews during import.  My understanding is that this activity writes full-sized previews to the "Previews" folder, but I also have observed that .DAT files are created in the "Camera Raw Cache" folder.  I have my Lightroom Previews folder and my Adobe Camera Raw Cache folder on the **same** solid-state hard disk, which is dedicated to Lightroom.
    When I browse these newly-imported images in the Library module in Loupe view at 1:1 zoom, it's very zippy and fast to switch between images.  The images load without any message at a lower resolution, and then "snap" to full resolution after 0.25 to 0.5 seconds. No "Loading" message appears.
    However, once the previews have "sat around for a while", even if they are still supposedly available in the Previews folder, loading the image at 1:1 in Loupe as described takes 3-5 seconds.  Shortly after going to an image, the message "Loading..." is displayed (it doesn't say where from), and 3-5 seconds later, the full res image appears.
    This has nothing to do with changes to image settings requiring re-rendering of the preview.  These are images that I've imported but haven't browsed in a while.  I know that the previews are valid, because I can go to "Library > Previews > Render 1:1 Previews", and the task will complete within 20 or 30 seconds without re-rendering any photos after examining them and apparently finding that there are still valid 1:1 previews for all 4000 of them.  After doing this "re-render," the slow loading behavior is the same as before, because the re-render process always completes without actually updating the previews that it found are already there and presumably decided were still valid.  Discarding previews by "Library > Previews > Discard 1:1 Previews" and then trying to re-render them also does nothing, because LR3 apparently doesn't immediately delete the discarded previews, so they are picked back up again As-Is by the re-rendering process.
    If I had to guess at the reason for this behavior based on the symptoms, I would say that it seems like Lightroom is forcing itself to re-render 1:1 previews upon browsing to images that are older than a certain age (very possibly the same "30 days" after which the 1:1 previews are supposed to be discarded).
    Now, I've also observed that deleting the DAT files in the Camera Raw Cache folder has no adverse impact on load speed (which is what I would have expected to see if LR3 was looking for and loading images from this cache instead of the Previews folder).
    What this means to me is that once the image previews reach this "outdated" state, I can't get fast 1:1 browsing performance in Loupe with any reliable procedure other than manually deleting [in Windows Explorer] the entire Preview folder and then re-rendering the 1:1 previews for this shoot.  This is of course terribly inconvenient when there are recent previews that I want to save.
    Note:  I do not have any slowness under any circumstance when browsing at "Zoom to Fit".  This is only a problem when I'm browsing at 1:1 zoom (like when I'm comparing sharpness between a set of photos).
    Note:  For images with the slow behavior described, once the image has been loaded once at 1:1 zoom, it's henceforth snappy again when returning to the image (as if Lightroom was once again accepting the Preview file as valid).
    So, here's a summary:
    Previews (X:\Lightroom Catalog Previews\) and Camera Raw Cache (X:\Lightroom Cache\) are on same, dedicated, fast drive
    1:1 previews from recently-imported files load full-res at 1:1 zoom in less than 1/2 second.
    Older 1:1 previews take 3-5 seconds to load full-res at 1:1 zoom, even though the previews are supposedly being loaded from still-valid 1:1 previews in the Previews folder.
    I'm really tired, so i hope this makes sense.  I don't see how this could be a hardware problem, because I get good performance with recently-imported images.  I'm running LR3.3 on Win 7 Pro x64 with 8 GB of RAM and a 2.4 GHz Intel Core2 Quad CPU.  Never had LR3 beta installed - upgraded to 3.0 from the last 2.X version.  After upgrading, in response to this exact issue, I deleted my entire previews folder and rebuilt, but I continue to have the exact same problem on every shoot that I import.  It's most noticeable on the large shoots, because I end up having to browse at 1:1 zoom to compare a set of similar images.
    Only workaround I've found:  in Windows Explorer, manually delete the Previews folder.  Return to Lightroom and rebuild 1:1 previews.  This forces the previews to be rebuilt for all images.
    Another possible workaround I am going to experiment with: setting the Previews to "Do Not Discard", in case the defualt "Discard after 30 days" that I've used is causing or contributing to the problem.  If Lightroom is actually discarding the images after 30 days but forgetting that it had discarded them when asked to re-render 1:1's, maybe setting to "Do not discard" will bandage that problem by never discarding them to begin with.
    All right, I'm falling asleep at the keyboard.  I'm afraid to add more details as they may become incoherent.  Hope to hear some good news, as fixing this problem would make my LR3 experience so much more pleasant.
    Can anyone assist with this problem?
    - Tyson

    function(){return A.apply(null,[this].concat($A(arguments)))}
    Ian Lyons wrote:
    The behaviour after previews have been around for a while (i.e. previews for unedited images) is not normal. There have been a few other reports of similar behaviour, but no real clues as to why it happens.
    Yes - this is my problem.  Previews should still be valid, and "Library > Previews > Render 1:1 Previews" says the images are still valid, but then Loupe rebuilds them anyways.
    function(){return A.apply(null,[this].concat($A(arguments)))}
    Ian Lyons wrote:
    If everything was working correctly, the setting for discard shouldn't have any effect on whether the previews go stale or not. ...
    My understanding is that if everything were working as intended, the "setting for discard" that I was referring to (Edit > Catalog Settings > File Handling > "Automatically Discard 1:1 Previews") should be the sole determinant of whether 1:1 previews must be rebuilt for images with unmodified settings.
    For example, if I import an image and render a 1:1 preview, and if I set the "Auto Discard 1:1" setting to "30 Days", and if I make no changes to the image's settings, then I would expect that the image should render quickly (under 1/2 second) at 1:1 zoom in Loupe view for the next 30 days.  On the 31st day, I would expect the image to take longer to load as a new 1:1 preview was rendered and stored, and then I would expect this new preview to be retained for another 30 days.
    I would furthermore expect that the 30-day counter would be reset every time the image was re-rendered (i.e. if I go into Develop and change something).
    To a certain extent, this is functioning correctly on my system.  When I go to one of these "problem images" that inexplicably load slowly, returning to them subsequently is quick.  I think my problem is just, as Rob suggested, that some part of Lightroom's "brain" has wacky ideas about whether an up-to-date 1:1 preview exists or not.
    If I choose to "Never" automatically discard 1:1 previews (which is what I just switched to), then I should "Never" see unmodified images taking 3-5 seconds to "Load" at 1:1 zoom in Loupe.
    Since I just nuked my Previews folder again last night and re-rendered 1:1's overnight for a 3000 image shoot, it might be a while before I start encountering this bug again.  I will certainly post any further related experiences here and will keep checking for anyone who has further insight.
    function(){return A.apply(null,[this].concat($A(arguments)))}
    Ian Lyons wrote:
    ...we know that Lr3.4 RC fixed the manual discard bug, so, if I were you I would focus any further tests on Lr3.4RC.
    Thanks for pointing this out.  I will upgrade to 3.4RC - at least then I will be able to force a rebuild of previews from one shoot without having to manually delete the previews for my entire catalog.  I'll no longer have to throw out all the food in the refrigerator just because something smells funny.
    function(){return A.apply(null,[this].concat($A(arguments)))}
    Ian Lyons wrote:
    The DAT files are created at the same time as Library previews. However, they are only used in Develop module.
    Yes, I definitely agree with this (although, the Cache is probably also used while rendering new previews after "Quick Develop" changes in the Library module....).  I posted my observations to this effect just in case someone else wondered the same thing I did.  It is clear that the DAT files get written every time a preview is rendered for RAW file.  Rob, now that I'm thinking with a clearer mind, I think the only thing these Cached files are used for is if you "return" to recently rendered settings in Develop or Quick Develop - then, that particular combination of settings yields a match in the cache, and LR loads the image from the Cache into Previews and onto the screen.  It is logical that the cache wouldn't help us when going to new settings, because the new settings would create a partially or completely different rendering than any other combination of settings.  Adobe may be going to more advanced levels of "reusability" than this, but I'm sure this is the general state of things.
    You may want to open back up write access to that Cache folder...
    Thanks, Rob & Ian!
    So, my question, or bug report, still remains for now - why am I biting into a bag of chips marked "Fresh" and finding them Stale?  And why does it say "Paper Jam" when there is no paper jam?

  • TAB in ActiveX container does not work

    Labview overrules the TAB button if you are using an ActiveX component on a front panel. Does anyone know if it is possible to use the tab button in the IE ActiveX component?
    I’ve found several topics about this subject, but all without a solution. Maybe there is is a workaround at this moment?
    http://forums.ni.com/ni/board/message?board.id=170​&message.id=148876&query.id=38847#M148876
    Kind Regards,
    Jonas Van Otterdijk
    www.cit.be

    Greetings Jonas,
    There is no clear cut solution for tabbing inside an ActiveX component. The link below will guide you to an article that might provide with more information and another possible workaround.
    http://digital.ni.com/public.nsf/websearch/533F68C​568A2B575862570A600747462?OpenDocument
    Regards,
    Wouter
    NI Belgium

  • Problem regional formats setting

    Hi all,
    in my Dashboard I am using the SDK KPI Tile to show some values (but this problem occurs in others components too).
    In the initial view of my datasource I selected scaling factor 1,000.
    The KPI Tile should display the value 300 000 as 300 T€.
    Unfortunately this does not work when windows setting for format and region is set to German.
    Design Studio seems not to be able to handle the german region setting correctly.
    For a better understanding:
    Point and comma as decimal separator are switched in German.
    For example: 1 000 Euro and 50 Cent
    English: 1,000.50 EUR
    German: 1.000,50 EUR
    The display of values with scaling factor in the initial view is different from the design view or browser execution.
    In the initial view the display is correct (no difference for German or English Windows format settings):
    The same dashboard with the same settings in the design view:
    This is how it should look like in the browser (Windows set to English):
    On a German Windows the dashboard looks like this:
    Switching the Windows region settings to English is a workaround but not possible for every German customer as this has unwanted affects in many other cases.
    Maybe someone has an idea to solve this issue?
    Thanks
    Steffen

    Ok, I now figured out another solution/workaround.
    I checked the code of the KPI_Tile component.
    In kpitile.js the last lines deal with the format setting of the value.
    There I switched the point and comma as you can see in screenshot below.
    Now it seems to work, bur I think there should be a smarter solution as this is now fixed to the German setting, altough it should check and use the locale setting or am I wrong?
    (Unfortunately I am no Javascript expert).
    In Design Studio it looks like this:
    Steffen

  • Import Metadata Wizard not loaded

    Hi,
    I'm new to  Oracle Warehouse Builder, I want to load data from a flat file (source file) but Import Metadata Wizard not loaded after creation of flat file module or nor launch Import Metadata Wizard manually.
    It shows me the screen as in the link.
    Please guide me on this issue am i miss some thing.
    View image: Impot Metadata Wizerd
    Thanks

    I'm told on MetaLink this is not yet possible, although SQL can be used to generate the OMB+ commands needed. ...yet another kludgy workaround...

  • "poster frame" difficulties

    I open iWeb, build a page, set the poster frame, save -- go away, come back and the poster frame is gone -- all I have is a black space where it once was. What am I doing wrong and how do I correct it?

    That's been a problem for a while now. Be sure to report it to Apple via via http://www.apple.com/feedback/iweb.html. The more reports the better chance they'll work on a fix.
    A common suggested fix is to paste a still image that you want to use as a poster frame at the very beginning of the movie with Quicktime Player 7. That's because the default frame is the first frame of the movie/video. Not very elegant but does work.
    Another possible workaround is shown on this demo page: Opening Item in a New, Precisely Sized Window. There you can use any image you want as the "poster" frame.
    OT

  • Use message parameters in BAL as searchfilter and other problems

    Hi,
    I have several problems with the using of the function module 'BAL_DSP_LOG_DISPLAY' and 'BAL_DB_SEARCH'.
    1. When I'm filtering the BAL messages to display, I want to filter with a message parameter.
    I'm not able to write the information in the message context! I can't find a sample for this in the documentation.
    2. I want to build the tree of the BAL_DSP_LOG_DISPLAY with information which are not directly in the context. I have a id in the context which has a relation to a table entry the information for the hierarchy of the tree. (Structure is like: name='blabla', lvl1='X', lvl2='X',lvl3=' '). With the read callback I'm just able to get another text.
    Would it be possible to change the context and insert the "Structure" into it temporarily? Or do somebody has another idea/workaround for this problem?
    Thanks and regards,
    Hendrik

    "Yahoo Application State Plugin version 1.0.0.7" might be bad; But it could also be that you have an old version of FF(sometimes old versions don't have good Javascript handling), try downloading the [http://www.mozilla.com/en-US/firefox/firefox.html newest] one.

Maybe you are looking for