Client side weblogic.management jar

Hi,
Could you help me with the following issue?
I am writing a simple mgmt application that uses Weblogic's JMX APIs remotely
via JNDI/RMI either from another VM on the same or another box (no firewall issues).
All is fine except that the weblogic.management interfaces, stubs, and skeletons
are all part of the huge weblogic.jar.
Do you know where I can find a client side classes for weblogic.management? I
noticed that the Weblogic 8.1 distribution comes with client side jars for other
APIS (e.g. JMS, Web services, EJB etc.) but cannot find one for JMX.
Thanks a lot for any insight on this,
Piotr

Hi Piotr,
I do not believe there is a client side jar for wl management. This is
being considered for our next release.
Thanks,
-satya
Piotr Krychniak wrote:
Hi,
Could you help me with the following issue?
I am writing a simple mgmt application that uses Weblogic's JMX APIs remotely
via JNDI/RMI either from another VM on the same or another box (no firewall issues).
All is fine except that the weblogic.management interfaces, stubs, and skeletons
are all part of the huge weblogic.jar.
Do you know where I can find a client side classes for weblogic.management? I
noticed that the Weblogic 8.1 distribution comes with client side jars for other
APIS (e.g. JMS, Web services, EJB etc.) but cannot find one for JMX.
Thanks a lot for any insight on this,
Piotr

