Error with Tracking

Hello Everyone,
I'm trying to build a simple object tracking using webcam which first take a snap to define ROI for the tracked object then identify it after that it can be tracked.
but when trying to test it, it didn't work as supposed and i'm done with it
 finally when stopping it, this error appeares to me
so can anyone help me with it
The VI is attached, in LabVIEW 2011
Thanks in advance
Attachments:
Object Tracking.vi ‏256 KB

Hi 32836,
It looks like the problem is that you have unwired loop tunnels in the "Stop" case of the event handler. Thus, when the stop button is pressed, the while loop terminates and the reference to the IMAQdx device is unwired, causing the error to occur. Please wire the camera and error wire through the event structure (see below).

Similar Messages

  • Unable to email Pages 5.0 doc with track changes

    In Safari, when trying to attach a Pages doc (Pages 5.0 in Mavericks) with track changes in gmail I get an "Attachment failed" error. In Chrome, I'm able to attach and send the file, but the person I've sent it to is unable to open it. Is anyone experiencing anything similar and/or has discovered a fix?
    Thanks!

    No, they get an error when they try to open it, and they do have the same version of Pages. Yes, I did end up having to export it as a temporary solution, and I don't think the track changes stayed. I was wondering if not being able to send Pages files with track changes is a common issue with Pages 5.0. If you try emailing a Pages 5.0 file with track changes, are the recipients able to open it with track changes in Pages?

  • Error With SCORM Content W Latest Version of Sun Java (1.6.0_10)

    We're getting an error with users running the more recent version of Sun Java 1.6.0_10, but not with previous versions. This happens for all our SCORM content.
    The Java logs are showing a lot of data, but the main symptoms seem to be:
    network: CrossDomainXML: connection to host <our LMS server address> denied
    LMS Error: 304 - Security exception
    and
    Error stack trace:
    oracle.apps.ota.lms.LMSException: java.security.AccessControlException: access denied (java.net.SocketPermission <our LMS server address> connect,resolve)
    and
    Returned: "false"
    *** LMSGetLastError() [Thu Oct 09 10:56:35 EDT 2008]
    Returned: "304"
    *** LMSGetErrorString("304") [Thu Oct 09 10:56:35 EDT 2008]
    Returned: "Security exception"
    Our crossdomain.xml fille is configured correctly, and also previous versions of JRE are not having the problem (the Java logs look clean).
    Does anyone have any thoughts?
    Thanks.

    Hi All
    Got a similar issue with the tracking / bookmarking of sessions - when on sun Java update 7 all is well however when update 10 or 11 is installed then SCROM session start on page 1 not the page you were on, also as expected they do not get marked as complete.
    Two things happen
    1) A small window is left for - [http://riti04.cornwall.nhs.uk:7780/ilearn/en/learner/jsp/relogin.jsp] - URL
    2) We get an Error on page - [http://riti04.cornwall.nhs.uk:7780/ilearn/en/learner/jsp/lms.jsp] - URL
    Looked for the Plugin section as per a pervious within the Java Control panel - but I'm not seeing it.
    We use iLearn 5.0 and I am begining to think we need a patch but unsure which.
    Thanks
    Stephen

  • Error with JDev StrutsExample

    please see Error with JDev StrutsExample
    thanks!

    Tracked down the way to solve the problem, although I'm not sure exactly why it happens.
    The issue is that somehow the struts .jar files are being removed from the StrutsExample/public_html/web-inf/lib directory by the process of upgrading the project from 9.0.5.2 format to 10.1.2. This may be deliberate to force the setup of the latest versions of common libraries - I don't really know, but because this is not a project in conventional JDeveloper format (the layout on disk is defined by the origional demo from Apache) things get screwed up.
    Anyway - the fix.
    Extract the zip to disk and take a backup of all the jars in /web-inf/lib
    Open the workspace in 10.1.2 and try and run.
    Once you get the error, restore the copied jars to the lib directory again. Run again and all will be fine.

  • Passivation Error with 9.0.3 Release

    I am getting a passivation error with the new 9.0.3 Release Jdeveloper. I have a page-by-page iteration set up and am selecting out of a table that has 9000 rows in it. When I first query the table I do not have any problems, but when I go towards the end I start throwing passivation errors. I run the following chunk of code:
    DcAddressView dav = (DcAddressView)this.getDcAddressView1();
    dav.setWhereClause(whereClause);
    dav.setRangeSize(pageSize);
    dav.setRangeStart(startPos);
    Row[] rows = dav.getAllRowsInRange();
    where whereClause = "1 = 1 and source_ind = '9'"; pageSize = 20; startPos = 5900
    With the whereClause used there is 5948 records in the recordset. When I debug this section of code I throw an exception as I try to setRangeStart(5900) as follows:
    oracle.jbo.PCollException: JBO-28020: Passivation error on collection DcAddressView1, collection id 0, persistent id 1
         void oracle.jbo.PCollException.throwException(java.lang.Class, java.lang.String, java.lang.Object[], java.lang.Exception)
              PCollException.java:39
         boolean oracle.jbo.pcoll.PCollNode.passivateElem(oracle.jbo.pcoll.PCollPersistable, oracle.jbo.pcoll.PCollNode, oracle.jbo.pcoll.PCollection, long)
              PCollNode.java:589
         boolean oracle.jbo.pcoll.PCollNode.passivate()
              PCollNode.java:658
         boolean oracle.jbo.pcoll.PCollection.passivateLRULeafNode()
              PCollection.java:351
         void oracle.jbo.pcoll.PCollection.checkActiveLeafLimit()
              PCollection.java:404
         void oracle.jbo.pcoll.PCollection.nodeRecentlyUsed(oracle.jbo.pcoll.PCollNode)
              PCollection.java:252
         void oracle.jbo.pcoll.PCollNode.<init>(oracle.jbo.pcoll.PCollection, oracle.jbo.pcoll.PCollNode, boolean)
              PCollNode.java:74
         oracle.jbo.pcoll.PCollNode oracle.jbo.pcoll.PCollNode.checkForSplit()
              PCollNode.java:1554
         void oracle.jbo.pcoll.PCollNode.addObject(oracle.jbo.pcoll.PCollPersistable)
              PCollNode.java:1623
         void oracle.jbo.pcoll.PCollNode.addObject(oracle.jbo.pcoll.PCollPersistable)
              PCollNode.java:1611
         void oracle.jbo.pcoll.PCollection.addElement(oracle.jbo.pcoll.PCollPersistable)
              PCollection.java:753
         boolean oracle.jbo.server.QueryCollection.fetch(int)
              QueryCollection.java:1295
         java.lang.Object oracle.jbo.server.QueryCollection.get(int)
              QueryCollection.java:831
         oracle.jbo.Row oracle.jbo.server.ViewRowSetImpl.getRow(int)
              ViewRowSetImpl.java:2619
         int oracle.jbo.server.ViewRowSetIteratorImpl.scrollRange(int)
              ViewRowSetIteratorImpl.java:945
         int oracle.jbo.server.ViewRowSetIteratorImpl.setRangeStart(int)
              ViewRowSetIteratorImpl.java:2161
         int oracle.jbo.server.ViewRowSetImpl.setRangeStart(int)
              ViewRowSetImpl.java:1726
         int oracle.jbo.server.ViewObjectImpl.setRangeStart(int)
              ViewObjectImpl.java:4718
         org.act.dcact.PageList org.act.dcact.bc.AddressModuleImpl.getAddressList(int, int, java.lang.String)
              AddressModuleImpl.java:84
         org.apache.struts.action.ActionForward org.act.dcact.SearchAction.execute(org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
              SearchAction.java:42
         org.apache.struts.action.ActionForward org.apache.struts.action.RequestProcessor.processActionPerform(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, org.apache.struts.action.Action, org.apache.struts.action.ActionForm, org.apache.struts.action.ActionMapping)
              RequestProcessor.java:446
         void org.apache.struts.action.RequestProcessor.process(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
              RequestProcessor.java:266
         void org.apache.struts.action.ActionServlet.process(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
              ActionServlet.java:1292
         void org.apache.struts.action.ActionServlet.doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
              ActionServlet.java:492
         void javax.servlet.http.HttpServlet.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
              HttpServlet.java:740
         void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
              HttpServlet.java:853
         void com.evermind.server.http.ServletRequestDispatcher.invoke(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
              ServletRequestDispatcher.java:721
         void com.evermind.server.http.ServletRequestDispatcher.forwardInternal(javax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse)
              ServletRequestDispatcher.java:306
         boolean com.evermind.server.http.HttpRequestHandler.processRequest(com.evermind.server.ApplicationServerThread, com.evermind.server.http.EvermindHttpServletRequest, com.evermind.server.http.EvermindHttpServletResponse, java.io.InputStream, java.io.OutputStream, boolean)
              HttpRequestHandler.java:767
         void com.evermind.server.http.HttpRequestHandler.run(java.lang.Thread)
              HttpRequestHandler.java:259
         void com.evermind.server.http.HttpRequestHandler.run()
              HttpRequestHandler.java:106
         void EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run()
              PooledExecutor.java:803
         void java.lang.Thread.run()
              Thread.java:484
    ## Detail 0 ##
    java.lang.ClassCastException: java.sql.Date
         boolean oracle.jbo.pcoll.OraclePersistManager.holdTableName(java.lang.String, boolean)
              OraclePersistManager.java:1096
         void oracle.jbo.pcoll.PCollManager.resolveName()
              PCollManager.java:324
         void oracle.jbo.pcoll.OraclePersistManager.createControlTable()
              OraclePersistManager.java:268
         void oracle.jbo.pcoll.OraclePersistManager.createTable()
              OraclePersistManager.java:672
         void oracle.jbo.pcoll.OraclePersistManager.insert(long, long, int, oracle.jbo.pcoll.PCollKeyInfo[], byte[])
              OraclePersistManager.java:1538
         boolean oracle.jbo.pcoll.PCollNode.passivateElem(oracle.jbo.pcoll.PCollPersistable, oracle.jbo.pcoll.PCollNode, oracle.jbo.pcoll.PCollection, long)
              PCollNode.java:543
         boolean oracle.jbo.pcoll.PCollNode.passivate()
              PCollNode.java:658
         boolean oracle.jbo.pcoll.PCollection.passivateLRULeafNode()
              PCollection.java:351
         void oracle.jbo.pcoll.PCollection.checkActiveLeafLimit()
              PCollection.java:404
         void oracle.jbo.pcoll.PCollection.nodeRecentlyUsed(oracle.jbo.pcoll.PCollNode)
         PCollection.java:252
    void oracle.jbo.pcoll.PCollNode.<init>(oracle.jbo.pcoll.PCollection, oracle.jbo.pcoll.PCollNode, boolean)
              PCollNode.java:74
         oracle.jbo.pcoll.PCollNode oracle.jbo.pcoll.PCollNode.checkForSplit()
              PCollNode.java:1554
         void oracle.jbo.pcoll.PCollNode.addObject(oracle.jbo.pcoll.PCollPersistable)
         PCollNode.java:1623
         void oracle.jbo.pcoll.PCollNode.addObject(oracle.jbo.pcoll.PCollPersistable)
              PCollNode.java:1611
         void oracle.jbo.pcoll.PCollection.addElement(oracle.jbo.pcoll.PCollPersistable)
              PCollection.java:753
         boolean oracle.jbo.server.QueryCollection.fetch(int)
              QueryCollection.java:1295
         java.lang.Object oracle.jbo.server.QueryCollection.get(int)
              QueryCollection.java:831
         oracle.jbo.Row oracle.jbo.server.ViewRowSetImpl.getRow(int)
              ViewRowSetImpl.java:2619
         int oracle.jbo.server.ViewRowSetIteratorImpl.scrollRange(int)
              ViewRowSetIteratorImpl.java:945
         int oracle.jbo.server.ViewRowSetIteratorImpl.setRangeStart(int)
              ViewRowSetIteratorImpl.java:2161
         int oracle.jbo.server.ViewRowSetImpl.setRangeStart(int)
              ViewRowSetImpl.java:1726
         int oracle.jbo.server.ViewObjectImpl.setRangeStart(int)
              ViewObjectImpl.java:4718
         org.act.dcact.PageList org.act.dcact.bc.AddressModuleImpl.getAddressList(int, int, java.lang.String)
              AddressModuleImpl.java:84
         org.apache.struts.action.ActionForward org.act.dcact.SearchAction.execute(org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
              SearchAction.java:42
         org.apache.struts.action.ActionForward org.apache.struts.action.RequestProcessor.processActionPerform(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, org.apache.struts.action.Action, org.apache.struts.action.ActionForm, org.apache.struts.action.ActionMapping)
              RequestProcessor.java:446
         void org.apache.struts.action.RequestProcessor.process(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
              RequestProcessor.java:266
         void org.apache.struts.action.ActionServlet.process(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
              ActionServlet.java:1292
         void org.apache.struts.action.ActionServlet.doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
              ActionServlet.java:492
         void javax.servlet.http.HttpServlet.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
              HttpServlet.java:740
         void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
              HttpServlet.java:853
         void com.evermind.server.http.ServletRequestDispatcher.invoke(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
              ServletRequestDispatcher.java:721
         void com.evermind.server.http.ServletRequestDispatcher.forwardInternal(javax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse)
              ServletRequestDispatcher.java:306
         boolean com.evermind.server.http.HttpRequestHandler.processRequest(com.evermind.server.ApplicationServerThread, com.evermind.server.http.EvermindHttpServletRequest, com.evermind.server.http.EvermindHttpServletResponse, java.io.InputStream, java.io.OutputStream, boolean)
              HttpRequestHandler.java:767
         void com.evermind.server.http.HttpRequestHandler.run(java.lang.Thread)
              HttpRequestHandler.java:259
         void com.evermind.server.http.HttpRequestHandler.run()
              HttpRequestHandler.java:106
         void EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run()
              PooledExecutor.java:803
         void java.lang.Thread.run()
              Thread.java:484
    Any help would be appreciated. BTW-- I have repeatedly deleted all bc4j tables from my database.

    Eric,
    We're tracking this problem as Bug#2646690. Thanks for reporting it.
    The problem is related to a change in the JDBC driver when the oracle.jdbc.J2EE13Compliant Java system property is set to the value true. When this flag is set to true, JDBC returns a DATE column from the database as a java.sql.Date object. When the flag is not set or set to false, it returns the java.sql.Timestamp type that it has always returned before.
    The workaround until we are able to fix this on our side to work with either Timestamp or Date in our code, is to add the line:
    System.setProperty("oracle.jdbc.J2EE13Compliant","false");Into the constructor of your root application module's *Impl.java class.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Comparing documents with Track Changes on

    We're currently using Acrobat Pro 8.1.6 with Word 2003 (11.8307.8221) SP3.
    We create PDFs with Track Changes on (showing).
    We're testing and will soon be implementing Acrobat 9.1.3
    Here's the issue:
    We have a large number (10,000+ documents) created in Word, with Track Changes showing.
    We create a PDF using Acrobat 8.1.6.
    As long as we continue using Acrobat 8.1.6 we can compare documents with Track Changes on.
    However, now we're moving to Acrobat 9.1.3.
    We can open these existing documents, and edit them (delete pages, add comments, etc.) but when we try to compare an 8.1.6 file that has Track Changes on, we're getting an error message:
    "These dots conform to PDF/A standards and do not allow editing. Please modify PDF/A secumenttings to allow editing and try again."
    In Word, our Adobe PDF settings DO NOT HAVE "Create PDF/A-1a:2005 compliant file" checked (for kicks we tried it with this option on and off...same results). We have also DISABLED "Enable Accessibility and Reflow with tagged Adobe PDF."
    This is only an issue taking 8.1.6 files into 9.1.3. If we create a PDF in 9.1.3 with Track Changes on, we have no problems. It appears to be a disconnect with 8.1.6 and 9.1.3.
    I've gone through the forums and the web, and cannot find this issue anywhere else.
    I can also recreate the issue at will.
    Anyone out there have any ideas? We can't recreate the old 8.1.6 PDFs in 9.1.3...too many files, too little time, too much trouble.
    Thank you!

    Open the old pdf in Pro 3.? using file open.  Under "Advanced" select "Preflight", under "PDF/A compliance" select "Remove PDF/A information" and save the pdf.  We had to do this to both old and new pdf's before we could compare without the mentioned error.  It sucks though, having to convert the documents and save them before compare.  Hope this helps!

  • Audio error with garageband and external usb audio interface

    I am using Garageband 2.0.3. under ios 8.0.2 on my iPad 3 and via camera adapter a USB audio interface Focusrite Scarlett 2i4 or a Presonus iTwo.
    When I start Garageband, it works well, the audio interfaces are recognized and I can record a track.
    As soon as I switch from instrumtent to track view, the audio path is completely disturbed and all I can hear is some noise from the speaker.
    Then I have to unplug the usb cable and plug it in again. Then audio works until I switch back to the instrument menu.
    When I use the headphone output only there is no problem with Garageband and everything works fine.
    Other applications audio applications don't show any error with each of the two audio interfaces.
    Any feedback is very much appreciated, thanks.
    Harald

    I have this exact issue.  However, I tried the Loopy app after after GB crashed and received an error message saying that core audio is not available.  Rebooting resolves but the problem repeats.  Any suggestions as to fixes?  Btw; I have no such problem with Ipad 2 and ios 7.

  • Multiple errors with SuperDrive

    I've had my G5 since late 2006 and didn't do any major change to it or to the SuperDrive (DVR-110D) since. But in the last few months, the burner has been somewhat erratic, giving me error messages and trashing DVDs. I'm still able to burn most of the discs, though.
    I've updated from Toast 6 to Toast 9 and added 4 GB of RAM, but the problem is still there. The drive will stop a few times during the burn and, most of the time, will continue to burn, but sometimes it won't. I've tried burning at 12X and 8X but no change. Since the beginning (and even with my G4), I always used Sony DVD+R and never had major trouble with them.
    Some messages I get: BUFFER UNDERRUN, POSITIONING ERROR DETECTED BY READ OF MEDIUM, WRITE ERROR, INTERNAL TARGET FAILURE and the latest INVALID FIELD IN CDB, SESSION FIXATION ERROR - INCOMPLETE TRACK IN SESSION.
    My questions are:
    -Should I update the firmware of the drive to correct the problem?
    -If the drive is dying, can I simply swap it for the latest DVR-118 and MacOS X will still see it as an "original SuperDrive" ?
    -Should I consider an external FireWire LaCie burner?
    Thanks!

    Hi-
    Since the beginning (and even with my G4), I always used Sony DVD+R and never had major trouble with them.
    Makers outsource.
    Media batches change.
    Using a different disc (Verbatim or Taiyo Yuden) is worth a try.
    BUFFER UNDERRUN
    Can be caused by too many processes running during burn, corrupt files or inadequate hard drive space.
    WRITE ERROR
    Most commonly a media error.
    INTERNAL TARGET FAILURE
    Hard drive space inadequate, corrupt or improperly prepared files.
    -Should I update the firmware of the drive to correct the problem?
    You have multiple errors, possibly multiple problems.
    You could try an update, which should help with media errors.
    -If the drive is dying, can I simply swap it for the latest DVR-118 and MacOS X will still see it as an "original SuperDrive" ?
    In OS X 10.5x, plug and play.
    In OS X 10.4x, plug and play with Patchburn.
    -Should I consider an external FireWire LaCie burner?
    No.
    This would complicate matters and should not be necessary.
    I would work on clearing drive space, repairing hard drive directories, burning after restarts, trying a different media, and a firmware update.
    If after this conditions aren't improved, you will have at least prepared the system for proper use of a new drive; i.e. hard drive free space and hard drive health are key to successful burning.

  • With track locking why does it take longer to --

    1.) With track locking, why does it say so much longer to "Save As" and to create bakcup copies of songs?
    2.) If after I lock tracks to improve performance can I unlock them for the purpose of faster "Save As" and copies?

    I found from my experience that if one deletes the freeze files to save space but does not unlock the tracks GB will not search for the files upon opening but rather will recreate the locked tracks after you click "Play".
    I just wanted to clarify that. I didn't want anyone to think GB will open a tune and then begin a search right away. It won't happen until you click play.
    Heres my reasoning for leaving the tracks locked and deleting the freeze tracks and not unlocking them before hand.
    If I leave the tracks locked and then delete the files I don't have to remember later which tracks I wanted locked and which ones I did not want locked. All I need to do is open the file and click play. Its actually more convenient. If you unlock the tracks first then delete the files you have to go back later and relock the ones you wanted. TO me thats a much easier way to remember things.
    I agree with you whole heartily when it comes to "Save As Archive". Its the only way to save.
    "Save" And "Save As" only creates a pointer to your files in and from the "Project Data" file. They do not add AIFF files taken from GB browser to the "Media" folder. Only a recorded instrument (vocal or instrument) or a file dropped into time line are saved in the media folder using "Save" or "Save As". Or in other words anything from "Outside" the GB browser.
    MIDI instruments recorded into GB are not kept in the Media folder after a "Save" or Save As" or unfortunately "Save As Archive".
    "Save as Archive" saves all the files you currently have in the GB timeline (except MIDI data) in the Media Folder. A nice, safe, sure way to know all your intended files will be there when you open your tune or burn it to a disc and return it in the future. This is why I always use it. It does of course make you .band file much larger.
    Recently I have tested the .band files for operator usefulness and error to try to alleviate the somewhat unfounded fears placed upon opening the file with the "Show Package Contents" function.
    Sure thing can go wrong if your careless when you open the .band file but its not as is clicking any of the audio file will hurt anything.
    You can play many of these files saved under "Save as Archive" with the finder.
    I have found that if you ACCIDENTLY toss out any AIFF files that were taken from the GB browser and placed into the timeline that this will not hinder your .band file from opening. GB will still open and play your file as it normally would and when you "Save As Archive " again those browser files will be replaced in the media folder. Even if you have looped them, cut them, shortened them.
    If you ACCIDENTLY toss out a file added to the timeline or a recorded instrument or vocal then your in trouble because it is gone but the GB file will still open. GB will tell you it can't find the file and ask if you want to search for it.
    Now if you Toss out your "Project FIle" then your screwed. The .band file will not open and the game is over.
    Why do I even mention all this? Not to annoy anyone or go to battle over the subject but simply to mention that I have tested every scenario and that opening the .band file and clicking around will not harm a thing. Clicking around will not harm anything or damage your file. Just leave the "Project Data" file alone.

  • Error During Track Initialization

    I created a presentation in Keynote and exported it into iDVD6. I burned the presentation with not problem. Then I had to make a change in the presentation in Keynote and now iDVD won't let me burn any presentations from Keynote. I can burn others like iMovie. So I know my burner works.
    The message is:
    There was an error during track initialization and iDVD can't continue burning the DVD. Select "Delete Encoded Assets' from the Advanced-menu and try burning this project again.
    I tried deleting the encoded assets, I've tried creating a new presentation and importing it, I tried renaming the presentation - still the same message.
    I'm using Verbatim DVD-R.
    Can anyone help?

    Suggestion:
    Drag and drop the plist for keynote as well as iDVD to the trash. Empty the trash and restart your computer. Your computer will make a new default set of preferences for each.
    com.apple.iDvd.plist
    com.apple.iWork.Keynote.plist
    Hope this helps but if not come on back.

  • RE: [Adobe Reader] when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? i

    HelloThank's for your helpsI hope this document is helpfulBest Regards,
    Date: Sun, 22 Jun 2014 17:10:17 -0700
    From: [email protected]
    To: [email protected]
    Subject:  when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? if you can help me th
        when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? if you can help m
        created by Anoop9178 in Adobe Reader - View the full discussion
    Hi,
    Would it be possible for you to share the document?
    Regards,
    Anoop
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6485431#6485431
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
         To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Reader by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

    thank's for reply and your help
    i did the step's that you told me but  i still have the same problem
                                     i have the latest v.11.0.7
    i
    i disable the protected mode

  • Odd Error with decode function in Order By Clause

    I am trying to compile a procedure and can't get around an error with a dynamic order by that doesn't make much sense to me. I can repoduce the error with a plain select statment in sql plus so I can rule out a declaration error. Here is an example with 2 numeric columns and a date column.
    select task_id, display_date, remark_id from task_list
    where task_id > 1000
    order by decode('Task_ID', 'Task_ID',Task_ID, 'Display_Date', Display_Date, 'Remark_ID',Remark_ID)
    returns the error:
    select task_id, display_date, remark_id from task_list
    ERROR at line 1:
    ORA-00932: inconsistent datatypes: expected NUMBER got DATE
    I'm not sure why this error is occuring, because it doesn't even hit the Display_Date field in the Decode statment. If I take the Display_date out of the statement, it runs properly. If I change Display_Date to To_Char(Display_Date) it also runs fine, but the sorting is incorrect. Also I'm running 9.2, and do not want to use dynamic sql to build my query. Any Ideas out there as to the cause of this error?

    I did find a workaround to this issue by breaking the decode statment into three separate statement, but I still think that the way it is written above should work, and may be a bug, or an error that I don't understand fully.
    The Order by was rewritten like this:
    order by decode(pSort, 'Task_ID',Task_ID), decode(pSort, 'Display_Date', Display_Date),
    decode(pSort, 'Remark_ID',Remark_ID);
    Thanks

  • XML Publisher Error with reports published in XML publisher

    Hi All,
    I am geting the following error with a report published using XML Publisher
    The XML page cannot be displayed
    Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
    The system cannot locate the resource specified. Error processing resource 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.d...
    How can i Rectify this?

    Hi Ark,
    In order to generate a report using xml publisher. we need the following.
    1. XML Data
    2. Template file (RTF/PDF/..)
    XML data will not be created by the template file.
    We will be required to create XML data. One of the easiest way to create xml output is using the RDF. We can change the rdf output type in the concurrent program to XML.
    Once the xml and the template is available, "XML Report Publisher" will be able to generate the output in the required format.
    Thanks,
    K.Nataraja Suthan,

  • Graphic problems/errors with Mainstage 3 and MBP (15'' 2011)

    Hi,
    I bought Mainstage 3 for my MBP (15'' 2011).
    When i click con "perform" i get graphic errors.
    I have the same issue with the old Mainstage version since Mountain Lion.
    Also a fresh installation didn't help.
    I think i'm not the only one with this issue!
    I don't know how to report a bug?
    Perhaps someone can help me.
    (and  I'm probably not the only one (see feedback in Apple Store) If you also have this problem, please add a comment with your configuration (Hardware, Software))
    /forgotten ebi
    So, here an example how it looks like when i click on "perform":

    Same configuration,same problem. BUT I found a workaround.
    Mainstage has this error with the AMD video card and/or a second monitor connected.
    With a little app (http://gfx.io)  it's possible to really force the MBPro to use the Intel Graphics card.
    This will work only with the internal screen, not with a second screen connected.
    And sometimes you need to restart, to really make the Intel video card free.
    This works fine...In the meantime of a fix.

  • Importing CD to Artist folder\Album folder\file with track number and name:

    I have a problem then importing my cd’s to my harddisk using iTunes.
    On my previous pc I got what I want, Artist folder, Album folder and file with track number and name:
    e.g.
    D:\My Music\B.B. King\Blues On The Bayou\01 Blues Boys Tune.mp3
    D:\My Music\B.B. King\Blues On The Bayou\02 Bad Case Of Love.mp3
    D:\My Music\B.B. King\Blues On The Bayou\03 I'll Survive.mp3
    But now I get:
    D:\My Music\Compilations\Blues On The Bayou\01 Blues Boys Tune.mp3
    D:\My Music\ Compilations \02 Bad Case Of Love.mp3
    D:\My Music\ Compilations \03 I'll Survive.mp3
    In iTunes my settings are Edit -> Preferences -> Advanced: iTunes Music folder: D:\My Music and checkmark in both: “Keep iTunes Music folder organized” and “Copy files to iTunes Music folder when adding to library”.
    My version of iTunes is 8.0.1.11
    Thanks in advance
    Peter

    It will depend on the album. Gracenote considers anthologies, a collection of tracks by the same artist taken from different albums, as a compilation. In iTunes the compliation setting should really only be applied to a collection of tracks by different artists.
    tt2

Maybe you are looking for

  • Bizarre Thing Word for Mac 2011 Restore Standard Fonts

    I don't know where to post this. I can't find a section for discussing Word for Mac 2011 even though a bazillion people probably use it. So I'm hoping someone who does will read this and give me some insight. I've been having a terrible time opening

  • Assets problem- AJAB problem

    Hi in AJAB its giveing this error. Can you please help me with this. 1000 ***                No year-end close is necessary for company code 1000

  • Automatic restart at SXMB_MONI

    Hello gurus, What exactly happens when any of my messages get to the state "Automatic restart" because of any temporary errors like communication failure? How is the system configured to restart these messages; parameters, background jobs? Is there a

  • Logic freezes and I can save but can't play audio?

    Logic has recently been freezing, it's fine in the sense that I can save but then I cant play audio and I have to force quit? Any suggestions? Thanks, Ian http://www.relentlessdancemusic.com/ PowerMac G5   Mac OS X (10.4.8)  

  • Adobe Reader for SPARC

    So, Adobe Reader 8.1.7 for SPARC development is dead.  There will be no new updates to this code. Is Reader 8.1.7 vulnerable to the latest issue and not updated because of end of life?  Or am I lucky, and I am okay until the next vulnerability is fou