HELP - Reference error

Hello,
I have a 4700 pix project I am working on now
I did not touch or move the masters of this last one but some how after referencing other pictures from other projects I all of a sudden have random pictures covered by a red layer and/or gray (on that first 4700 project only) saying "invalid format", strange, nothing has changed it is still a normal basic .jpg.
I figured there must be a link problem with the originals but it says that "there is no reference to this image"...
Of course I double checked if the masters were where they are suppose to be, they are.
I consolidated them but it tells me "no can't do, since they are not referenced"...argh!
I tried to seperately import them to see, it does the exact same thing to the second one too.
PLEASE HELP! of course this happens when I have a deadline.
Thank you in advance.
G

Great thank you !!
Rebuilding did eliminate the error, oufff!
the consequence though, is those who had that problem (still didn't figure out which ones particularly, some were modified some weren't, some were renamed some weren't, completely random to my eyes)
anyway, those disappeared from my library so I had to import them again from the original folders (outside the Aperture's system), importing them created duplicates..?? I don't get it,
I imported them saying "please don't import the duplicates" and it still did^^
Does anybody know the best way to detect the duplicates inside the Aperture Library?
I found "Duplicate Image Detector" but it crashes (due to the quantity of images to scan) and won't let me choose the files inside the Aperture Library.
Thank you again for helping out!
G

Similar Messages

  • I keep getting a "reference error:m_caFxTBobj is not defined. pleas help

    I keep getting a "reference error:m_caFxTBobj is not defined. This happens every time I go to a new tab.Please help

    Usually caused by an add-on that is either incompatible with Firefox or one that wasn't updated completely by its' developer. The former can happen when the Addon Compatibility Reporter extension is used "across the board", instead for each extension along with testing each extension.
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • StartTransmit / stopTransmit reference error on NetStream when connecting to device

    Hi all,
    I'm trying to create a P2P connection between a mobile device (Android) and a PC using the NetStream class.
    When the connection is established, the Flash Player Instance on the PC is crashing with a reference error:
    “Property startTransmit not found on flash.net.NetStream”
    I have seen the thread located located here: http://stackoverflow.com/questions/9676496/adobe-cirrus-error-on-direct-connectproperty-st arttransmit-not-found-on-flash-n
    but was not successfull in making it work with my code.
    I have tried extending the NetStream class like so:
    import com.frimastudio.cosy.util.NetConsole;
    import flash.net.NetConnection;
    import flash.net.NetStream;
    public class NetStreamProvider extends NetStream
      public function NetStreamProvider (connection:NetConnection, peerID:String)
       super(connection, peerID);
      // For AIR Android projects: when the device is put to sleep for a moment, this function will be
      // called so we need to implement it to prevent flash from crashing.
      public function startTransmit($p1:*, $p2:*):void
       COSY::console { NetConsole.WarningInternal("NetInterfaceSlot", "startTransmit", "startTransmit called"); }
      public function stopTransmit():void
       COSY::console { NetConsole.WarningInternal("NetInterfaceSlot", "stopTransmit", "stopTransmit called"); }
    and using the NetStreamProvider instead. Without success.
    Any help would be greatly appreciated.
    Thanks.
    Guillaume

    >> i suspect this is AIR-specific (probably if AIR is the sender) -- in my experience it doesn't happen with plain Flash Player.
    [Guillaume] -> Right, it does not happen on NetStreams between 2 Flash Players and 2 AIR app. Only between AIR-FlashPlayer NetStreams. Basically, after a stream is opened between AIR and Flash Player, the AIR is calling "starTransmit" on the FlashPlayer NetStream, wich is not implemented.
    >> try making an object with those method names and assign it to netStream.client
    [Guillaume] -> I tried the following:
    Implement starTransmit/stopTransmit functions in the NetStream.client object
    Implement startTransmit/stopTransmit functions in the NetStream instance (subclassed)
    Without success. Basically, it works fine if I just create a "dummy" client object for the NetStream that has those 2 functions. But If I want to use my own client it was still crashing.
    I found a work around for my problem.
    My NetStream object is sub classed as such:
    public class NetStreamProvider extends NetStream
      public var customClient:Object;
      public function NetStreamProvider (connection:NetConnection, peerID:String)
       super(connection, peerID);
       customClient = new Object();
       this.client = customClient;
       // Implement startTransmit and stopTransmit here for dummy client
       customClient.onPeerConnect = function(subscriber:NetStream): Boolean{
        var subClient:Object=new Object();
        subClient.stopTransmit=function($p1:*,$p2:*):void{
         trace("Cosy: stopTransmit called",$p1,$p2);
        subClient.startTransmit=function():void{
         trace("Cosy: startTransmit called");
        subscriber.client = subClient;
        return true;
      public function SetClient(c:Object):void
       this.client = c;
      public function OnNetStreamAsyncError(event:AsyncErrorEvent):void
    And in the stream status event handler, when the stream is ready (events "NetStream.Play.PublishNotify" and "NetStream.Play.Start") I set the correct client, which has the receive handler. At that point startTransmit was already called:
    And in the stream status event handler, when the stream is ready (events "NetStream.Play.PublishNotify" and "NetStream.Play.Start") I set the correct client, which has the receive handler. At that point startTransmit was already called:
    private function OnNetStreamStatus(e:NetStatusEvent)
    switch(e.info.code)
      case "NetStream.Play.PublishNotify":
               stream = e.target as NetStreamProvider;
               stream.SetupClient(client);
      break;
      case "NetStream.Play.Start":
               stream = e.target as NetStreamProvider;
               stream.SetupClient(client);
      break;
    At this point, i'm not blocked anymore. However, it would be good to know why, when and who are calling those functions to understand the issue. this is not documented anywhere, and might be an issue to a lot of people now that we are starting to see more and more cross-platform connectivity.
    Cheers.
    Guillaume

  • RoboHelp Server 7 Help System Errors

    Whenever I publish my RH 7 Help project to server, I check
    the RoboHelp Server Web Administrator for errors. I always get Help
    System Error "Requested file cannot be found" for a file called
    bsscfp.txt. To my knowledge, this is a control file generated
    during the publishing process. If this is the case why is an error
    being generated for a file I have no control over? Also, I find the
    Troubleshooting section of RoboHelp Server Web Administrator to be
    rather useless in correcting issues. Is there any reference
    documentation that explains some of the cryptic error messages that
    appear in the Server Web Administrator screen?

    Hi, ouque and welcome to the forum.
    Just to clarify your setup. When you say "Project pane" are
    you referring to the Configuration Manager on the server itself.
    Or, are you referring to something you are seeing from the RoboHelp
    authoring client app's Server Administration pane?
    If you have access to the actual server desktop and view the
    Configuration Manager, sometimes on a new installation, you can do
    a "refresh" and the project will show up.
    A few more questions:
    Have you tried accessing the website and does the project
    come up in the web browser?
    On what kind of web server did you install RHS7? Windows
    2003, etc.?
    Is Microsoft Indexing Services turned on?
    Apparently you were able to successfully publish your project
    to the server so there is "communication" between your desktop and
    the server I gather.
    A few more details and we'll try to help.
    Thanx,
    john

  • Dynamic Type Conflect when assigning References error in portal

    Hi Forum,
    We have one ABAP Dynpro Application which runs fine but gives "Dynamic Type conflict when assigning References" error dump after integrating it with Netweaver portal 7 SP12 by creating Webdynpro ABAP iview.
    Please help us to resolve this issue.
    Thanks and Regards
    Sudhir

    hi
    refer this article :
    How to Create Web Dynpro-Based iViews
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3e36d690-0201-0010-cd99-bfbb81bd33d9
    refer the SAP online help :
    Create a Web Dynpro iView
    http://help.sap.com/saphelp_nw04/helpdata/en/2c/00584289e59041e10000000a1550b0/content.htm
    regards,
    amit

  • HELP - JavaScript error on Rollover Image

    Hello Everyone,
    I am really enjoying working with Dreamweaver until errors
    like the following come up. Could someone please help me!!
    The error reads:
    "While executing onLoad in Rollover.htm the following
    JavaScript error occured:
    In file "Rollover";
    Reference Error: initializeUI is not defined.
    How do I solve this?????

    You can try this simple fix -
    Quit DW.
    Find this folder -
    C:\Documents and Settings\<username>\Application
    Data\Macromedia\Dreamweaver
    8\Configuration\WinFileCache-*.dat
    (these folders are normally hidden - you may have to use
    Explorer > Tools >
    Folder Options to unhide them)
    or on Mac -
    Library/Application Support/Macromedia/Dreamweaver
    8/Configuration/MacFileCache-*.dat
    and delete it.
    Restart DW. Works better?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "hmmt13" <[email protected]> wrote in
    message
    news:ekq8jc$4qj$[email protected]..
    > Hello Everyone,
    >
    > I am really enjoying working with Dreamweaver until
    errors like the
    > following
    > come up. Could someone please help me!!
    > The error reads:
    >
    > "While executing onLoad in Rollover.htm the following
    JavaScript error
    > occured:
    > In file "Rollover";
    > Reference Error: initializeUI is not defined.
    >
    > How do I solve this?????
    >
    >
    >

  • Reference error: SERVERMODEL_JSP is undefined

    I receive an error message as follows: "While executing in
    insert bar.xml, a javascript error message occurs. The error
    message reads as follows: Reference error: SERVERMODEL_JSP Error
    message occurs when opening Dreamweaver, opening a new page, or
    opening an existing page to modify it. When I click it witht he
    "Enter" key three times, it disappears.
    Please advise.
    Joe Kerenick
    Web Developer

    I would also like to mention that you posted the original message... then barely an hour later made a comment that it was still unanswered.
    In my time zone, you posted at 3:32 AM and then commented at 4:35 AM. I don't know about many people here, but I am fast asleep during that time.
    So please understand we are here to help you, not be your servants to fix your problems.

  • My macbook pro intel core duo 2 keeps restarting intermittenly. Help with error code.

    I have run a Hardware Test, and it gives the follwing error code. Can anyone tell me what this is? I recently had my logic board replaced within the last 3 months, so it shouldn't be a problem there.
    Thank you very much for any and all help.
    Error code:
    4SNS/I/40000000:TGOH-128.00

    Online references possible memory issue? Sensors?
    https://discussions.apple.com/thread/3140607?start=0&tstart=0
    Keep taking it back and they keep switching parts until the problem is gone.

  • Getting "museJSAssert: Error calling selector function: Reference Error: Web Pro is not defined".

    First off, I am not a coding person. I decided to use Muse becuse I am good with Illustrator and Photoshop.
    The sight I built: www.speedcinch.com is now getting a bunch of errors when it initially was working fine. I am using godaddy for a host and using their ftp.
    This is the error I am getting now: museJSAssert: Error calling selector function: Reference Error: Web Pro is not defined
    You can see how my sight is supposed to work at http://speedcinchcom.businesscatalyst.com/index.html
    I have no idea what to do. Please help.

    Well, if nothing else I've ascertained that it's not GoDaddy's connectivity issue, as the issue continues late into today, and it does vary a bit per the other error reports. Using FileZilla there are just a few timeouts in the log, enough to give some pause but not necessarily (according to GD) disruptive. I've checked the list of uploaded files against the Muse Export folder contents and everything is there. In fact, the site looks good, buttons work, rollovers, etc, but there are no images. Like everyone else, this has cost me time and money in the last 24 hours.
    Let's see what the good people at Adobe live chat have to say, and I'll share it with you.

  • Help with errors on opening Dreamweaver

    On opening DW (v. CS3), I get an error message that says:
    quote:
    The following translators were not loaded due to errors:
    XSLTransform.htm: has configuration information that is invalid"
    It takes a couple of times of clicking "OK" to get that one
    to disappear, then I get:
    quote:
    "While executing onLoad_in -onOpen.htm the following
    Javascript error(s) occurred: In file ""_onOpen"": Reference Error"
    onOpen is not defined.
    It also takes a few clicks of the OK button to get that one
    to disappear too.
    I also get these messages when trying to open, save or close
    individual pages.
    Not sure how much information is needed to troubleshoot this
    - but here goes:
    I have one site, all pages are based on a template
    I'm a novice, using a downloaded template which I tweaked to
    suit the needs of my agency.
    The site has been working just fine for the past 2 or 3
    weeks, this is a recent problem, and I'm not sure what I did
    immediately prior to it occurring ... I first noticed it when I
    went to open DW to make some edits to our website (www.mccainc.org)
    Thanks for any help anyone can offer!
    Vikki
    @ MCCA Inc.

    If that fails to solve the problem, then I recommend you
    contact Adobe
    directly and use one of your one-on-one support incidents.
    http://www.adobe.com/support/programs/dreamweaver/index.html?tab:contact=1
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "MCCA_Vikki" <[email protected]> wrote in
    message
    news:g4at1e$mra$[email protected]..
    > Thanks for your reply, I tried to work through the
    available solutions,
    > but I
    > can't seem to get anything to work. The error is
    occurring at startup of
    > the
    > program, and not with any particular site (I only have
    one).
    >
    > I can't locate a .dws cache file to delete.
    >
    > I'll keep trying to work on this, but if anyone has any
    other ideas in the
    > meantime, I'd love to hear your suggestions.
    >
    > Thanks!
    > Vikki
    >

  • JuseJSAssert Error calling selector function: Reference Error:'PIE' is undefined

    Since installing your new version of Adobe Muse yesterday I have not been able to get updated pages to upload to my website.  I have exported the html to my desktop and it looks right there but when I upload it to the website I get the following error message: MuseJSAssert: Error calling selector function: Reference Error:"PIE" is undefined.   I have uploaded only the updated page but then I tried uploading the whole site MANY times and it just is NOT working.  Can I go back to the prior version as I had no problems with it.  PLEASE help!  I have worked on this for two days and am tired of it and need to get my site working properly!  Thanks for your quick response!

    Whats the site URL in question? Are you uploading the site to Business Catalyst or to a third party hosting provider? Did you try uploading all site files through a FTP client like Filezilla? Is that a specific browser/version where the problem occurs?
    Thanks,
    Vinayak

  • Help with error messages

    My dreamweaver program has been running fine, until yesterday
    when I received this error message on launch:
    "At line 56 of file "C:\program files\macromedia\dreamweaver
    8\configuration\shared\common\scripts\dwscriptsExtData.js"
    Reference Error: dwscripts not defined.
    Then whenever any dreamweaver page is opened, the following
    error message appears:
    The following translators were not loaded due to errors:
    ASP.htm: has configuration information that is invalid. JSP.htm:
    has configuration information that is invalid. PHP_MySQL.htm: has
    configuration information that is invalid. XSLT.htm: has
    configuration information that is invalid.
    I've tried uninstalling and reinstalling Dreamweaver, but the
    same messages appear. Also, some of the Javascript programs I had
    running successfully on the pages suddenly no longer work...
    HELP! What should I do?

    You can try this simple fix -
    Quit DW.
    Find this folder -
    C:\Documents and Settings\<username>\Application
    Data\Macromedia\Dreamweaver
    8\Configuration\WinFileCache-*.dat
    (these folders are normally hidden - you may have to use
    Explorer > Tools >
    Folder Options to unhide them)
    or on Mac -
    Library/Application Support/Macromedia/Dreamweaver
    8/Configuration/MacFileCache-*.dat
    and delete it.
    Restart DW. Works better?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "tsfirefly" <[email protected]> wrote in
    message
    news:eh4jbq$lcc$[email protected]..
    > My dreamweaver program has been running fine, until
    yesterday when I
    > received
    > this error message on launch:
    >
    > "At line 56 of file "C:\program
    files\macromedia\dreamweaver
    >
    8\configuration\shared\common\scripts\dwscriptsExtData.js"
    Reference
    > Error:
    > dwscripts not defined.
    >
    > Then whenever any dreamweaver page is opened, the
    following error message
    > appears:
    >
    > The following translators were not loaded due to errors:
    ASP.htm: has
    > configuration information that is invalid. JSP.htm: has
    configuration
    > information that is invalid. PHP_MySQL.htm: has
    configuration information
    > that
    > is invalid. XSLT.htm: has configuration information that
    is invalid.
    >
    > I've tried uninstalling and reinstalling Dreamweaver,
    but the same
    > messages
    > appear. Also, some of the Javascript programs I had
    running successfully
    > on
    > the pages suddenly no longer work...
    >
    > HELP! What should I do?
    >

  • End Point Reference Error

    Hi,
    We are working on a project where SAP system will be integrated with Intalio BPM suite. When we try to create a sales order from Intalio, we are getting "End Point Reference Error" . We are using "BAPI_SALESORDER_CREATEFROMDATA" to create the sales order.
    When we tried with "BAPI_SALESORDER_CREATEFROMDAT2" we are not able to map the partner details to the BAPI parameters as it is not displaying the existing parameters under the "Order_Partner_In" head.
    Also it will be great if someone can provide us with the mandatory fields for "BAPI_SALESORDER_CREATEFROMDAT2" as we are not able to create the sales order with the following mandatory inputs.
    ORDER_HEADER_IN : DOC_TYPE     Sales document type
                      SALES_ORG    Sales organization
                      DISTR_CHAN   Distribution channel
                      DIVISION     Division
    ORDER_PARTNERS..: PARTN_ROLE   Partner role, SP sold-to party
                      PARTN_NUMB   Customer number
    ORDER_ITEMS_IN..: MATERIAL     Material number
    Please help us in resolving this issue.

    Hi Homiar,
    Thankx for the reply i have resolved the problem ..
    but my idoc is created with no data in it .. has only the value of the segment like
    <ORDERS04>
    - <IDOC BEGIN="1">
      <E1EDK01 SEGMENT="1" />
      </IDOC>
      </ORDERS04>
    iam not sure whr is the problem .. idoc is created with red light and it says partner profile not found but i have defined the partner profile..
    please let me know if u have any idea abt this..
    thankx,
    shree

  • Lync 2013 federation with Skype error: 'Reference error id 504 (Source ID 239)

    I have setup lync 2013, configured skype federation (http://www.techtroubleshoot.com/federate-lync-server-with-skype/) and also done Lync provisioning. Skype federation worked for a few days (2weeks) and then stopped. Currently I am getting the following
    error 'Reference error id 504 (Source ID 239)'.
    Ports are open on the firewall. I however still get the error.
    KimaniBob

    Verify from following:
    you can telnet to your sip domain on port 5061 and 443 from external and resolve of nslookup to srv record of sipfederation is correct.
    Certificate on Edge Server not expire or damaged.
    This link had similar issue, you can check it.
    http://terenceluk.blogspot.com/2013/04/unable-to-send-instant-messages-or-view.html
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"

  • [b]httpd.exe causing reference error[/b]

    Hello Everybody,
    We are having problems with iPlanet Web Server version 4.1. We have installed this on Windows 2000.
    We are getting "httpd.exe causing reference error" at the time of booting of the machine as well as at the time of starting the web server.
    We tried numerous times uninstalling and re-installing iPlanet 4.1 after clearing the registry. We even tried formatting the hard drive, set up Windows 2000 and installed iPlanet 4.1.
    But, nothing works and keep on getting the same error...
    KIndly someone get me the solution ASAP as we are working on time bound application.
    Sincerely appreciate your time and efforts in advande ...

    You may be running into this if you are using Pentium 4 machine:
    http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsunone%2F7724&zone_32=pentium%204&wholewords=on
    Try disabling the JIT first as suggested in this article and see if it helps. To disable JIT, add the following to jvm12.conf files of the instances:
    java.compiler=NONE
    Hope it helps.
    Thanks,
    Manish

Maybe you are looking for

  • Connect to MySQL

    How can I create connection between mySQL and JDBC directly without ODBC. Does JDBC provide built-in mySQL driver ? Thank you very much

  • Rejection of a purchase order or purchase requisition.

    Hello, I know this is a question that was asked many times before, but nobody was able to give a clear answer to it. The objects purchase order(BUS2012) and purchase requisition(BUS2105) do not have between their methods, the rejection. But they cont

  • Blocking sites

    are BT blocking access to torrent sites and if so why???is it up to BT to police the net or others.does this mean from now on i'll only be allowed to access sites that BT think apropriate ??? Solved! Go to Solution.

  • Translate report layouts (Shared Components)

    Hi, I create in my application PDF using shared components (Report Queries and Report Layouts) and the BI Publisher. The queries I have deposited in Report Qieries and templates in report layouts. The call is done via the URL (which appears in the re

  • Only one output on BOX QIP6416?

    The verizon guy hooked my media center pc to my box. The picture is perfect. The problem is I don't have any sound.  The tv is using the outputs on the box.  How do I get the sound to work on my media center pc?  Solved! Go to Solution.