Deleting Links Ridiculously Slow – Document Specific

I've got one document that is worse than others in terms of removing links. It is a 52 page 4 color piece that just is a dog. The whole thing exports, saves and prints at the same rate as any other document, but when placing or removing links this thing just grinds. It is a medley of vector eps, raster eps, tiffs and psd. Regardless of what type when removing a link it takes my processor to 100.1% and 3 full minutes in order to remove the link.
I've round tripped the file through INX into INDD and back on multiple occasions and it still dogs out on links. I've resaved every single placed file to be a uniform color space and color profile. The document contains 2 font families in one clean suitcase.
InDesign when balling up on these links still uses just 500 mb of ram and I have plenty of ram to spare during this. It seems to balance back and forth between the cores on my machine evenly while this happens. I have ample hard disk space to spare and I am working with both the file and all placed links existing locally.
I've rebuilt prefs and the slowdown does not occur with the links are missing and I am working with just the proxy previews. This happens at the same rate in all three display settings.
Any guesses? My best guess is that it is the ghost of Claude Garamond coming back to enact revenge on me for my atrocities against type including, but not limited to, baseline shift, horizontal scaling and interchanging his beloved apostrophe with prime marks and inch marks.
I'm on CS4 v6.0.4.578 Mac OS X 10.5.8 on a 2.8ghz Xeon with 4gb 667mhz ram for what that is worth.

If you really want to know, and have spare time for deeeep analysis, or as a hint to other trouble shooters around here
Setup:
Clone your boot volume onto a spare firewire drive, or do a clean install there.
Reboot from the separate disk, unmount the original boot drive.
Install the optional Apple developer tools from the second DVD.
If you chose a clean install, also install a demo InDesign.
Actual test:
Within /DeveloperApplications, there is a neat utility called "Instruments".
Choose the "File Activity" template instruments document.
Launche Executable or attach to running InDesign.
Record
Do your thing.
Stop recording.
Click thru the instruments such as "Directory I/O", identify the major activity.
Position the triangle indicator of the top timeline accordingly, then clip the inspection range.
In the bottom of instruments window, choose the symbol with the stylized 4 cell table.
See the executed operations, and the actual file path arguments, to get an impression of the paths used. Reorder by path. Does anything stand out?
Just play around with instruments, it has plenty more options.
If you like this utility and can afford the extra disk space requirements of development tools, install them on your regular boot volume.
Similar information is also available from /Applications/Utilities/Activity Monitor (use the "Sample Process" tab), but that sample will not tell the actual path arguments.
Dirk

