No Template Body found for TemplateCode

Hi,
I have installed SP1P1 on my web server and have upgraded my test instance/test copy of my database.
My live site I have left running patch 11.
However, I noticed that no emails were being sent by the email service post upgrade. The upgrade has obviously replaced the messaging service, and this was not working at all against the p11 db at all. I uninstalled that service, installed patch 11 (installer), and registered the mail service manually. It would now seem that the messaging sevice is working only for shipments, I haven't seen any order confirmations, and the forgot password etc is definitely not working. These are some of the error messages in the log:
<event>
  <messagetype>I</messagetype>
  <date>2009-03-05 16:59:45.54</date>
  <synchmodule>MailerContactLog</synchmodule>
  <message>No Template Body found for TemplateCode 'forgotpassword' </message>
  <synchmethod>SendContactLog()</synchmethod>
  <objecttype>npcontactlog</objecttype>
  <objectid>2036</objectid>
</event>
<event>
  <messagetype>E</messagetype>
  <date>2009-03-05 16:59:45.39</date>
  <synchmodule>Sender</synchmodule>
  <message>Completed send of Order Documents with error:Invalid column name 'WeightTotalUnitCode'.</message>
  <synchmethod>SendOrderDocuments()</synchmethod>
  <objecttype />
  <objectid />
</event>
I have checked and the mail template does exist for the forgot password and matches with the contactslog table record.
Any idea what the problem could be?, it is my understanding that I have the p11 messaging service running against a p11 database.
Thanks.
Martin.

Hi Bryce,
I had previously checked that and confirmed everything to be in place.
The problem and solution was as follows:
Problem:
Installed sp1p1 installer on my web server to allow testing and development using this version>
The install also upgraded the webtools messaging service.
This service is not compatible with p11 - no emails were being generated.
Solution:
1. uninstall service using sc delete sapb1wtms
2. remove contents of installer folder (saving instances.xml)
3. install previous installer version
4. register service manually using installutil
5. copy instances.xml back into installer folder
6. start service
What complicated matters slightly more for me, was that I accidentally reverted to p12 instead of p11, which also has some incompatibilities with a p11 db in relation to messaging.
At least before doing all of this I managed to upgrade a test copy of db and website prior to reverting to my installer version!.
On another subject, I have just noticed that I have lost nearly all my forum points, is there some kind of time limit or something?.
Martin.
Edited by: Martin Barrett on Mar 6, 2009 12:50 PM

