Dynamic Converter GUI Templates with IDOC

Hello, is there any way to use IDOC script in GUI Templates?
We have XML document and need to convert it to HTML. We can use XSL or GUI Templates.
The problem is - XML document has elements which need to be referenced with Content Server View. For example we have XML element called CODE:
<XML>
<CODE>10</CODE>
</XML>
There is view in Content Server with two columns CODE, DESCRIPTION:
CODE: 10
DESCRIPTION: Description for code 10.
I need to render Description column value on converted HTML.
Any thoughts how to achieve that would be appreciated..

try uninstall and insatall the component again. Also logout and login
regards,
deepak

Similar Messages

  • Dynamic Converter - convert Word Document with Image

    I have the following issue:
    My word document contains an embedded image. the text flows around the picture on the right side.
    After the conversion is the text in a separate paragraph below the picture ...
    Is it possible to configure the dynamic converter so that the text flows around the picture like in the word document?
    Thanks for your help!

    Now i have tried several times to format the output with different styles. I have changed the text color, text size and to align the picture.
    But the output didn't change.
    There are no errors or warnings in the logfile.
    An ibr is also running. It converts doc into pdf.
    For the dynamic converter:
    I have made a rule.
    Then i have added a criteria for the field "format" with the value "application/msword".
    Then i have selected a gui tepmlate and asigned the standard layout.
    No effect.
    Any suggestions why the dynamic conversion didn't work?
    Thank you for your help!

  • Dynamic Converter Template Type drop down list error

    UCM 11g, win xp 64 bit
    when I try to check in dynamic converter template (Dynamic Converter Admin -> Check in existing template), the drop down of template types never gets updated with templates types, it just sits on "Loading values...". Any ideas why ? I can edit template types right in the UCM DB, DocMeta table, xTemplateType column, but that doesnt sound like a "clean approach".
    Best regards,
    Giedrius

    try uninstall and insatall the component again. Also logout and login
    regards,
    deepak

  • How can we get Dynamic columns and data with RTF Templates in BI Publisher

    How can we get Dynamic columns and data with RTf Templates.
    My requirement is :
    create table xxinv_item_pei_taginfo(item_id number,
    Organization_id number,
    item varchar2(4000),
    record_type varchar2(4000),
    record_value CLOB,
    State varchar2(4000));
    insert into xxinv_item_pei_taginfo values( 493991 ,224, '1265-D30', 'USES','fever','TX');
    insert into xxinv_item_pei_taginfo values( 493991 ,224, '1265-D30', 'HOW TO USE','one tablet daily','TX');
    insert into xxinv_item_pei_taginfo values( 493991 ,224, '1265-D30', 'SIDE EFFECTS','XYZ','TX');
    insert into xxinv_item_pei_taginfo values( 493991 ,224, '1265-D30', 'DRUG INTERACTION','ABC','TX');
    insert into xxinv_item_pei_taginfo values( 493991 ,224, '1265-D30', 'OVERDOSE','Go and see doctor','TX');
    insert into xxinv_item_pei_taginfo values( 493991 ,224, '1265-D30', 'NOTES','Take after meal','TX');
    select * from xxinv_item_pei_taginfo;
    Item id Org Id Item Record_type Record_value State
    493991     224     1265-D30     USES     fever     TX
    493991     224     1265-D30     HOW TO USE     one tablet daily     TX
    493991     224     1265-D30     SIDE EFFECTS     XYZ     TX
    493991     224     1265-D30     DRUG INTERACTION     ABC     TX
    493991     224     1265-D30     OVERDOSE      Go and see doctor     TX
    493991     224     1265-D30     NOTES     Take after meal     TX
    Above is my data
    I have to fetch the record_type from a lookup where I can have any of the record type, sometime USES, HOW TO USE, SIDE EFFECTS and sometimes some other set of record types
    In my report I have to get these record typpes as field name dynamically whichever is available in that lookup and record values against them.
    its a BI Publisher report.
    please suggest

    if you have data in db then you can create xml with needed structure
    and so you can create bip report
    do you have errors or .... ?

  • Problem with Dynamic Converter

    Hi All
    I am new to Dynamic Converter. I want to convert a .doc and .txt file to html and pdf when I check in. For that I have installed Dynamic Conveter on my CS (10gR3 on linux). Now when i click on Get Conversion link on Content Info Page it gives an error :
    Unable to get dynamic conversion. The HtmlExport filters have not been loaded.
    [ Details ]
    intradoc.common.ServiceException: !csHtmlExportFiltersNotLoaded at dynamicconverter.DynConverterHandler.doConversion(DynConverterHandler.java:1225) at dynamicconverter.DynConverterHandler.runHtmlConversion(DynConverterHandler.java:1140) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461) at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:142) at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:75) at intradoc.server.Service.doCodeEx(Service.java:488) at intradoc.server.Service.doCode(Service.java:470) at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350) at intradoc.server.Service.doAction(Service.java:450) at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191) at intradoc.server.Service.doActions(Service.java:445) at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1061) at intradoc.server.Service.executeSubServiceCode(Service.java:3453) at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:939) at intradoc.server.Service.executeServiceEx(Service.java:3448) at intradoc.server.Service.executeService(Service.java:3432) at intradoc.server.Service.doSubService(Service.java:3421) at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597)
    Is there any configuration or setting also need to be done. Plz guide.
    Regards

    Hi
    After applying the latest patch, now clicking on Get Conversion to get the HTML gives the following error :
    Unable to get dynamic conversion. Failed to export document 'UCM_000657' using template '' and layout ''. Export process: 'DCExport'
    [ Details ]
    intradoc.common.ServiceException: !csFailedToExport,UCM_000657,,!$Export process: 'DCExport'
         at dynamicconverter.DynConverterHandler.doConversion(Unknown Source)
         at dynamicconverter.DynConverterHandler.runHtmlConversion(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
         at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:142)
         at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:75)
         at intradoc.server.Service.doCodeEx(Service.java:488)
         at intradoc.server.Service.doCode(Service.java:470)
         at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
         at intradoc.server.Service.doAction(Service.java:450)
         at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
         at intradoc.server.Service.doActions(Service.java:445)
         at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1061)
         at intradoc.server.Service.executeSubServiceCode(Service.java:3453)
         at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:939)
         at intradoc.server.Service.executeServiceEx(Service.java:3448)
         at intradoc.server.Service.executeService(Service.java:3432)
         at intradoc.server.Service.doSubService(Service.java:3421)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

  • Authorization issue with Dynamic Converter

    We have configured the Dynamic Converter to immediately translate documents to HTML when checked in.
    We have created a security group, and the Guest role has read access to that group.
    When we make a call from our Web App to the translated page (using a HTTP Get request), we are prompted for a userid and password, when we think it should not.
    Anyone any ideas on how we can get around this issue, or if anyone has seen this problem before.
    Thanks.

    Hi, thanks for the reply.
    We are not using accounts.
    I have given read access to guest for all security groups and I still get the pop up asking me to log in. The only content being loaded is from word documents. This is the error I get if I cancel the login:
    Welcome to Stellent
    Unable to get dynamic conversion. System needs login authentication credentials.
    When we use the "web location" as opposed to the "get content" link it works fine with no login required for the same document.

  • WCM_PLACEHOLDER service with Dynamic Converter

    Team,
    We are doing UCM integration with a Portal porduct. Content contributors want to use MicroSoft Office to contribute content.
    Dynamic converter is the obvious choice to conveter word document to html page.
    But the question is how to get this page on to the Portal side? Should we still use WCM_PLACEHOLDER service ? If so will WCM_PLCEHOLDER service work with DC?
    Please point me to any suitable documentation.
    regards,
    deepak

    Deepak,
    if your 'Portal' is WebCenter, it will work for you once you upgrade to PS3. Btw. I don't get relationship between portal, UCM and MS Office - MS Office and UCM can be integrated directly via Desktop Integration Suite (Portal is irrelevant here). How to get a html page (from UCM) to a portal? In WebCenter, prior to PS3, there was a chance to construct a http call that somehow called DynamicConverter and got the content (we used OmniPortlet, so it might work for Oracle Portal, too). For other portals (on Weblogic only now) you could use SSXA where a document can be converted via means of SSXA to a placeholder. Your pages must be jsp(x), though.
    Hope something might help you.
    Btw. Yannick Ongena (the main contributor to WebCenter forum) might give you some ideas, too. He wrote a document how to integrate UCM and WebCenter (prior to PS3), so you may find something useful there.
    Edited by: jiri.machotka on Feb 22, 2011 6:25 AM

  • R: how to, and with what quality, converting OVM Templates to VMWare

    Hi all
    My customer wants to migrate from VMWare to Oracle VM for the Oracle products they have, but that will be a somewhat longer process. They need to stick to VMWare for their runtime platform at least for a longer while.
    We are looking at what steps are possible now, and one of the routes the customer suggested is to start using the OVM Templates, and create OVM templates with a more or less "design" installation for Oracle VM. Then do a conversion to VMWare and run it as a VMWare virtual machine.
    Is such a conversion possible, and will there be any quality left ? I assume the initial run scripts will not work for example?
    Also we want to use OEM as the central point for provisioning. So somehow we would need to provision the VMWare images as well. But that will be for a different forum :-)
    Thanks
    Jan Willem

    Hi Dave
    The runtime platform as a whole is controlled by a division of the organization that is not ready and willing to move to OVM yet. I have this discussion regularly and the discussions, also this time, are typically around supportability, standardization and maturity. OVM is favoured by the architects, but they do not have all the power :-)
    The organization claims not to have the skills, the right monitoring framework (for instance a link to Tivoli) in place, no experience etc. so they cannot support the app in production. Also they are still on the concept of a standardized platform for all apps, not just the oracle ones. The non-oracle apps typically are supported on VMWare. Then they usually claim the huge market share as opposed to OVM to support their claim that VMWare is a more mature product.. In short many reasons for an admin organization not to adopt OVM. So they just will not support an app run on OVM in production..
    In the meantime they also have decided against VMWare and go for Bare metals.
    Thanks
    Jan Willem

  • Help: dynamic converter

    hi, expert stellent users,
    im new to oracle ucm,
    i already installed content server 10gr3 on windows 2003
    and i want to test the functionality of dynamic converter component.
    i already enabled the component and restarting content server and web server,
    but when click on context menu on some content,
    there is no link for "html rendition" as is described in the dynamic converter docs.
    and please can someone give me simple step by step guide,
    to test this feature. the scenario is that i've a word document
    and want to convert it to html.
    here's my proposed steps, correct if im wrong:
    -install a dc template, there's some samples there, but which file i should use, and how do i entered it to the system
    -making a rule for coversion mapping (is this needed ? )
    -check in a sample word document
    -preview the html version
    can someone help me with the detail steps
    thank you in advance.

    thanks jstortz for your explanation,
    i also have configured how to do it
    i hope this helps anyone who may have the same problem.
    enabling dynamic converter 10gR3:
    -install dc converter component using component wizard
    -enable it
    -restart content and web server
    -login to idc using sysadmin
    -go to adminstration > dc admin
    -check in existing template:
    select samples from [csinstall] folder: eg: C:\oracle\ucm\server\custom\DynamicConverter\samples
    note that you need to upload 2 type of template: GUI template and Layout template
    -go to template selection rules
    add new rule,
    set matching criteria based on file type
    and set the gui template and layout template using templates that previously checked in before.
    -go to dc configuration settings
    on conversion formats field: select file types (separated by comma) that
    you would like to enable dc with (this will set the "html rendition" feature enabled on that file).
    done..

  • Dynamic Converter error in 11.1.1.6

    Hi, everyone. I'm having a problem with the Dynamic Converter component in WebCenter Content Server (11.1.1.6) running on a Solaris x86_64 platform. When I check in a document (Word document) and go to a Web-friendly version in Portal, I get the following error:
    Content Server Request Failed
    Error Unable to get dynamic conversion. Failed to export document '000005' using template 'SLIDE-PREVIEW-LARGE' and layout ''. Export process: 'hcexport'
    The logs show:
    *3/21/12 11:33 AM     Event generated by user '<user>' at host '<domain>'. Referred to by https://<domain>/cs/login/login.htm.*
    User agent is Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.2.18) Gecko/20110928 Firefox/3.6.18 and request method is GET.
    *Failed to export document '000005' using template 'SLIDE-PREVIEW-LARGE' and layout ''. Export process: 'hcexport' [ Details ]*
    An error has occurred. The stack trace below shows more information.
    *!csUserEventMessage,<user>,<domain>!csFileServiceReferredToBy,https://<domain>/cs/login/login.htm!csFileServiceUserAgent,Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.2.18) Gecko/20110928 Firefox/3.6.18,GET!csFailedToExport,000005,SLIDE-PREVIEW-LARGE,!csExportProcess,hcexport*
    intradoc.common.ServiceException: !csFailedToExport,LEO000005,SLIDE-PREVIEW-LARGE,!csExportProcess,hcexport
    **ScriptStack GET_DYNAMIC_CONVERSION_SUB*
    *3:doSubService,dID=209,dDocName=000005GET_DYNAMIC_CONVERSION_SUB,dID=209,dDocName=LEO0000053:runHtmlConversion,dID=209,dDocName=000005*
    at dynamicconverter.DynConverterHandler.doConversion(DynConverterHandler.java:1357)
    at dynamicconverter.DynConverterHandler.runHtmlConversion(DynConverterHandler.java:1141)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:324)
    at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)
    at intradoc.server.Service.doCodeEx(Service.java:603)
    at intradoc.server.Service.doCode(Service.java:575)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1643)
    at intradoc.server.Service.doAction(Service.java:547)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1458)
    at intradoc.server.Service.doActions(Service.java:542)
    at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1322)
    at intradoc.server.Service.executeSubServiceCode(Service.java:4023)
    at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:1200)
    at intradoc.server.Service.executeServiceEx(Service.java:4018)
    at intradoc.server.Service.executeService(Service.java:4002)
    at intradoc.server.Service.doSubService(Service.java:3912)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310)
    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295)
    at intradoc.server.Service.doCodeEx(Service.java:620)
    at intradoc.server.Service.doCode(Service.java:575)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1643)
    at intradoc.server.Service.doAction(Service.java:547)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1458)
    at intradoc.server.Service.doActions(Service.java:542)
    at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1391)
    at intradoc.server.Service.executeActions(Service.java:528)
    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:737)
    at intradoc.server.Service.doRequest(Service.java:1956)
    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:437)
    at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)
    at intradoc.idcwls.IdcServletRequestUtils.doRequest(IdcServletRequestUtils.java:1354)
    at intradoc.idcwls.IdcServletRequestUtils.processFilterEvent(IdcServletRequestUtils.java:1731)
    at intradoc.idcwls.IdcIntegrateWrapper.processFilterEvent(IdcIntegrateWrapper.java:222)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at idcservlet.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:87)
    at idcservlet.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:305)
    at idcservlet.common.ClassHelperUtils.executeMethodWithArgs(ClassHelperUtils.java:278)
    at idcservlet.ServletUtils.executeContentServerIntegrateMethodOnConfig(ServletUtils.java:1704)
    at idcservlet.IdcFilter.doFilter(IdcFilter.java:457)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    I have this component working in an NOE environment, but it's version 11.1.1.5. I can only assume I'm doing something wrong with this version.
    I did notice that the classes ContentAccess components are gone this version, as that is a popular check for fixing this particular issue.
    Any help with this would be greatly appreciated!

    Fixed it, in my case. Turns out I was missing a couple libraries.
    I can't guarantee our issues are the same but you can try this. Set LD_LIBRARY_PATH. Go into the directory with hcexport and run "ldd hcexport". If anything says "not found", you'll might need to install that library.

  • Dynamic Converter problem - Preview not available

    Hi All,
    I have a problem with Dynamic Converter.
    After choosing to edit a particular template and then trying to preview a certain content item, a message is passed saying "Preview is not available". The strange thing is that we are running two different environments where the function is working fine on the other one.
    Any suggestions regarding this?
    Note: We are running 10gR3 with Dynamic Converter 8.1.0.754
    thanks in advance!

    The obvious question is: are you sure you're previewing a content item that's "convertible" and also exists?
    The template editor only remembers the last content ID you picked. So if you pick item A for environment X and then B for environment Z, the editor will always load up B the next time you open up the editor. So if you edit the template in X again, and B doesn't exist in X, you'll get that error.
    Don't know if your problem is as simple as that though. We're running DC 8.1.0.735 and don't get any preview errors outside of the scenarios I listed above.
    Good luck.

  • Get HTML (Dynamic Converter) converted content from external application

    As per requirement, External (Other java application) application suppose to get dynamic converted (HTML version) content from UCM.
    I am trying to execute GET_DYNAMIC_CONVERSION service using RIDC and web service client call.
    I dont see HTML content is coming as the result of GET_DYNAMIC_CONVERSION service.
    Would you please guide me in getting HTML converted document from external application.
    Please let me know, if you need additional details.
    Thank you in advance
    Edited by: 958795 on Sep 12, 2012 3:29 PM

    Hi Srinath,
    I have tried your response. Still i am getting hda data only, not HTML content.
    GET_DYNAMIC_URL service with fileUrl attribute is returning HTML content from UCM GUI (browser) but not from RIDC.
    Code i tried is:
    DataBinder dataBinder = idcClient.createBinder();
              dataBinder.putLocal("IdcService", "GET_DYNAMIC_CONVERSION");
              //dataBinder.putLocal("dID","1832");
              dataBinder.putLocal("dDocName","ECMPS5_002024");
              dataBinder.putLocal("IsJava","0");
              dataBinder.putLocal("RevisionSelectionMethod","LatestReleased");
              dataBinder.putLocal("DCViewFormat","WebViewable");
              // execute the request
              ServiceResponse response = idcClient.sendRequest (userPasswordContext, dataBinder);
    InputStream istream=response.getResponseStream();
    InputStreamReader isr = new InputStreamReader(istream);
    BufferedReader br = new BufferedReader(isr);
    String line = null;
    while ( (line = br.readLine()) != null)
    System.out.println(line);
    }

  • UCM dynamic converter

    Hi
    I had successfully converted a word document into HTML using UCM Dynamic Converter and RIDC. The converted HTML file displaying as follows
    <$if not dcSnippet$> <$endif$>
    This is Test
    By
    UCM RIDC
    <$if not dcSnippet$> <$endif$>
    ----But the <$if not dcSnippet$> <$endif$> is displaying two times. This is not word document. how to remove it?
    thanks,
    kannan

    Kannan,
    please share have your uploaded the sample templates provided with Oracle UCM.
    Regards,
    Alee

  • I am changing from Word to Pages. I have created my custom template with all my styles etc and that is what comes up when I go for a New Document. Fine. How do I get it to use the same Custom Template when I use Pages to open a Word document?

    I am changing from Word to Pages. I have created my custom template with all my styles etc and that is what comes up when I go for a New Document. Fine. How do I get it to use the same Custom Template when I use Pages to open a Word document?

    The template is a document in itself, it is not applied to an existing document whether it is a Pages document or a Word document converted to a Pages document.
    You would need to either copy and paste content, using existing styles, or apply the styles to the converted Word document.
    You can Import the Styles from an existing document and those imported Styles can be used to override the current document's styles:
    Menu > Format > Import Styles
    The process is simplified if the styles use the same names, otherwise you will need to delete the style you don't want and replace it with the one that you do want when asked, then the substitution is pretty straightforward.
    Peter

  • Trying to create a template with adjustable text fields.

    I need to creat a form or template with adjustable text and image fields.  I need to have a background template for multiple pages that when I make a change to the template it make the changes to all pages, like the master page of indesign.  I also need to have text and image fields that are specific to each page but the dimensions and placement are controled by the template,but the information inside is page spacific.  What program should I use and anyone know a tutorial for help?

    What you want would require elaborate programming or dealing with variables in Framemaker or InDesign (Server) to dynamically generate the output upon request. You can of course get part of the features using normal variables in ID e.g. to pull linked images based on some parameters, but generally your request sounds too complex to deal with all scenarios.
    Mylenium

Maybe you are looking for