Calling subtemplate in standalone BIP

Hi,
I've created one main template and two subtemplate. All template have different dataset. I want to print that sub template in separate page based on condition. like
Page1-Main template
Page2-Subtemplate1(if condition=true) conditon is related to main template dataset field
Page3-Subtemplate2(if condition=true) conditon is related to main template dataset field
We are using standalone BIP enterprise. Please anyone tell me how to do it in details.
Thanks.

Actually, i had created one xml data file instead of multiple data files. I achieved it by below steps...i could do it because we had one common field in each xml data file.
Main template
page-break
If condition1=true then
desired behavior (contains subtemplate1 description)
end if
page-break
if condition2=true then
desired behavior (contains subtemplate2 description)
end if
Hope it helps...

Similar Messages

  • Unable to call subtemplate (24 pages) in EBS

    Hi All,
    I have a big template with 26 pages and size is 45MB. First i tried to load this template into EBS template but got error. Then i created two template from this, one main template with first two pages and other subtemplate with rest of 24 pages.
    I successfully loaded main template into EBS and moved subtemplate into EBS unix box.
    Now i am calling subtemplate into main template using import command.
    <?import:http://myserver:8006/xmlptemp/xml_WelPkg_SubTemplate.rtf?>
    <?call:SubTemplate?>
    <?end call?>
    Then i am getting error:
    java.lang.NullPointerException at oracle.apps.xdo.oa.util.CoreHelper.escapeBrackets(CoreHelper.java:549) at oracle.apps.xdo.oa.util.CoreHelper.getExceptionXML(CoreHelper.java:580) at oracle.apps.xdo.oa.util.CoreHelper.writeExceptionDocument(CoreHelper.java:661) at oracle.apps.xdo.oa.util.CoreHelper.writeExceptionDocument(CoreHelper.java:637) at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:6205) at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3555) at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3614) at oracle.apps.xdo.oa.template.server.TemplatesAMImpl.processTemplate(TemplatesAMImpl.java:2135) 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:324) at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:189) at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:152) at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:721) at oracle.apps.xdo.oa.template.webui.TemplateGeneralCO.previewTemplate(TemplateGeneralCO.java:741) at oracle.apps.xdo.oa.template.webui.TemplateGeneralCO.processRequest(TemplateGeneralCO.java:158) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:581) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1095) at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247) at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353) at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2298) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1711) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418) at oa_html._OA._jspService(_OA.java:88) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162) at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187) at oa_html._OA._jspService(_OA.java:98) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) at org.apache.jserv.JServConnection.run(JServConnection.java:294) at java.lang.Thread.run(Thread.java:534)
    If i ran same main template from my PC using MS word template builder then i am getting report output without any error.
    If i remove 23 pages from the subtemplate and keep 1 or 2 pages, move into EBS unix box then i am getting report output from EBS.
    This is a service contract welcome package report so i can not reduce number of pages.
    I am using 5.6.2 version on EBS
    Could any one tell me solution for this.
    Thanks
    Ravi
    null

    Hi Tim,
    Thanks for quick responce.
    I am trying to send you zip file (4 MB) but every time i am getting back with error (I'm afraid I wasn't able to deliver your message to the following
    addresses.
    This is a permanent error; I've given up. Sorry it didn't work out)
    Could you please tell me other way?
    Thanks
    Ravi

  • Calling a Procedure in BIP 10.1.3.2

    Hi All,
    I am creating a report, which first calls a procedure to populate the custom table and then it uses the custom table to create the report.
    My Question to you all is, is there a way to call a procedure first and then call the table from BIP.
    Thanks,
    Madhavan G V

    whoa, whoa,whoa.
    You should use a pipelined function. Then you can cast a pl/sql table as and actually table. It will save you a read and write to disk, plus the table objects, and there is no need to worry about commits, rollbacks and clean up. This is trully a godsend for reporting, however, because of the anonymity of pipelined functions nobody ever uses it, which is such a shame as it is one of the most powerful tools in pl/sql (it's not just for ETL). Below is some sample code.
    good luck,
    Ike
    Here's an example:
    SELECT
    GMD_SPEC_TESTS.SPEC_ID
    ,GMD_SPEC_TESTS.TEST_ID
    ,GMD_SPEC_TESTS.TEST_METHOD_ID
    FROM
    GMD_QC_TESTS
    ,GMD_SPEC_TESTS
    ,table(vca_rm_spec_pkg.get_valid_tests_table(:p_report_type, GMD_QC_TESTS.TEST_CODE, GMD_QC_TESTS.TEST_DESC)) test_tab
    WHERE
    GMD_QC_TESTS.TEST_ID = GMD_SPEC_TESTS.TEST_ID
    AND NVL(GMD_QC_TESTS.DELETE_MARK, 0 ) != 1
    and GMD_SPEC_TESTS.SPEC_ID=:HEADER_SPEC_ID
    and test_tab.test_code = GMD_QC_TESTS.TEST_CODE
    and GMD_QC_TESTS.TEST_CODE <> 'QAPRV'
    ORDER BY TEST_CODE
    ==================================
    ==package body
    ==================================
    function get_valid_tests_table (p_report_type in varchar2, p_test_code in varchar2 , p_test_desc in varchar2)
    RETURN test_tbl_undef PIPELINED
    is
    l_test_rec vca_rm_spec_pkg.test_rec;
    begin
    G_PROC_NAME :='get_valid_tests_table';
    if p_report_type = 'SEARCH' then
    if g_test_tbl.count <> 0 then
         for i in g_test_tbl.first..g_test_tbl.last loop
              l_test_rec := g_test_tbl(i);
                   pipe row(l_test_rec);     
         end loop;
    end if;
    else
    --this is the summary, what comes goes out.
         l_test_rec.test_code := p_test_code;
         l_test_rec.test_desc := p_test_desc;
         pipe row(l_test_rec);     
    end if;
    return;
    end get_valid_tests_table;
    procedure set_valid_tests_table (p_test_code in varchar2, p_test_desc in varchar2)
    is
    begin
    G_PROC_NAME :='set_valid_tests_table';
    if g_test_tbl.count is null or g_test_tbl.count = 0 then
    g_test_tbl(1).test_code := p_test_code;
    g_test_tbl(1).test_desc := p_test_desc;
    else
    g_test_tbl(g_test_tbl.count+1).test_code := p_test_code;
    g_test_tbl(g_test_tbl.count).test_desc := p_test_desc;
    end if;
    return;
    end set_valid_tests_table;
    ==============================
    ==package spec
    ==============================
    type test_rec is record (test_code varchar2(30),
    test_desc varchar2(150)
    type test_tbl_undef is table of test_rec;
    type test_tbl is table of test_rec INDEX BY BINARY_INTEGER;
    g_test_tbl test_tbl;
    --returns a pl/sql table pipelined, query casts as table  
    function get_valid_tests_table (p_report_type in varchar2, p_test_code in varchar2, p_test_desc in varchar2)
    RETURN test_tbl_undef PIPELINED;
    --returns a pl/sql table pipelined, query casts as table  
    procedure set_valid_tests_table (p_test_code in varchar2, p_test_desc in varchar2); --return varchar2;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Problem calling subtemplate outside the catlog

    Hi
    I am trying to call subtemplate thats is outside the catlog and on different server
    i am using the following syntax but when when i run the report i am getting blank page
    <?import:http//db01:8012/home/reports/faces/images/subtemplate.rtf?>
    is the abover syntax is correct or what is the procedure i have to follow i have seen the documentation too .
    Thanks in Advance.

    Hi All,
    I am also facing the issue with sub template calling, my problem is i have two Templates and both are registered in the XML Publisher, like Template1(Main Template) and Template2(Sub Template) but while the report main template not pulling the sub template, pls check the below syntax
    Main Template:Template1
    in this template i am using the below code.
    <?import:xdo:// VEL.TESTPOXPRPOP.en.US?>
    <?call-template: VCANXXPOXPRPOP?>
    <?import:xdo:// VEL.TESTPOXPRPOP.en.US?>
    VEL - CustomTOP
    TESTPOXPRPOP - Shortcode of Template
    en - language
    US- Teritory
    <?call-template: VCANXXPOXPRPOP?>
    from the above syntax i am calling the Subtemplate inner data, please see the sub template details below
    Sub Temlplate: Template2
    in this template i am using the below code.
    <?template: VCANXXPOXPRPOP?>
    Hello Welcome to Oracle World
    <?end template?>
    Please advice me whether i am going on right way are not that syntax everything correct or not.
    Thanks in Advance.

  • Calling subtemplate with parameters in footer

    Hi,
    I have the following syntax that calls a conditional footer depending on orgid and country:
    <xsl:call-template name="Super"><xsl:with-param name="organiz"select="ORG"/>
    <xsl:with-param name="country" select="BILL_COUNTRY_DESCRIPTION"/></xsl:call-template>
    This works great if I call it from a form-field but if I paste this code into the footer it does'nt get interpreted as xsl-code.
    Is there any way to work around this?
    Rg. Daniel

    By the way - you can call subtemplates with parameters using the short <??> notation in the real header.
    Edward our local guru gave me syntax:
    HEADER:
    <?call@inlines:aaa?><?with-param:name;string(‘edward’)?><?end call?>
    BODY:
    <?template:aaa?>
    <?param:name;string(‘Default Value’)?>
    Name: <?string($name)?>
    <?end template?>

  • Calling Subtemplate with passed in variable

    Just wondering how to call a subtemplate with a parameter that is passed in to the rtf, like this:
    main template:
    <?param@begin:P_ORG_ID?>
    This is my main template. I have stuff here....
    Call subtemplate:
    <?call@inlines:Header?>
    <?with-param:Org;$P_ORG_ID?>
    <?end call?>
    Question is how to pass the P_ORG_ID to the subtemplate. The way I have listed above does not work, its blank in the subtemplate.

    Passing parameter to a subtemplate
    Above link has all the info.

  • Calling subtemplate.rtf in maintemplate.rtf in XML Publisher reports

    Hi,
    I am working on XML Publisher Reports. I have two subtemplate.rtf; based on condition in the maintemplate.rtf, i have to call either of the subtemplate.rtf.
    Doubts:
    1. Do i need to register both subtemplate.rtf in oracle applications? If yes, what could be 'CODE' while registering in oracle applications.
    2. How to use subtemplate.rtf based on condition in the maintemplate.rtf?
    Could i expect a complete process of using subtemplate in main template.
    I am profoundly thankful to any help in advance.
    Thanks.

    Hi ,
    Check the following link may be help ful for u
    http://blogs.oracle.com/xmlpublisher/2008/07/conditional_templates.html
    Thanks,
    Ananth

  • Calling subtemplate in main template based on dummy parameter

    Hi Gurus,
    Basically i want the PO with Terms and conditions for each PO if the dummy parameter is "Y".Otherwise I need to hide the terms and conditions.
    So i have created Subtemplate for Terms and conditions.
    <?template:My_Subtemplate?> at the top
    <?end template?>
    I'm trying to call the subtemplate which is registered under template manager to the main templates data definition with subtemplate as "Yes".
    Here are the steps followed on the main template:
    1) import statement on main template
    <?import:xdo://PO.PO_Subtemplate.en.US/?>
    <?if:$P_T_C=’Y’?>
    <?start:body?>
    <?call-template:My_Subtemplate?>
    <?end:body?>
    <?end if?>
    <?if:$P_T_C=’N’?>
    <?start:body?>
    .........main template goes here
    <?end:body?>
    <?end if?>
    When i run the report, I'm not able to see the subtemplate for dummy parameter as 'Y'. I'm seeing blank.
    Is there anything i need to do here?
    Mallik

    Your jquery is trying to add data by calling a function. Also, you're just getting the value of the parameter. There's not a key to trigger anything on your server-side script. Make sure real_news.asp is processing correctly, looking for key (some-key) AND value (tlink). You might want to simply try concatenating the value of the var like this though:
    <script>
    var tlink = window.location.search.substring(1);
    $('document').ready(function() {
    $("#mydiv").load("real_news.asp?some-key=" + tlink);
    </script>
    Another way you could do it is use server side scripting to look and see if the URL-PARAM is set and if it is then echo value of URL-PARAM into load() method. php example below. I'm sure you can find an asp equivalent to achieve the same result. I think the key (pun) to this problem is that you do not have a key to associate the value with in order to process anything.
    <script>
    <?php if (isset($_GET['URL-PARAM'])) { ?>
    $('document').ready(function() {
    $("#mydiv").load("real_news.asp?some-key=<?php echo $_GET['URL-PARAM']; ?>");
    <?php }else{ ?>
    alert ("there is no ?URL-PARAM=something in the URL!!!");
    <?php } ?>
    </script>
    best,
    Shocker

  • How to call subtemplate based on the variable

    I need to call different section of the subtemplate based on the value in the variable (or tag value in the XML data).
    Trying to do like this:
    <?call-template:xdoxslt:get_variable($_XDOCTX, 'v_subtemplate')?> where v_subtemplate variable containd the proper name
    Not working for me.
    Am i using correct syntax or need to go different route ?
    THANKS in advance for ANY suggestions.
    -- Greg

    I need to call different section of the subtemplate based on the value in the variable (or tag value in the XML data).
    Trying to do like this:
    <?call-template:xdoxslt:get_variable($_XDOCTX, 'v_subtemplate')?> where v_subtemplate variable containd the proper name
    Not working for me.
    Am i using correct syntax or need to go different route ?
    THANKS in advance for ANY suggestions.
    -- Greg

  • Calling Subtemplate

    Hello!
    I created two RTF templates - one main(main.rtf) and other subtemplate(temp.rtf). I uploaded the temp.rtf into BI portal as a subtemplate and created temp.xsb under the following folder structure /Shared Folders/Test/. I created a report with main.rtf under the same folder and called the temp.xsb using the following tags
    <?import:file:///Shared Folders/Test/temp.xsb?>
    <?import:file:///Test/temp.xsb?>
    <?import:http://server.com:41000/Test/temp.xsb?> Note: server.com:41000 is my BI server instance
    None of them worked. Also, I've made disable external references as false.
    I tried import in my local system with C:/ and it worked. I'm not sure what I'm missing here..
    TIA,
    Ganesh

    Hi Ganesh,
    try this
    <?import:xdoxsl:///Components/Test/temp.xsb?>
    It worked for us in 11g

  • Can include sort tags by calling subtemplate?

    I have some sort tags which will be used in multiple reports, so I want to have them in a subtemplate and call them from each main template. When I do this I get:
    XML-22047: (Error) Invalid instantiation of 'xsl:sort' in 'xsl:template' context.
    If I put the sort tags directly in the main template, everything is fine. So is there a correct way to include sorts from a subtemplate?
    Thanks,
    Kurz

    Tim,
    Thanks for the response.
    I actually followed that page to learn out to do sorting based on parameters :-)
    I am creating the template parameters via a subtemplate then calling that from the main template, and that works fine. I can refer to $sort1, $sort2, $sort3 in the main template. It is just trying to include the sort tags that fails.
    I don't think there is anything wrong with my subtemplate call since I am calling several other templates from the same file and all of those are working.
    Is there something specific you wanted to see from the templates?
    Kurz

  • How to call webservice using standalone application

    Hi,
    Actually i am trying to connect with one free webservice using client. but i am uanble to get the result and it is throwing the Exception.Exception is Execution failed. Exception: java.net.ConnectException: Connection timed out: connection reset
    i am using the following code.
    import org.apache.axis.client.Call;
    import org.apache.axis.client.Service;
    import org.apache.axis.encoding.XMLType;
    import org.apache.axis.utils.Options;
    import javax.xml.namespace.QName;
    import java.io.*;
    public class AddFunctionClient {
    public static void main(String [] args) {
    try {
         String endpoint = "http://www.startvbdotnet.com/web/sample2.asmx?wsdl";
         System.setProperty("http.proxyHost", proxyHost);
              System.setProperty("http.proxyPort", portNumber);
         Service service = new Service();
         Call call = (Call) service.createCall();
         call.setTargetEndpointAddress( new java.net.URL(endpoint) );
         call.setOperationName(new QName(endpoint, "add"));
              System.out.println("connected");
              System.out.println("value is"+call.invoke(new Object[]{new Integer(10),new Integer(20)}));
         } catch (Exception e) {
         System.err.println("Execution failed. Exception: " + e);
    can any one help on this

    Hi,
    If your  JAVA Application is Web based application, you can expose it as Webservice.
    JAVA People will pick the data from Dbase using their application and will send the data to XI by using our XI Details like Message Interface and Data type structure and all.
    So we can Use SOAP Adapter or HTTP in XI..
    If you use HTTP for sending the data to XI means there is no need of Adapter also. why because HTTP sits on ABAP Stack and can directly communicate with the XI Integration Server Directly
    If you are dealing with the Webservice and SAP Applications means check this
    Walkthrough - SOAP  XI  RFC/BAPI
    REgards
    Seshagiri

  • Call subtemplate if the corresponding node exists in the XML

    Hi,
    I have a requirement to call the sub template if the corresponding exists in the XML file. For example if the invoice node and the corresponding details are present in the XML file then i have to call the invoice sub template. Can any one suggest me how to check if the node exists or not in the XML file. Is there any specific command for this.
    Thanks

    Hi,
    Thanks a lot..it is working now as per ur suggestions..but am facing another problem here. Am calling the sub template from a main template. Headers and footers for both main and sub templates are different. So for calling the sub template i did section break (Insert -->Break , In section break-->New page) so that the header and footer of the main template wll not be repeated in the sub template. So in the new page am checking if the node exists or not the XML. If so then call the XML. If the node exists then sub template is called successfully. But if the node does not exists then a blank page is displayed for this since the call stmt is in the new page.
    So can you please suggest me how to suppress the blank page if the node does not exist.
    Thanks.

  • Error when calling subtemplate containing table for invoice

    I have an invoice template setup and I need to call different tables based on what company they are run for. Calling the separate headers and footers from a sub template works fine but when I try to use the sub template appraoch for the body of the invoice I get an error of Caused by: oracle.xdo.parser.v2.XMLParseException: Element 'when' not found in 'xsl:choose'.
    When validating the sub template I get the error of *[031111_102337143][][ERROR] [Line 427.180] Illegal closing table XSL context for: xsl:choose*
    I think I have to use different sub templates for the body because one companies xml data is a completely different structure than the others as well as the table structure.
    Any help would greatly appreciated as this is time critical
    Thanks

    The error description points to a missing 'When' clause in your choose statement...
    Can you post your choose statement code from your RTF?
    Can you provide your xml data structure? If your xml data structures differ for each company then you would probably need different templates.
    Thanks!
    BIPuser

  • How to handle user exits in Standalone BIP 10.1.3.4.1

    Hi,
    I tried converting our Oracle 11i (6i reports) report to BI Publisher. Our user exits calls are commented by the BIPBatchConversionUtility.
    Wondering how can we handle user exits part to set the organization id and input the key flexfield information.
    Any help would be greatly appreciated.
    Thanks in advance.
    Thanks & Regards,
    Rama Krishna. P

    Try using BI Publisher beforeReport trigger to set values needed to be set.
    Regards,
    Gareth

Maybe you are looking for

  • Bill Of Material In Sales Order

    Hi SD Experts, My scenario is this " When i enter a particular material ( say Home theatre system model number ) in the sales order, the BOM should be exploded and its package contents like connecting wire of 5 mts * 2 quantity , Speaker stands and i

  • How to add a link on an imported swf movie?

    I convert into a button and put this code btn.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage); function fl_ClickToGoToWebPage(event:MouseEvent):void navigateToURL(new URLRequest("http://www.google.com"), "_blank"); and there is a link but o

  • JDBC lookup error in 7.1

    I get the below error while importing the metadata from table in the external definition dbtab, I am using the receiver communication channel,the channel is working fine for file to jdbc,any help appreciated Error in CC Error processing request in sa

  • Loading of Microsoft Word Documents

    Hi Guys, I am having trouble with the INSO filter. I have created the HDOCS table as in the documentation, and inserted the file locations, and when I run the create index I get the correct DR$HDOCS$x tables created. But there are no entries in them?

  • How to abstract colums from persistable class(s)

    for example, i have some common column (created, modified, etc) for all tables and i don't want to mape the common columns in every single class. i know kodo has the following restriction in Inheritance "If a persistent class inherits from a non-pers