Similar Messages

  • Page Template Body 1,2,3 position to the left of the page

    Hi,
    How can make a page template as default.
    The situation is i have a theme which has a default page template set so that the "Page Template Body 2' comes to the the center(let me this be theme - theme 1). But there is another theme which gives me the option to
    set the 'page template body 2' to the left of the page(theme 2). I thought of switching the theme but my other setting for report will go for toss. So i have copied default template for page from theme 2 to theme 1, but i
    cant make the page template as default. How can make the page template to default ?
    Is there any other way of doing this so the 'Page Template Body 2' appears to the left.
    Thank you,
    rakesh

    In Application Builder:
    - Edit the Application
    - Click on Shared Components
    - Click on Themes
    > The current theme will have an 'asterisk (*)' by the theme name
    - DO NOT CLICK ON THE THEME
    - On the far right column will be a panel called Tasks
    - Click Edit Theme
    - Click on your current theme
    You'll see a drop down list that allows you to pick the default page template.
    Hope that helps.

  • Account 'Acquisition:Acquis. and production costs' could not be found for a

    dear all
    when i am posting periodic asset postings through ASKB below error is comming ple help
    Account 'Acquisition:Acquis. and production costs' could not be found for area 90
    Message no. AU133
    Diagnosis
    When creating the accounting document, the system could not find account 'Acquisition:Acquis. and production costs' in depreciation area 90 for company code SCIL.
    Procedure
    Enter this account in the account determination for Asset Accounting.
    thanks

    Dear bikkina.prakash
    please check were you properly maintained the AO90 for GLs for Depreciation
    also check whether you changed any depreciation key in asset master(means previously you  run depreciation. by mistakenly any body changed)
    Regards
    shankar

  • How to make a custom template the default for Apple Mail (10.7.5)?

    Hi,
    I'm OK with making a new custom template in Apple Mail.  It shows up fine once under "custom" in the stationary pane (and once I take off signature in a new email).  But... that's a lot of trouble to go through everytime I want to send an email.
    So the question is: can I make my custom template my default for all my emails, unless I want to manually change it?  Seems like this should be possible but I can't figure it out and haven't run into any solutions (only on how to make a template).
    Do I really have to select it each time?
    Best,
    Joel

    As an FYI: I just solved the problem by going the "low road." I'll be a bit laborious in case someone else wants a solution at a later date (I know I Googled the topic and found nothing). I experimented by simply:
    Opening a new email message
    Selecting my custom template
    Copying the custom signature (Select All)
    Opening another new email message
    Selecting Edit on the Signature pulldown menu
    Hitting the plus symbol to create/add a new signature in the pane
    Pasting into the new signature
    Naming it
    Selecting "Choose signature" at the bottom of the signatures pane
    And violà!!
    It now appears as a possible selection *and* as the default.
    Better yet - it is now my default and will work as a reply to an email.
    I think I got it all right in the list above.
    OK, granted, this is a pretty simply signature - a list of my website, SoundCloud, twitter etc with those names in bold and a graphic of my color logo - but... it works! YMMV.
    Give it to Apple to make it so simple that any fool could do it (that would be me), you wouldn't need a "specialized" app, and - of course - there wouldn't even be instructions on how to do it!
    Best,
    Joel

  • The service cannot be found for the endpoint reference (EPR) 127.0.0.1/a

    Hi All:
    I need help!!!
    I am using axis2-1.5.1, jdk 1.6, eclipse 3.5, and Axis2_Codegen_Wizard_1.3.0 and windows xp.
    I used Axis2_Codegen_Wizard_1.3.0 to generate the client stub and proxy.
    I get the following error when I tried to call the web service:
    package com.ttdev.ss.client;
    import java.rmi.RemoteException;
    import com.ttdev.ss.client.SimpleServiceStub.ConcatRequest;
    import com.ttdev.ss.client.SimpleServiceStub.ConcatResponse;
    public class SimpleClient
         public static void main(String[] args) throws RemoteException
              try
              SimpleServiceStub service = new SimpleServiceStub();
              ConcatRequest request = new ConcatRequest();
              request.setS1("abc");
              request.setS2("123");
              ConcatResponse response = service.concat(request);
              System.out.println(response.getConcatResponse());
              catch(Exception e)
                   System.out.println("e.getMessage():"+e.getMessage());
    Here is my SimpleService.wsdl:
    <?xml version="1.0" encoding="UTF-8"?>
    <wsdl:definitions name="SimpleService" targetNamespace="http://ttdev.com/ss" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://ttdev.com/ss" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
    <wsdl:types>
    <xsd:schema targetNamespace="http://ttdev.com/ss">
    <xsd:element name="concatRequest">
    <xsd:complexType>
    <xsd:sequence>
         <xsd:element name="s1" type="xsd:string"/>
         <xsd:element name="s2" type="xsd:string"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="concatResponse" type="xsd:string">
    </xsd:element>
    </xsd:schema>
    </wsdl:types>
    <wsdl:message name="concatResponse">
    <wsdl:part name="parameters" element="tns:concatResponse">
    </wsdl:part>
    </wsdl:message>
    <wsdl:message name="concatRequest">
    <wsdl:part name="parameters" element="tns:concatRequest">
    </wsdl:part>
    </wsdl:message>
    <wsdl:portType name="SimpleService">
    <wsdl:operation name="concat">
    <wsdl:input message="tns:concatRequest">
    </wsdl:input>
    <wsdl:output message="tns:concatResponse">
    </wsdl:output>
    </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="SimpleServiceSOAP" type="tns:SimpleService">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="concat">
    <soap:operation soapAction="http://ttdev.com/ss/NewOperation"/>
    <wsdl:input>
    <soap:body use="literal"/>
    </wsdl:input>
    <wsdl:output>
    <soap:body use="literal"/>
    </wsdl:output>
    </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="SimpleService">
    <wsdl:port name="SimpleServiceSOAP" binding="tns:SimpleServiceSOAP">
    <soap:address location="http://localhost:8080/axis2/services/"/>
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>
    In the dos-prompt, I get the following error message:
    [INFO] Listening on port 8080
    [ERROR] The service cannot be found for the endpoint reference (EPR) 127.0.0.1/a
    xis2/services/
    org.apache.axis2.AxisFault: The service cannot be found for the endpoint referen
    ce (EPR) 127.0.0.1/axis2/services/
    at org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPha
    se.java:65)
    at org.apache.axis2.engine.Phase.invoke(Phase.java:334)
    at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:251)
    at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:160)
    at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostReq
    uest(HTTPTransportUtils.java:167)
    at org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:26
    6)
    at org.apache.axis2.transport.http.server.AxisHttpService.doService(Axis
    HttpService.java:281)
    at org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(
    AxisHttpService.java:187)
    at org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpS
    erviceProcessor.java:82)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExec
    utor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
    .java:908)
    at java.lang.Thread.run(Thread.java:619)
    Thank you for your help!!!
    Yours,
    John.

    I had the same issue and managed to fix it.
    I am using tomcat and had a filter configured for AxisServlet to open a hibernate Session. Somehow (I did not figure it out yet) this filter afects the way the AxisServlet resolves the EPR.
    My fix was - remove the filter. It worked. Now I am trying to figure out why.
    If you have any clues, please drop a line.

  • No Body Found

    Hello,
    I get all emails but stand in every mail
    "No Body Found".
    Of course I can not therefore start over with the phone. If I pick up the mail in a matter which model iPhone or Samsung Galaxy funktioiert everything.
    I am immeasurably entäsucht I just expect from BlackBerry in this respect it would have works. Furthermore, I can call anywhere hinwende times to inquire.
    I can now understand why it goes downhill with the brand. Unfortunately, the dealer says the emails are indeed picked up which is on my system. I have therefore set times a little money in the sand and if I get no help from RIM, it will be the last BB with security. Of course then I can not advertise it that this device is good. And even if I Detuschland in what pastimes then German support should be verohanden.
    Maybe this forum will help me yes. But there have been several suggestions but none worked for me. So I'm not alone with this problem
    Hallo,
    ich erhalte alle Emails allerdings steh in jeder Mail
    "No Body Found".
    Natürlich kann ich somit mit dem Handy nichts anfagen. Wenn ich die Mails in einem Iphone egal welches Modell oder Samsung Galaxy abhole funktioiert alles.
    Ich bin maßlos entäsucht da ich gerade von BlackBerry in dieser Beziehung erwarte hätte das dies Funktioniert. Weiterhin kann ich mich nirgendwo telefonisch mal hinwende um nachzufragen.
    Ich kann nun verstehen warum es mit der Marke bergab geht. Leider sagt der Händler die Mails werden ja abgeholt das liegt an meinem System. Ich habe somit mal ein wenig Geld in den Sand gesetzt und wenn ich von RIM keine Hilfe erhalte wird es mit Sicherheit das letzte BB gewesen sein. Natürlich kann ich dann auch nicht damit werben das dieses Gerät gut ist. Und auch wenn ich in Detuschland was vertreibe dann sollte auch Deutscher Support verohanden sein.
    Vielleicht hilft mir ja dieses Forum. Aber es gab schon etliche Vorschläge doch keiner hat bei mir funktioniert. Also bin ich nicht allein mit diesem Problem.

    Translation
    Thank you Google for this.
    Hello,
    I get all emails but stand in every mail
    "No Body Found".
    Of course I can not therefore start over with the phone. If I pick up the mail in a matter which model iPhone or Samsung Galaxy funktioiert everything.
    I am immeasurably entäsucht I just expect from BlackBerry in this respect it would have works. Furthermore, I can call anywhere hinwende times to inquire.
    I can now understand why it goes downhill with the brand. Unfortunately, the dealer says the emails are indeed picked up which is on my system. I have therefore set times a little money in the sand and if I get no help from RIM, it will be the last BB with security. Of course then I can not advertise it that this device is good. And even if I Detuschland in what pastimes then German support should be verohanden.
    Maybe this forum will help me yes. But there have been several suggestions but none worked for me. So I'm not alone with this problem

  • IE (6 and 8) and different page template Body problem

    Hi - is that normal that IE don't recognize page template body? I have a structure like this:
    page template body 1:
    column 1 | column 2
    page template body 2:
    column 1
    everything work fine in firefox and chrome (I'll check also safari and opera) but not in IE.
    In IE (6 or 8) I have page template body 2 on the right of page template body 1 (not bottom the region).
    Anyone know how to fix this? of course in the easiest way :)

    I have had this issue often, and I finally figured out a workaround:
    You have to place a hidden REGION right where the breaking/newline (or whatever is happening with the in the template) isn't occuring properly.
    This will force a break.
    So I created a new region:
    Type: HTMLText
    Template: Button Region without Title
    Region Source:
    <br>
    & nbsp ;(or something similar)
    Condition (optional): Client Browser is Internet Explorer
    See this post for more details:
    Problems displaying regions in desired Template positions

  • Change the Page Template Body to use 8 columns instead of 12

    Apex Version: 4.2.0.00.27
    Theme: 25
    I have a page that I need to divide by 8 segments, rather than 12 ( I will need to place items and buttons in one of the 8 columns).
    To begin, I have made a copy of the One Level Tabs - No Sidebar page template. I have tried to edit this template, and played with multiple combinations changing the Grid Layout and Display Points settings, but instead of creating a page that has 8 columns, that span the width of the page, I am just left with blank space.
    See attached:.
    https://docs.google.com/file/d/0B8Hpc-BDtEo9cjliSEJCR1hlN2c/edit?usp=drivesdk
    And these are the Page Template Settings:
    https://docs.google.com/file/d/0B8Hpc-BDtEo9ZnVVeU9vUm5jUUU/edit?usp=drivesdk
    Is it possible to change the body section of the page template to have 8 columns span the entire width, without the dead space?
    Amanda.

    Amanda,
    The CSS definition that comes with Theme 25 is based on 12 columns. The definition actually contains multiple fixed grid definitions for different screen sizes. For each definition, the column widths are defined (hard coded) based on the 12 column grid.
    Important: the grid attributes in the page template do not define the grid, the CSS does. The attributes/definition in the page template is necessary for APEX to dynamically use the grid definition. The CSS is leading!
    If you want to use an 8 column grid, you will have to re-write the CSS grid definition and alter the grid definition in the page template accordingly. So it is possible, but, depending on your level of understanding CSS and @Media queries, maybe not that trivial.
    Kind regards,
    Christian

  • Endpoints not found for service

    hi
    We are working on BPM Ce 7.2 where in we have uis in webdynpro java which calls a service from SR.
    the service is workign fire from sr and soamanager.
    however when we launch the application in portal it says that end point not found for that service.
    We have checked Destination templates, system connections in nwa, and portal.
    The same code is working fine in dev and wa workign fine in quality also until there was a ehp5 upgrade and refresh.
    Has it to do anything with the upgrades and is there any other setting missing.
    Any syggestions, please.
    regards
    Lavanya

    Hello Varungulati,
    I'm having the same issue, did you manage to solve this problem ?
    Thanks,
    Nadjia

  • Error. in WS Navigator - no endpoints found for interface

    Dear Friends,
    I have created a new Enterprise Service Interface and implemented in ABAP.  After the implementation I used SOAMANAGER to create the endpoint and publish the service using WSPUBLISH to Service Registry.  When I tested this service from SOA Management application(SOAMANAGER), the endpoint is working very good, but when I am testing this service from Service Registry, it is now showing any endpoint in the 'Enter Input Parameters' Step.  Also when I am trying to search the Service by using 'Search by Logical Destination', it shows the Service and when I select it, it shows an error message, "no endpoints found for interface (<namespace>/document)<Service Interface Name>_Document".
    If some one knows about this issue, please advice me to do next steps.
    Also I am planning to call this service from Visual Composer, I have configured the two logical destinations over there, also the service registry, even though, when i am searching the service, it shows an error like "Could not complete search".  
    Please advice me for the above issue also.
    Thanks in advance
    Vipindas

    Hi,
    If you have configured and tested from SOAMANAGER (which opens WSnavigator) then it is configured correctly. May be you are using wrong WSDL address.
    Copy url of wsdl from SOAMANGER test screen and use it directly in WSnavigator for testing.
    Regarding publishing of service WSPUBLISH should be able to publish correct service into service registry, but if for any reason it is not working then you can "publish" it directly from service registry by using publish option and provide url of wsdl from above option.
    If for any reason VC is unable to search service registry then create destination template for your every service by providing WSDL and use it in VC.
    Regards,
    Gourav

  • Org.apache.axis2.AxisFault: The service cannot be found for the endpoint

    Hi Team,
    I'm getting following error while runnig WebServices
    [ERROR] The service cannot be found for the endpoint reference (EPR) /TestServices/services
    org.apache.axis2.AxisFault: The service cannot be found for the endpoint reference (EPR) /TestServices/services
    Please guide me where i went wrong
    Thanks in Advance
    Ravi

    I am also facing the same problem. can any body help us?
    Thanks
    jaya

  • Q-Info Record found for material rev level 06

    Dear All
    I have an error Q-info record found for material xxx rev level 06 while doing migo inbound delivery. Even i verify with some documents also but till not to come out of this problem. Is any body having solution.
    Please specify whether it is minor or major problem.
    Awaiting for ur reply

    In QI01/QI02--->You must have created the quality Info record for the vendor /material/revision combination.
    Suppose Material for which PO is cretaed is having latest revision 6 & infor record exists for rev 5 or less and not for rev level 6 ,then you may get this error.Also if relase date for vendor /material/revision combination is not valid then also you can get such error.
    only way is you can create with future relase date..and chaeck again.

  • Benefit Error "No Benefit Plans found for Program Grouping"

    Hi Experts,
    While running Report for Employee Eligibility RPLBEN01 it through an Error Message
    "No Benefit Plans found for Program Grouping 1st/2nd"
    I have configured 1st and 2nd Program Grouping and maintained respective features also.
    Can any body guide me to clear this issue.
    Thanks in Advance.
    vnk

    check this view V_T5UBU whether you have created the record for you plan against your first program grouping and second program grping

  • Fail to Abend when Row Not Found for Update?

    I'm using Coldfusion 9 against a IBM mainframe DB2 database.  I have a condition that when a row is not found for update in a cfquery, execute an insert cfquery.  Sounds logical and easy, right?  Not so!  Error trapping is failing to return an error condition when the row was not found for update! 
    Here's the code:
    <cftry>
         <cfinclude template="qry_update_table.cfm">
         <cfcatch type="any">
              <cfinclude template="dsp_errorInformation.cfm">
              <cfabort>
         </cfcatch>
    </cftry>
    <cfdump var=#tmec04_result#><cfabort>
    The Query code is:
    <cflock timeout="15" name="UpdateTUID04Lock" type="exclusive">
         <cfquery datasource="#APPLICATION.DB2_DSN#" name="update_tuid04" result="tmec04_result">
              UPDATE #APPLICATION.SQLID#.TUID04
                   SET   MON_BEG_TIME  = <cfqueryparam value = #NEW_MON_BEG# cfsqltype="cf_sql_time">
                          , MON_END_TIME  = <cfqueryparam value = #NEW_MON_END# cfsqltype="cf_sql_time">
              WHERE  USER_ID    = <cfqueryparam value = #NEW_USER_ID# cfsqltype="cf_sql_varchar">
         </cfquery>
    </cflock>
    There is no row for the NEW_USER_ID, so I would expect an error condition.  No such luck.  The dump of temc04_result just shows me the SQL, the record count (0), the execution time (0), and the cached status (false).  No SQL code.  And a dump of CFCATCH shows that all is well.  I expected to get cfcatch.nativeerrorcode = 100 (Row not found).  Nope.  Got a zero.
    Any suggestions.

    Regarding this:
    There is no row for the NEW_USER_ID, so I would expect an error condition.
    Your expectation is incorrect.  What actually happens is that the query executes and no rows get updated.
    What has to happen is that you have to see whether or not the record is there, and if not, insert it.  There are lot's of ways to do that.  I think the simplest is an insert query,
    insert into yourtable
    (field1, field2, etc)
    select distinct value1, value2, etc
    from some small table
    where not exists (something)
    Followed by the update query.

  • No order was found for delivery 0000014019 /000100

    Hi All,
    Iamloading the data for my delivery ZODS from 2lis_12_vcitm from PSA , but getting the following error :
    No order was found for delivery 0000014019 /000100 .
    Can any body help me out.
    Regrds..

    Technically, only when there is Header data in VBAK the delivery can take place, there should be record in VBAK, someone may have done a hard delete on that record. The question is, I am not sure BW system internally validate if the record has a valid order number or not. As long as the data gets to PSA fine, then that should be loaded to ods without problem. It seems like may be this record has some invalid char... seems like the order and line item attached, but the line item is too long, try to confirm if that is valid record specially the line item.
    thanks.
    Wond

