Velocity Template Engine error

When I look at the "Velocity Template Engine" tab I see the error:
unable to Find resource 'VM_global_libaray.vm' in any resource loader.
Could some one help me?
Thanks in Advance
Bill

This error is nothing to worry about -- it's a harmless message from Velocity, which is used by the TemplateMaker extension. If really would prefer not to see it and aren't using TemplateMaker, you can remove the extension by deleting the file "templatemaker.jar" from your ${jdev.home}/jdev/lib/ext directory.
Thanks,
Brian

Similar Messages

  • Error while loading velocity template using ear file (weblogic 8.1,SP5)

    Hi,
    In one of our j2ee applications we have a web application and an EJB application.
    Web application uses velocity(1.2).
    Application server is weblogic 8.1 with sp5.
    If web app and ejb app are deployed separately, web app is able to load templates properly but if we make an ear file bundling web app and ejb app, we get following error at the time when application tries to load even the first velocity template.
    org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'login.vt'
         at org.apache.velocity.runtime.resource.ResourceManager.getResource(ResourceManager.java:438)
         at org.apache.velocity.runtime.RuntimeInstance.getTemplate(RuntimeInstance.java:736)
         at org.apache.velocity.runtime.RuntimeInstance.getTemplate(RuntimeInstance.java:718)
         at org.apache.velocity.runtime.RuntimeSingleton.getTemplate(RuntimeSingleton.java:337)
         at org.apache.velocity.servlet.VelocityServlet.getTemplate(VelocityServlet.java:499)
         at com.nfsmith.servlet.Controller.handleRequest(Controller.java:377)
         at org.apache.velocity.servlet.VelocityServlet.doRequest(VelocityServlet.java:331)
         at org.apache.velocity.servlet.VelocityServlet.doGet(VelocityServlet.java:292)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1072)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6981)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3892)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2766)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    We have tried to configure and use all the resource loader for velocity engine(FileResourceLoader, ClasspathResourceLoader , JarResourceLoader etc.) but noting is working.
    I have tried keeping all the templates under WEB-INF\classes dir. This does not work.
    I have even tried keeping all the templates in a separate jar file and kept the same under APP-INF/lib and bundled the same in ear file, even this does'nt work either.
    Should I create a rar file archive or is there any other way to achieve this?
    Appreciate your responses.
    Jaspal

    Please repost this in the WebLogic Portal forum:
    WebLogic Portal

  • What if JSP were a template engine?

    What would you think if JSP had been implemented as a template engine? What if it didn't need a compiler? What if it didn't allow scriptlets? What if it wasn't so dependent on the server and JDK implementations? What if it didn't waste disk space? What if it came with standard conditional and iteration tags? What if Java code wasn't required? What if the error messages didn't suck? :-)
    Sun could have done it. Instead they copied Microsoft's bad practices in order to compete.
    What would you think? I've put together an example of how JSP could have been implemented. I've called it Axle and I'm looking to make it a free, open-source project if anyone is interested.
    Check out the following page for more info. Try downloading the 'bookstore' example. Let me know what you think.
    http://www.ibatis.com/axle/axle.html
    Best regards,
    Clinton.

    I believe there are a number of jsp based template
    engines available on jakarta.apache.org as well. Well, yes and no. There are JSP custom tag libraries (Struts) and there are template engines (Velocity). Axle takes the best of both of these worlds. It allows developers to leverage their JSP skills, while working with the benefits of a template engine.
    It will still suck to get a java server working alongside
    a normal http server.Most of the big name web servers already support Java and JSP. iPlanet Web Server 6, Apache (Tomcat, JServ). In addition, you could always buy a completely separate App server like JRun or WebLogic.
    Cheers,
    Clinton

  • Using a template engine in a portlet, possible?

    Hi there,
    When developing servlets I've always used webmacro as a template engine,
    separating the code (java) from the layout (html). With Portlets it seems
    that people put their html within the java code.
    Are there any template engine solutions available for portlets, besides
    jsp ofcourse. I'm not really familiar with jsp, and also isn't jsp doing the
    same thing, putting java code within the html?
    I read it was possible to use webmacro without a servlet container, so
    perhaps this is the way to go using it with portlets. But are there also
    any integrated solutions.
    Does anybody have any experience separating their code and layout using a
    template engine? eg webmacro, velocity
    How do other developers do this, do you use jsp, or put your html directly
    into your code?
    kind regards
    ido

    Hi Ido,
    If you can do it in a servlet, then you should be able to do it in the portlet too. You need to specify the servlet for the showpage information in your provider.xml file.
    As long as all the HTMl is getting generated upfront (at the Servlet side) then you should not have any issues.
    Let me know if you have issues doing it this way.
    thanks,
    Harsha

  • What is a good template engine?

    I want your suggestions on good template engine. My project is almost done and ready to go to production in few weeks, I want something which is easy to learn yet good enough.
    Following are my specific requirements:
    1) We have like 150 jsps (not too many), but I want a template engine which lets me add a header, footer and other links easily to all these pages to start with.
    2) Later on I want a rule based template engine which changes the layout of page based on rules. For example UI for a role based web site, like Admin sees different tabs on the menu bar than a normal user.
    Thanks for your help

    For what you are suggesting, I'd look at tiles.
    If you were wanting to do something more sophisticated and data drive things, then maybe you would look at Freemarker or Velocity. Not much t choose between these.

  • Velocity templates

    hi all!!!
    i'm having trouble with tomcat and velocity templates
    i found on the internet this code. but no matter what i do i cannot get this to work. it never displays the correct values.
    import java.io.StringWriter;
    import java.io.Writer;
    import java.util.Date;
    import org.apache.velocity.Template;
    import org.apache.velocity.VelocityContext;
    import org.apache.velocity.app.Velocity;
    public class VMDemo {
      public static void main(String[] args) throws Exception {
        Velocity.init();
        Template t = Velocity.getTemplate("./src/VMDemo.vm");
        VelocityContext ctx = new VelocityContext();
        ctx.put("aDate",new Date());
        Writer writer = new StringWriter();
        t.merge(ctx, writer);
        System.out.println(writer);
    //File: VMDemo.vm
    Day: $aDate.getDate()
    Month: $aDate.getMonth()
    Year: $aDate.getYear()the only thing i can think of is that i do not put the class or .jar archive in the correct spot and it is not seen by tomcat.
    i place either in WEB-INF/lib if i create a .jar archive or use only the .class file no change. in the logs i can only see that '$aDate has no value' line
    and that's about it.
    i wrote my own code too (along the example above)
    import java.io.StringWriter;
    import java.io.Writer;
    import java.util.Date;
    import org.apache.velocity.Template;
    import org.apache.velocity.VelocityContext;
    import org.apache.velocity.app.Velocity;
    public class Viktor {
            private String puppet;
            public Viktor(String puppet){
                    this.puppet = puppet;
            public String getResult(){
                    return puppet;
            public static void main(String[] args) throws Exception {
                  Velocity.init();
                  Template t = Velocity.getTemplate("/opt/ConfigEngine/CSCOcnsie/Templates/device1.vm");
                  VelocityContext ctx = new VelocityContext();
                  //ctx.put("aDate",new Date());
                  ctx.put("viktor",new Viktor("puppet"));
                  Writer writer = new StringWriter();
                  t.merge(ctx, writer);
                    System.out.println(writer);
    device1.vm
    #set($viktor = $viktor.getResult())
    viktor is $viktorand again no value what so ever!!! ):
    basically what i'm trying to do is to get custom java code talk to templates within Cisco Configuration Engine. if anybody has any experience with it, please, let me know.
    any links, tuts anything will be good!
    thanks.
    v..v

    You might have more luck on getting an answer if you post this Velocity-specific question in a forum/mailinglist devoted to Velocity. Check their homepage. Good luck.

  • Custom Button Rendering/Disabling with Velocity Templates [SOLVED]

    I have a custom button in my application that I only want to show up on specific pages and I can't seem to figure out a EL expression that will let me disable or not render the button on the following criteria,
    - The velocity template will be installed on tableForm configured groups.
    - I only want the button to be activated/visable when in the 'Details' view for a specific row
    - When the group has insertions permitted.
    I have tried to steal some code from the *.vm files for other buttons and items used by JHeadstart, but none of the expressions seem to be solving my problem. I have always found the Data Binding through EL Expressions with the ADF very confusing to work with so any guidance would be greatly appreciated. (Is there a way to 'debug' EL expressions to see the actual data that is available to me at any given time?)
    Thanks.
    Message was edited by:
    M.Ruston
    Message was edited by:
    M.Ruston

    My Case is :
    The code of my button in Custom Template :
    <af:commandButton text="Zone Charge Group Details"
    rendered="true" disabled="false" immediate="true" >
    <f:actionListener type="oracle.jheadstart.controller.jsf.listener.DoRollbackActionListener"/>
    <af:resetActionListener/>
    </af:commandButton>
    my Custom Template is running successfully and button appear in runtime
    But I want re-write this code so that this button is binded with a method in Managed Bean
    Scenario is :
    when click the button in a page, it calls a method in that Bean and pass a parameter to it.
    And the ouptut of this method is displayed in another page.
    There is no Error message....
    Please, If you don't understand anything, Ask me .
    My Question is :
    How to bind Button to a Method in a custom Template?
    Please,Reply me ASAP.
    Thank you very much.
    Rabab Youssef,
    J2EE Developer

  • Using a Velocity Template in Java User Exit Custom Handler

    I would have thought it would be possible to use a Velocity template in combination with a custom handler in a Java user exit, but I can't seem to figure out how  to do it, and I'm not finding an example of doing this anywhere in the GoldenGate docs.
    For example, I can create a Velocity template and use it to output transactions in the desired format to a file by using a propeties file that looks something like this:
    gg.handlerlist=myhandler
    gg.handler.myhandler.mode=tx
    gg.handler.myhandler.format=./dirprm/my_template.vm
    gg.handler.myhandler.type=file
    gg.handler.myhandler.file=my_output.txt
    What I'm hoping to do is to have a custom handler, and some how  be able to get to the Velocity formatted transaction data in the "transactionCommit(DsEvent, DsTransaction)" method of my custom extension of AbstractHandler by having a properties file that looks like this (same as the above, except for the type, and no file property ... eg:
    gg.handlerlist=myhandler
    gg.handler.myhandler.mode=tx
    gg.handler.myhandler.format=./dirprm/my_template.vm
    gg.handler.myhandler.type=my.custom.GGHandler
    I've verified that I have a valid DsEvent and a DsTransaction with the desired information in by custom handler's transactionCommit method ... and I can even pull out the required data and re-format it there to the desired format so that it looks just like the format that my Velocity template outputs when I'm outputting to a file (as shown in the first properties file).  But shouldn't I somehow  be able to access the Velocity transformation for my DsTransaction in my custom handler?
    Thanks for any assistance / info provided.

    I would have thought it would be possible to use a Velocity template in combination with a custom handler in a Java user exit, but I can't seem to figure out how  to do it, and I'm not finding an example of doing this anywhere in the GoldenGate docs.
    For example, I can create a Velocity template and use it to output transactions in the desired format to a file by using a propeties file that looks something like this:
    gg.handlerlist=myhandler
    gg.handler.myhandler.mode=tx
    gg.handler.myhandler.format=./dirprm/my_template.vm
    gg.handler.myhandler.type=file
    gg.handler.myhandler.file=my_output.txt
    What I'm hoping to do is to have a custom handler, and some how  be able to get to the Velocity formatted transaction data in the "transactionCommit(DsEvent, DsTransaction)" method of my custom extension of AbstractHandler by having a properties file that looks like this (same as the above, except for the type, and no file property ... eg:
    gg.handlerlist=myhandler
    gg.handler.myhandler.mode=tx
    gg.handler.myhandler.format=./dirprm/my_template.vm
    gg.handler.myhandler.type=my.custom.GGHandler
    I've verified that I have a valid DsEvent and a DsTransaction with the desired information in by custom handler's transactionCommit method ... and I can even pull out the required data and re-format it there to the desired format so that it looks just like the format that my Velocity template outputs when I'm outputting to a file (as shown in the first properties file).  But shouldn't I somehow  be able to access the Velocity transformation for my DsTransaction in my custom handler?
    Thanks for any assistance / info provided.

  • Engine error HP LaserJet 100 color MFP M175 PCL6 wireless

    Hi folks,
    I would like to help with the "engine error" you're experiencing. I would like you to download the HP LaserJet Pro Series Firmware Update Utility. With this utility we can install a firmware update for the printer hardware. Please read all the steps below before clicking the above link. If you are using a mac operating system Click here instead.
    Flash Firmware Update Notes:
    The Firmware Update Utility uses the USB connection to the printer.
    The HP LaserJet 100 color MFP M170 series print driver software must be installed prior to using this utility.
    The HP LaserJet 100 color MFP M170 series printer must be on and in a READY state as shown by the LCD display on the control panel and remain powered on during the entire firmware update process.
    Depending on the processor speed of your pc, the firmware update process may complete on the printer before the update status progress bar in the flash firmware update utility on the pc screen completes, this is normal.
    Once the update process has started, do not use your pc for any other activity until the process is complete.
    Do not power cycle the product or the pc until the firmware update process is complete
    Steps to take :
    1. Download the flash firmware updater file by clicking the appropriate  link above. (The first link is for Windows operating systems and the second is for Mac)
    2. Turn the printer off and then back on to clear main printer memory. 
    3. Double click on the file M170_colorMFP_Series_FW_Update-20111021.exe flash firmware update utility file. An HP firmware update window will open.
    4. Select the appropriate HP M170 MFP series driver in the dialog window. If you assigned a different name to the HP M170 MFP, choose the name that represents the correct printer.
    5. Click on ""Send Firmware"" when ready to proceed.
    6. The progress bar will begin to move to the right indicating information being transferred.
    7. DO NOT power cycle the product or the pc during this process or the product may become unstable and or unusable without further attention from HP. The flash firmware update can take up to 5 minutes to complete. Please be patient.
    8. During the product flash firmware update, the display on the product control panel will display ""Printing Document- Erasing - Programming - Complete - Hewlett-Packard - Ready - Initializing - Ready"". Once the download is finished the printer will be in the Ready state.
    9. At the conclusion of the firmware update, the dialog window will show a smiley face. Click on exit.
    10. The flash firmware update process is complete
    Please let me know if this resolves the issue and/or if you would like further assistance.
    Sunshyn2005

    After each print job I get the message on printer screen  "Engine error press [OK]"  It will print again only after pushing Ok button.  Is there a fix?  HP printers have not been that reliable, I 'm will not buy onother if this cannot be fixed.

  • "Template import error: No VM configure file found" on brand new setup

    Previously, I posted Console does not launch OVM 3.1.1, Win7x32 Firefox15/IE8 - Empty .jnlp file which was about VM Console not launching. Since this is a new installation, and it seemed to be a unique problem, I scratched the whole installation and started again from scratch. Everything, including the NFS file server, was re-installed from scratch CD OS installation.
    The process is pretty straightforward once you're used to it, and in less than three hours I was ready again to import my first template (a template I had imported before). But now, I submit the the request, and almost immediately the process aborts. (You can see in the information below, that 1 second passes between the Import request (06:32:36) and the failure.)
    Thing is, it takes about three minutes, even locally on the web server, to get an index of that large file (tar tzf), and at completion, the vm config file is listed.
    Am I misreading the error? My web searches for enlightenment found only one good hit on this error, and in that case it appeared to be an "out of space" issue. In this case, though, I'm importing a 5GB tarfile into a 390GB, otherwise-empty file system, so I don't think that is the issue. The failure in ovs-agent.log is below. What other information may I provide to get to the bottom of this? (Thanks for any guidance/help, of course!)
    [2012-10-31 06:31:40 3341] DEBUG (monitor:36) Cluster state changed from [Heartbeating] to [DLM_Ready]
    [2012-10-31 06:31:40 3341] INFO (notification:67) Notification sent: {CLUSTER} {MONITOR} Cluster state changed from [Heartbeating] to [DLM_Ready]
    [2012-10-31 06:31:40 3338] INFO (notification:193) Sending notification: {CLUSTER} {MONITOR} Cluster state changed from [Heartbeating] to [DLM_Ready]
    [2012-10-31 06:31:48 4914] DEBUG (service:77) discover_cluster: ()
    [2012-10-31 06:31:48 4914] DEBUG (service:85) discover_cluster: call completed.
    [2012-10-31 06:32:03 4926] DEBUG (service:77) storage_plugin_mount: ('oracle.generic.NFSPlugin.GenericNFSPlugin', {'status': '', 'admin_user': None, 'admin_host': None, 'uuid': '0004fb00000900003cf41964f3476788', 'total_sz': 0, 'admin_passwd': '******', 'storage_desc': '', 'free_sz': 0, 'access_host': 'filesrv.ps.***.com', 'storage_type': 'FileSys', 'alloc_sz': 0, 'access_grps': [], 'used_sz': 0, 'name': '0004fb00000900003cf41964f3476788'}, {'status': '', 'uuid': 'fc3564eb-ce8b-489c-96bc-df6de2cc8a11', 'ss_uuid': '0004fb00000900003cf41964f3476788', 'size': '330279518208', 'free_sz': '330075340800', 'state': 2, 'access_grp_names': [], 'access_path': 'filesrv.ps.***.com:/mnt/ps_big/repo/repo', 'name': 'nfs:/mnt/ps_big/repo/repo'}, '/OVS/Repositories/0004fb0000030000659e0ce6f2ecfb55', None, True, [])
    [2012-10-31 06:32:03 4926] INFO (storageplugin:108) storage_plugin_mount(oracle.generic.NFSPlugin.GenericNFSPlugin)
    [2012-10-31 06:32:03 4926] DEBUG (NFSPlugin:353) cmd = ['mount', '-t', 'nfs', 'filesrv.ps.***.com:/mnt/ps_big/repo/repo', '/OVS/Repositories/0004fb0000030000659e0ce6f2ecfb55']
    [2012-10-31 06:32:03 4926] DEBUG (service:85) storage_plugin_mount: call completed.
    [2012-10-31 06:32:03 4931] DEBUG (service:77) add_repository: ('filesrv.ps.***.com:/mnt/ps_big/repo/repo', '0004fb0000030000659e0ce6f2ecfb55')
    [2012-10-31 06:32:03 4931] DEBUG (service:85) add_repository: call completed.
    [2012-10-31 06:32:36 4972] DEBUG (linux:847) async call function: import_template
    [2012-10-31 06:32:36 4975] DEBUG (service:77) import_template: ('0004fb0000030000659e0ce6f2ecfb55', '0004fb0000140000fdc18a572a244015', ['http://aspire/pstop/OVM_EL5U7_X86_64_TOOLS8_52_06_PVM.tgz'])
    [2012-10-31 06:32:37 4975] INFO (notification:74) async_proc_prog: notification {ASYNC_PROC} progress PID 4975 status {'OBJECT': 'template', 'TOTAL_OBJECT_COUNT': 1, 'CURRENT_OBJECT_COUNT': 1, 'TOTAL_BYTES': 0L, 'CURRENT_BYTES': 613L, 'OPERATION': 'download'}
    [2012-10-31 06:32:37 4975] INFO (notification:67) Notification sent: {ASYNC_PROC} progress PID 4975
    [2012-10-31 06:32:37 3338] INFO (notification:193) Sending notification: {ASYNC_PROC} progress PID 4975
    [2012-10-31 06:32:37 4975] ERROR (service:96) catch_error: Template import error: No VM configure file found.
    Traceback (most recent call last):
    File "/usr/lib64/python2.4/site-packages/agent/service.py", line 94, in wrapper
    return func(*args)
    File "/usr/lib64/python2.4/site-packages/agent/hypervisor/xenxm.py", line 1041, in import_template
    raise RuntimeError('Template import error: %s' % err)
    RuntimeError: Template import error: No VM configure file found.
    [2012-10-31 06:32:37 4975] DEBUG (linux:879) ovs_async_proc: pid 4975 status 1 output Template import error: No VM configure file found.
    [2012-10-31 06:32:37 4975] INFO (notification:67) Notification sent: {ASYNC_PROC} exit PID 4975
    [2012-10-31 06:32:37 3338] INFO (notification:193) Sending notification: {ASYNC_PROC} exit PID 4975
    [2012-10-31 06:32:39 4987] DEBUG (service:77) storage_plugin_listFileSystems: ('oracle.generic.NFSPlugin.GenericNFSPlugin', {'status': '', 'admin_user': None, 'admin_host': None, 'uuid': '0004fb00000900003cf41964f3476788', 'total_sz': 0, 'admin_passwd': '******', 'storage_desc': '', 'free_sz': 0, 'access_host': 'filesrv.ps.***.com', 'storage_type': 'FileSys', 'alloc_sz': 0, 'access_grps': [], 'used_sz': 0, 'name': '0004fb00000900003cf41964f3476788'}, True)
    [2012-10-31 06:32:39 4987] INFO (storageplugin:108) storage_plugin_listFileSystems(oracle.generic.NFSPlugin.GenericNFSPlugin)
    [2012-10-31 06:32:39 4987] DEBUG (NFSPlugin:142) ENTER: listFileSysytems()
    [2012-10-31 06:32:39 4987] DEBUG (NFSPlugin:257) EXIT : listFileSysytems()
    [2012-10-31 06:32:39 4987] DEBUG (service:85) storage_plugin_listFileSystems: call completed.
    [2012-10-31 06:32:39 5005] DEBUG (service:77) discover_pool_filesystem: ()
    [2012-10-31 06:32:39 5005] DEBUG (service:85) discover_pool_filesystem: call completed.

    How did you get the template to where you staged it?
    I'd say the template is corrupt or you only have a partial template.
    I did notice the call to the template is based on the short name of the host. Can you confirm the VM manager can access the http path via short name?

  • How to get Alerts mail for adapter engine errors in SAP PI 7.0

    Hi Friends,
    I configured Alerts in PI 7.0. with the help of t-code u2018ALRTCATDEF and created a new alert catergory.
    In container tab i have mentioned all give below elements.
    SXMS_MSG_GUID, SXMS_RULE_NAME, SXMS_ERROR_CAT, SXMS_ERROR_CODE, SXMS_FROM_PARTY, SXMS_FROM_SERVICE, SXMS_FROM_NAMESPACE, SXMS_FROM_INTERFACE, SXMS_TO_PARTY, SXMS_TO_SERVICE, SXMS_TO_NAMESPACE,SXMS_TO_INTERFACE
    I am getting alerts when I manually test the alerts configurations by running the report u2018RSALERTTESTu2019.
    I am getting mail as :
    Alert ID: ##00009##
    Dear Administrator,
    This is with respect to XI Scenario. During processing of XML file from ECC or XYZ Server, Following error has been occured:
    Message ID:
    Interface:
    NOTE: To check the file name, go to SXMB_MONI and search for above message ID.
    Double click on that message ID and click on error in left hand tree.
    Please take appropriate action in co-ordination with respective functional and BASIS consultant.
    But When I am getting a error , I am not getting an alert mail. Right now iam doing in XI Development.
    I am not getting an Alert mail , when my message is in status of : System Error . Error catergory is : XI_J2EE_ADAPTER_JDBC.
    Kindly tell how to get alert mail for error catergory : XI_J2EE_ADAPTER_JDBC and in Adapter engine errors.
    How to get alert mail when my message is failed with any reason in Adapter engine.
    Waiting for quick replay. Please help me out.
    Regards,
    Ahmed.

    Hi thanks for quick reply.
    As per your given link : http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/14877. [original link is broken]
    I have done all these steps. But still little problem.
    as per link he is getting Error  description , error message id , alert rule..
    In my case I am not getting these information. when my messages failed. When I am doing manully testing the alert getting an mail as :
    Alert ID: ##00009##
    Dear Administrator,
    This is with respect to XI Scenario. During processing of XML file from ECC or XYZ Server, Following error has been occured:
    Message ID:
    Interface:
    NOTE: To check the file name, go to SXMB_MONI and search for above message ID.
    Double click on that message ID and click on error in left hand tree.
    Please take appropriate action in co-ordination with respective functional and BASIS consultant.
    Is it okay the body of mail??.
    I am not getting alert mail when my messages failed in adapter engine and Integration Engine.
    Ex my message is failed in AE:as below.
    My messages flow as : SAP --> XI --> DB.
    Messages is success (in ECC moni)> XI moni also success> XI Adapter engine getting error as (Status: System Error) and (Error Category : XI_J2EE_ADAPTER_JDBC).
    Regards,
    Ahmed.

  • Windows installer engine error when installing LV 8.2.1

    Trying to install LabView 8.2.1 on a system and getting a "Window Installer Engine" error and the program quits.  The software successfully installed on another system.
    I have disabled all other programs and virus scanners.  Any suggestions?
    Thank you,

    I think I may have fixed my own problem and will try and list the steps here in case anyone else runs into this.
    The computer is networked and we are running network licensing.  I have admin priviledges also on this machine.
    We had to have the administrator for the network log on (with the LV installation CD in the drive).  The option was selected to install LV 8.2.1 and then a window appeared notifiying that the system was installing Service Pack 2.
    The admin then logged out and I logged back in to my local accout (not my network username and passwor) and the installed worked correctly (whew!).
    There were some other password issues whick I don't think were related to this problem.

  • Query Engine Error when adding to repository.

    I'm using Crystal 9.  I am trying to using the Add Command function as a datasource from an ODBC connection.  The SQL is straightforward.
    Select dbo.CDS_STATDAY.Meta_ID
    From dbo.CDS_STATDAY
    I get an error when I select the "Add to Repository" checkbox in the "Add Command to Report" dialog box.  I don't get an error if I don't select it and the query seems to run fine.
    The errors I get are 'Query Engine Error:"' and then 'Not supported.  Details: Failed to create object.'
    Is this a permissions problem?

    Hi Mark,
    Do you have  Business Objects / Crystal Enterprise in stalled in your network? If so, what is the version of Enterprise you are using ?  This is becuase, the Crystal Query enginene have changed from  CR server XI. 
    Thanks,
    Sastry

  • Alert for adapter engine error

    Hello experts
    We have configured the alerts for the adapter engine errors .We have configured the variable &SXMS_TO_ADAPTER_ERRTXT& element which is having the CHAR70 type for getting the adapter engine error text in the alert inbox.so for any adapter engine error greater than 70  chracters ,it is getting truncated to 70 chracters only.but we want to have the whole adapter error log text.
    Can anyone please throw some light on this.
    Thanks
    sabyasachi

    Moha,
    It seems that it cannot support more than that.
    Problem with Alert Text
    Re: Message Size in ALERTS
    It is worth taking a look at this blog:
    /people/community.user/blog/2006/10/16/simple-steps-to-get-descriptive-alerts-from-bpm-in-xi
    Regards,
    ---Satish

  • Query Engine Error in Crystal Report

    I have a asp application with crystal report as reporting tool. Every thing works fine with Oracle 9i, but when i migrate to Oracle Database 10g Release2 some of the reports in crystal report shows following error report.
    Query Engine Error:'HY00:[oracle][ODBC][ora]ora-01456:may not perform insert/delete/update operation inside a Read Only transaction.
    ORA-06521:at "<dbusername>.<procedure name>,line 58
    ORA-06512:at line1
    I checked the database is in READ WRITE mode.
    any help wolud be appreciated.
    Thanks in Advance
    Debashis

    Hi,
    This is posted in the wrong forum. This forum is for Oracle Berkeley DB. Please find the correct forum and post your question there.
    Regards,
    Alex Gorrod,
    Oracle Berkeley DB

Maybe you are looking for

  • Illustrator CS4 keeps quitting when I try to open an old file or start a new one

    I have CS4 14.0.0. I'm on a MAC system 10.5.8 Tried trashing the preferences and that didn't help. Uninstalled the software and re-installed from the original disc, made all 5 of the updates possible, until no more were available. Still having the sa

  • How Can I Stop the Automatic Backup

    I downloaded and am trying to use the free trial of Photoshop Elements 10 on my Mac.  The first time I opened the program, aside from a bunch of fiddly repeated signing in with Adobe, all went well. Then, somehow, it began to back up all my pictures

  • Help?? new computer and new itunes. dont want to lose information

    We have 2 iphones with Sprint service - which means no SIM card.  We just purchased a new computer.  I downloaded itunes to the new computer since it was not pre-installed.  I transfered the info from our old computer to the new one using an easy tra

  • Image in Develop mode - Orange Tint

    I'm having an issue with my images when I switch to Develop mode.  There is an orange tint that appears in each image while I'm tweaking it.  Sometimes the tint is minor like the example I've attached and other times it makes it very difficult to edi

  • Question from end user

    Hello I am running a video editng program that uses Java for its media logger. On previous installs everything worked fine. Now when running the app, i receive the error message ... java.lang.RuntimeException: java.lang.illegalstateException: Wrong d