Passing dynamic content to a Document viewer in a Content Presenter Templat

Hi, This problem is probably for Yannick. Our customer has a bunch of documents in UCM. They want to be able to put links to these documents in their Navigation Model (Webcenter Spaces App) which bring up the document as content inside a page, i.e. inside a Document Viewer that is the content area of the page. In their last portal, they did this by creating a page for every document because the Document Viewer in Spaces requires an itemId to a specific document.
We need to create a single page and pass the URL or UCM Content Id to the Document Viewer that is the content area of the page. I tried creating a custom Content Presenter Template with a Document Viewer Task Flow inside. In the Nav Model, I have added a Content Item with the path to the doc in UCM. but it doesn't work. I even went into my CP Template and hard coded the resource Id parameter of the DV Task Flow but nothing comes up.
If I add a document in Spaces to the page, I add it in a Document Viewer and the "Item Id" is set automatically. Then it works. But I NEED to be able to do this dynamically to avoid tons of separate pages, one per document.
Please help. Thanks, Gary Kind

I was able to get it to partially work by using a link item in the navigation model. As URL parameter 'docId', I put the UCM resource ID, e.g. ucm_conn#dDocName:UCM_CLUSTER-000027. In the destination page, I have a Document Viewer Task Flow whose resourceId input parameter I set to #{param.docId}. This works in that the Document Viewer appears nicely and has the correct path/breadcrumbs. I can display the document in a browser from the View menu item. I can download it from the download menu. However the actual file contents do not show up. In the center where they should be, I get an Error-404 file not found. Why is that? It is finding the file in UCM, and I can access it other ways in the DV, but it can't find it in to put it in the Viewer area? That ain't right.
How do I get this to work correctly?

