Template Errors

Getting couple of errors when saving my main template and
updating connected pages to this template.
"There is an error at line 108, column 29 (absolute position
4972) : Duplicate editable regions of name "head"
"There is an error at line 112, column 37 (absolute position
4044) : Duplicate editable regions of name "head"
I am a beginner with HTML. Looking for duplicate heads on
template code view but can't see them.
Can anybody help please. HTML code of the template page as
follows:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=utf-8"/>
<!-- TemplateBeginEditable name="doctitle" -->
<title>Creative Kitten - Free Graphics &amp;
Photos</title>
<!-- TemplateEndEditable -->
<meta name="Description" content="Creative KItten offers
free clip art, photographs, icons and web graphics. All can be
downloaded and used for personal or commercial purposes for
free"/>
<meta name="keywords" content="free graphics downloads,
original clip art, unique photographs, free icons, web graphics,
background textures, quality bullets"/>
<meta name="language" content="en"/>
<link rel="shortcut icon" href="favicon.ico" />
<link href="../CSS/main.css" rel="stylesheet"
type="text/css" />
<script type="text/javascript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new
Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0;
i<a.length; i++)
if (a
.indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr;
for(i=0;a&&i<a.length&&(x=a
)&&x.oSrc;i++) x.src=x.oSrc;
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document;
if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document;
n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for
(i=0;!x&&i<d.forms.length;i++) x=d.forms[n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++)
x=MM_findObj(n,d.layers
.document);
if(!x && d.getElementById) x=d.getElementById(n);
return x;
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new
Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x;
if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
//-->
</script>
<style type="text/css">
<!--
.style2 {
font-size: 2em;
font-weight: bold;
color: #F9E6EB;
.style3 {
color: #F9E6EB
a:hover {
color: #D12F57;
h1 {
font-size: 2.5em;
color: #D12F57;
h2 {
font-size: 2em;
color: #D12F57;
h3 {
font-size: 1.5em;
color: #D12F57;
h4 {
font-size: 1em;
color: #D12F57;
-->
</style>
</head>
<body bgcolor="#FFFFFF">
<div class="header_top">
<div class="top_logo">
<div class="header_top_log_logo_right">
<p class="style2">Creative Kitten</p>
<p class="style3">Free Clipart, Graphic, Photos, icons
and various images</p>
</div>
<div class="header_top_log_logo_left"><a
href="../index.html"><img src="../Images/ck_logo_lg.gif"
alt="Creative Kitten" width="132" height="64" border="0"
/></a></div>
</div>
</div>
<div id="hor_menu">
<div class="menu">
<ul>
<li><a
href="../index.html">Home</a></li>
<li><a
href="../news.html">News</a></li>
<li><a
href="../graphics.html">Graphics</a></li>
<li><a
href="../icons.html">Icons</a></li>
<li><a
href="../photos.html">Photos</a></li>
<li><a href="../buttons_01.html">Buttons
Plus</a></li>
<li><a
href="../archive.html">Archive</a></li>
<li><a
href="../resources.html">Resources</a></li>
<li><a href="../about.html">About</a>
</li>
</ul>
<!-- AddThis Button BEGIN -->
<script type="text/javascript">addthis_pub =
'CreativeKitten';</script>
<div class="addthis_btn"><a href="
http://www.addthis.com/bookmark.php"
onmouseover="return addthis_open(this, '', '[URL]', '[TITLE]')"
onmouseout="addthis_close()" onclick="return
addthis_sendto()"><img src="
http://s9.addthis.com/button1-addthis.gif"
width="125" height="16" border="0" alt=""
/></a></div>
<script type="text/javascript" src="
http://s7.addthis.com/js/152/addthis_widget.js"></script>
<!-- AddThis Button END -->
<br style="clear: left" />
</div>
</div>
<!-- TemplateBeginEditable name="body" -->
<div class="main_body">
<div class="body_left">Content for class
&quot;body_left&quot; Goes Here</div>
<div class="body_right">
<p>Google Ads</p>
<div class="body_right_links_notes">
<p>Links and Notes</p>
</div>
</div>
</div>
<!-- TemplateEndEditable -->
<div class="footer_menu">
<p> <a href="../index.html">Home</a> -
<a href="../graphics.html">Graphics</a> - <a
href="../icons.html">Icons</a> - <a
href="../photos.html">Photos</a> - <a
href="../archive.html">Archive</a> - <a
href="../resources.html">Resources</a> - <a
href="../about.html">About</a> - <a
href="../contact.html">Submit Resources</a> - <a
href="../contact.html">Advertise on Creative Kitten</a> -
<a href="../contact.html">Contact</a> - <a
href="../terms.html">Terms of Service</a> - <a
href="../privacy.html">Privacy</a></p>
<p><span class="footer_copyright">&copy;2008
Creative Kitten</span></p>
</div>
</body>
</html>

> "There is an error at line 108, column 29 (absolute
position 4972) : Duplicate
> editable regions of name "head"
> "There is an error at line 112, column 37 (absolute
position 4044) : Duplicate
> editable regions of name "head"
guessing- the error is in the child pages of the template.
The template only contains two editable areas, neither of
them named head.
What filename shows in the error message?
url to that file?
to find problem yourself, try this:
find and replace: find in source
Editable name="head
any file where that comes back twice or more, read the code
and fix the
problem. {and suggest making a complete site folder backup in
case things
are horked and attempts at fixing make it worse}
Alan
Adobe Community Expert, dreamweaver
http://www.adobe.com/communities/experts/

Similar Messages

  • Attempting to Upload an FSG template error

    Hi,
    We are facing issue,while uploading the FSG template error on web ADI,can you please suggest us how to resolve the issue.
    Exception Name: oracle.apps.bne.exception.BneFatalException - Error loading class:
    Log File Bookmark: 408173
    Navigartion path:
    GL Super User -> Launch Journal Wizard -> Functional Actuals - Multiple -> Create
    Document

    Thanks for the reply.
    Please note issue is happening only on load balancer environment and we had tested by removing the load balancer its working fine.
    Our instance is 4 node application tier(shared appl_top) with load balancer running R12,issue is only happening on load balancer environment,if we change load balancer environment to single node its working fine,
    Please guide me,is there any setup required on load balancer side??
    Errors are showing in bne.log
    oracle.apps.bne.exception.BneFatalException: Error loading class:
    at oracle.apps.bne.webui.BneApplicationFactory.loadApplicationObject(BneApplicationFactory.java:138)
    at oracle.apps.bne.webui.BneApplicationFactory.createPageObject(BneApplicationFactory.java:77)
    at oracle.apps.bne.webui.BneApplicationService.loadPageHandle(BneApplicationService.java:326)
    at oracle.apps.bne.webui.BneApplicationService.handleRequest(BneApplicationService.java:144)
    at oracle.apps.bne.framework.BneBajaServlet.doRequest(BneBajaServlet.java:246)
    at oracle.apps.bne.framework.BneBaseServlet.doGet(BneBaseServlet.java:79)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:610)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:359)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Edited by: rag100mn on Jul 2, 2009 9:13 AM

  • OI template error - Failed to create template

    Hi,
    I was under the impression that the Excel snapshot templates could be customized and tried to do this but it didn't work. I restored the master (copied it back to the template folder) but got an error message when I try to (re)set the template paths:  Failed to create template (template name here).
    I uninstalled OI completely and reinstalled (both server and client) but still get the above message, even when I changed the path where the templates are installed. This is only on the workstations, not on the server so I'm thinking that there is something on the workstation that is stored that doesn't get uninstalled when the add-on is uninstalled.
    Even though the templates are installed in the folders indicated in the OI Company Setup, the snapshot templates are not available when in Outlook, no doubt because of this error message; there is something that isn't properly installed that links the templates to Outlook.
    Any ideas how I get rid of this message? Don't see why uninstall would not fix this; sounds like a bug with the add-on.
    Thank you,
    Heather
    Edited by: Heather Wilkinson on Mar 16, 2010 12:27 PM

    Hi Heather,
    Have you checked this thread yet?
    Re: Outlook Integration Add-On Templates Error
    Thanks,
    Gordon

  • RoboHelp 10 Compile Error: Cannot find xml definition file Template Error

    Does anyone know how to resolve this error? I'm exhausted googling.
    I generated Webhelp and got the error below. When I View the Help, nothing displays; IE browser does not open the Help.
    Initializing compiler...
    Generating WebHelp 5.50 (10.0.0.287)...
    Error: Cannot find xml definition file C:\Program Files (x86)\Adobe\Adobe RoboHelp 10\RoboHTML\webhelp5Ext\template_skin\webhelp5skin.xml.
    Template Error: can not resolve macro: WEBHELP_TEMPLATE.pane.navpane.dhtml
    Template Error: can not resolve macro: WEBHELP_TEMPLATE.pane.navpane.list
    Template Error: can not resolve macro: WEBHELP_TEMPLATE.pane.toolbar
    Template Error: can not resolve macro: WEBHELP_TEMPLATE.pane.minibar
    Template Error: can not resolve macro: WT_DS_TOC_ICON_PAGE_REMOTE
    Template Error: can not resolve macro: WEBHELP_TEMPLATE.topic
    Template Error: can not resolve macro: WEBHELP_TEMPLATE.frame
    Processing TOC data...
    Processing Glossary data...
    Processing Context-sensitive-Help data...
    Updating HTML topics...
    Finished updating HTML topics in 5 sec(s) : total 431 topic(s).
    Processing Full-text-search data...
    Finished processing Full-Text-Search data in 41 sec(s)
    Applying WebHelp 5.50 Template...
    ..........................Template Error: can not resolve macro: WT_DS_SEARCHFORM_GO in C:\FuelsManager Primus\Web Application\Projects\FMHelp\Cirrus\whfform.htm
    Error: Fail to update Template file whskin_frmset010.htm
    Error: Fail to update Template file whskin_frmset01.htm
    Error: Fail to update Template file whskin_frmset0.htm
    Finished applying Template in 10 sec(s)
    Finished compiling WebHelp in 107 sec(s)
    Compilation complete.

    Why Robo 8 would remove RH10 files is beyond me.
    A reinstall of RH is sure to fix it. But if you PM me your email
    address, I can send you a copy of the file (might save you a reinstall).
    Kind regards,
    Willam

  • Prime InfraStructure 2.2 Configuration Template error

    Hi All,
    I'm facing Configuration template error . I can add the CLI template then after i press on Deploy i get error message  and this is happening with all the CLI templates  . ( also Attached the error )
    The error message : "
    Template Deployment- Prepare and schedule : HA With Virtual IP
    There was an error while parsing and rendering the content. (updateLeftTreeOnce is not defined )
    The HA With Virtual IP Template Body as below :
    logging 10.30.2.252
    ip access-list standard VTY_ACCESS
    no deny any log
    permit 10.30.2.252
    deny any log

    We are facing the exact same issue. Here are the version :
    Cisco Prime Infrastructure
    Version : 2.2.0
    Build : 2.2.0.0.158
    We tried restarting the NCS services, but it doesn't help. We have the issue on differents PC and browsers. Users told me they got the issue before but it disappeared by itself. We will open a case about it.

  • Missing Template Error Handler

    I need to know the shortest, simplest way to handle missing
    CF template errors on my website. This cannot be set in the
    Administrator, as my hosting company has told me: "...we cannot do
    so as all of our customers sites that are accessed wrongly, will
    result in your custom error." They are using ColdFusion 7.
    I have a simple site. I do not have any login/logout
    applications or any other kinds of CF applications. You can see
    this is the case by visiting www.GwenHarrison.com. I do not need a
    long, complicated application.cfc file. I just need the bare bones
    method for handling missing CF templates without being able to set
    this in the Administrator.
    I have posted this message previously, but all responders
    have assumed that I have a large, complicated website with a big CF
    application. This is not the case. Their suggestions have included
    far more code than I need to handle, plus disparaging comments
    about my CF skills. Sorry, but not everyone comes out of the womb
    with 10 years of CF experience. I am hoping someone with some
    compassion will have a little pity on a CF noob and help me figure
    this out.
    Thanks,
    Gwen H

    As far as I am aware, the only way you can handle missing CF
    templates is by defining a standard page within the CFIDE.
    That is what I use for all of our CF sites but we set up
    seperate instances of CF for each site.
    Ray Camden posted a good guide on his blog which can be found
    here
    http://www.coldfusionjedi.com/index.cfm/2007/12/5/The-Complete-Guide-to-Adding-Error-Handl ing-to-Your-ColdFusion-Application
    Hope this helps :)

  • WebHelp Template Error: cannot resolve macro

    RoboHelp HTML 5.0.2 Build 801
    Word 2003 SP3
    I have been working fine until this afternoon. I tried to
    generate webhelp in two different projects. In the output window I
    see messages through Updating files, and then a message flashes and
    it goes to done, but nothign is there to view.
    The message is something like Template Error: cannot resolve
    macro WHH#78 or something like that. I really cannot read it.
    I have look for the answer on this forum and in the Help
    system, to no avail. I will be leaving soon but will come in the
    morning and try to start troubleshooting again. Any ideas that
    might help would be greatly appreciated
    sandy

    Thanks for your time.
    I am using RoboHelp HTML 5.0.2 Build 801
    I have created 5 or 6 help files. I always open them with
    RoboHelp HTML because the primary layout is web help to be
    published to the web.
    I always use the Single Source Layouts in the Project tab to
    generate Printed Documents. I usually use the generate primary
    layout for the web help.
    This is the exact error I get, no matter which of my projects
    I try to generate web help for:
    Template Error: can not resolve macro: WH_CSH2_HTM
    Finished compiling WebHelp in 6 sec(s)
    Should I reinstall WebHelp to fix the corrupted template? If
    so will I have to restore my default.css?
    I am a really plain bread and butter user. I have not
    imported any templates or customized any templates. I have always
    just opened my projects with ROBOhelp HTML and generated.
    (Successfully, I might add, up until now).
    Thanks again for any help you can give me.
    Sandy

  • Freemarker template error!      parameters.templateDir is undefined

    Hi
    I have a Struts2 application and work perfectly in tomcat and glashfish. When I deploy in Sun Java System Application Server, all Struts tag broken and say:
    FreeMarker template error!
    Expression parameters.templateDir is undefined on line 23, column 15 in template/simple/form.ftl.
    The problematic instruction:
    ==> ${parameters.templateDir} [on line 23, column 13 in template/simple/form.ftl]
    in include "/${parameters.templateDir}/simple/form-common.ftl" [on line 23, column 1 in template/simple/form.ftl]
    Java backtrace for programmers:
    freemarker.core.InvalidReferenceException: Expression parameters.templateDir is undefined on line 23, column 15 in template/simple/form.ftl.
    at freemarker.core.TemplateObject.assertNonNull(TemplateObject.java:124)
    at freemarker.core.Expression.getStringValue(Expression.java:118)
    at freemarker.core.Expression.getStringValue(Expression.java:93)
    at freemarker.core.DollarVariable.accept(DollarVariable.java:76)
    at freemarker.core.Environment.visit(Environment.java:196)
    at freemarker.core.MixedContent.accept(MixedContent.java:92)
    at freemarker.core.Environment.visit(Environment.java:196)
    at freemarker.core.Environment.renderElementToString(Environment.java:1461)
    at freemarker.core.StringLiteral.getStringValue(StringLiteral.java:95)
    at freemarker.core.Include.accept(Include.java:110)
    at freemarker.core.Environment.visit(Environment.java:196)
    at freemarker.core.MixedContent.accept(MixedContent.java:92)
    at freemarker.core.Environment.visit(Environment.java:196)
    at freemarker.core.Environment.process(Environment.java:176)
    at freemarker.template.Template.process(Template.java:232)
    at org.apache.struts2.components.template.FreemarkerTemplateEngine.renderTemplate(FreemarkerTemplateEngine.java:157)
    at org.apache.struts2.components.UIBean.mergeTemplate(UIBean.java:559)
    at org.apache.struts2.components.ClosingUIBean.start(ClosingUIBean.java:59)
    at org.apache.struts2.views.jsp.ComponentTagSupport.doStartTag(ComponentTagSupport.java:53)
    at org.apache.jsp.index_jsp._jspx_meth_s_form_0(index_jsp.java:267)
    at org.apache.jsp.index_jsp._jspService(index_jsp.java:134)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:105)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:336)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:297)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:247)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
    at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
    at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
    at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    at org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:389)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
    at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
    at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:189)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.doProcess(ProcessorTask.java:604)
    at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:475)
    at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:371)
    at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:264)
    at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:281)
    at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:83)

    Hi Odinart,
    Please post your question in
    ASP.NET forums.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Fiber - Template error - ASOfflineAdapter

    When I generate the offline adapters from my data model, I get following error:
    template error in "ASOfflineAdapter.ftl": Method public fiber.gen.as.offline.SQLiteQueryGenerator fiber.gen.as.offline.OfflineHelper.getSQLiteQueryGenerator(java.lang.String) threw an exception when invoked on fiber.gen.as.offline.OfflineHelper@2ebe81 Mobile_App  Unknown Data Model Code Generation Marker
    is this a known issue and is here already a solution for?
    My data model contains 18 entities with several relationships between them.
    Thx!

    <entity name="Priority" persistent="true">
    <annotation name="VisualModeler" x="634" y="12" width="115" height="78"/>
    <annotation name="ServerProperties" ServerType="LCDS"/>
    <annotation name="ActionScriptGeneration" OfflineAdapterPackage="com.mobility.offline" Package="com.mobility" ImplicitServicePackage="com.mobility.services" MDFPackage="com.mobility.form" GenerateOfflineAdapter="true"/>
    <annotation name="JavaGeneration" Package="com.mobility.java" GenerateAssembler="true" AssemblerPackage="com.mobility.assembler"/>
    <id name="ID" type="string" generated="true"/>
    <id name="Type" type="string" generated="true"/>
    <property name="Description" type="string"/>
    </entity>
    When the name of an id is "Type", the offline adapter file is generated empty with a error message.

  • Certain computers get template error

    I have a CF site that has started throwing a "cannot locate
    included template" error on two specific machines. No other
    machines get the error and it is not connected to a specific user
    profile. The template is in the directory, all the CF files are
    stored together, and the site has been functioning fine for years
    and this started recently. We believe it is a machine issue but
    wanted to see if anyone else had encountered this. If it is a
    machine setting or patch does anyone have an idea what could be
    causing it? We have done a bunch of google searches but nothing
    fits.
    Thanks.

    Hi,
    Do you have any updates?
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • BI Publisher Report Template Error - Trial Version

    I am running the trial version of BI Publisher and getting an error when attempting to create report layout using the Report Editor for version 11g Release 1(11.1.1). The choice of templates does not stay up for selection. The error in the log is "Incomplete xlst._XDONFSEPARATORS: decimal separator: null, grouping separator: null". Any idea how to correct?

    Thanks for the suggestion Simon.
    I just created a view based on the 46-column SELECT statement from dual above and then set "SELECT * FROM myview" as the Source Query.
    Unfortunately I get exactly the same error.
    Thanks,
    Andy

  • Office 2013 apps showing templates error after Sysprepping Windows 7 with CopyProfile setting

    Here is my setup:
    I installed Windows 7 Professional.
    I entered Audit Mode (which automatically logged me in as the built-in Administrator user) and installed the entire Office 2013 Professional Plus suite.
    In Audit Mode, I opened Word 2013 to get through the "new user" prompts, such as the opening movie that plays in all Office 2013 programs. I did this to ensure that any new users who log into the computer would not need to sit through these "new
    user" prompts.  I also rearmed Office 2013.
    I ran Sysprep with the CopyProfile setting in the Unattend.xml file, with the /generalize switch, and the /oobe switch. The CopyProfile setting copies settings from the built-in Administrator account to any new user who logs into the system.
    Both Windows and Office were successfully activated using KMS.
    Everything seemed to work, but there is one problem: when any user -- all of which are standard users rather than administrator users -- logs into Windows and runs any Office 2013 program that has templates (such as Word, Excel, and PowerPoint), the templates
    on the Start page do not appear. In their place, the following error message appears on the Start page where the templates would normally have been listed:
    "Sorry, we had trouble getting the featured templates and can't show them right now."
    Below the error message is a link that reads “Work Offline.” If you click the “Work Offline” link, the error message disappears and the templates appear as they should.  However, the error message re-occurs when the application is closed and re-opened.
    If I login as the built-in Administrator account (i.e., the account I used to modify the default profile), this problem does not occur at all when using Office 2013 programs.
    Any ideas?

    "logs into Windows and runs any Office 2013 program that has templates (such as Word, Excel, and PowerPoint), the templates on the Start page do not appear. In their place, the following error message appears on the Start page where the templates would normally
    have been listed:
    "Sorry, we had trouble getting the featured templates and can't show them right now." "
    Is there any chance to let you skip the Start page for Office application? I mean that try to open Office application (such Word)and go to File > Options > Untick the option "Show the Start screen when this application starts". Try to re-launch
    the application again to check if the error still pop-up. If yes, I'm afraid the default build-in template is corrupted somehow and we need to copy a healthy one from another computer or totally rename normal.dotm documents from %userprofile%\AppData\Roaming\Microsoft\template.
    Afte that, please check if the issue still persists.
    Here is another thread with the similar topic for your reference:
    http://social.technet.microsoft.com/Forums/ie/en-US/09a69d4c-9e5f-489d-ba7b-2af79ff83596/deploying-normaldotm-through-oct-doesnt-work-in-office-2013?forum=officesetupdeploy
    http://answers.microsoft.com/en-us/office/forum/office_2013_release-office_install/can-not-sign-into-office-2013-version/b6951c25-2fb5-4fc1-a667-2327b9da2f7f
    Tony Chen
    TechNet Community Support

  • Custom Administrative Template Error 53 Key name specified more than once

    Hi All,
    Hope I've picked the correct forum. I am making my first foray into setting up a custom administrative template for some software that is developed in house. The current deployment method is to merge a reg file on each computer that requires the registry
    settings. I am trying to set this up so that it is controlled via GPO.
    My idea is that in the a GP can set the registry settings for one or more areas that are controlled by the software. 
    The problem I have - I get Error 53 Keyname specified more than once on Line 9 (second KEYNAME). In total I will have about 30 different sites this needs to be set up for.
    Does this mean that I can't set more than one registry key per "Policy" setting in the GPO?
    The adm file I have so far is below
    TIA
    Jason
    ---------------------------------------------CUT---------------------------------------------
    CLASS User
    CATEGORY "App Site Settings"
    POLICY !!Site1Policy
    EXPLAIN !!Site1Explain
    KEYNAME "Software\ApplicationCompany\Site1\Access"
    VALUENAME "SystemDatabase"
    VALUEON "D:\\App\\Data\\App.mdw"
    VALUEOFF DELETE
    KEYNAME "Software\ApplicationCompany\Site1\Arbitration"
    VALUENAME "ConfigPath"
    VALUEON "D:\\Site1\\Data"
    VALUEOFF DELETE
    KEYNAME "Software\ApplicationCompany\Site1\Common Settings"
    VALUENAME "ConfigFile"
    VALUEON "D:\\App\\Data\\App_Comms.mdb"
    VALUEOFF DELETE
    VALUENAME "SysConfig"
    VALUEON "D:\\Site1\\Data\\SITE1_SYS.mdb"
    VALUEOFF DELETE
    END POLICY
    POLICY !!Site2Policy
    EXPLAIN !!Site2Explain
    KEYNAME "Software\ApplicationCompany\Site2\Access"
    VALUENAME "SystemDatabase"
    VALUE "D:\\App\\Data\\App.mdw"
    KEYNAME "Software\ApplicationCompany\Site2\Arbitration"
    VALUENAME "ConfigPath"
    VALUE "D:\\Site2\\Data"
    KEYNAME "Software\ApplicationCompany\Site2\Common Settings"
    VALUENAME "ConfigFile"
    VALUE "D:\\App\\Data\\App_Comms.mdb"
    VALUENAME "SysConfig"
    VALUE "D:\\Site2\\Data\\Site2_SYS.mdb"
    END POLICY
    END CATEGORY
    [strings]
    Site1Policy = "Site1 settings"
    Site1Explain = "Enabling this setting configures the registry settings for dummy Site1."
    Site2Policy = "Site2 settings"
    Site2Explain = "Enabling this setting configures the registry settings for dummy Site2."

    Well - I ended up sorting this out - and no - you can't have the Keyname keyword twice - unless you enclose the the setting in a PART statement. Below is what I ended up with:
    ---------------------------------------------CUT---------------------------------------------
    CLASS USER
    CATEGORY "ApplicationSettings"
    KEYNAME "Software\ApplicationCompany\Site1\Common Settings"
    POLICY !!SITE1Policy
    #if version >= 3
    EXPLAIN !!PolicyExplain
    #endif
    KEYNAME "Software\ApplicationCompany\Site1\Access"
    PART !!ConfigFilePolicy EDITTEXT
    KEYNAME "Software\ApplicationCompany\Site1\Common Settings"
    VALUENAME ConfigFile
    DEFAULT !!ConfigFileDefault
    END PART ;!!ConfigFilePolicy
    PART !!SystemDBPolicy EDITTEXT
    KEYNAME "Software\ApplicationCompany\Site1\Access"
    VALUENAME SystemDatabase
    DEFAULT !!SystemDBDefault
    END PART ;!!SystemDBPolicy
    PART !!SysConfigPolicy EDITTEXT
    KEYNAME "Software\ApplicationCompany\Site1\Common Setting"
    VALUENAME SysConfig
    DEFAULT !!SysConfigDefault
    END PART ;!!SysConfigPolicy
    PART !!ArbitrationPolicy EDITTEXT
    KEYNAME "Software\ApplicationCompany\Site1\Arbitration"
    VALUENAME ConfigPath
    DEFAULT !!ArbitrationDefault
    END PART ;!!ArbitrationPolicy
    END POLICY
    POLICY !!SITE2Policy
    #if version >= 3
    EXPLAIN !!PolicyExplain
    #endif
    KEYNAME "Software\ApplicationCompany\Site2\Access"
    PART !!ConfigFilePolicy EDITTEXT
    KEYNAME "Software\ApplicationCompany\Site2\Common Settings"
    VALUENAME ConfigFile
    DEFAULT !!ConfigFileDefault
    END PART ;!!ConfigFilePolicy
    PART !!SystemDBPolicy EDITTEXT
    KEYNAME "Software\ApplicationCompany\Site2\Access"
    VALUENAME SystemDatabase
    DEFAULT !!SystemDBDefault
    END PART ;!!SystemDBPolicy
    PART !!SysConfigPolicy EDITTEXT
    KEYNAME "Software\ApplicationCompany\Site2\Common Setting"
    VALUENAME SysConfig
    DEFAULT !!SysConfigDefault
    END PART ;!!SysConfigPolicy
    PART !!ArbitrationPolicy EDITTEXT
    KEYNAME "Software\ApplicationCompany\Site2\Arbitration"
    VALUENAME ConfigPath
    DEFAULT !!ArbitrationDefault
    END PART ;!!ArbitrationPolicy
    END POLICY
    END CATEGORY
    [Strings]
    ArbitrationDefault =D:\SITE\Data
    ArbitrationPolicy =Arbitration path
    ConfigFileDefault =D:\App\Data\App_Comms.mdb
    ConfigFilePolicy =Application configuration file
    PolicyExplain =Enter Explainition of the Registry settings here
    SysConfigDefault =D:\SITE\Data\SITE1_SYS.mdb
    SysConfigPolicy =Application site system configuration file
    SystemDBDefault =D:\App\Data\App.mdw
    SystemDBPolicy =Application system database path
    SITE1Policy =Site1 Application Settings
    SITE2Policy =Site2 Application Settings

  • Template error while copying page from another application

    I am copying a page from one application to another within the same workspace. The page I am copying has several customized template that it uses. When I copy the page to the other application all goes well until I get to the step of assigning the Templates. Instead of seeing the list of templates used and being able to change them for the new page to match with the page i am copying, i get an error in the Templates area that says:
    report error:
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    Anyone else run into this? Is this because of the number of templates? I have added several new customized templates. The pages all work ok, its just when i am trying to copy a page from one application to another.
    Thanks,
    John

    I'm seeing this behavior as well, but in the Authorization Schemes & LOV sections of the copy. I can continue with the page copy, but the LOV & Scheme information is lost and needs to be manually re-entered. Would love to get a fix for this!

  • BI template error when running it via Portal

    Hi
    We have recently upgraded Portal to SP18 from SP16 and all the reports were working fine. But when stack level came to SP18 we are facing a problem a bi planning report. The web template opens fine and if I select any option and perform then it is saying
    Portal Runtime Error
    An exception occurred while processing a request for:
    iView : N/A
    Component Name : N/A
    Could not find portal application com.sap.portal.dotnet.framework.
    Exception id: 05:04_date_0003_4860850
    See the details for the exception ID in the log file.
    The below is the complete details of the log file.
    #1#com.sap.security.api.UMException: This is not an error. The following stacktrace illustrates the stack of components involved in a user mapping call:
         at com.sap.security.core.umap.imp.UserMapping.traceCallerStack(UserMapping.java:1901)
         at com.sap.security.core.umap.imp.UserMapping.getInverseMappingData(UserMapping.java:574)
         at com.sap.security.core.server.jaas.EvaluateAssertionTicketLoginModule.getUserFromTicket(EvaluateAssertionTicketLoginModule.java:487)
         at com.sap.security.core.server.jaas.EvaluateAssertionTicketLoginModule.login(EvaluateAssertionTicketLoginModule.java:353)
         at com.sap.engine.services.security.login.LoginModuleLoggingWrapperImpl.login(LoginModuleLoggingWrapperImpl.java:185)
         at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:70)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:181)
         at com.sap.engine.system.SystemLoginModule.login(SystemLoginModule.java:90)
         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 javax.security.auth.login.LoginContext.invoke(LoginContext.java:675)
         at javax.security.auth.login.LoginContext.access$000(LoginContext.java:129)
         at javax.security.auth.login.LoginContext$4.run(LoginContext.java:610)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.login.LoginContext.invokeModule(LoginContext.java:607)
         at javax.security.auth.login.LoginContext.login(LoginContext.java:534)
         at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:71)
         at com.sap.engine.services.rfcengine.RFCJCOServer$J2EEApplicationRunnable.run(RFCJCOServer.java:254)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    #1.5 #001A4BAB5F26008100000A120000014F000467801AE729A9#1239699811674#com.sap.security.core.umap.imp.UserMappingUtils##com.sap.security.core.umap.imp.UserMappingUtils.isMasterSystemConfigured(#Guest#0##n/a##2083265028d311dec8c8001a4bab5f26#SAPEngine_Application_Thread[impl:3]_30##0#0#Debug##Java###The current ABAP master system is configured as "".#1#SAP_BW#
    #1.5 #001A4BAB5F26008100000A130000014F000467801AE72A06#1239699811674#com.sap.security.core.umap.imp.UserMappingUtils##com.sap.security.core.umap.imp.UserMappingUtils.getDefaultSystemLandscape()#Guest#0##n/a##2083265028d311dec8c8001a4bab5f26#SAPEngine_Application_Thread[impl:3]_30##0#0#Debug##Java###The current default system landscape is an instance of class "".#1#com.sapportals.portal.prt.service.usermapping.EPSystemLandscapeWrapper#
    #1.5 #001A4BAB5F26008100000A140000014F000467801AE72AC8#1239699811674#com.sap.portal.ivs.semantic.systemLandscape##com.sap.portal.ivs.semantic.systemLandscape.get alias registry entry#Guest#0##n/a##2083265028d311dec8c8001a4bab5f26#SAPEngine_Application_Thread[impl:3]_30##0#0#Debug##Java###Failed to get alias '' from the Portal Registry#1#SAP_BW#
    #1.5 #001A4BAB5F26008100000A150000014F000467801AE72B5C#1239699811674#com.sap.portal.ivs.semantic.systemLandscape##com.sap.portal.ivs.semantic.systemLandscape.getSystemId#Guest#0##n/a##2083265028d311dec8c8001a4bab5f26#SAPEngine_Application_Thread[impl:3]_30##0#0#Debug##Java###System could not be resolved dynamically, use default PCD resolution##
    #1.5 #001A4BAB5F26008100000A160000014F000467801AE72FA1#1239699811675#com.sap.security.core.umap.imp.UserMapping##com.sap.security.core.umap.imp.UserMapping.getMappedUserID(ISystemLandscapeObject, IUser, String)#Guest#0##n/a##2083265028d311dec8c8001a4bab5f26#SAPEngine_Application_Thread[impl:3]_30##0#0#Info##Java###Trying to determine user ID for ID "" and system .#4#local#remote#ANKITH#"SAP_BW"#
    #1.5 #001A4BAB5F26008100000A170000014F000467801AE73008#1239699811676#com.sap.security.core.umap.imp.UserMappingUtils##com.sap.security.core.umap.imp.UserMappingUtils.isMasterSystemConfigured(#Guest#0##n/a##2083265028d311dec8c8001a4bab5f26#SAPEngine_Application_Thread[impl:3]_30##0#0#Debug##Java###The current ABAP master system is configured as "".#1#SAP_BW#
    #1.5 #001A4BAB5F26008100000A180000014F000467801AE730EB#1239699811676#com.sap.security.core.umap.imp.UserMappingUtils##com.sap.security.core.umap.imp.UserMappingUtils.isMasterSystem(ISystemLandscapeObject)#Guest#0##n/a##2083265028d311dec8c8001a4bab5f26#SAPEngine_Application_Thread[impl:3]_30##0#0#Debug##Java###System is considered as the current ABAP master system because the system alias matches the one of the configured master system.#1#Enterprise Portal System Landscape Object:
    Retrieved by alias  : SAP_BW
    Default system alias: SAP_BW
    Wrapper type        : com.sapportals.portal.prt.service.usermapping.EPSystemObjectWrapper
    Original type       : com.sap.portal.pcm.system.System
    Unique key (GUID)   : null
    Hashcode            : 727,131,416#
    I guess experts would have already faced this kind of error. <removed_by_moderator>
    Read the "Rules of Engagement"
    Thanks.
    Edited by: Juan Reyes on Apr 14, 2009 1:56 PM

    when ever iview gets corrupted this issue comes
    we had this issue than we took .par file from other system and deployed into this system but i dont remember which one
    Samrat

  • Data template error while viewing DataSet

    Hi,
    I am trying to view DataSet{DS2}.
    The dataset is of type "Data template" {DT1}
    Pl. find below data template xml pasted in the text field
    <dataTemplate name="DT1" description="Application Details" dataSourceRef="dev100">
         <parameters>
              <parameter name="p_apl_id" dataType="number"/>
         </parameters>
         <dataQuery>
              <sqlStatement name="Q1">
                   <![CDATA[
       SELECT apl_id, apl_first_name, apl_last_name from applicants
                         where apl_id < nvl(:p_apl_id,apl_id)
      ]]>
              </sqlStatement>
         </dataQuery>
         <dataStructure>
              <group name="G_APP" source="Q1">
                   <element name="apl_id" value="apl_id"/>
                   <element name="apl_first_name" value="apl_first_name"/>
                   <element name="apl_last_name" value="apl_last_name"/>
              </group>
         </dataStructure>
    </dataTemplate>
    The error I am getting while viewing dataset is as below. Appreciate quick response.
    [110906_042135613][][EXCEPTION] oracle.xml.parser.v2.XMLParseException: Expected name instead of .
    at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:205)
    at oracle.xml.parser.v2.XMLReader.scanNameChars(XMLReader.java:1001)
    at oracle.xml.parser.v2.XMLReader.scanQName(XMLReader.java:1639)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1170)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:227)
    at oracle.apps.xdo.dataengine.DataTemplateParser.<init>(DataTemplateParser.java:142)
    at oracle.apps.xdo.dataengine.XMLPGEN.setDataTemplate(XMLPGEN.java:504)
    at oracle.apps.xdo.dataengine.DataProcessor.setDataTemplate(DataProcessor.java:182)
    at oracle.apps.xdo.servlet.data.bind.AdvancedQueryBoundValue11.callDataProcessor(AdvancedQueryBoundValue11.java:109)
    at oracle.apps.xdo.servlet.data.bind.AdvancedQueryBoundValue11.getValue(AdvancedQueryBoundValue11.java:79)
    at oracle.apps.xdo.servlet.ReportContextImplV11.getReportXMLData(ReportContextImplV11.java:335)
    at oracle.apps.xdo.servlet.XDOProcessor.process(XDOProcessor.java:235)
    at oracle.apps.xdo.servlet.ReportImpl.renderBody(ReportImpl.java:251)
    at oracle.apps.xdo.servlet.ReportImpl.renderReportBody(ReportImpl.java:46)
    at oracle.apps.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:319)
    at oracle.apps.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:223)
    at oracle.apps.xdo.servlet.XDOServlet.doGet(XDOServlet.java:159)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.xdo.servlet.security.SecurityFilter.doFilter(SecurityFilter.java:52)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:629)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    [110906_042258194][][EXCEPTION] java.lang.NullPointerException
    at oracle.apps.xdo.dataengine.DataTemplateParser.GetNodeNumChildren(DataTemplateParser.java:326)
    at oracle.apps.xdo.dataengine.DataTemplateParser.templateParser(DataTemplateParser.java:261)
    at oracle.apps.xdo.dataengine.XMLPGEN.setDataTemplate(XMLPGEN.java:511)
    at oracle.apps.xdo.dataengine.DataProcessor.setDataTemplate(DataProcessor.java:182)
    at oracle.apps.xdo.servlet.data.bind.AdvancedQueryBoundValue11.callDataProcessor(AdvancedQueryBoundValue11.java:109)
    at oracle.apps.xdo.servlet.data.bind.AdvancedQueryBoundValue11.getValue(AdvancedQueryBoundValue11.java:79)
    at oracle.apps.xdo.servlet.ReportContextImplV11.getReportXMLData(ReportContextImplV11.java:335)
    at oracle.apps.xdo.servlet.XDOProcessor.process(XDOProcessor.java:235)
    at oracle.apps.xdo.servlet.ReportImpl.renderBody(ReportImpl.java:251)
    at oracle.apps.xdo.servlet.ReportImpl.renderReportBody(ReportImpl.java:46)
    at oracle.apps.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:319)
    at oracle.apps.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:223)
    at oracle.apps.xdo.servlet.XDOServlet.doGet(XDOServlet.java:159)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.xdo.servlet.security.SecurityFilter.doFilter(SecurityFilter.java:52)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:629)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    [110906_042258198][][EXCEPTION] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    at com.sun.java.util.collections.ArrayList.RangeCheck(ArrayList.java:492)
    at com.sun.java.util.collections.ArrayList.get(ArrayList.java:306)
    at oracle.apps.xdo.dataengine.DataTemplateParser.getParentDataSource(DataTemplateParser.java:1449)
    at oracle.apps.xdo.dataengine.XMLPGEN.writeDefaultGroup(XMLPGEN.java:298)
    at oracle.apps.xdo.dataengine.XMLPGEN.writeGroupStructure(XMLPGEN.java:264)
    at oracle.apps.xdo.dataengine.XMLPGEN.processData(XMLPGEN.java:251)
    at oracle.apps.xdo.dataengine.XMLPGEN.processXML(XMLPGEN.java:192)
    at oracle.apps.xdo.dataengine.XMLPGEN.writeXML(XMLPGEN.java:229)
    at oracle.apps.xdo.dataengine.DataProcessor.processData(DataProcessor.java:336)
    at oracle.apps.xdo.servlet.data.bind.AdvancedQueryBoundValue11.callDataProcessor(AdvancedQueryBoundValue11.java:126)
    at oracle.apps.xdo.servlet.data.bind.AdvancedQueryBoundValue11.getValue(AdvancedQueryBoundValue11.java:79)
    at oracle.apps.xdo.servlet.ReportContextImplV11.getReportXMLData(ReportContextImplV11.java:335)
    at oracle.apps.xdo.servlet.XDOProcessor.process(XDOProcessor.java:235)
    at oracle.apps.xdo.servlet.ReportImpl.renderBody(ReportImpl.java:251)
    at oracle.apps.xdo.servlet.ReportImpl.renderReportBody(ReportImpl.java:46)
    at oracle.apps.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:319)
    at oracle.apps.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:223)
    at oracle.apps.xdo.servlet.XDOServlet.doGet(XDOServlet.java:159)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.xdo.servlet.security.SecurityFilter.doFilter(SecurityFilter.java:52)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:629)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Regards,
    Nishi
    Message was edited by:
    user542026

    Hi Tim,
    Thanks for your quick response.
    I copied the text on XML publisher server. {http://server:15101/xmlpserver/servlet/report}
    Navigated to Report > DataModel > Data Template {text area}
    Regards,
    Nishi

Maybe you are looking for

  • Windows cannot load the user's profile but has logged you on with the default profile for the system.

    My Windows 7  crashed a couple days ago after a windows update, I got this message. Windows cannot find the local profile and is logging you on with a temporary profile. Changes you make to this profile will be lost when you log off. I restarted the

  • Dual boot system: unable to boot Windows

    Hello guys! I've read a lot of resources about this problem, but I didn't find any solution yet. Hope you can help me. I'm trying to install Arch in a disk that already has a Windows partition. I've followed all steps described in Begginers Instalati

  • Any way to set global variables except EAS console?

    Hi pros, I am searching for a way to set global variables (used by business rules) automatically. I got several variables which should change each month. I know the rule to set them. However, I cannot find any way to set them through scripting or som

  • Declration in unicode?

    Hi All, I declare consatnts like below. CONSTANTS: char- TYPE c VALUE '-', But it is giving me the following error how can i declare it in ECC6.0 in unicode envirnment? In Unicode programs, the "-" character cannot appear in names, as it does here in

  • Archive docuemnt is not viewing through  VF07 tcode

    Hi Experts, There was one issue regarding archive documents, if any body have the idea  plz let me pass your views. My user is running the transaction  VF07  to view the Archived documents , but getting the error with " no billing document doesn't ex