Dynamic documents indesign plugin

i am getting this error:
Cannot load Adobe InDesign CC 2014 because it requires version 10.1 or later of the Dynamic Documents.InDesignPlugin plug-in. Please contact vendor for compatible version of Dynamic Documents.InDesignPlugin.
i have reinstalled indesign , applied updates… still not working
how do i fix?

I'm having the exact same problem and it has nothing to do with trying to open a file created with a newer version of Indesign. It happens the moment I try to launch InDesign and it started immediately following Adobe Updates. So it is not a "version conflict," it was caused by running an Adobe Update. Rather than "moving this discussion to the InDesign forum," which I can't find (and why do the breadcrumbs at the top list "All Communities > InDesign > Discussions" if this isn't the InDesign forum?), how about actually thinking about answering the question?

Similar Messages

  • Dynamic Documents missing plugin

    Hello,
    I tried to open an InCopy today and recieved an error that I was missing a plugin called "Dynamic Documents.InDesignPlugin." I checked in my plugin folder and sure enough it was still in the "Graphics" folder. What does this plugin control? Is there a PDF of what each needed Plugin controls? I'd love to have that.
    The document won't open. What could this mean?
    Rob

    I'm having the exact same problem and it has nothing to do with trying to open a file created with a newer version of Indesign. It happens the moment I try to launch InDesign and it started immediately following Adobe Updates. So it is not a "version conflict," it was caused by running an Adobe Update. Rather than "moving this discussion to the InDesign forum," which I can't find (and why do the breadcrumbs at the top list "All Communities > InDesign > Discussions" if this isn't the InDesign forum?), how about actually thinking about answering the question?

  • Cannot load adobe indesign cc 2014 because it requires version 10.1 or later of the dynamic documents.indesignplugin plug-in. please contact vendor for compatible version of dynamic documents.indesignplugin

    cannot load adobe indesign cc 2014 because it requires version 10.1 or later of the dynamic documents.indesignplugin plug-in. please contact vendor for compatible version of dynamic documents.indesignplugin

    I had local IT install the software, I am unaware that any problems came up when installing. The error came up when trying to install updates from the Creative Cloud. I reinstalled InDesign and I think the problem was solved. I am running a Mac with OS X v10.9.5

  • Missing  SMD Channel Model.sdk.InDesign Plugin

    Hello everybody!
    I got an InDesign file from a print office today. When I try to open it, I get a message that advises me to not open the file because the SMD Channel.sdk.InDesign Plugin isn't available on my system.
    Like a good girl I googled the problem and yes there are already some posts about that problem. Also in this forum there's already an existing discussion about it: Link InDesign Discussion
    But for the solutions they offer I should open the document but I simply can't. Because when I press "OK" only
    another warning appears that says that I can't open the document and that I should update my modules or  update to the current verison
    of InDesign. When I press "OK" again nothing further happens. (Pictures below)
    Operating System: Windows Vista
    InDesign Version: CS 5
    Sorry that the screenshots are in german. I hope you can use them anyway.
    Thanks for your help! -- Jannie

    Hi Jannie,
    This is not a big issue, it seems that the document you are using was created from a later version of InDesign than the one you are using to open it. Since you are using CS5 the document is probably created using CS5.5 or CS6, and you cannot open a doc of later version in a previous version of InDesign for obvious reasons.
    And for the reason this problem(your first screenshot) occurs is that every plugin in InDesign can save some persistent data on the document and if it does so then whenver you open such a document and the plugin is not loaded then this prompt occurs. However if the developer coding the plugin has some foresight he can avoid such alerts to the user by using Ignoretags resource in the plugin code.
    Hope my explanation cleared out the confusions you had on this behavior of InDesign
    Thanks
    -Manan

  • Flex Indesign plugin

    Hi guys,
    I am trying to build an Indesign plugin with flex and CreativeSuiteSDK.
    When trying to execute this statement in a shell:
    java -jar ucf.jar -package -storetype PKCS12 -keystore myCert.pfx -storepass mypasswd
    myExtension.zxp -C "./myExtension"
    I get this error:
    not enough arguments
    usage:
      ucf -package ( -storetype <type> ( -keystore <store> )? ( -storepass <pass> )? ( -keypass <pass> )? ( -providerName <name> )? ( -tsa <url> )? )? <ucf-file> <fileOrDir>* (( -C <dir> <fileOrDir>+ ) | ( -e <file> <path> ))*
      ucf -help
    I am working with this tutorial: http://www.google.com/url?sa=t&source=web&cd=1&ved=0CBkQFjAA&url=http%3A%2F%2Fwww.adobe.co m%2Fcontent%2Fdam%2FAdobe%2Fen%2Fdevnet%2Fcreativesuite%2Fpdfs%2FCS_SDK_Guide.pdf&rct=j&q= Using%20the%20Adobe%20Creative%20Suite%205%20SDK&ei=Lw40TZS6BIe_4gbRlLWJDw&usg=AFQjCNHLg2F xFL7DVPiQkErqqhQnB8zMPg&cad=rja
    Thanks for your help

    Similar bug(#3710667) was exist in CC before 9.2.2 update as you can see in release notes of 9.2.2(CC last update) here. before fix simple selected text drag & drop did not work from any application except TextEdit .I have also spent hours before this update to find out bug I used ClipBoardViewer sample App to find out current Drop flavour and its content it may help you and before fix I find some workAround first is add flavour in your drop which Indesign understand even if you are not adding any data for that flavour so that you start receiving couldAcceptType() and under this call parse your actual data from PasteBoard and remove all data from pasteBoard so that another next helper will not consume it. as you mention even after adding text flavour your couldAcceptType() not hit so may be this WorkAround not work for you but it worked for me.
    second is just a finding  i.e before doing drag and drop on indesign create one new document (from Indesign UI not programmatically ) save it on disk close it and reopen it after it every drag & drop will start working work .

  • Howto: InDesign plugin

    Hi I'm a novice here.
    What do I need to start writing programs for InDesign plugin?
    any particular development software for that?
    and where to download the SDK?
    Advice needed. Thanks in advance.

    Hello,
    first you should get the CS4 SDK from Adobe
    you will have to do changes to your code, so it is good to have a backup of your CS3 project
    most of the changes you will do is:
    update the project to be able to see the new CS4 SDK(new libraries needed, include path changed etc)
    go throught the Advisory document (in the SDK doc folder) which describes API changes between CS3 and CS4 - fix those in your code. This might be easy or more complicated, most of the time it is ok)
    After the "visible" and "obvious" things were fixed and you are able to compile you need to go through the new features in CS4 and make sure your plugin still does what is was supposed to do (I thing it was links in CS4)
    it is possible to hold sourcecode for different CS versions in one project tree, by using preprocessor macros
    have on mind, CS3->CS4 transition is straightforward, CSx -> CS5 needs model separation
    Hope this shows at least the beginning of the path//Adam

  • InDesign plugin that supports table templates?

    I'm looking for an application or plugin for Indesign that supports the creation of table templates, or something similar. The idea would be to allow different data to be applied to a pre-designed table template in order to create multiple similar tables for a given InDesign document. Does anything like this exist out there?

    1. What is the back-end server requirements to be able to render the finished PDFs?
    You need either a Windows or Mac server and a licensed copy of Adobe InDesign Server ("IDS"). IDS takes SOAP requests that tell it what script to run, and scripting the server is generally the best approach unless you have some really special type of situation where a C++ plugin is needed. Certainly updating templates and generating PDF can be done with a script. You send a SOAP request to the server telling it what script to run and what template to load, and where to put the PDF. You can download a trial of IDS from Adobe.com.
    2. Does anyone have experience building the InDesign Plugins that can connect to a back-end rendering server?
    Our company, Silicon Publishing, has a ton of experience connecting to InDesign Server, as we have been a solution provider and re-seller 8 years, producing large-scale solutions for Shutterfly, Royal Carribean, Nike and many others. We can render on the server via plugins, CS and/or CC extensions, and/or scripting. This is definitely our sort of project, and we can either consult/train or build a complete solution. You can contact me at [email protected]

  • Dynamic documents in ABAP Objects (weblog)

    Hi SDNers,
    Do you want to implement the following features in ABAP Screens?
    1. Large font sizes and more colour options than traditional ABAP/4 (There are some limitations also)
    2. ICONS and pictures in different sizes
    3. Texts
    4. Links
    5. Pushbuttons
    6. Input fields
    7. Dropdown list boxes
    8. Tables with row span and with column span
    9. Tables with frames and without frames
    10. Tables with buttons, icons, pictures, input elements and texts in it.
    Then please read the below weblog to incorporate these features...
    <a href="/people/venkata.ramisetti/blog/2005/12/20/dynamic-documents-in-abap-objects">Dynamic Documents in ABAP Objects</a>
    Thanks,
    Ramakrishna

    one limitation which comes to my mind immediately is that you cannot create spool output of the dynamic document.
    Regards
    Raja

  • Refresh data in a Dynamic Document

    Hello,
    I'm using a Dynamic Document inside a dynpro but the data (add_text - display_document methods) are not refreshed even if I use the CL_GUI_TIMER to auto-refresh the contents of the dynpro.
    Any idea?
    Angelo

    Hi Angelo.
    Did you get any idea how to solve the problem? I face the same problem and found out, that if you use the print method (print_document) you get the refreshed document. But if you display the document you´ll get the old one.
    Thanks for your or any othe´s reply.
    Michael

  • Clicking on link in dynamic document does nothing

    Hello my friends,
    I Add link to my dynamic document but when I press on the link it does
    nothing. I create event handle class and connected it to the link and
    it still did not work.
    Please help me if you can, its urgent.
    Regards,
    Eitan Iluzz.

    Try this: http://helpx.adobe.com/creative-cloud/help/launch-creative-cloud-apps.html

  • What are the advantages to using SAP Dynamic Documents?

    Sorry, didn't realize I had this post in the Objects forum. Posting this in ABAP General.
    Posted: Dec 6, 2010 11:58 PM
    Hello,
    Are there any advantages like portability and others to using dynamic documents rather than list programming.
    The SAP provided classes have not been much used by any other SAP delivered programs, and there is less than 10 subclasses. A method CL_DD_DOCUMENT->ADD_STYLE, apparently to add style sheets, has related code commented out. The class CL_DD_STYLE_CLASS, has no methods. And we are with NetWeaver 7.0.
    Is dynamic documents something that got left hanging midway, and probably not going to have further developments?
    Would you suggest proceeding with dynamic documents for reports, would appreciate your input.
    Thank you.
    Posted: Dec 8, 2010 7:45 PM 
    Just in case, if some of you haven't read this thread, would appreciate your replies and suggestions.

    I had moved it to the objects forum because it seemed more object oriented.
    However, if you want it here, I will leave it. I have also removed the other thread.
    Rob

  • Dynamic Documents in ABAP

    Hi,
    I have a doult about Dynamic Documents.
    It seems very good and better than normal reports, and it's not very hard to implement.
    My doult is, whether it's so good, why it's not very very used? does it have some big problem ou limitations?
    Thanks,
    Alexandre Nogueira.

    one limitation which comes to my mind immediately is that you cannot create spool output of the dynamic document.
    Regards
    Raja

  • How to give call to dll in indesign plugin

    Hello All ,
    I am developing one indesign plugin on Mac OS X 10.4.
    I want to give a call to one dll in pluging code.
    But the problem with mac os x according to my knowladge ,dll need to be build in same project where we are calling that dll.
    That is why I build a xyz.dylib in same project for indesign plugin as one of the target. and I am coping it in Indesignplugin package content that is with release mode build.but dll gets build in debug mode.On Mac OS X I am using dlopen and dlsym call . But I am not able to call a dll present in indesign plugin package content. Any idea How to call a dll in indesign plugin on Mac OS X.Should we need tyo build a xyz.dylib file in release mode ?
    Thanks,
    Pallavi.

    Seems to me I don't understand something, or text format plugin isn't quite well example. But, I got some code from sdk to create layer with automation like this:
    SPErr MakeLayer(void) {
    PIActionDescriptor descriptor = NULL;
    PIActionReference reference = NULL;
    PIActionDescriptor result = NULL;
    SPErr error = kSPNoError;
    error = sPSActionDescriptor->Make(&descriptor);
    if (error)
    goto returnError;
    // Move this to the top of the routine!
    error = sPSActionReference->Make(&reference);
    if (error)
    goto returnError;
    error = sPSActionReference->PutClass(reference, classLayer);
    if (error)
    goto returnError;
    error = sPSActionDescriptor->PutReference(descriptor, keyNull, reference);
    if (error)
    goto returnError;
    error = sPSActionControl->Play(&result, eventMake, descriptor,
    plugInDialogSilent);
    if (error)
    goto returnError;
    returnError:
    if (result != NULL) sPSActionDescriptor->Free(result);
    if (descriptor != NULL) sPSActionDescriptor->Free(descriptor);
    if (reference != NULL) sPSActionReference->Free(reference);
    return error;
    and wrote aeta resource:
    resource 'aete' (16000, "myFile" " dictionary", purgeable)
    1, 0, english, roman,
    vendorName,
    "description",
    plugInClassID,
    1,
    1,
    vendorName " myFormat",
    plugInAETEComment,
    plugInClassID,
    plugInEventID,
    NO_REPLY,
    IMAGE_DIRECT_PARAMETER,
    "create",
    keyMyCreate,
    typeMyCreate,
    "create type",
    flagsEnumeratedParameter
    typeMyCreate,
    "layer",
    createLayer,
    "make layer"
    And what now? Is any better examples?

  • Compile indesign plugin with Panel

    Hi!
    I make a new question with a tittle more explicit, because i didn't have answer to my last question.
    I have :
    - Xcode 3.2.1
    - SDK CS 5.5
    And i don't know how to do to have an Indesign plugin file.
    Can you help me ?
    I tried to do what they say to do in the "GETTING STARTED WITH ADOBE INDESIGN CS5.5 PLUG-IN DEVELOPMENT" PDF file but :
    - I tried to use DollyXs.sh : i don't know what to do !
    - i tried with the "SDK project template" but after they say that : "Open WFPID.h in your IDE and find the widget definitions for the dialog, as shown here:"
    But where is "WFPID.h" ? Is it in finder ? in xcode project ?
    Please help me.
    Thanks

    Hi
    'Getting started' has enough details to create and build projects. It would be better to read again 'Build the plug-in' section.
    1. run application->terminal
    2. cd dollyxs path and run dollyxs.sh
    3. a tabbed window opens, with default values for dollyxTest project. if u want a project with different name change it
    4. next tabs are mac, win. set paths for mac and skip win.
    5. in final tab, select 'indesign product' and check panel/dialog and now Ok.
    Now a message will show that project is successfuly created.
    open project file in xcode, and build. now plugin file .pln will be created. copy it to the 'application/adobe indesign/plugins' folder. start/restart indesign.
    Unless u can start with sample plugins provided in sdk. Project files will be available in "D:\H\SDK\Adobe InDesign CS5 SDK\build\mac\prj".
    1. open basicdialog / basicmenu prj.
    2. build
    3. 'application/adobe indesign/plugins' folder. start/restart indesign.
    regards
    Ays. Hakkim

  • How to read an external XML file in a indesign Plugin?

    Hi All,
    Can you please guide in reading an external XML file in a indesign Plugin in MAC system. I am an windows user.We are using this file for reading some inputs.
    Thanks,
    Daniel

    Hello Daniel,
    I am uncertain about the actual question. If you are developing a plug-in or otherwise interfacing with the guts of ID, I suggest asking the question in the SDK forum:
    InDesign SDK Forum
    Otherwise, what is it you are wanting to know concerning importing XML into InDesign?
    Mike

Maybe you are looking for