InDesign Not seeing Packaged Changes

We're having an intermittent problem with InDesign not seeing changes made from an editors returned package.
Version:
InDesign CS3 5.0.4
InCopy CS3 5.0.4
. InDesign file is on server
. Exported InCopy files (.incx) is in a different path on same server
. "indp" packaged files were returned via email and copied to the server (tried both in location of InDesign file as well as the ".incx" files
. Proceed through normal workflow for "remote" editor, collaborating via email
. After double clicking on the returned "indp" file InDesign opens the appropriate InDesign file (if it isn't already opened) but shows no modifications in the Links or Assignments palette. The "Packaged" icon has disappeared from the assignment. Big clue here - the links of the ".incx" files are still pointing to the original, unmodified, files.
It appears that though the packaged file opens the appropriate InDesign file and tells the file that the package has returned, it does not link it's own unpackaged modified files in with the InDesign file. Is it because the double-clicking (uncompressing) of the indp file is putting the uncompressed package within the users local "Documents" folder?
I should point out that we are not having this problem consistently.
Any suggestions?
   ...Ron

Unchecking the birthdays option definitely knocked something loose - but iTunes still had old stuff listed.
I had good results with removing everything from the ~/Library/Calendars folder and emptying the trash (with iTunes & iCal) both exited. I started iCal and it was back to the default - as if I had never used it - but then for reasons I'm not totally sure of, everything showed back up. My subscriptions all reappeared and I had calendars of the same name as my subscriptions appear in the regular section. I deleted all those and then quit & restarted iCal. When I started iTunes, everything was perfect - now everything appears normally and everything syncs.
As always, YMMV.
Good luck!
-pmod

Similar Messages

  • "An autonomous transaction does not see any changes made by main transact"

    Hi,
    I'm trying to reproduce the "An autonomous transaction does not see any changes made by main transaction" reffered on :
    Oracle® Database Application Developer's Guide - Fundamentals
    10g Release 2 (10.2)
    Part Number B14251-01
    chapter 2 SQL Processing for Application Developers
    Paragraph : Autonomous TransactionsI set up a simple case...
    create table emp_ as select * from emp
    begin
      update emp_ set hiredate=hiredate+100 where empno=7934;
    end;
    create or replace trigger trg_emp_
    after insert or update on emp_
    for each row
    declare
        pragma autonomous_transaction;
        emp_var emp.hiredate%type;
      begin
        select hiredate
          into emp_var
          from emp_
        where empno=:new.empno;
        dbms_output.put_line('empno: '||:new.empno);
        dbms_output.put_line('old hiredate: '||:old.hiredate);
        dbms_output.put_line('new hiredate: '||:new.hiredate);
      end;Prior to any change...
    SQL> select empno,hiredate from emp_;
    EMPNO HIREDATE
    5498 21/4/1982
    5499 11/10/1981
    5411 10/10/1981
    5410 10/10/1982
    7369 17/12/1980
    7499 20/2/1981
    7521 22/2/1981
    7566 2/4/1981
    7654 28/9/1981
    7698 1/5/1981
    7782 9/6/1981
    7788 19/4/1987
    7839 17/11/1981
    7844 8/9/1981
    7876 23/5/1987
    7900 3/12/1981
    7902 3/12/1981
    7934 23/1/1982After the change...
    SQL> begin
      2    update emp_ set hiredate=hiredate+100 where empno=7934;
      3  end;
      4  /
    empno: 7934
    old hiredate: 23/01/82
    new hiredate: 03/05/82
    PL/SQL procedure successfully completedAccording to the Oracle doc the select of the autonomous transaction should not see the change made to the hiredate column of the table in the main transaction(in the anonymous block)....
    What may i do wrong..????
    Thank you,
    Sim

    Simon:
    As Tubby pointed out, your dbms_output commands do not display the value you selected in the trigger. Your trigger based demonstration needs to be more like:
    SQL> SELECT * FROM t;
            ID DT
             1 05-SEP-2009
             2 17-JUL-2009
    SQL> CREATE TRIGGER t_ai
      2     AFTER INSERT OR UPDATE ON t
      3     FOR EACH ROW
      4  DECLARE
      5     PRAGMA AUTONOMOUS_TRANSACTION;
      6     l_dt t.dt%TYPE;
      7  BEGIN
      8     SELECT dt INTO l_dt
      9     FROM t
    10     WHERE id = :new.id;
    11     DBMS_OUTPUT.Put_Line ('ID: '||:new.id);
    12     DBMS_OUTPUT.Put_Line ('Old dt: '||:old.dt);
    13     DBMS_OUTPUT.Put_Line ('New dt: '||:new.dt);
    14     DBMS_OUTPUT.Put_Line ('Aut dt: '||l_dt);
    15  END;
    16  /
    Trigger created.
    SQL> UPDATE t SET dt = sysdate WHERE id = 2;
    ID: 2
    Old dt: 17-JUL-2009
    New dt: 25-OCT-2009
    Aut dt: 17-JUL-2009
    1 row updated.So, the automomous transaction select did not see the changed value of dt.
    I know you are just trying to understand automomous transactions here and would never do sometihg like this in production right? :-)
    Your trigger, as written, has some interesting side effects because of the automomous transaction. For example:
    SQL> INSERT INTO t VALUES(3, sysdate - 25);
    INSERT INTO t VALUES(3, sysdate - 25)
    ERROR at line 1:
    ORA-01403: no data found
    ORA-06512: at "OPS$ORACLE.T_AI", line 5
    ORA-04088: error during execution of trigger 'OPS$ORACLE.T_AI'
    SQL> UPDATE t SET id = 3 where trunc(dt) = TO_DATE('05-Sep-2009', 'dd-mon-yyyy');
    UPDATE t SET id = 3 where trunc(dt) = TO_DATE('05-Sep-2009', 'dd-mon-yyyy')
    ERROR at line 1:
    ORA-01403: no data found
    ORA-06512: at "OPS$ORACLE.T_AI", line 5
    ORA-04088: error during execution of trigger 'OPS$ORACLE.T_AI'John

  • I backed up my iphon eto cloud but i do not see  the changes

    i backed up my iphone to the cloud, it is showing on the phone but i can not see the changes on the website

    You go to (on your phone) Settings > iCloud > Storage & Backup > Managae Storage, and select your device, and it will tell you when it was last backed up. It's also printed below the "Back Up Now" button in the Storage & Backup menu.

  • Hello, I added my library according to the documentation but still do not see your changes?

    Hello, I added my library, class according to the documentation, com.sap.mobile.platform.client.openui.extensions, but still do not see your changes, for what? Is this the correct place, what I'm doing wrong? I would like to hide the action bar when the application Agentry, will be launched. Can someone give me examples of your changes in the UI Agentry platform androich, some screenshots, files, source? Documentations? Thank you.

    Lukas,
    Open UI is not designed to give you that level of control over the application.  You cannot hide the action bar on the Agentry client through Open UI.  Nor would you want to as the client assumes it will be there and uses it.
    Open UI will allow you to extend a field control so for example instead of displaying a string field you could instead write code to display a slider control.  There are a set number of fields you can extend through OpenUI.
    I suggest looking at the source code that comes with the Open UI SDK and the associated Agentry project for how this works and is implemented in the definitions.
    --Bill

  • IPhoto does not see any changes after editing a photo in Camera Raw

    Hello everyone ,
    I have some small problem with my iPhoto. I have set up Camer Raw in iPhoto as  External Editor, so when I click on edit in IPhoto,
    automatically opens my JPG in Camera Raw. After editing in Camera Raw I'm clicking on ,,Save image" then destination is ,,Save in same location" When I go back to iPhoto to the same photo, iPhoto does not show any changes I have made in Camera Raw. 
    What could it be or should I set something in iPhoto or in Camera Raw?
    Is there a chance in order to deal with this?
    I will be grateful for any assistance and
    I'm waiting for advice
    Dawid

    Any time a RAW file is edited in any 3rd party editor from within iPhoto it MUST be saved to the Desktop and imported as a new file. There's no other way to do it.  So the photos you've edited and saved are somewhere in the iPhoto Library folder system but cannot be recognized and used by iPhoto.
    The following is geared for Photoshop and Photoshop Elements but might have some info relevant for you:
    Using Photoshop CS3 or Photoshop Elements 9 as Your Editor of Choice in iPhoto.
    1 - select Photoshop as your editor of choice in iPhoto's Advanced Preference Section's under the "Edit photo:" menu.
    Click to view full size
    2 - double click on the thumbnail in iPhoto to open it in Photoshop.  When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done. 
    3 - however, if you get the navigation window
    Click to view full size
    that indicates that  PS wants to save it as a PS formatted file.  You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    NOTE: With Photoshop Elements 9 the Saving File preferences should be configured as shown:
    Click to view full size
    s  I also suggest the Maximize PSD File Compatabilty be set to Always.  In PSE’s General preference pane set the Color Picker to Apple as shown:
    Click to view full size
    NOTE: If you want to use both iPhoto's editing mode and PS/PSE without having to go back and forth to the Preference pane, once you've selected PS as your editor of choice, reset the Preferences back to "Open in iPhoto".  That will let you either edit in iPhoto using the Edit button or Control-clicking on the thumbnail and selecting "Edit in iPhoto" or in PS/PSE by Control-clicking on the thumbnail and selecting "Edit in External Editor" in the Contextual menu.
    Click to view full size
    This way you get the best of both worlds.
    OT

  • Newbie problems, Tomcat 4.1 not seeing package

    Hello,
    New to the whole jsp development scene and I seem to be tripping up on the first hurdle. Any one with a few minutes and some patience to point me in the right direction would be greatly rewarded in the afterlife : )
    I have created 2 class files and compiled them in their package folder "shopengine".
    My directory structure for my TomCat 4.1 website is shown here:
    C:\Tomcat 4.1\webapps\ROOT\aardvark\WEB-INF\classes\com\shopengine
    where aardvark is my main site folder that contains all my jsp and html content.
    As per convention, I have put to denote that they are contained in a folder called shopengine, within a folder called com.
    I then created a simple jsp page named testpage.jsp in NetBeans 3.5.1, (see code below) and I built and compiled the page with no errors showing.
    When I open the page in my browser with TomCat running I get a message indicating that my package don't exist. - see below.
    There must be something I am not doing here that is completely missing me as everything seems to be correct.
    I have mounted the filesystem in NetBeans, but I have not turned it into a web module, is that what is wrong?
    <%@ page contentType="text/html; charset=iso-8859-1" language="java" %>
    <%@ page import="java.sql.*, java.util.*, com.shopengine.*" errorPage="errorpage.jsp" %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>Untitled Document</title>
    </head>
    <body>
    <p>This is a test page to see if the classes importing from package</p>
    </body>
    </html>
    Tomacat error as shown below:
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: -1 in the jsp file: null
    Generated servlet error:
    [javac] Compiling 1 source file
    C:\Tomcat 4.1\work\Standalone\localhost\_\aardvark\testpage_jsp.java:9: package com.shopengine does not exist
    import com.shopengine.book;
    ^
    1 error
    -----------------------------------------------------------------------------------------------------------------------------

    Don't put the aardvark directory under ROOT; put it directly under TOMCAT_HOME/webapps.
    The URL to invoke your app will be:
    http://localhost:8080/aardvark/YourJSP.jsp
    Don't forget to restart Tomcat after you've moved everything.

  • InDesign not letting me change type

    Hi,
    I'm working in a document and suddenly I can't change type size in InDesign.
    This has happened before but eventually I was able to get the ability back by closing and re-opening the file or shutting down and then re-opening InDesign.
    Today I tried all of those things plus re-starting the computer but that hasn't work either.
    What else can I do?
    Trash my preferences seems to be a suggestion I've heard for these sorts of things in the past.
    Is that applicable here?
    If so, how do I do that?
    Thanks!

    Yes, trash the prefs. See Replace Your Preferences

  • Camera Raw not seeing changes made by DPP

    I am not sure whether this is a procedure problem or capability.
    When I edit a (canon 50D) CR2 file in Canon DPP ver 3.6.1.0 and save it as a CR2 file, then open the same CR2 file in camera raw ver 5.5 it does not see any changes made by DPP  it opens up the file as an original.  All changes made by DPP are gone.
    So my question is, is there a way for camera raw to see and use the changes made by DPP.

    Thanks Gabor
    You have confirmed my suspicion,  I am aware that any changes made by DPP or most other software to raw files is only recording changes and not actually applying the changes until it is converted and saved to another format.  Was hoping that ACR would be able to read the changes.
    The reason I wanted this is I find that DPP does a better job removing noise from high ISO images then ACR, but I prefer the rest of the editing features of ACR, so what I hoped to do was to use DPP to remove noise and finish editing in ACR.
    Was just a though, thanks for the help.
    Boris

  • Not seeing my metadata changes from Light Room 3 in PSE 8

    PSE 8 is on my Mac. 
    LR 3 is on my PC.
    I make changes to my image in LR 3 then choose "Save Metadata to File", then move the JPG to my Mac. 
    Go into PSE 8 and Browse using Bridge.  Bridge *does* show my changes.  If I open in RAW editor, changes there, too.
    But if I open the file in PSE 8, no changes are there. 
    I would much appreciate it if someone could help me out.  I cannot find anything via numerous google searches.
    thanks,
    billy

    Thank you for replying and offering to help.  It is much appreciated.  Let me clarify...
    3. It is a JPG file. 
    1&2... I made several changes to my file (crop, tones, lighting, etc.) while in LR.  Then, in LR, I chose "Save Metadata to File".  When I open the file in PSE 8, I do not see any of the LR changes that I made.  Instead I see the *original* file, with none of the changes that I made in LR. 
    However, when I use Bridge to browse the file, the thumbnail does, indeed, show the changes that I made in LR.  I can tell because of the crop and drastic color/tone changes I made. 
    Moreover, if I open in the RAW editor from Bridge, the RAW editor also displays all the changes I made in LR. 
    Only when I open it in PSE do I *not* see the changes that were made in LR, even though the metadata is obviously saved to the file given the two points above with Bridge and RAW editor.
    does this clarify?  Thanks again for offering to help.
    Billy

  • Read does not see last update

    I've got multiple thread reading and modifying the same objects. Sometimes a read by one thread does not see a change made and committed by another thread. Looking at the log shows the update was done and it set the field properly. But the next read query returns the object with the old field value. Out of 100 executions this only occurrs 1-3 times. Is this a case of reading the old value from the read cache? If so, what is the best way to insure the read gets the latest version? I've tried setting the existence checking to database first and it didn't make any difference.

    Rick,
    I am going to assume this is all being done in a single JVM with a single ServerSession and thus one shared cache. If this is incorrect please correct me.
    When the scheduler commits the changes made are written first to the database and then following the commit they are made to the cache. You said the JMS messages are committed in the same JTS TX. I would verify that the JMS messages and UnitOfWork are actually being committed together.
    If all of the JTS TX stuff is right then what you are saying is that in a small percentage of cases the runner task is receiving the JMS message and reading the cached version of the objects prior to the scheduler's UnitOfWork completing its merge. This seems very unlikely given the simplicity of the changes described (but weirder things have happened, and its halloween).
    What I would check next is to make sure the runner task is forcing a refresh of the (query.refreshIdentityMapResults) and if you are using optimistic locking then configure the descriptor to onlyRefreshIfNewerVersion. Let us know if this eliminates the condition and if all of my assumptions are correct.
    Doug

  • Partial trigger set showrequired attribute to true, but on page not seeing the required 'star'?

    Hi All,
    I have a selectonechoice dropdown list and a input field, i want when the second item of dropdown list selected then the showrequired attribute of the input field was set to false, if the first item selected then the showrequired set to true. I also want to see the 'star' sign which indicates the showrequired attribute visually can be seen show and disappeared.
    I am using a autosubmit enalbed selecteonechoice and a partialtrigger (set the dropdown's id), but on page I didn't see any visual change : the 'star' sign is now showing or disappearing at all. Should it work? Or it's working but on page just not calling related CSS to show/hide the star sign? BTW I am using an el express for the showrequired attribute:  showRequired="#{bindings.ReferenceValue1.inputValue eq 0? true: false}"
    I also tried set the showrequired attribute in java method that listen to the dropdown list's onchange event, but still visually I am not seeing any change.
    I did:
          comConEditBankName.setRequired(false);
          comConEditBankName.setShowRequired(false);
    Could anyone point out my mistake here or give some guide?
    Below are the jsf codes:
                                                    <af:selectOneChoice value="#{bindings.ReferenceValue1.inputValue}"
                                                                        label="Invoice Template"
                                                                        required="#{bindings.ReferenceValue1.hints.mandatory}"
                                                                        shortDesc="#{bindings.ReferenceValue1.hints.tooltip}"
                                                                        id="soc2"
                                                                        binding="#{home.invoiceTemplate}"
                                                                        visible="false"
                                                                        autoSubmit="true"
                                                                        valueChangeListener="#{home.invoiceTemplateOnChange}">
                                                        <f:selectItems value="#{bindings.ReferenceValue1.items}"
                                                                       id="si2"/>
                                                    </af:selectOneChoice>
    <af:inputText label="Bank Name" id="it12"  showRequired="#{bindings.ReferenceValue1.inputValue eq 0? true: false}"
                                                  required="#{bindings.ReferenceValue1.inputValue eq '0'? true: false}"
                                                  binding="#{home.comConEditBankName}"
                                                  autoSubmit="true"
                                                  maximumLength="50"
                                                  partialTriggers="soc2"
                                                  value="#{bindings.ReferenceValue1.inputValue}"/>
    Thanks!!!

    Did you check the expression bindings.ReferenceValue1.inputValue eq 0 is true or not.
    One more thing try showRequired="#{bindings.ReferenceValue1.inputValue eq 0}"

  • Why iTunes does not synchronize any changes made ​​to photos in iPhoto library 11?

    I cut out some photos of my library, but on the iPad, although Ihave synchronized after the changes, it always displays the oldversions of my images (those not changed).

    Simon:
    As Tubby pointed out, your dbms_output commands do not display the value you selected in the trigger. Your trigger based demonstration needs to be more like:
    SQL> SELECT * FROM t;
            ID DT
             1 05-SEP-2009
             2 17-JUL-2009
    SQL> CREATE TRIGGER t_ai
      2     AFTER INSERT OR UPDATE ON t
      3     FOR EACH ROW
      4  DECLARE
      5     PRAGMA AUTONOMOUS_TRANSACTION;
      6     l_dt t.dt%TYPE;
      7  BEGIN
      8     SELECT dt INTO l_dt
      9     FROM t
    10     WHERE id = :new.id;
    11     DBMS_OUTPUT.Put_Line ('ID: '||:new.id);
    12     DBMS_OUTPUT.Put_Line ('Old dt: '||:old.dt);
    13     DBMS_OUTPUT.Put_Line ('New dt: '||:new.dt);
    14     DBMS_OUTPUT.Put_Line ('Aut dt: '||l_dt);
    15  END;
    16  /
    Trigger created.
    SQL> UPDATE t SET dt = sysdate WHERE id = 2;
    ID: 2
    Old dt: 17-JUL-2009
    New dt: 25-OCT-2009
    Aut dt: 17-JUL-2009
    1 row updated.So, the automomous transaction select did not see the changed value of dt.
    I know you are just trying to understand automomous transactions here and would never do sometihg like this in production right? :-)
    Your trigger, as written, has some interesting side effects because of the automomous transaction. For example:
    SQL> INSERT INTO t VALUES(3, sysdate - 25);
    INSERT INTO t VALUES(3, sysdate - 25)
    ERROR at line 1:
    ORA-01403: no data found
    ORA-06512: at "OPS$ORACLE.T_AI", line 5
    ORA-04088: error during execution of trigger 'OPS$ORACLE.T_AI'
    SQL> UPDATE t SET id = 3 where trunc(dt) = TO_DATE('05-Sep-2009', 'dd-mon-yyyy');
    UPDATE t SET id = 3 where trunc(dt) = TO_DATE('05-Sep-2009', 'dd-mon-yyyy')
    ERROR at line 1:
    ORA-01403: no data found
    ORA-06512: at "OPS$ORACLE.T_AI", line 5
    ORA-04088: error during execution of trigger 'OPS$ORACLE.T_AI'John

  • Admin can see changes to the page, but User cant see the changes.

    Hi All,
    I am a brand new SharePoint admin for a school. Faculty/Staff access the site collection as well as the students. Faculty and Staff have higher rights than the students, and can add content as well as view them. 
    As the site collection administrator, I have added a html webpart and added html code to a subsite. (the code is simply hyperlinks that route to a different page when clicked, nothing complex).
    I made these changes and can view them properly as the site collection admin when I check in the site. I then signed out as the site collection admin, and signed in using a dummy student account. I went back to the same page where I made the changes, and
    cannot see them. 
    The url of the site is the same for both administrator/student. 
    Please see photos for a better understanding. 
    I want to edit the subsite and make these changes so everyone can see it. 
    This first image is from the administrator's perspective. (As you can see, even the top navigation bar is different as well)
    This second image below is from the student's perspective. (You can see the hyperlinks don't show, and that the top navigation bar is different)

    Hope you have checked-in and published the page...
    If you don't publish the pages, your students may not see the changes.
    Ram Prasad Meenavalli | MCITP | MCTS SharePoint | MCPD SharePoint | http://www.spdeveloper.co.in

  • Time Machine back-up and Dropbox (not backing up changes)

    Time Machine did initially backup the dropbox folder, but I am not seeing new changes or new files appearing in the regular backup. It just appears to be a static version of when I started time machine.
    Is anyone experiencing the same issue ?
    Thank you very much for your feedback/help.
    PS: Configuration : Mac 10.8.5 - Dropbox 2.4.2
    PS 2 : I have uninstalled (moved to the bin), and reinstalled Dropbox. Same issue that persists.

    Time Machine did initially backup the dropbox folder, but I am not seeing new changes or new files appearing in the regular backup. It just appears to be a static version of when I started time machine.
    Is anyone experiencing the same issue ?
    Thank you very much for your feedback/help.
    PS: Configuration : Mac 10.8.5 - Dropbox 2.4.2
    PS 2 : I have uninstalled (moved to the bin), and reinstalled Dropbox. Same issue that persists.

  • Why can't I see Tracked Changes in InDesign?

    My colleagues using InCopy are using Track Changes and Notes. I can see their Notes in InDesign, but not the Tracked Changes. Am i forced ito InCopy to view these changes?

    Hi,
    Just like Bob says, InCopy adds to the editorial "work flow" in a one-way-lane way in your case. The CtrlChanges plug-in gives you the ability to see changes in layoutview for both InDesign and InCopy. Depending on what version of CtrlChanges one chooses, the plug-in gives you the ability to accept or reject changes in InDesign or InCopy. The track changes function is attached to the document and not in anyway InCopy specific. This means that if you start the track changes process in the document, that document can be edited by someone that does not have CtrlChanges and their changes will be seen when in the document.
    So you do not need InCopy to reach your goal. Just a little help from a plug-in :-)

Maybe you are looking for

  • Online Backup Application - Not Displaying Properly

    I have installed the Online Backup program (4.0) and, when started, the main window has no scroll bars and cannot be resized.  Yet you see content, such as backup scheduling, continues further down the page.  You can't get to the rest of the window d

  • What's the reason for high PING ms ?

    My ping Is normally between 32 ms and 50 ms....what makes it change? I Unlugged router and modem...came down some to like 72 ms where before the unplug it was getting up to 107 ms

  • Technical name of user fields

    Bonjour, I am writing a workflow which aim is to send a notification to user when he or she is added in opportunity team. I can rebuilt the email address but when names are in two pieces it does not work. So the best solution is th retrieve the email

  • Problem activating after trial expired

    I used the trial version of Flex Builder 3 Plugin for Eclipse, but didn't buy it before the trial period expired because I couldn't afford it.  A few weeks later, I noticed the Adobe program for unemployed engineers, applied for it, got accepted, dow

  • Publishing from lightroom 4 to multiple Flickr accounts

    I want to be able to publish shoots to one of 2 already set up Flickr accounts depending on the exact shoot. Can I do it? If yes how.  Help appreciated