JMS Queue browser for SAP XI J2EE Engine

Hi Gurus,
Does anybody has done this before? I need to develop a custom application which looks into the JMS queues on the SAP J2ee engine and raises an alert in case of the message sits on the queue for long time.
Please help in this regard.
Thanks
Kalyan Veerapaneni

There are couple of free source softwares available which work well with IBM MQseries and at least will give you an idea regarding the browse functionality.A google search should help you.

Similar Messages

  • No monitor browser named "SAP XI Adapter Engine" in PI 7.1

    In PI 7.0 there is a monitor tree in NWA monitor browser named "SAP XI Adapter Engine"
    as follows: Monitoring > Java System Report > Select Monitor Browser > Show: Predefined Local J2EE View > Select All view > Selcet SAP XI Adapter Engine in Server Node
    Enable all children node for data collection would have allowd to collect all the adapter engine related error in CCMS in RZ20 by using MTE class SAP_XIJ2EE_ND.
    Now after upgrading to PI 7.1 this monitor node is not available anymore in NWA.
    There are some monitor node for runtime cache and messaging system montoring in NWA but not the one I am looking for.
    And in RZ20 there is no more error reported using MTE class SAP_XIJ2EE_ND; it shows No MTEs currently available. Though I have some error in adapters.
    Does anyone know how the adapter engine errors can be collected in CCMS for 7.1?

    Suman,
    The adapter engine node itself is not visible in Java system reports of NWA.
    XPI:AF core is enable true and sevice re started.
    Also in RZ20 adapter node is not visible for CCMS
    Please suggest.

  • Virus Scan for SAP XI , J2EE configuration

    Hi Experts,
    We have a virus scan interface NW-VSI provided by SAP. Different AV products are now producing and certifying for this and providing the Virus Scan Adapter and Virus scan engine integrated with SAP NW system.
    We can use this to scan viruses. I have gone through so many documents for this.
    Can any one please help me how can do this ?
    A step by step guide or complete scenario will be very helpful.
    We have installed McAfee antivirus in an other different server.
    our requirement is before picking up the file by XI from FTP location , a virus scan should run.
    Please help me how can I achive this and what are the requirements for this in J2EE engine side etc.
    Thanks
    Viny

    Hi Vineet,
    yes this can be possible. I have implemented this in our project.
    you can have a look in to this -
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/f0096909-7121-2e10-ad89-8e08b609bf4b
    Thanks
    Sugata B Majumder

  • How to access JMS queues in the SAP J2EE Engine?

    Hi Gurus,
    Can anybody know how to access the jms dead message queues in the XI J2EE Engine (which is WAS 6.40)?
    I have read in the SAP documentation that we can use some JMS commands from the telnet. I don't know how to use those commands.
    Can anybody provide a step-by-step process to access these queues?
    Thanks
    Kalyan

    1) Open a command prompt
    2) type
    telnet localhost 50008
    where the port is the same as your http, but with 8 as last digit.
    3) Login
    4) Issue the following set of commands
    jump 0
    add jms
    jms list deadmsgs
    Check by man jms other possible options.
    HTH
    Peter

  • R/3 4.6C  to SAP WAS J2EE engine

    Hi,
    I am new ABAP Programming and more into J2EE. I would like to know different approachs available to communicate or send data from ABAP to J2EE engine/Web Applicaiton asynchronously.
    I am looking for SAP WAS 6.40
    Thanks in Advance

    Hi,
    J2EE Applications communicate with the R/3 System by means of making a Remote Function Call (RFC) to access the required BAPI. By passing input parameters, output is obtained from the BAPI. While making RFC calls, the R/3 system credentials like username, pwd, client needs to be given. JCO (Java Connector) establishes the link between the application and R/3 system and is configured in the Enterprise Portal.
    Hope this helps.
    Best regards,
    Srinivasan T
    <b>Helpful answer=>points</b>

  • Is my SAP using J2EE engine?

    Hi Experts,
    Any idea how to tell for sure if J2EE is installed in addition to Abap stack?
    Regards,
    Ernesta

    Take a look at this "link" on your installation.
    http://<yourhost>.<yourdomain>:<yourport>/sap/monitoring/SystemInfo.
    and you will get a very useful overview of your installation.
    Under the list of software components you should see SAP-JEE.
    Hope this gave you some useful information.
    regards
    Alexander Moan
    Ps. Please rememeber to award points if this aswers your question.

  • JMS Queue requirements for third party adapter(plsql)

    Hi all,
    Can any one guide me in the following requirements:
    1) JMS Name and Description
    2) Parameter Values for Provider Context Factory, Connection Factory, and Default Provider URL.
    Please note that the Agile PLM system fills in the fields with server-specific defaults but we must validate they are accurate.
    3) User Name and Password to access the queue
    1.1) JMS Name : its an queue name
    Description : Queue/ Topic with JNDI name
    2.1) Context factory : what is it? how to create it and where to create.
    2.2)connection factory: connection factory name and JNDI.
    2.3) how to get the Default URL from web-logic.
    3.2) User name/ password : xxxxxxxxx/abcd00000. this can be set from security realms by creating the user and and assigning that user to the queue and policies.
    can any one clarify my doubts in it.
    - anil

    Hi all,
    Can any one guide me in the following requirements:
    Hello,
    can any one please help me in this issue:
    1) JMS Name and Description
    2) Parameter Values for Provider Context Factory, Connection Factory, and Default Provider URL.
    Please note that the Agile PLM system fills in the fields with server-specific defaults but we must validate they are accurate.
    3) User Name and Password to access the queue
    1.1) JMS Name : its an queue name
    Description : Queue/ Topic with JNDI name
    2.1) Context factory :
    what is it?
    how to create it and where to create.
    2.2)connection factory: connection factory name and JNDI.
    2.3) how to get the Default URL from web-logic.
    3.2) User name/ password : xxxxxxxxx/abcd00000. this can be set from security realms by creating the user and and assigning that user to the queue and policies.
    can any one clarify my doubts in it.
    Anil

  • Creating JMS Queues/Buffers for WLI Deployments

    I am reading the WLI/Weblogic docs and I read that you can create a JMS application module and deploy it in an ear file with a wli process application.
    I want to add the queues/buffers required by a WLI Process Application to a JMS application module, then add the module to a wli process application ear file, so I can just deploy the ear to a production server and the queues/buffers will automatically be created when the WLI application is deployed.
    Will this work? If this will work, do I need to target the queues in the application module to a JMS Server? Anything else I need to do?
    Any help is greatly appreciated! Having to create new queues and buffers every time I deploy a WLI app to a new server is not fun.
    Thanks in advance!...
    John

    Hi John,
    Application modules work, but aren't recommended except for very advanced use cases. System modules are generally the best bet. This is advice is included in the Best Practices link I supplied in your last thread on this newsgroup, and also in the highly recommended new book "Professional Oracle WebLogic Server".
    For targeting advice, also see the "Best Practices" link -- the advice applies to all types of JMS config modules (application, stand-alone, or system).
    Tom

  • Error in Accessign mySAP ERP from SAP WAS J2ee Engine

    Hi all,
    I have installed some applications on SAP WAS Java System SP17. When i am trying to access the mySAP ERP system from that Application, it is giving the following error
    >(103) RFC_ERROR_LOGON_FAILURE: System received an expired SSO ticket
    My ERP and WAS are on different Windows Domains. I have SSO and  done the trust configurations and imported the Certificate on to mySAP ERP. I also increased the Lifetime of the SAP Logon ticket, but that also didnt work. In one of the documents i found that both the systems need to be in the same OS time.
    1. How can i bring my ERP server and WAS on to same OS time?
    (net time/set   does not work since these machines are in different domains)
    Or is there some other solution to this problem,Please help me
    regards
    deepu

    Hi Deepu,
    as long as the timezones are maintained correctly, the time DISPLAYED may be different, again it is GMT, which is required to be in sync. Looking at IST, do you mean Indian, Israelien or Irelend stadnard time ? (see <a href="http://www.timegenie.com/timezones.php">a list of timezones</a> for details). In any case, 4 hours seams odd to me, should be either
    India: 4:30 hour
    Ireland: 1 hour
    Israel: 1 hour
    can you please make sure, your systems are synced to GMT somehow, for instance using timeservices ?
    From your name, I would guess you might sit in India, in which case at least one of your system is misconfigured (timewise) if they are 4 hours away.
    Countries today 4 hours away from CET would either be
    <a href="http://www.worldtimezone.com/utc/utc+0500.html">russia, pakistan and some more</a> or <a href="http://www.worldtimezone.com/utc/utc-0300.html">some countries in south america</a> (this changes over time
    regards,
    Patrick

  • Connect from Weblogic JMS queue to SAP WAS JMS queue

    Hi,
    I am trying to setup a WLS 8.1 messaging bridge between a weblogic JMS queue and a SAP WAS JMS queue. I have configured a queue on both Weblogic and SAP WAS and I have set up the messaging bridge and bridge destintations in weblogic. However when weblogic tries to get the SAP initial context factory it fails with the error below.
    I have added the SAP Client jars to the weblogic system classpath, and in the weblogic startup script but it still fails. Has anyone connected from an external JMS queue to a SAP WAS JMS queue that could provide me with some guidence?
    <10/08/2006 08:23:45 AM WST> <Warning> <Connector> <BEA-190032> << Weblogic Mess
    aging Bridge Adapter (XA)_eis/jms/WLSConnectionFactoryJNDIXA > ResourceAllocatio
    nException of javax.resource.ResourceException: ConnectionFactory: failed to get
    initial context (InitialContextFactory =com.sap.engine.services.jndi.InitialCon
    textFactoryImpl, url = ux0800:55304, user name = username) on createManagedConnectio
    n.>
    Thanks
    Warren

    Stoyan,
    Thanks for that.
    My problem ended up being a classpath problem. I referenced the directory of the SAP jars in the weblogic start up script. When I changed this to reference each jar individually it worked.
    I have a new issue now which may have something to do with security. The trace suggests it is logging on as the guest user, even though I entered my username and password in the Messaging bridge.
    #1.5#000E7FED310600A30000008A0000302D00041AA399E338B4#1155189870559#com.sap.jms##com.sap.jms.server.sessioncontainer.InboundBus instance=BWIP#J2EE_GUEST#0####165536f0283611db8903000e7fed3106#SAPEngine_Application_Thread[impl:3]_126##0#0#Error##Plain###com.sap.jms.server.exception.JMSServerInvalidDestinationException: No destination with ID=0 found.
            at com.sap.jms.server.service.impl.RegistryServiceImpl.getDestinationContext(RegistryServiceImpl.java:404)
            at com.sap.jms.server.sessioncontainer.InboundBus.getDestinationContext(InboundBus.java:98)
            at com.sap.jms.server.sessioncontainer.InboundBus.process(InboundBus.java:153)
            at com.sap.jms.server.sessioncontainer.InboundBus.enqueue(InboundBus.java:116)
            at com.sap.jms.server.sessioncontainer.SessionContainer.receiveFromDispatcher(SessionContainer.java:63)
            at com.sap.jms.server.routingcontainer.RoutingContainer.receiveFromDispatcher(RoutingContainer.java:447)
            at com.sap.jms.server.JMSServerContainer.dispatchRequest(JMSServerContainer.java:635)
            at com.sap.jms.server.JMSServerFrame.request(JMSServerFrame.java:536)
            at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
            at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
            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:100)
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Warren

  • License key for a J2EE Engine standalone system

    Hi,
    I installed a J2EE Engine 7.0 standalone system (at first screen of installation, I selected node <b>SAP ERP 2005 Support Release 2</b> to start the installation of SAP NetWeaver's software units  - not software units of SAP ERP, NOT node <b>SAP NetWeaver 2004s Support Release 2</b>).
    In http://service.sap.com/licensekey, I request a license key for my new J2EE Engine standalone system. At first page, I only see 2 installation options to select, these're corresponding to SAP ERP and SAP SOLUTION MANAGER. I select SAP ERP and at System Information page, I choose SAP product <b>SAP NETWEAVER</b>.
    Then, I install the license key received via Visual Administrator - Server 0  - Services - Licensing Adapter. But 28 days bypass, system get down because of license expiration (not relates to the date validation).
    The same thing happens when I make other license keys by choosing SAP product <b>SAP WEB AS</b> and <b>SAP ERP</b>.
    Someone tell me what's wrong?
    Thanks,
    Toan Do

    Hi Toan,
    I hope you are following the procedure given in the above mentioned link (which i gave).
    In the Visual Administrator choose Server 0  --> Services --> Licensing Adapter. The system data that you need to request the license from the SAP Service Marketplace appears.
    ¡        Installation number (if it exists)
    ¡        System ID,
    ¡        System number (if it exists)
    ¡        Hardware key
    ¡        Current release
           2.      Under the Internet address service.sap.com --> mySAP Business Suite, you can get to the initial page of the license key requests in SAP Service Marketplace. Here you will find all the information you need to request license keys.
           3.      Enter your e-mail address in the request. The license key will be sent to you promptly by e-mail. Alternatively, you can also download the license key from the SAP Service Marketplace.
    Do not make any changes to the license key. To import the license key, the file must not have been changed.
           4.      In the Licensing Adapter in the Visual Administrator choose Install License from File.
           5.      Select the license file that you want from SAP.
    If this doesn't solve your issue, I suggest that you post a message with SAP.
    Regards,
    Siddhesh

  • How can  SAP XI JMS Queue communicate with external JMS Queue

    Dear All ,
    we are Implementing SAP XI . Sender business system is splitting a file into small files and keeping them into JMS queues we want SAP XI JMS queue should communicate directly with the sender JMS queue (which is an external JMS queue) without any Adapter ,programming efforts and Middleware.
    Can you please tell me is it possible?

    I dont think it is possible directly without adapter

  • HermesJMS tool for SAP

    Hi there,
    I have installed HermesJMS as per the tutorial by Martin in the HermesJMS.com website. There were no exceptions. But when I try to browse the context it is browing for ever and is not listing the JMS queues in the SAP J2EE Engine. Any body has any idea about how to resolve this problem?
    The parameters I have provided are as follows -
    initialContextFactory - com.sap.engine.services.jndi.InitialContextFactoryImpl
    I have provided the url - host:56204
    I have provided the user id as j2ee_admin and its password.
    Please help.
    Thanks
    Kalyan

    Hi Albert,
       Check these links,
    http://www.sap-img.com/sapscripts.htm
    Sapscript
    http://help.sap.com/saphelp_47x200/helpdata/en/d6/0db74a494511d182b70000e829fbfe/frameset.htm
    sap-script query
    Hope this is useful. Reward if helpful.
    Regards,
    Tushar

  • How to hide system related info (J2EE Engine, JVM, OS) from View Source

    Hi Experts,
    We are developing an external facing webdynpro application for our customers. When i  right click on webdynpro application in browser and select View Source , it is showing all system specific information such as  DC names including model DC , JVM , System OS information (below is  exact details).
    I believe this  will give enough information for Hackers to know about system with out much efforts. Is there any we can avoid showing this information part of browser view source.
    Your comments are  highly appreciate.
    This page was created by SAP NetWeaver. All rights reserved.
    Web Dynpro client:
    HTML Client
    Web Dynpro client capabilities:
    User agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; MDDR; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2), client type: msie6, client type profile: ie6, ActiveX: enabled, Cookies: enabled, Frames: enabled, Java applets: enabled, JavaScript: enabled, Tables: enabled, VB Script: enabled
    Accessibility mode: false
    Web Dynpro runtime:
    Vendor: SAP, build ID: 7.0013.20080513102531.0000 (release=NW04S_13_REL, buildtime=2008-05-15:05:17:09[UTC], changelist=41322, host=pwdfm114), build date: Wed May 28 15:51:08 EDT 2008
    Web Dynpro code generators of DC companyname.us/projUI:
    SapDictionaryGenerationCore: 7.0014.20061002105236.0000 (release=645_VAL_REL, buildtime=2007-11-10:15:49:06[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapMetamodelWebDynpro: 7.0014.20070703112649.0000 (release=645_VAL_REL, buildtime=2007-11-10:15:51:55[UTC], changelist=454024, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCore: 7.0014.20061002105432.0000 (release=645_VAL_REL, buildtime=2007-11-10:15:37:23[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationTemplates: 7.0014.20071029095230.0000 (release=645_VAL_REL, buildtime=2007-11-10:16:06:13[UTC], changelist=466194, host=pwdfm101)
    SapWebDynproGenerationCTemplates: 7.0014.20071029095230.0000 (release=645_VAL_REL, buildtime=2007-11-10:16:06:13[UTC], changelist=466194, host=pwdfm101)
    SapGenerationFrameworkCore: 7.0014.20060719095755.0000 (release=645_VAL_REL, buildtime=2007-11-10:15:36:46[UTC], changelist=411255, host=PWDFM101.wdf.sap.corp)
    SapIdeWebDynproCheckLayer: 7.0014.20061002110128.0000 (release=645_VAL_REL, buildtime=2007-11-10:15:55:29[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapMetamodelDictionary: 7.0014.20060719095619.0000 (release=645_VAL_REL, buildtime=2007-11-10:15:46:17[UTC], changelist=411251, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCommon: 7.0014.20061002105432.0000 (release=645_VAL_REL, buildtime=2007-11-10:15:37:28[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationCore: 7.0014.20061002110128.0000 (release=645_VAL_REL, buildtime=2007-11-10:15:55:37[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapDictionaryGenerationTemplates: (unknown)
    Web Dynpro code generators of DC sap.com/tcwddispwda: No information available!
    Web Dynpro code generators of DC companyname.us/projECCModel:
    SapDictionaryGenerationCore: 7.0013.20061002105236.0000 (release=645_VAL_REL, buildtime=2007-08-11:14:57:42[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapMetamodelWebDynpro: 7.0013.20070703112649.0000 (release=645_VAL_REL, buildtime=2007-08-11:15:00:50[UTC], changelist=454024, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCore: 7.0013.20061002105432.0000 (release=645_VAL_REL, buildtime=2007-08-11:14:45:23[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationTemplates: 7.0013.20070717142021.0000 (release=645_VAL_REL, buildtime=2007-08-11:15:15:27[UTC], changelist=455669, host=pwdfm101)
    SapWebDynproGenerationCTemplates: 7.0013.20070717142021.0000 (release=645_VAL_REL, buildtime=2007-08-11:15:15:27[UTC], changelist=455669, host=pwdfm101)
    SapGenerationFrameworkCore: 7.0013.20060719095755.0000 (release=645_VAL_REL, buildtime=2007-08-11:14:44:42[UTC], changelist=411255, host=PWDFM101.wdf.sap.corp)
    SapIdeWebDynproCheckLayer: 7.0013.20061002110128.0000 (release=645_VAL_REL, buildtime=2007-08-11:15:04:26[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapMetamodelDictionary: 7.0013.20060719095619.0000 (release=645_VAL_REL, buildtime=2007-08-11:14:54:53[UTC], changelist=411251, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCommon: 7.0013.20061002105432.0000 (release=645_VAL_REL, buildtime=2007-08-11:14:45:30[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationCore: 7.0013.20061002110128.0000 (release=645_VAL_REL, buildtime=2007-08-11:15:04:37[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapDictionaryGenerationTemplates: 7.0013.20061002105236.0000 (release=645_VAL_REL, buildtime=2007-08-11:14:57:50[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    Web Dynpro code generators of DC sap.com/tcwdcorecomp: No information available!
    Web Dynpro code generators of DC companyname.us/projModel:
    SapDictionaryGenerationCore: 7.0013.20061002105236.0000 (release=645_VAL_REL, buildtime=2007-08-11:14:57:42[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapMetamodelWebDynpro: 7.0013.20070703112649.0000 (release=645_VAL_REL, buildtime=2007-08-11:15:00:50[UTC], changelist=454024, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCore: 7.0013.20061002105432.0000 (release=645_VAL_REL, buildtime=2007-08-11:14:45:23[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationTemplates: 7.0013.20070717142021.0000 (release=645_VAL_REL, buildtime=2007-08-11:15:15:27[UTC], changelist=455669, host=pwdfm101)
    SapWebDynproGenerationCTemplates: 7.0013.20070717142021.0000 (release=645_VAL_REL, buildtime=2007-08-11:15:15:27[UTC], changelist=455669, host=pwdfm101)
    SapGenerationFrameworkCore: 7.0013.20060719095755.0000 (release=645_VAL_REL, buildtime=2007-08-11:14:44:42[UTC], changelist=411255, host=PWDFM101.wdf.sap.corp)
    SapIdeWebDynproCheckLayer: 7.0013.20061002110128.0000 (release=645_VAL_REL, buildtime=2007-08-11:15:04:26[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapMetamodelDictionary: 7.0013.20060719095619.0000 (release=645_VAL_REL, buildtime=2007-08-11:14:54:53[UTC], changelist=411251, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCommon: 7.0013.20061002105432.0000 (release=645_VAL_REL, buildtime=2007-08-11:14:45:30[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationCore: 7.0013.20061002110128.0000 (release=645_VAL_REL, buildtime=2007-08-11:15:04:37[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapDictionaryGenerationTemplates: 7.0013.20061002105236.0000 (release=645_VAL_REL, buildtime=2007-08-11:14:57:50[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    J2EE Engine:
    7.00   patchlevel 34391.450
    Java VM:
    Java HotSpot(TM) 64-Bit Server VM, version: 1.4.2_13-b06, vendor: Sun Microsystems Inc.
    Operating system:
    Windows 2003, version: 5.2, architecture: amd64
    Edited by: Aravinda Boyapati on Nov 23, 2009 11:54 PM

    Hi Armin,
    I have the same behavior here. Prod is showing all this info. I assume this is some variable that we need to setup in Prod J2EE. Could you please tell me what is it?
    Also, would that change the stack trace? - Currently, we have WDP dumps in Prod, something that I would get rid off (and have just a 500 error page defined).
    Thanks,
    Daniel

  • When SLD is accessed J2EE engine restarts automatically.

    Hi,
    When SLD is accessed J2EE engine restarts automatically.  System is a central component and have ECC and XI on it. Everything works fine only when SLD is acessed through browser it restarts the J2EE engine. 2004s Oracle windows 64bit.
    The error message on the web browser says. The Java Engine is restarting...
    Thanks and Regards.
    Mohammed

    Thank you swaroop for your reply.
    Integration is set to :
    http://holliday:8001/sap/xi/engine?type=entry
    When I checked the bridge its pointing to Solution manager address... which is very weard.
    However i am creating another bridge for my Dev and will delete the solution manager one.
    Another issue which I see is I am not able to log into ICM ...
    In MMC.. when I click on ICM .. its asking me for username and password . when I give ICMADM password.. it gives auth error...
    Unable to find icmauth.txt file in global host... tried creating one.. created successfully but still I dont see the file in globalhost.
    If you need any more information please feel free. All the help is greatly appriciated.
    Regds
    Mohammed.

Maybe you are looking for

  • How do I add an already built Shopping Cart  (PHP and MYSQL) application to a page in a Muse site?

    How do I add an already built Shopping Cart  (PHP and MYSQL) (Cartweaver 4) application to a page in a Muse site? Do I have to export the Muse site as Html to dreamweaver and them use the extension to bring the shooping cart in or can I do it directl

  • Media missing after server migrate

    Greeting All, I just help my friend migrate their server to another Mac. After migrate media and FCP project file. We found there are media missing via AFP sharing. This was working fine in old server. We try SMB everything look fine but with terribl

  • CC - Same function, same transaction but with different comb of same obj

    Hi, I would like to know if it is possible in a same function for a same transaction to get an 'OR' between auth objects Let say I have function YS01 with transaction ME28, we would like to check the following objects : (1) M_BEST_EKG   (ACTVT  01,02

  • Bluetooth File Exchange -- 9GB of lost hard drive space!

    I recently tried to copy a large file from my laptop to my desktop (9.6GB). the copy failed in the middle, and I got a mac os error saying I was out of hard drive space. I had 10.5GB free to start, and by the end I had 36MB. I can't for the life of m

  • Moving selected pics to zip drive

    I want to move some of the photos in my library to a zip drive so that I can transfer them to a digital photo frame. I still want to retain the photos in my library. How do I do this?