Similar Messages

  • Deleting document specific authorization (ACL in EasyDMS)

    Hi,
    Is there a way to delete document specific authorization assigned using the Authorization tab in EasyDMS? The requirement is to have authorizations based on roles and auth objects (defined in PFCG) to take effect.
    Thanks,
    Lashan

    Hi Lashan,
    some time ago our developement created the following report for deleting ACL entries of a document info record. Maybe this can be useful for you too. Below you find the report coding:
    *& Report  Z_ACL_DLETE_FOR_DIS
    REPORT  Z_ACL_DLETE_FOR_DIS.
    TABLES: draw.
    DATA: lt_draw   TYPE draw  OCCURS 0 with header line.
    WRITE:/1 'LIST OF DIRs WITH ACLs DELETED' COLOR COL_HEADING INTENSIFIED ON,
          /2 '          DIR KEY                   ' COLOR COL_HEADING.
    SELECTION-SCREEN BEGIN OF BLOCK dms_block10 WITH FRAME TITLE text-001.
    SELECT-OPTIONS: s_dokar FOR draw-dokar MEMORY ID cv2,
                    s_doknr FOR draw-doknr,
                    s_doktl FOR draw-doktl,
                    s_dokvr FOR draw-dokvr.
    SELECTION-SCREEN END OF BLOCK dms_block10.
    SELECT * FROM draw INTO TABLE lt_draw
        WHERE dokar IN s_dokar AND
              doknr IN s_doknr AND
              doktl IN s_doktl AND
              dokvr IN s_dokvr.
    LOOP AT lt_draw.
    Delete from DMS_GUID where dokar = lt_draw-dokar and doknr = lt_draw-doknr
    and doktl = lt_draw-doktl and dokvr = lt_draw-dokvr.
    if sy-subrc = 0.
    write:/ lt_draw-doknr,lt_draw-dokar ,lt_draw-dokvr, lt_draw-doktl.
    endif.
    ENDLOOP.
    Best regards,
    Christoph

  • Document text now linked to another document - how to remove?

    I admit I am new to InDesign and am learning through the proverbial firehose. I have been selecting, copying, and pasting content from one InDesign document into my current working document. Because the new document uses different Character and Paragraph Styles from the old one, I delete the ones that get copied over from the previous document and reassign all the copied text with the current ones. Up until now, this worked without problems. The last time I did this, somehow the imported content linked my current document to the old document I copied it from. So every time I try to modify it in the new document, even the smallest thing like deleting some text, it has to go back and open the old document before it can make the change in the new one. This really slows things down to practically being unusable. How can I break this link to the old document? Thanks! Phil

    Hi Peter. I think I have a better understanding of what happened, although I'm not sure why it caused a problem. The best part is, I think I've found a workaround that stops the problem from happening. I had been working with all my InDesign files on a remote network drive, but was unhappy with the file transfer speed. So I copied the whole folder, with all the Documents, Books, Links, and everything, to a local hard drive and started working on them there. I think that is when the problem started happening.
    After moving the files to my local drive, the file speed still seemed slow, but I didn't realize until this morning that even when I open the Book on the local drive, it is still pointing to all the documents on the network drive. I only realized this when I looked at the Documents on my local drive, and they were still earlier versions, all the updated documents were still on the network drive. So, suspecting that the problem had something to do with confusion of file locations, I did two things. First, I copied the whole folder AGAIN from the remote drive to my local drive. Then I opened the offending Document directly (not via the Book) and deleted the last section I had copied and pasted from the old Document. This seemed to cure the problem of it always looking for the old Document it was copied from. Then I deleted the Book itself, and am in the process of reconstructing it using all the Documents on the local hard drive folder.
    This raises a few questions about the best way to work.
    1) Is it better to edit individual documents of a Book by opening them from within the Book, or should I edit them individually, and then update the Book when I am all done? I'm starting to think the latter would give faster response, because the Book would not always have to update all the Documents with every change you make in one of them.
    2) When I'm done with the Book, I then want to move the whole package (Book, Documents, Links, Fonts, etc.) to a network drive for access by other users. Will I need to delete and rebuild the Book after I have moved it to the network drive, since otherwise it would still be pointing to the Documents on my local drive? Or is there an easier way?
    Also, if you can recommend a good reference with this kind of information, it would be much appreciated. I do have InDesign CS5 Classroom in a Book, but it doesn't have this kind of information.
    Phil

  • EXTREMELY SLOW XQUERY PERFORMANCE AND SLOW DOCUMENT INSERTS

    EXTREMELY SLOW XQUERY PERFORMANCE AND SLOW DOCUMENT INSERTS.
    Resolution History
    12-JUN-07 15:01:17 GMT
    ### Complete Problem Description ###
    A test file is being used to do inserts into a schemaless XML DB. The file is inserted and then links are made to 4
    different collection folders under /public. The inserts are pretty slow (about
    15 per second and the file is small)but the xquery doesn't even complete when
    there are 500 documents to query against.
    The same xquery has been tested on a competitors system and it has lightening fast performance there. I know it
    should likewise be fast on Oracle, but I haven't been able to figure out what
    is going on except that I suspect somehow a cartesian product is the result of
    the query on Oracle.
    ### SQLXML, XQUERY, PL/SQL syntax used ###
    Here is the key plsql code that calls the DBMS_XDB procedures:
    CREATE OR REPLACE TYPE "XDB"."RESOURCEARRAY" AS VARRAY(500) OF VARCHAR2(256);
    PROCEDURE AddOrReplaceResource(
    resourceUri VARCHAR2,
    resourceContents SYS.XMLTYPE,
    public_collections in ResourceArray
    ) AS
    b BOOLEAN;
    privateResourceUri path_view.path%TYPE;
    resource_exists EXCEPTION;
    pragma exception_init(resource_exists,-31003);
    BEGIN
    /* Store the document in private folder */
    privateResourceUri := GetPrivateResourceUri(resourceUri);
    BEGIN
    b := dbms_xdb.createResource(privateResourceUri, resourceContents);
    EXCEPTION
    WHEN resource_exists THEN
    DELETE FROM resource_view WHERE equals_path(res, privateResourceUri)=1;
    b := dbms_xdb.createResource(privateResourceUri, resourceContents);
    END;
    /* add a link in /public/<collection-name> for each collection passed in */
    FOR i IN 1 .. public_collections.count LOOP
    BEGIN
    dbms_xdb.link(privateResourceUri,public_collections(i),resourceUri);
    EXCEPTION
    WHEN resource_exists THEN
    dbms_xdb.deleteResource(concat(concat(public_collections(i),'/'),resourceUri));
    dbms_xdb.link(privateResourceUri,public_collections(i),resourceUri);
    END;
    END LOOP;
    COMMIT;
    END;
    FUNCTION GetPrivateResourceUri(
    resourceUri VARCHAR2
    ) RETURN VARCHAR2 AS
    BEGIN
    return concat('/ems/docs/',REGEXP_SUBSTR(resourceUri,'[a-zA-z0-9.-]*$'));
    END;
    ### Info for XML Querying ###
    Here is the XQuery and a sample of the output follows:
    declare namespace c2ns="urn:xmlns:NCC-C2IEDM";
    for $cotEvent in collection("/public")/event
    return
    <cotEntity>
    {$cotEvent}
    {for $d in collection("/public")/c2ns:OpContextMembership[c2ns:Entity/c2ns:EntityIdentifier
    /c2ns:EntityId=xs:string($cotEvent/@uid)]
    return
    $d
    </cotEntity>
    Sample output:
    <cotEntity><event how="m-r" opex="o-" version="2" uid="XXX541113454" type="a-h-G-" stale="2007-03-05T15:36:26.000Z"
    start="2007-03-
    05T15:36:26.000Z" time="2007-03-05T15:36:26.000Z"><point ce="" le="" lat="5.19098483230079" lon="-5.333597827082126"
    hae="0.0"/><de
    tail><track course="26.0" speed="9.26"/></detail></event></cotEntity>

    19-JUN-07 04:34:27 GMT
    UPDATE
    =======
    Hi Arnold,
    you wrote -
    Please use Sun JDK 1.5 java to perform the test case.Right now I have -
    $ which java
    /usr/bin/java
    $ java -version
    java version "1.4.2"
    gcj (GCC) 3.4.6 20060404 (Red Hat 3.4.6-3)
    sorry as I told you before I am not very knowledgeable in Java. Can you tell me what setting
    s I need to change to make use of Sun JDK 1.5. Please note I am testing on Linux
    . Do I need to test this on a SUN box? Can it not be modify to run on Linux?
    Thanks,
    Rakesh
    STATUS
    =======
    @CUS -- Waiting for requested information

  • Ability to link directly to a specific portion of text, not a page view or zoomed view

    Adobe Acrobat XI Pro - it is still a pdf editor according to the description Adobe has on its product description pages.
    So why is it so clunky to create a basic link to a specific sentence or paragraph?
    This feature works seamlessly in Word. Yes, in Acrobat you can link to a general page destination, and you can blow that view up to show it - but that just looks weird when the reader is suddenly confronted with zoomed in text as he or she is browsing a file I send and clicks the link I created. It breaks the reading flow.
    Some detail of what I mean:
    I send a pdf to a customer. I created it from Word. I have a header - I want to link it to a specific sentence further in the document. The customer clicks the link and suddenly his eyes pop out of his head as I have had to expand the page view with my link so that he sees it straight away. Or I choose not to expand the view and instead when he clicks the link he sees a whole page. Now he has to browse through the entire page to find what I want him to see - not very good for keeping a customer happy.
    This seems to be such a simple feature to add that I am disappointed Acrobat doesn't offer it.
    Please - whatever the nature of the beast that you developers think this product is, some features are kind of basic and important still. This is one of them and it is painful that it is still absent.
    PS: I have a feeling that this feature as I described it once existed, long ago. I used to receive help files for software and am nearly certain I was able way back then to click to specific paragraphs.

    The ISO32000 PDF standard says that a bookmark or link must point to a 'destination', which are defined by page numbers, zoom levels and x/y coordinates. They cannot refer to a position within text or other content.

  • Internal Links in HTML Document Not Working Correctly in PDF

    I have an HTML document that contains internal links (basically a Table of Contents). When the document is displayed in a browser, the internal links work correctly. However, when I use Acrobat 8 Professional to create a PDF version from the HTML source, the links don't go to the correct place when clicked. It almost appears that they are off by one, e.g., link 7 goes to anchor 8. I can send the source document for you to look at if you email me at eharris -at- synnovation.com. I am not expert in HTML and perhaps the links/anchors are not done correctly when I create the HTML document. Does anyone have any ideas on this?

    This one has the same problem. For instance, "Anchor1" as <a name="Anchor1"> appears 13 times. I am sure that your problem is that Acrobat is going to the last occurance that is just before the first one. As I scan through the file I find similar results for all of the anchors. When I used Tidy, it reduces about 1350 errors to about 474, but that is still not too good. The validator is flagging a lot of identical IDs as well as unrecognized attributes (like ONSELECTSTART). The attributes correctly accepted by body are
    Attribute Specifications
    * BACKGROUND=URI (background image for document)
    * BGCOLOR=Color (background color for document)
    * TEXT=Color (text color for document)
    * LINK=Color (link color for document)
    * VLINK=Color (visited link color for document)
    * ALINK=Color (active link color for document)
    * ONLOAD=Script (document has been loaded)
    * ONUNLOAD=Script (document has been exited)
    as listed on htmlhelp.com for HTML 4. There may be some new ones in HTML 5, but I did not check.
    I am not looking at all of your HTML in detail, but there appears to be a lot of unneeded things based on the error messages from the validator. Many browsers will let you display the stuff (even Acrobat), but there may be errors that crop in when you do not expect it or on some other browsers that the one you check. Thus again, you should use a validator. If you are only off a few tags that might be fine, but when it is in the 1000s, there is an issue. It would also be good to break your page up into parts. It is good practice on web pages for each page to be not much more than one screen. That is often exceeded, but 59 screens of info (on my screen) is a bit much. The TOC is definitely needed in that case, but just was well go to a sub page just as well and make the info easier to track. A PDF (as you are trying to get) could be made of the entire system for those that want it all in one bit. Bill

  • My client needs to be able to create a link to a document on the server in Incontext editor

    My client needs to be able to create a link to a document on the server, but I dont want to allow FTP/File manager access as this gives him opportunity to delete pages and files.
    How can you give him safe access without giving access to the files?

    The only other way to upload the document to his site is to use Media Downloads, also known as Literature in some part of the system. Then, inside the InContext Editor you click on the link and and select page from my site, then link to the literature item created.
    That's all.
    Cheers,
    -mario

  • External Link to Word document question

    Hello, fellow RoboHelpers!
    I have a quick question that I am hoping someone can answer
    for me. :-)
    I am using RoboHelp X5 and use Microsoft HTML Help (.CHM) as
    my file output. I would like to link a Word document to one of my
    topics, so when a user clicks the link, they will be prompted to
    open/save the Word document.
    The following are the steps I use to do this:
    1) I type the text that I want the to use for the hyperlink,
    highlight it, and select the Hyperlink tool (or press CTRL+K).
    2) In the Hyperlink dialog box, I select "File" from the
    "Link To:" section and select my Word document.
    3) I select "Yes" to add the Word document to my project
    folder.
    4) In the Hyperlink diaglog box, I select OK, and the link
    has been created.
    5) I generate my Help project and test the link.
    6) When I click the hyperlink, I receive a "File Download -
    Security Warning" box asking me if I want to Open or Save the Word
    document.
    Problem #1 -- it appears that I can save the Word document by
    clicking "Save" without any problems, but clicking "Open" does not
    open the Word document in Microsoft Word. Why?
    Problem #2 -- The warning box displays three criteria: the
    file name, what type of file it is, and "From". I have issues with
    the "From" line. While the .CHM file is attempting to call the Word
    document from within the .CHM file, which is what I expected it to
    do ... the path is, well, ugly looking :-P
    mk:@MSITStore:C:\Program%20Files\RoboHelp%20Office\
    RoboHTML\HTMLMicrosoftHTML\VRHelp.chm::/ICBA.doc
    Is there any way that I can clean up this path? If I could at
    least get rid of that mk:@MSITStore, that would be a good start.
    If anyone has some suggestions, I am all for it!
    Thank you very much,
    --Jessica

    quote:
    Originally posted by:
    johnmccallum
    Jessica,
    The "mk:@MSITStore:" is the protocol for extracting from a
    .chm file, much like an "http:" precedes a web address. I'm afraid
    that just is part of the path if the Word document is embedded in
    the help file.
    Ahh, I am sorry to hear that that is the case. Thanks for the
    information!
    quote:
    Originally posted by:
    johnmccallum
    I don't know why your "Open" doesn't work. Does it open the
    document within the browser window, or just not open it at all? Are
    you adding the Word document as a baggage file? I don't know if
    RHX5 does this automatically with your steps as I use an older
    version.
    John
    Yes, the Word document is added as a baggage file. If I click
    "Open", the Security Warning box disappears and nothing happens
    (unfortunately).
    In the Hyperlink properties, I realized that I had the link
    opening in the "same window", so I changed it to display in a "New
    Window". Now, when I generate/click the link, the Word document
    tries to open in Internet Explorer (path and all). I get the same
    message box as before asking me if I want to Open or Save the
    document. Still, clicking "Open" will not open the Word document in
    Microsoft Word. When I press Open, the box simply disappears and
    the path remains in the Internet Explorer address bar. If I select
    the path in the message bar and press Enter to bring up the
    Open/Save prompt again, I can save the document ... but I cannot
    Open it.
    A thought just occurred to me while I was typing this: Would
    the fact that I am using Microsoft Word 2007 have anything to do
    with why the file will not open? I remember hearing that Office
    2007 is not compatible with RoboHelpX5, so perhaps that is why the
    document is not opening. Still, RoboHelpX5 doesn't seem to have a
    problem saving the file to your harddrive regardless of the
    filetype, and the Word document I am working with is a .doc file
    anyway, compatible with Word 97-2003, not a .docx.
    quote:
    Originally posted by:
    Peter Grainge
    The opening of Word documents is described on my site under
    Snippets.
    I took a look at your site, which says:
    Opening a Word document
    From time to time people ask how to open a Word document from
    the help.
    COMPILED CHM HELP - Rick advises that you can use an HTML
    Help Shortcut control to accomplish the goal.
    You simply specify the file name where you would normally
    specify the application.
    I tried to create a HTML Help shortcut by doing the
    following:
    1. I click the Insert Navigation Control button, then HTML
    Help Controls > Shortcut
    2. In the Button options box, I enter a text description for
    the button and click Next.
    3. In the Shortcut Selection, the first prompt says, "Program
    to run when shortcut is activated." I search for my Word document
    from within my Project Folder, select it, and press Next.
    4. I leave the Font options the way they are.
    5. I click Finish, and the button is created.
    When I generate the project and test the button, nothing
    happens when I click it. If I do specify the application (ex.
    WINWORD.EXE), Word
    does open when I click the button. How can I get it to call
    a specific Word document?
    Thanks for your time, guys!
    --Jessica

  • Link to word document

    How to link a PDF, word, & Excel file in fla by clicking
    a button?

    sorry il try be more clear, ok so the user selects a server from a list as well as adds many other details then clicks the create button so then it is directed to a page with the report.
    The report contains the information which the user has just created, so the server name will be there.
    Now what i want to achieve is to create a link with this report called 'download'. So it is at this stage i would like to know if in the select statement if i can say, eg;
    <code>
    if (column) ---> server_name = 'server1'
    link to this document
    else if (column) ---> server_name = 'server2'
    link to a different document
    <code>
    So i want to link to specific server spec document depending on that server name...
    thanks
    Stefan

  • Creating link to excel document within PDF portfolio

    i created a pdf portfolio and created links to pdf documents within portfolio but am unable to create a link to the excel documents.  I can't even create a link to direct them to a specific folder where the item is held.  HELP, New to pdf portfolio's!

    One option is to create a PDF from the Excel spreadsheet and link to that.
    If you want to update the spreadsheet, you could create a Web Content overlay (or HTML article) that links to a Google spreadsheet. I've played around with linking to a Google presentation, and it works fine. You can update the spreadsheet/presentation on the website and the changes automatically appear in the overlay. I've just dabbled at it, so I wouldn't be much help with sizing/formatting issues.

  • BAPI_DOCUMENT_CHANGE2 and delete link

    Hi,
    I am trying to delete the document's link. But I can not do this operation. My code is;
      ls_doc-documenttype = 'VD2'.
      ls_doc-documentnumber = '0000000100000000000000344'.
      ls_doc-documentversion = '00'.
      ls_doc-documentpart = '000'.
      ls_doc-description = 'try'.
      ls_doc-laboratory = ''.
      ls_docx-description = 'X'.
      ls_docx-laboratory = 'X'.
      CALL FUNCTION 'BAPI_DOCUMENT_CHANGE2'
        EXPORTING
          DOCUMENTTYPE               = ls_doc-documenttype
          DOCUMENTNUMBER             = ls_doc-documentnumber
          DOCUMENTPART               = ls_doc-documentpart
          DOCUMENTVERSION            = ls_doc-documentversion
          DOCUMENTDATA               = ls_doc
          DOCUMENTDATAX              = ls_docx
         IMPORTING
       RETURN                        = return.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
       EXPORTING
         WAIT          = 'X'.
    This code can change the description to 'try'. But It does not delete this document's link. I also check the return. But there is no error or warning. Why this is so? How can I delete link using BAPI?
    Thanks.

    Are you trying to delete object links or original files?
    If it is object links see the fm documentation.
    Your code is not setting the object links.
    You need the values for the link structure as shown;
    lt_drad-objecttype = 'MARA'.
    lt_drad-objectkey = 'M0815'.
    APPEND lt_drad
    You need to add to pass lt_drad to table objct links in the fm.
    CALL FUNCTION 'BAPI_DOCUMENT_CHANGE2'
    EXPORTING: documenttype = ls_doc-documenttype
    documentnumber = ls_doc-documentnumber
    documentpart = ls_doc-documentpart
    documentversion = ls_doc-documentversion
    documentdata = ls_doc
    documentdatax = ls_docx
    IMPORTING: return = ls_return
    <b>TABLES: objectlinks = lt_drad.</b>
    Regards
    RM

  • Linking Form to Document

    I have a question regarding linking a form to a document.
    The form is located at this site: http://mdotcf.state.mi.us/public/webforms/public/3093test.pdf
    and it is linked to the document at this site
    http://www.michigan.gov/documents/mdot/ApplicationInstructions_PublicT ransit_337307_7.pdf?20130716072655\#page=55
    What I need to know is this: Is it possible to set the link so that it goes to the bottom of a specific page?
    The information for this particualr form starts almost at the bottom of Page 55, and I was wondering if I can get it to go to the bottom of that page.
    Thanks much
    Connie Bretes

    Sure.
    When you create the link with the Link tool, choose "Go to a page view" for the Link action, then navigate to the bottom of page 55 of the destination PDF and click OK.

  • Can we link all the documents for a particular requirements document

    Hi,
            As of now, In Solution Manager we can able to find the document only if we know the document name or any of other details. Can we do in such a manner, If we have requirements document and can we link all related documents (Functional Spec, Technical Spec, Code Review, Test Documents) to the requirements document. If we find the requirement document, we should be able to see all related documents for that specific requirement.
         Can we do like this? Is is possible to go in this way. This is my client requirement can anybody help me to achive this.
    Thanks and Regards,
    Sreekala Rapuru.

    Hi Sreekala,
    In the implementation area, for the documents in your projects (SOLAR01/SOLAR02) you are able to create these links in the attributes of each document. You just have to navigate through the structure of your project in the solar01/02 transactions. Select the row of the document and click in the button attributes. There you'll see a tab named "Links". In this tab you can create such links.
    Kind regards,
    Fabricius

  • Getting errors while updating links in Indesign document using javascript

    Hi,
    We are updating the links in InDesign document using javascript. After running the script, we are getting the below errors in Adobe InDesign CC debug.
    When closing the document for first time we are getting the below mentioned errors,
    ASSERT 'fRefCount == 0' in c:\development\citius\source\components\database3\revisioneddatabase\SaLRICache.tpp at line 230 failed.
    Erased item list not empty at block delete time
    blockUID = 10486786 not freed
    Internal error: 904 items were leaked!
    After that we are opening the same document for second time, then we are getting the below mentioned errors,
    ASSERT 'ts_DBPubFile->PlacementUIDIsAvailable(uid)' in c:\development\citius\source\components\database3\revisioneddatabase\SaLRIUtils.tpp at line 195 failed.
    DB failed to create UID!
    ASSERT 'this->FindInIDRangeList(fLastCreatedBlockUID) >= 0' in c:\development\citius\source\components\database3\revisioneddatabase\SaLRICache.tpp at line 476 failed.
    ASSERT 'fLastCreatedBlockUID != kInvalidUID && fLastCreatedItemID != 0' in c:\development\citius\source\components\database3\revisioneddatabase\SaLRICache.tpp at line 467 failed.
    ASSERT '(SaLRIUtils<SnapshotID , SnapshotInfo>::ts_DB)->IsValidUID(itemUID)' in ..\..\..\source\components\database3\revisioneddatabase\SnapshotCache.cpp at line 55 failed.
    Please help us to solve this error in InDesign debug.
    Thanks,
    Vimala L

    You're probably better off raising this in the SDK forum.

  • Smart collection of image files linked to InDesign documents?

    I would like to create a Smart Collection that finds all of the image files linked to InDesign documents in a specific folder.
    I am the yearbook advisor at school and I need to easily find all of the images that have been placed so that we don't reuse images by mistake.
    I have no scripting experience, so I can't create something myself, and I haven't been able to find anything that does such a thing.
    Many yearbook design software programs do offer something like this - indicating that an image has been used previously.
    I guess it would need to look at the metadata of the InDesign Files for the Linked Files and then pit all of the files found there into a Smart Collection.  Ideally, I would be able to further limit it by file type. ANd to not include Master pages if so desired (although that would just be a bonus!)
    I greatly appreciate any assistance anyone can give.
    Thanks!

    I'd be glad to give it a shot, even though I'm a beginner (and I am afraid I am out of my depth), but i'm missing something obvious because I could download and install the script, but if I try to open it to edit it, I just get gobbeldygook.  Any chance you could paste the script here?
    Again, I really appreciate your help.