Maybe you are looking for

  • Expose Preferences Keep Changing Themselves

    I have Active Screen Corners activated for Expose. However the upper left corner keeps unactivating itself. Is there any way for me to track this preference in the system to see what is modifying it?

  • Hotspot JVM crash on Solaris 10: perm gen up to 99%

    Hello all, I got 4 JVM crashes with the same Internal Error (5349474E41545552450E43505000C0 01) reported in the Catalina output log. However I have only 1 hs_err_pid.log that is still available (the other 3 were deleted). I've noticed that the perm g

  • Very urgent : shipping point and delivery creation date

    Hi : I have a custom table with fields : belnr, posnr, btyp, aufnr, ebeln, ebelp, livbeln, liposnr,matnr,wadat,kunnr,werks,bmeinh,getri,inaktiv,wabukz,erdat,aedat,loekz. Custom Transaction with fields : vbeln (field name belnr) , aufnr, delivery vbel

  • Queue assignment to WO with multiple WT's

    Hello, I'm trying to figure out the queue assignment for a warehouse order with multiple warehouse tasks. My scenario: I have a returns delivery for 1 PC of product X. After unloading, this product is transfered to the Quality Inspection area. Based

  • Acrobat adobe reader 8.1 is availaible

    Hello, Acrobat adobe reader 8.1 is availaible. A list of new features and fixed bugs is contained in the link below: http://kb.adobe.com/selfservice/viewContent.do?externalId=kb401732&sliceId=1 Have you any ideas, which new features and fixed bugs in