Similar Messages

  • 10g Forms Demo - Client side host command Jar file.

    Hi all,
    In the ORACLE 10g forms demo , client side host command jar is missing , atleast for me.
    Is that available at any link?
    Or anyone having it..?
    Please give me a clue..
    Or mail me, please([email protected])
    Thanks
    Jeneesh

    The deployment architecture is different between forms 10g and forms 6i.
    In Forms 6i HOST built-in command will run on the client machine since you are running as client/server, but in WebForms (Forms10g) the HOST built-in command will run on the middle tier which is your application server machine.
    In order to run hosts commands in WebForms you need to use webutil and use CLIENT_HOST in the webutil.
    check the [Forms 10g R2 Demo|http://download.oracle.com/otndocs/demos/Forms_Demos_10gr2.zip] for sample codes of webutil.
    You are using NO_SCREEN in your example, this will hide the window.
    Tony
    Edited by: Tony Garabedian on Nov 26, 2009 2:43 PM

  • Securing file downloads to a client side download manager.

    The Requirement:
    I need to be able to have clients download a java based download manager that will allow them to log in to their account after they have purchased FLAC music files.
    The download manager would allow for resume. All of this is really not a problem.
    However I need it to be where they cannot download these files directly from server only through this client. And I need to either send a call to server when file is completed or server to somehow track there download.
    Can this download restriction be done via JSSE with SSLand Apache or am I looking at the wrong solution.
    Thanks,
    -M. Bazaillion

    You could have the server use SSL in such a way so that the only identity that can connect to the server is your client.
    You can do that by setting up the server with client authentication required, and a truststore that only trusts one certificate, and install that certificate in the client application's keystore. Don't let that keystore leak and you're done.

  • Client-side weblogic parameters

    In the documentation it recommends setting weblogic properties on the
              client to control threads for clients accessing a cluster. I know how
              to specify the parameters for a Java application via the -D parameter
              but I'm not sure how I would go about setting this in an applet. Do I
              need to do it programatically in the applet? Thanks,
              Kirk
              

    This is a wild guess.
              What you probably do is set the security permissions so that you can call
              setProperties method in the applet programmatically.
              Don't know of any good way of doing this :(
              Prasad
              Kirk Everett wrote:
              > In the documentation it recommends setting weblogic properties on the
              > client to control threads for clients accessing a cluster. I know how
              > to specify the parameters for a Java application via the -D parameter
              > but I'm not sure how I would go about setting this in an applet. Do I
              > need to do it programatically in the applet? Thanks,
              >
              > Kirk
              

  • The service DS.RFCService could not be found on the client side

    Hi Experts,
    I am facing the following error message when i try to create SAP connection from management Console of DataServices 4.0 SP1
    "The service DS.RFCService could not be found on the client side"
    In Management Console...
    SAP connections->RFC  Server configuration.
    Trying to add RFC Server interface. it says
    The Service DS.RFC Services could not be found on client side.
    can anyone help me out of this issue..plz
    In my System I installed SAPBusinessObjects BI Platform 4.0 instead of Information platform services,BODS 4.0 SP1,IS 4.0 SP1...
    I checked the CMC ->servers->EIM -APS services->properties. i could not find any RFC or admin services running.
    anything is missing? any note explain about this?
    Pls advice
    Thank You In Advance.

    Hi,
    Check this note - KBA 1671522, it holds good for RFC also.
    Arun

  • Client-side transient model for storing temporary data

    We've been using the ODataModel in our UI5 application for retrieving data from Gateway and now we have a requirement to store temporary (session based) client-side data.  Ideally it would be stored in such a way that it can be shared across views and controllers and can be bound from UI components via property bindings.  The data in most cases will be OData entities.  As an example a user would view a list of PO's (from the ODataModel) in the first view, then select a subset of POs and move onto the next view to "work" on those POs.  We'd want to store this subset of POs in a client model so the second view can bind to the model and display them.
    My first thought is to create another model separate from our ODataModel in which we could add transient client-side data (OData entities and custom data) and make it available to all views and controllers in the app.  I realize we could probably also just store such data in global JS variables, however a client-side model seems like a cleaner approach to me.
    I'd appreciate any suggestions on how this can be achieved.

    Hi Derek,
    why don't you just use sap.ui.core.Core.setModel? You can store multiple models and access them in your entire SAPUI5 app.
    Except for SAPUI5-apps, these requirements are often realized with HTML5 Web Storage JavaScript API. As you can see in the following blog post, you can easily store even complex entities and access your items in the entire web-application: Client-side Session Management.
    I can't recommend the approach with global variables. A lot of developers had negative experiences with this design pattern. At least, use namespacing techniques to store your functions and variables in one central scope. I've written a simple example on jsFiddle to show you this. As you can see, you could also handle your transient model as an additional variable of your own namespace.
    Regards Michael

  • Client Side Jar

    Hi folks,
    in the days of the good old 5.1 release there where rumors and promises
    about a as-thin-as-possible-jar-file for client side usage containing
    just the classes a swing client would need. I did not find this magic
    jar in 6.0 and 6.1. Is there being worked on? Is there a list of
    packages I can safely remove from the giant weblogic.jar in order to cut
    it to a WebStart-with-dialup compatible size of let's say 2-5mb? Please
    don't point me to verbose2zip, I won't spend weeks on finding every
    possible way through WebLogic code ... :-)
    Thanks for any insight!
    Daniel

    That's an easy one ;-). Include the original MANIFEST.MF in the
    generated jar.
    Daniel
    -----Original Message-----
    From: Nick Minnutello
    [mailto:[email protected]]
    Posted At: Friday, August 31, 2001 3:04 AM
    Posted To: misc
    Conversation: Client Side Jar
    Subject: Re: Client Side Jar
    Please let me know how you get on.
    You can email me if you like.
    We too are deploying our apps via JWS, and a 25MB jar will
    drive the users
    nuts, let alone us when we want to access the server in Hong Kong..!
    I had problems with the verboseToZip - I could never get my
    client to start
    up. Is there some other fancy footwork you have to do apart from
    the -verbose and the verboseToZip?
    Do you need to exercise every code path in order to create
    this file? Once
    you have done a JNDI lookip, a few RMI calls, caught an
    exception or two,
    what else is there ? (I guess that you are using JMS and
    FileT3 which makes
    it more complicated). However, for straight RMI, is there
    that big a risk?
    I got a stack trace of:
    Any clues anyone?
    (I understand that a thin-client jar is on its way soon)
    --------stack trace-------------------
    java.lang.InternalError: error initializing kernel
    at weblogic.kernel.Kernel.ensureInitialized(Kernel.java:85)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.<init>(WLInitial
    ContextFactory
    Delegate.java:161)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Unknown Source)
    at
    weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInit
    ialContextFact
    ory.java:119)
    at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
    at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
    at javax.naming.InitialContext.init(Unknown Source)
    at javax.naming.InitialContext.<init>(Unknown Source)
    at
    com.bnpparibas.eqd.stingray.mantaray.servercontext.AbstractSer
    verContext.<in
    it>(AbstractServerContext.java:65)
    at
    com.bnpparibas.eqd.stingray.mantaray.servercontext.WebLogicCon
    text.<init>(We
    bLogicContext.java:35)
    at
    com.bnpparibas.eqd.stingray.mantaray.servercontext.ServerConte
    xtFactory.crea
    te(ServerContextFactory.java:34)
    at
    com.bnpparibas.eqd.stingray.mantaray.beans.ViewFactory.getCurr
    encies(ViewFac
    tory.java:247)
    at
    com.bnpparibas.eqd.stingray.mantaray.beans.ViewFactory.createT
    ree(ViewFactor
    y.java:206)
    at
    com.bnpparibas.eqd.stingray.mantaray.beans.ViewFactory.<init>(
    ViewFactory.ja
    va:61)
    at
    com.bnpparibas.eqd.stingray.mantaray.MantaViewManager.initaliz
    e(MantaViewMan
    ager.java:24)
    at
    com.bnpparibas.eqd.stingray.mantaray.MantaMainFrame.initialise
    (MantaMainFram
    e.java:114)
    at
    com.bnpparibas.eqd.stingray.mantaray.MantaMainFrame.<init>(Man
    taMainFrame.ja
    va:56)
    at
    com.bnpparibas.eqd.stingray.mantaray.MantaMainFrame.getInstanc
    e(MantaMainFra
    me.java:63)
    at com.bnpparibas.eqd.stingray.mantaray.Manta.main(Manta.java:61)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.sun.javaws.Launcher.executeApplication(Launcher.java:701)
    at com.sun.javaws.Launcher.executeMainClass(Launcher.java:663)
    at com.sun.javaws.Launcher.continueLaunch(Launcher.java:546)
    at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:334)
    at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:151)
    at com.sun.javaws.Launcher.<init>(Launcher.java:113)
    at com.sun.javaws.Main.main(Main.java:153)
    "Daniel Hoppe" <[email protected]> wrote in message
    news:[email protected]...
    Thanks for the tip. Actually I have a fat swing-gui client which uses
    quite a lot of features, T3 File Systems, EJB Calls, JMS etc.. I'm
    afraid the Web Services client jar won't help me here.
    I need to distribute it via WebStart, that's why the whole weblogic.jar
    is just not acceptable. I used to use java -verbose and verboseToZip,
    but that's a quite dangerous strategy, I can never be sure that I really
    covered every codepath. I guess I will open a case and see if that
    helps. Maybe I can at least get a change request for a future version...
    Daniel
    -----Original Message-----
    From: Dimitri Rakitine [mailto:[email protected]]
    Posted At: Monday, August 27, 2001 10:09 PM
    Posted To: misc
    Conversation: Client Side Jar
    Subject: Re: Client Side Jar
    6.1 does create small client jar if you use web services :
    http://e-docs.bea.com/wls/docs61/webServices/client.html#1036653
    Daniel Hoppe <[email protected]> wrote:
    Hi folks,
    in the days of the good old 5.1 release there where rumorsand promises
    about a as-thin-as-possible-jar-file for client side usagecontaining
    just the classes a swing client would need. I did not findthis magic
    jar in 6.0 and 6.1. Is there being worked on? Is there a list of
    packages I can safely remove from the giant weblogic.jar inorder to cut
    it to a WebStart-with-dialup compatible size of let's say2-5mb? Please
    don't point me to verbose2zip, I won't spend weeks on
    finding every
    possible way through WebLogic code ... :-)
    Thanks for any insight!
    Daniel--
    Dimitri

  • I need user management system in PHP recommendations to work with Flex client side

    Hi All,
    I have a very big project that involves PHP server side (That i have to develop) and Flex client side. I was wondering it there is a ready made PHP user management system that i can use to provide me:
    - user login/logout
    - forgot my password functionality
    - register (better with captcha)
    Does someone can recommend this kind of php system?

    Hi, guys
    Free and open source PHP User Management Scripts. These scripts  provide a solution of creating a membership system of a website.
    Some PHP user management scripts listed on PHPKode.com. which you can choose the right php user management to meet your demands!
    Hopefully can help you!
    Best regards!
    Anny

  • Which SQL Server Edition support how many sessions to the instance from SQL Management Studio on the client side

    Hi,
    I'm looking for some help on the below query to verify which version of sql server edition supports multiple or N number of sessions to the SQL server Instance using the SQL Server Management Studio tool from the client side.
    SQL Standard Vs Enterprise.
    your urgent help is much appreciated.
    Br.

    Hello,
    See Maximum Capacity Specifications for SQL Server =>
    User connections = 32,767; and this value is independent of use SQL Server Version, edition or the used tools, like SSMS in your question 
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Sun-One Platform JMS (client-side jar?)

    Does anyone know if there is a JMS client-side jar file for
    the Sun-One Platform Edition?

    On Solaris they live in /usr/share/lib
    they are:
    jms.jar
    and
    imq.jar

  • WS Client:ClassNotFoundException: weblogic.jws.jaxws.AggregatePolicyFeature

    Dear Java Experts,
    I have made a web service client and managed successfully compile it on AIX after a lot of effort. I have used jsxws 2.1.7 to generate the class files from wsdl and then made a client using those classes.
    When I run it, I am getting a weblogic.jws.jaxws.AggregatePolicyFeature exception. Problem is, I have no link with Web Logic either on Web Service side or on its client side. I am puzzled why I am getting this web logic exception.
    Would you please help in resolving this issue. Thanks. Ahsan
    Exception trace pasted below:
    ====================================
    Exception in thread "main" java.lang.NoClassDefFoundError: weblogic.jws.jaxws.AggregatePolicyFeature
    at java.lang.J9VMInternals.verifyImpl(Native Method)
    at java.lang.J9VMInternals.verify(J9VMInternals.java:69)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:131)
    at java.lang.Class.newInstanceImpl(Native Method)
    at java.lang.Class.newInstance(Class.java:1328)
    at javax.xml.ws.spi.FactoryFinder.newInstance(FactoryFinder.java:36)
    at javax.xml.ws.spi.FactoryFinder.find(FactoryFinder.java:95)
    at javax.xml.ws.spi.Provider.provider(Provider.java:83)
    at javax.xml.ws.Service.<init>(Service.java:56)
    at complaintrectification.ComplaintRectification_Service.<init>(ComplaintRectification_Service.java:46)
    at ibmclientcr.IBMClientCRwithMain.complaintRectification(IBMClientCRwithMain.java:66)
    at ibmclientcr.IBMClientCRwithMain.main(IBMClientCRwithMain.java:34)
    Caused by: java.lang.ClassNotFoundException: weblogic.jws.jaxws.AggregatePolicyFeature
    at java.net.URLClassLoader.findClass(URLClassLoader.java:497)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:640)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:606)
    ... 12 more
    ====================================

    weblogic.jws.jaxws.AggregatePolicyFeature class should be present in ws.api_1.1.0.0.jar, add this jar in the classpath for resolving the issue.

  • Looking for a client side JAXP-RPC HandlerChain example

    I would like to add a handler to the client side of a RPC call using 7.0.1. I
    can’t find any examples to follow for this logic in WebLogic or at Sun’s site.
    Does anyone know of some sample code I can browse to?
    I believe I want to add some files as attachments to a RPC call. To add them
    to the message, it looks like I should add them as an attachment in the handler.
    I see how this is done in the handler. However, I can’t find any useful documentation
    on setting the HandlerChain. I attempted this by following the Javadocs (HandlerRegistry,
    QName, HandlerInfo), but I must have left something out.
    Any suggestions for examples to follow?
    Thanks,
    Dave

    An example attached:
    regards,
    -manoj
    "Dave Lyons" <[email protected]> wrote in message
    news:3d9b508f$[email protected]..
    >
    >
    I would like to add a handler to the client side of a RPC call using7.0.1. I
    can't find any examples to follow for this logic in WebLogic or at Sun'ssite.
    Does anyone know of some sample code I can browse to?
    I believe I want to add some files as attachments to a RPC call. To addthem
    to the message, it looks like I should add them as an attachment in thehandler.
    I see how this is done in the handler. However, I can't find any usefuldocumentation
    on setting the HandlerChain. I attempted this by following the Javadocs(HandlerRegistry,
    QName, HandlerInfo), but I must have left something out.
    Any suggestions for examples to follow?
    Thanks,
    Dave
    [filetransfer.jar]

  • Use of externally-defined/ in weblogic-ejb-jar.xml

    I am trying to use Global Roles defined via the Weblogic console to control access to EJB methods.
    I am using the <externally-defined/> tag in security role assignments, however when I deploy to Weblogic I get the following error :
    <8/09/2004 04:21:42 PM GMT+10:00> <Error> <Deployer> <BEA-149205> <Failed to initialize the application appsdirmars-marketdata_ear due to error weblogic.manag
    ement.ApplicationException: Prepare failed. Task Id = null
    Module Name: ejb-marketdata.jar, Error: [EJB:011024]The XML parser encountered an error in your deployment descriptor. Please ensure that your deployment descriptor corresponds to the format in the DTD. The error was:
    Error parsing file 'META-INF/weblogic-ejb-jar.xml' at line: 51 column: 26. Element type "externally-defined" must be declared..
    at weblogic.j2ee.J2EEApplicationContainer.checkForErrors(J2EEApplication
    Container.java:1612)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:1207)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:1051)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:823)
    at weblogic.management.deploy.slave.SlaveDeployer$Application.prepare(Sl
    aveDeployer.java:2925)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareAllApplications
    (SlaveDeployer.java:967)
    at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.j
    ava:349)
    at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resum
    e(DeploymentManagerServerLifeCycleImpl.java:229)
    at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
    at weblogic.Server.main(Server.java:32)
    I am running Weblogic 8.1 SP3 on Windows XP Pro.
    The XML is valid for the specified DTD according to my XML editor.
    The relevevant fragment from weblogic-ejb-jar.xml is included below.
    Any help much appreciated.
    Gavin.
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE weblogic-ejb-jar PUBLIC "-//BEA Systems, Inc.//DTD WebLogic 8.1.0 EJB//EN" "http://www.bea.com/servers/wls810/dtd/weblogic-ejb-jar.dtd">
    <weblogic-ejb-jar>
    <security-role-assignment>
    <role-name>MarsAdmin</role-name>
    <externally-defined/>
    </security-role-assignment>
    <security-role-assignment>
    <role-name>MarsViewer</role-name>
    <externally-defined/>
    </security-role-assignment>
    </weblogic-ejb-jar>

    I tried using the <global-role/> tag instead - this does deploy without any errors - but when I call the secure EJB method I get the Security Violation error below.
    The DTD says using the <global-role/> tag is fine, albeit deprecated, but the Weblogic 8.1 manual says this has been replaced by <externally-defined/>, so I'm not sure if this should work or not.
    [EJB:010160]Security Violation: User: 'ghughes' has insufficient permission to access EJB: type=<ejb>, application=_appsdir_mars-marketdata_ear, module=ejb-marketdata.jar, ejb=marketdata.MarketDataManager, method=getEnergyOverview, methodInterface=Remote, signature={java.util.Date}.
    So on the whole I'd prefer to work out why Weblogic isn't recognising <externally-defined/> - I've included the full deployment descriptor below - I'm generating it using the latest snapshot of XDoclet - is the DTD specified correct for Weblogic 8.1 SP3 ? (It matches the one specified in http://e-docs.bea.com/wls/docs81/ejb/DDreference-ejb-jar.html - but I can't think of anything else that could be wrong).
    Any tips much appreciated as I need to enable an administrator to customise these roles at runtime rather than hard-coding the role - group mappings into the deployment descriptors.
    Thanks,
    Gavin.
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE weblogic-ejb-jar PUBLIC "-//BEA Systems, Inc.//DTD WebLogic 8.1.0 EJB//EN" "http://www.bea.com/servers/wls810/dtd/weblogic-ejb-jar.dtd">
    <weblogic-ejb-jar>
    <description><![CDATA[Generated by XDoclet]]></description>
    <weblogic-enterprise-bean>
    <ejb-name>marketdata.MarketDataManager</ejb-name>
    <stateless-session-descriptor>
    </stateless-session-descriptor>
    <reference-descriptor>
    </reference-descriptor>
    <jndi-name>marketdata.MarketDataManager</jndi-name>
    <local-jndi-name>marketdata.MarketDataManagerLocal</local-jndi-name>
    </weblogic-enterprise-bean>
    <weblogic-enterprise-bean>
    <ejb-name>marketdata.MessageManager</ejb-name>
    <message-driven-descriptor>
    <pool>
    <max-beans-in-free-pool>5</max-beans-in-free-pool>
    <initial-beans-in-free-pool>1</initial-beans-in-free-pool>
    </pool>
    <destination-jndi-name>FileTopic</destination-jndi-name>
    <connection-factory-jndi-name>JMSConnectionFactory</connection-factory-jndi-name>
    <jms-polling-interval-seconds>10</jms-polling-interval-seconds>
    <jms-client-id>1</jms-client-id>
    </message-driven-descriptor>
    <transaction-descriptor>
    <trans-timeout-seconds>10</trans-timeout-seconds>
    </transaction-descriptor>
    <reference-descriptor>
    </reference-descriptor>
    <enable-call-by-reference>True</enable-call-by-reference>
    </weblogic-enterprise-bean>
    <!--
    To add enterprise beans that you have deployment descriptor info for, add
    a file to your XDoclet merge directory called weblogic-enterprise-beans.xml that contains
    the <weblogic-enterprise-bean></weblogic-enterprise-bean> markup for those beans.
    -->
    <!-- xdoclet merge file -> weblogic-ejb-jar.xml -->
    <security-role-assignment>
    <role-name>MarsAdmin</role-name>
    <externally-defined/>
    </security-role-assignment>
    <security-role-assignment>
    <role-name>MarsViewer</role-name>
    <externally-defined/>
    </security-role-assignment>
    <idempotent-methods>
    </idempotent-methods>
    </weblogic-ejb-jar>
    Message was edited by [email protected] at Sep 8, 2004 8:45 PM

  • Client-Side Caching of Static Objects

    Hi,
    We just installed SPS12 for NWs.  I learned of this new client-side caching of static objects while reading through the release notes, and I went in to our portal to check it out.  I went to the location where the <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/45/7c6336b6e5694ee10000000a155369/content.htm">release notes</a> (and an <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/6622">article in the blog</a>) specified, System Administration > System Configuration > Knowledge Management > Content Management > Global Services.
    Problem is that I do not see Client Cache Service and Client Cache Patterns.  I enabled "Show Advanced Options," but I do not see those two configuration items.
    Does anyone know why I am not seeing those two configuration items and how I can get to those?
    Thank you.

    Hi,
    We are using SPS 12.
    KMC-CM  7.00 SP12 (1000.7.00.12.0.20070509052145) 
    KMC-BC  7.00 SP12 (1000.7.00.12.0.20070509052008) 
    CAF-KM  7.00 SP12 (1000.7.00.12.0.20070510091043) 
    KMC-COLL  7.00 SP12 (1000.7.00.12.0.20070509052223) 
    KM-KW_JIKS  7.00 SP12 (1000.7.00.12.0.20070507080500)

  • The service DS.AdminService could not be found on the client side

    HI,
    we have installed below
    Software
    Version
    IPS
    INFORMATION PLATFORM SERVICES 4.1 SP02 WINDOWS (64B
    Data Service
    DATA SERVICES 4.2 WITH SP01 WINDOWS (64B)
    Information Steward
    INFORMATION STEWARD 4.2 WITH SP01 WINDOWS
    SAP NW 7.4
    Netweaver 7.4 portal
    When I login to portal with  below links I am able to see the related screens.
    http://host:port/irj/portal
    http:://host:port/BOE/CMC
    http://host:port/BOE/InfoStewardApp/1403181301/ICCExplorer/logon.do
    However when I log:portin with below link using admin account I am facing error :
      Welcome Administrator
      Logout
      The service DS.AdminService could not be found on the client side (FWM 02027)
    Please see attachment.
    http://://host:port/DataServices
    Please help. Thanks.
    Regards,
    Krishnam

    Please see below properties for EIM APS. please let me know where can I check.
    Server Name:
    ID, CUID:
    3806 ,  AWJiF9VQoMtJiEyRIjv0py4
    Node:
    USMHR1_ERP301 (USMHR1-ERP301, SAPDataServices-S)
    Description:
    EIM Adaptive Processing Server
    Command Line Parameters 
    -server -Dcom.sap.vm.tag=USMHR1_ERP301.EIMAdaptiveProcessingServer -Djava.awt.headless=true "-Dbobj.enterprise.home=D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/" "-Dbobj.javaserver.home=D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/java/pjs/container/" "-Dboe.common.dir=D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/java/lib/" "-Dboe.external.dir=D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/java/lib//external" "-Dboe.bundles.dir=D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/java/lib//bundles" "-Djava.io.tmpdir=D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/java/pjs/container/temp" "-Dbusinessobjects.logs.home=D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/logging/" "-XtraceFile=D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/logging/aps_USMHR1_ERP301.EIMAdaptiveProcessingServer_jvm.log" "-XX:GCHistoryFilename=D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/logging/aps_USMHR1_ERP301.EIMAdaptiveProcessingServer_gc.prf" "-Xloggc:D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/logging/aps_USMHR1_ERP301.EIMAdaptiveProcessingServer_gc.log" -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -XX:LogGcMaxFileCount=3 -XX:LogGcMaxFileSize=5m "-XX:ErrorFile=D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/logging/[email protected]" -Xms512m -Xmx2g -XX:MaxPermSize=256m -XX:+UseParallelOldGC -XX:+HeapDumpOnOutOfMemoryError "-XX:HeapDumpPath=D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/logging/" -XX:+ExitVMOnOutOfMemoryError -Xjvmx -XsapSystem:08 -Xrs -Djava.net.preferIPv4Stack=false -jar "D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/java/pjs/container/bin/boeserver.jar" -workdir "D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/java/pjs/container/work"
    -name USMHR1_ERP301.EIMAdaptiveProcessingServer -pidfile "D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/serverpids/USMHR1_ERP301_USMHR1_ERP301.EIMAdaptiveProcessingServer.pid" -ns USMHR1-ERP301.corp.pattersoncompanies.com:6400
    Common Settings 
    Request Port:
    Auto assign
    Host Identifiers:
    Auto assign
    Hostname
    IP Address
    Hostname Value
    (IPv4)    (IPv6)
    Automatically start this server when the Server Intelligence Agent starts
    Use Configuration Template
    Services Manager
    Service Startup Timeout (seconds):
    Restore System Defaults
    Set Configuration Template
    TraceLog Service
    Use Configuration Template
    Log level:
    Unspecified
    None
    Low
    Medium
    High
    Restore System Defaults
    Set Configuration Template
    Data Services Job Launcher Service
    Use Configuration Template
    Configuration Parameters
    Log Level:
    NONE
    INFO
    FINER
    Restore System Defaults
    Set Configuration Template
    Data Services RFC Server Service
    This service has no configuration property.
    Data Services View Data Service
    Use Configuration Template
    View Data Service Configuration
    Service Name:
    Listener Port:
    JMXConnector Port:
    BatchSize (KB):
    Minimum Shared Service Providers:
    Maximum Shared Service Providers:
    Maximum Dedicated Service Providers:
    Recycle Threshold:
    Number of attempts to launch service provider:
    Maximum idle time for shared service provider (minutes):
    Log Level:
    NONE
    INFO
    FINER
    Restore System Defaults
    Set Configuration Template
    Data Quality Service
    This service has no configuration property.
    Data Services Metadata Browsing Service
    Use Configuration Template
    Metadata Browsing Service Configuration
    Service Name:
    Maximum Data Source Connections:
    Retry attempts to launch Service Provider:
    Stateful Connection Timeout (seconds):
    Stateless Connection Timeout (seconds):
    Recycle Threshold:
    Log Level:
    NONE
    INFO
    FINER
    Collect Connection Statistics
    Listener Port:
    JMXConnector Port:
    Restore System Defaults
    Set Configuration Template
    Cleansing Package Builder Auto-analysis Service
    This service has no configuration property.
    Information Steward Data Review Service
    Use Configuration Template
    Data Review Service configuration
    Log Level:
    FINEST
    FINER
    FINE
    CONFIG
    INFO
    WARNING
    SEVERE
    Restore System Defaults
    Set Configuration Template
    Information Steward Metadata Search Service
    Use Configuration Template
    Search Service configuration
    Log Level:
    FINEST
    FINER
    FINE
    CONFIG
    INFO
    WARNING
    SEVERE
    Restore System Defaults
    Set Configuration Template
    Information Steward Metadata Integrator Service
    Use Configuration Template
    Integrator Service configuration
    Log Level:
    FINEST
    FINER
    FINE
    CONFIG
    INFO
    WARNING
    SEVERE
    Restore System Defaults
    Set Configuration Template
    Information Steward Application Service
    Use Configuration Template
    Application Service configuration
    Log Level:
    FINEST
    FINER
    FINE
    CONFIG
    INFO
    WARNING
    SEVERE
    Restore System Defaults
    Set Configuration Template
    Data Cleansing Advisor Service
    This service has no configuration property.
    Information Steward Administrative Task Service
    Use Configuration Template
    Task Services Configuration
    Concurrent Thread Instances:
    Thread process timeout (minutes):
    Log Level:
    FINEST
    FINER
    FINE
    CONFIG
    INFO
    WARNING
    SEVERE
    Restore System Defaults
    Set Configuration Template
    Cleansing Package Builder Publishing Service
    This service has no configuration property.
    Cleansing Package Builder Core Service
    This service has no configuration property.

Maybe you are looking for

  • Apple Configurator - setting up carts

    I am trying to fine tune my instructions on how to setup iPads on a Bretford cart.  Any feed back would be great. Thanks Make sure that no iPads are plugged in Make sure you have your itunes account setup Authorize you iTunes account on the computer

  • Error in adding multiple attachments to Human Task in BPM

    Hi Hope you are doing fine. My version is 11.1.1.5 without Feature Pack. I have a scenario where I get a set of documents from UCM, and I have all of them in an array(of type GetFileByIDResult(UCM GetFile Webservice response type)). Please note that

  • Dropping in PDF files into iDVD? How?

    I have a client who would like to put some PDF files as well as video into a DVD I am making for here. What is the best way to throw some PDF's in? I would like a button that would point to those. Any help would be greatly appreciated? Best, Tom

  • Is it possible to delete Groups out of Contacts?

    I have an iphone 3GS.  When I sync my phone all of my contact groups from Outlook transfer to my phone.  I do not need all of these groups.  Can you tell me if there is a way to delete Groups under Contacts off my phone?

  • Update email/log in for icloud

    I updated my email and apple Id and password through my laptop.  However, on my iphone 4S, when I go to the icloud it sill has my previous email address, which I no longer have any access to.  No I can not access anything associated with the icloud o