Maybe you are looking for

  • Synching SharePoint 2013 to Outlook 2010 - Is it possible to restrict the views?

    Hi, I'm trying to synch SharePoint 2013 calendars with Outlook 2010. If I require a certain view from SharePoint e.g. [Me] as a Project Manager to be synched to Outlook, can you restrict it so only this data is pulled through? I've tried and it curre

  • Upgrade problem

    I recently bought the 2.0 upgrade disk. However i did not know that you cant upgrade Aperture 1.5 Academic Version (dont ask me why). I cannot get a new serial number from Apple as i have no record of my initial 1.5 purchase. So I bought a new full v

  • Forms 6i automaticlly create new record (I don´t want it)!

    When we are working in forms 6i it always validate new record creation, when you click into any field or when you do a Do_Key('next_record'); But I want to does not validate it, when I´m passing from records and when I click at any blank field. How t

  • How should a segment my servers into VLAN's in a datacenter design

    I am designing a data center with over 200 servers and I am trying to decide how to segment my data center into VLAN's. I have thought about putting all servers in a different vlan to guard agaist broadcast storms and also a failure that might effect

  • Can i access ISA-Cards with the MH-DDK

    ok the basic problemis the following (i posted that already & thx to todd..) i want to access the 8253 timer on a (ISA) PC-DIO-96 card, which is not possible from NIDAQ. now i want to write my own device driver (i dont actually want, but i guess ther