Similar Messages

  • To view the full contents of this document, you need a later version of the PDF viewer

    I Have upgraded to the latest version available in the App Store so why am I still getting this message when I try to open up PDFs?
    To view the full contents of this document, you need a later version of the PDF viewer. You can upgrade to the latest version of Adobe Reader from www.adobe.com/products/acrobat/readstep2.html For further support, go to www.adobe.com/support/products/acrreader.html

    Hi,
    It sounds like you have a special type of form called a "dynamic XFA form".
    Currently, Adobe Reader mobile products (Reader for iOS, Android, Windows Phone) do not support dynamic XFA forms that are authored with Adobe LiveCycle Designer.
    The message is displayed when a dynamic content is not supported by a PDF viewer.  As far as I know, no PDF viewers on iOS support dynamic XFA forms.
    Please use the desktop version of Adobe Reader on a Windows or Mac computer to view and fill out XFA forms.
    Sorry for the inconvenience.

  • I am trying to use a interactive form and it says "If this message is not eventually replaced by the proper contents of the document, your PDF  viewer may not be able to display this type of document."  This is a IRS form and has worked before.

    I am trying to use a interactive form and it says "see below"  This is a IRS form and has worked before.
    is there a tech support phone number?
    Please wait...
    If this message is not eventually replaced by the proper contents of the document, your PDF
    viewer may not be able to display this type of document.
    You can upgrade to the latest version of Adobe Reader for Windows®, Mac, or Linux® by
    visiting http://www.adobe.com/go/reader_download.
    For more assistance with Adobe Reader visit http://www.adobe.com/go/acrreader.
    Windows is either a registered trademark or a trademark of Microsoft Corporation in the United States and/or other countries. Mac is a trademark
    of Apple Inc., registered in the United States and other countries. Linux is the registered trademark of Linus Torvalds in the U.S. and other countries

    That means you are looking at the form online with a browser that uses its own (incompatible) PDF viewer, not the Adobe Reader plugin.
    Either
    download the form to your local disk and fill it from there
    use a browser that employs the Adobe Reader plugin
    configure your browser to use the Adobe Reader plugin: http://helpx.adobe.com/acrobat/kb/pdf-browser-plugin-configuration.html

  • Hi, on the link below, I need to open the "demande de visa de resident temporaire" but once I click on it it gives me the following message: " To view the full contents of this document, you need a later version of the PDF viewer. You can upgrade  to the

    hi, on the link below, I need to open the "demande de visa de resident temporaire" but once I click on it it gives me the following message: " To view the full contents of this document, you need a later version of the PDF viewer. You can upgrade  to the latest version of Adobe Reader from www.adobe.com/products/acrobat/readstep2.html  For further support, go to www.adobe.com/support/products/acrreader.html".
    the link is: http://www.cic.gc.ca/francais/information/demandes/visa.asp?countrySelect=RO#applications
    can someone please help me? I've tried installing everything as per the indication in the message but I still get that error message.

    update your adobe reader here, http://get.adobe.com/reader/
    untick unwanted tag-along ware.

  • "To view the full contents of this document..."

    Hi All,
    I am working on a PDF parser and while parsing PDF file I am able to parse the document catalog & cross reference table but when it comes to content I get a message
    "To view the full contents of this document, you need a later version of the PDF viewer. You can upgrade to the latest version of Adobe Reader from www.adobe.com/products/acrobat/readstep2.html
    as the content of the file I am unable to understand why it happens. I have checked the same with Sumatra PDF and it is also showing the same result. Could anyone can help me out in parsing the correct content of the PDF?
    Please see the sample PDF @ following link:
    https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=0BzErSc5prXZhNDg2OWI1OWU tZDg3ZS00ZDJhLThmMTgtN2YyNzBjZGZlZWVj&hl=en
    You can also download the PDF by File -> Download Original
    Thanks,
    Pankaj

    Hi lrosenth,
    Yes your are right the PDF has XFA information and I am able to get all of the XFA information but I got suck in it. When I was trying to get the XFA information I got in an indirect object which is as follows:
    52 0
    <</XFA [
    (preamble) 7 0 R
    (config) 8 0 R
    (template) 9 0 R
    (PDFSecurity) 10 0 R
    (localeSet) 11 0 R
    (xmpmeta) 12 0 R
    (xfdf) 13 0 R
    (postamble) 14 0 R
    /Fields []
    /DA (/Helv 0 Tf 0 g )
    /DR
    <</Font << /TimesNewRomanPS-BoldMT 21 0 R
    /Arial-BoldMT 22 0 R
    /Arial-BoldItalicMT 23 0 R
    /AdobePiStd 24 0 R
    /TimesNewRomanPSMT 25 0 R
    /Helv 26 0 R
    /MyriadPro-Regular 27 0 R>>>>
    /NeedAppearances false
    /SigFlags 2>>
    Here you can see there are no fields so, could you please suggest me what should be done in this case when you do not have field references then how could to parse rest of the file?
    Thanks,
    Pankaj

  • Cannot view the content of XML document.

    Hi experts,
    i have saved edit form (SAP Demo News) in document folder (KM Content > document). To view the content, I click the XML document then the content is display as design in ShowForm.
    My problem is i save the edit form (SAP Demo News) in my own folder (KM Content > MyFolder), then when I click the XML document the content is NOT display as design in ShowForm. But its display as XML coding.
    How to make the content of XML document NOT view as XML coding?
    Thanks and regards
    faeza

    Hi faeza ,
    by default XML Forms can only be used in the repositories documents and userhome.
    If you want to use XML-Forms in your own repository like "MyFolder" than the behaviour is like you have described.
    So you have to adjust the KM settings for using XML-Forms as well in the repository "MyFolder".
    Goto
    System Administration ->
    System Configuration ->
    Knowledge Management ->
    Content Management ->
    Configuration
    -> Content Management
    ->  Repository Filters
    -> XML Forms Repository Filter
    Choose the XML Forms Repository Filter entry "xmlforms_filter" and choose Edit.
    Add as "Repositories:" your repository "MyFolder".
    Save it and restart the whole portal.
    Best regards
    Frank

  • BCS passing dynamic inputs to methods & calling using in O365

    Hi all ,
    I have a requirement to pass dynamic values to BDC methods & retrieve data, for this I have created a BDC model file(which has SQL server as external source) with GenericInvoker methods & upload same to Admin central. how do we access these generic
    methods in Office 365 using JavaScript client object model.
    what are the options we have to invoke methods manually by passing dynamic values.
    I tried below code. but I getting below error.
    The web with URL 'http://XXXXXXXX:26110/sites/RA5' is not an app web. The GetAppBdcCatalog method must be called on an app web.
    Any help on this would be appreciated
    function retrieveListItems() {
    // This code runs when the DOM is ready and creates a context object which is needed to use the SharePoint object model
    $(document).ready(function () {
    context = SP.ClientContext.get_current();
    web = context.get_web();
    context.load(web);
    entity = web.getAppBdcCatalog().getEntity("PersonalDetails", "New external content type");
    context.load(entity);
    lob = entity.getLobSystem();
    context.load(lob);
    lobSystemInstances = lob.getLobSystemInstances();
    context.load(lobSystemInstances);
    context.executeQueryAsync(GetLobSubscribesystemInstance, onQueryFailed);
    function Entity() {
    alert("Reached the Entity method");
    //these are the helper methods and variables
    var context;
    var web;
    var user;
    var entity;
    var lob;
    var lobSystemInstance;
    var lobSystemInstances;
    // Initialize the LobSystemInstance.
    function GetLobSubscribesystemInstance() {
    var $$enum_1_0 = lobSystemInstances.getEnumerator();
    while ($$enum_1_0.moveNext()) {
    var instance = $$enum_1_0.get_current();
    lobSystemInstance = instance;
    context.load(lobSystemInstance);
    break;
    context.executeQueryAsync(Entity, onQueryFailed);
    function onQueryFailed(sender, args) {
    alert('Request failed. ' + args.get_message() + '\n' + args.get_stackTrace());
    ragava_28

    Hi all ,
    I have a requirement to pass dynamic values to BDC methods & retrieve data, for this I have created a BDC model file(which has SQL server as external source) with GenericInvoker methods & upload same to Admin central. how do we access these generic
    methods in Office 365 using JavaScript client object model.
    what are the options we have to invoke methods manually by passing dynamic values.
    I tried below code. but I getting below error.
    The web with URL 'http://XXXXXXXX:26110/sites/RA5' is not an app web. The GetAppBdcCatalog method must be called on an app web.
    Any help on this would be appreciated
    function retrieveListItems() {
    // This code runs when the DOM is ready and creates a context object which is needed to use the SharePoint object model
    $(document).ready(function () {
    context = SP.ClientContext.get_current();
    web = context.get_web();
    context.load(web);
    entity = web.getAppBdcCatalog().getEntity("PersonalDetails", "New external content type");
    context.load(entity);
    lob = entity.getLobSystem();
    context.load(lob);
    lobSystemInstances = lob.getLobSystemInstances();
    context.load(lobSystemInstances);
    context.executeQueryAsync(GetLobSubscribesystemInstance, onQueryFailed);
    function Entity() {
    alert("Reached the Entity method");
    //these are the helper methods and variables
    var context;
    var web;
    var user;
    var entity;
    var lob;
    var lobSystemInstance;
    var lobSystemInstances;
    // Initialize the LobSystemInstance.
    function GetLobSubscribesystemInstance() {
    var $$enum_1_0 = lobSystemInstances.getEnumerator();
    while ($$enum_1_0.moveNext()) {
    var instance = $$enum_1_0.get_current();
    lobSystemInstance = instance;
    context.load(lobSystemInstance);
    break;
    context.executeQueryAsync(Entity, onQueryFailed);
    function onQueryFailed(sender, args) {
    alert('Request failed. ' + args.get_message() + '\n' + args.get_stackTrace());
    ragava_28

  • E-Separation - Can we pass dynamic data in email body ?

    Hello Experts,
    I'm trying to pass dynamic data in the email body which is triggered on the process initiation in E-SEPARATION. Could someone please tell if it is possible in the first place ? If possible, how can I proceed ...
    What I tried ?
    When I initiate the separation process, I'm able to trigger the emails but with static content. Need something to be passed dynamically in it ....
    Thanks
    Vivek

    You can check the Document HRPBSIN_AC_MAIL_PARAMETERS  for dynamic parameters which can be used in your mail content.
    But it's limited and will not full fill to have more dynamic variables as per business requirement.
    So we have the option to enhance and replace the dynamic variable content for mail content in class CL_EAIN_UTILITIES method SEND_MAIL
    For this method you can create overwrite exit and pass the dynamic values in dialog texts objects.

  • How to display the contents of a document set on a page?

    I want to display the contents of a document set (that contains both folders and files) on a page (with the same structure as they are in the document set like folders and files). How to achieve this?
    I tried content search webpart but it is of no use as it displays the flat list instead I need folders and files as they are present in the document set
    I tried document set contents webpart but as it doesn't accept any connection, it is not of much use.
    I will be glad if you have any pointers for me in this regard.
    Regards
    Kesava

    Hi Kesava,
    According to your description, you might want to display the content in a document set with its hierarchy.
    How about using
    Page Viewer Web Part to display the page of the corresponding document set? This would be a non-code solution I would recommend.
    More information about Page Viewer Web Part:
    https://support.office.com/en-nz/article/Page-Viewer-Web-Part-e364436c-0ec4-4819-acac-1982b3525531
    Thanks
    Patrick Liang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support,
    contact [email protected]
    Patrick Liang
    TechNet Community Support

  • Linking a CRM case to a document in an external Content server - CRM 6.0

    Hi,
    We are creating a case from a scanned document, the document is stored in a separate content server. Now we need to link the created case to the scanned document in the content server. We need to be able to access the document/image from within the create case using WebClient
    Kind Regards

    Pradeep,
      Yes my users are over a 10 state area geographically, with u201Cpotentialu201D handheld access to the documents that would be attached to functional locations and equipments using the CV0*N access.  They would have no need to u201Ccheckout/checkinu201D documents in the field, but would need view access or print access from their field device via a work order wrote against the equipment or F.L. to which the documents would be attached.  I envision a separate small group of users that would actually u201Cmanageu201D the documents themselves such as u201Ccheck out/update/check back inu201D to the separate server location where the file(s) are located. 
      I understand in principle (I think) the DMS storage, but again, if I select u201Ckprou201D (currently unselected for my document type) you make the following comments: u201C2. 'kPro Storage' option (may store in SAP DB,HTTP Content Server), herein you can store 'n' originals/documents and 'n' additional files, AND
    HTTP content server  You may either use the SAP Content Server or an external/third-party content server.Typically, content server is opted for when operating in a distributed environment(users accessing from several locations)/index based search is needed/n:n mapping scenario exists. 
    Logical repository
    This storage type allows access to different physical repositories, independently of the client and the system ID.u201D
    So based on these comments, are you saying I should select u201CKprou201D for my particular document type and that I should define the external server as either an u201CHTTP content serveru201D or either a u201Clogical repositoryu201D?  If yes, then as I commented in my 1st ask, please advise how u201CI should use for "Maintaining the Storage System" since based on the selection of "Storage Type" whether HTTP content server or Structure Storage System, or Logical repository decides how the rest of your screen looks for further selection.u201D  Thanks in advance.

  • Pass dynamic values to search-query in wlp-syndication-config for RSS

    Hi All,
    I want to pass dynamic values to the <search-query> element for the <syndication-feed> node in the wlp-syndication-config.xml file for implementing RSS feeds.
    Here's a sample
    <syndication-feed>
              <name>RSSFeed</name>
              <search-query>cm_objectClassInstance=='Node' &amp;&amp; date == 'x'_</search-query>
              <search-type>pubmeta</search-type>
         </syndication-feed>
    I tried passing the parameter in the url but the feed doesn't read it. The only option i have is to manually put the value to get the content from the repository, which sucks...because the values can change any time. is there any way that I can avoid it
    Any help on this would be appreciated.
    Thanks,
    K

    James:
    Passing filters to an IR within the URL is described here
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/app_comp.htm#sthref989
    Varad

  • I am unable to view the full content of various web pages after purchasing Advanced System Care Pro. I was using the free version before with no problems. I cannot figure out if or which setting was changed. Please help

    I am unable to view the full content of various web sites after purchasing Advanced System Care Pro. I was using the free version before with no problems. I cannot figure out if or which setting was changed. I tried doing a system restore but that did not work. I tried turning off all features of ASC pro but that did not work. Javascript is enabled. Please help.
    Brian

    Many thanks.
    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • Pass Dynamic Parameter to Agent

    Hi All,
    I am trying to send the report/analyses by mail to my leaders in Oracle Business Intelligence 11.1.1.5.0.
    My report has Dashboard prompt for Region like "North" , "South", "East" and "West".
    I am able to send the report for all region but not able to send 4 reports for each region .
    How can i do it in Oracle Business Intelligence 11.1.1.5.0.?
    Do i need to use OBIEE Publisher for passing dynamic parameter .
    Thanks
    Nawneet

    The following kludge works for me:
    public ActionForward execute(ActionMapping mapping, ActionForm actionForm,
        HttpServletRequest request, HttpServletResponse response )
        throws IOException, ServletException {
        // select the view
        ActionForward actionForward = mapping.findForward("foo.bar");
        ActionForward newActionForward = new ActionForward(actionForward);
        newActionForward.setPath(actionForward.getPath() + "?id=" + id);
        return newActionForward;
      }

  • How to store email content as a document variable?

    Hi there,
    I have a question where I need to store the content of an email-service into a txt-file. I guess I should somehow put it in an document variable, how can this be done?
    Thanks in advance
    Sincerely
    Kim

    Kim
    I would suggest one of the following two methods:
    1) Prior to sending the email with the SendEmail service, build the email contents via SetValues and using String process variables. Have one String for the subject (i.e. sSubject) and one for the body (i.e. sBody) and build your content appropriately. You can use multiple SetValues or you could do it all in one. After your email's body is done being built, use a SetValue to set it to a Document variable (i.e. docBody = sBody). You can then use this Document variable as the input to your SendEmail service's body parameter. What you have then is a Document containing all the content of the email's body that you can now write to the filesystem, archive to a repository or do whatever you'd like with. Please note that if you are using HTML formatting for the email's body that your Document variable will literally have the HTML code in it. This means that if you, say, archived the Document to the file system as a .txt and then opened it, you would see all the content but it would have all the HTML code with it. To get around this, you might consider archiving the email contents as a .htm or .html file. This will cause the file to open in the system's default browser for viewing but it will also only display the actual content formatted per your HTML code.
    One other thing to note is that if you wanted the subject to be part of the archived file's contents as well, you could simply do a String concatenate of the body String (sBody) to the subject String (sSubject).
    2) If the emails you are sending go to the same email box(es) each time, you might consider building a second orchestration that uses an Email endpoint to watch the box(es). With this, you could monitor those inboxes and handle incoming messages appropriately.
    Please do let me know if you have any questions.
    Josh Boyle
    [email protected]
    Cardinal Solutions Group

  • Passing dynamic table name in ADO. net destination

    I am new to SSIS and I have a requirement where i need to pass dynamic table name in ADO .net destination .
    My package contains an "Execute Sql task" in the control flow which computes the destination table name to be provided at run time and stores it in a variable expression
    "@[User::Table_name]"(which has a scope of full package). 
    Now, the problem I'm facing right now is that , I am unable to use this variable expression in the ADO .Net Destination .
    I need to pass this variable expression as the table name in ado .net destination.
    But, whenever I use this variable in place as the table name I keep on getting this error and my package fails:- 
    [ADO NET Destination [403]] Error: The Table or View name is not expected. \n\t If you are quoting the table name, please use the prefix " and the suffix " of your selected data provider for quotation. \n\t If you are using multipart name,
    please use at most three parts for the table name. 
    Although ,I am able to run my package when i am providing the existing(static) table name.So there is nothing wrong with the  package.
    Tried a lot of things still not working..Please help...

    I am having the result stored in the variable expression . I just need a way to be able to use it as the Destination table in ADO .net Destination.
    I am not sure if this will work for you, but I am able to store the table name in variable and use it dynamically (via data flow task expression property ) as shown.
    Thanks, hsbal
    Hi Adeep,
    Based on my further research, just as hsbal said, we can set a variable as ADO.NET Destination table via Expressions property in Data Flow Task.
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

Maybe you are looking for

  • Pacman IgnorePkg not really ignoring?

    $ sudo pacman -Su :: Replace gtk-smooth-engine with gnome-themes from "testing"? [Y/n] n :: gcc-3.4.1-2: ignoring package upgrade (3.4.2-1) :: glibc-2.3.3-2t2: local version is newer :: xapps-20040912-1: ignoring package upgrade (20040920-1) :: xorg-

  • How to increase memory associated to was

    Hi all; During our development period, we always meet with ' out of memeory ' error when we are debugging. Is there any place for us to set memory for was ? Thanks

  • Modifying ExportAllStories to Exclude Master Pages

    Hi, I am using the ExportAllStories script that comes with Adobe InDesign CS 5. I would like to modify it so that it ignores items from the master pages. Any direction you can give would be most helpful. Thanks, Steve

  • A connection to server could not be made hence proper authentication cannot be made please check your network..

    I am using Oracle 10g server for database and VB Dot Net application for my Office. These were worked properly in Windows Xp all versions but in windows 7 not working. I installed Oracle 10g client and added ODBC client successfully. server also comm

  • Problème avec ios7 sur iphone4

    Bonjour, Mon iphone4 ne marche plus correctement depuis que j'ai chargé l'ios7, C'est une horreur il faut attendre de 10 à 30 secondes avant qu'il valide chaque saisie, autant dire que la saisie d'un texto relève du marathon. Que faire ? quelqu'un re