Multiple clients on one instance of SAP SolMan

Hello,
I have doubt about the conductibility of SAP Solution Manager to support more than one client, as an example, ones for Development and the other for production. I think that the limitation is due to the Java side which does not allow to perform more than one client.
Up to know, I have browsed SAP Solution documents and have not found any indication about this kind of restriction, more than 1 client per instance of SAP SolMan.
Look forward in hearing from your insight comments.
Regards,
Rodolfo Neuhaus

Installation guide:
http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000718044&_OBJECT=011000358700000291922009E
page 37:
4.1.7 SAP Solution Manager Client Strategy
SAP delivers a client with a standard configuration for SAP Solution Manager as part of the installation
process. Client 000 is the initial configuration client, and client 001 is provided for productive use.
Additional clients can be created if desired
So I don't see an issue...but i would not recommend it...

Similar Messages

  • Two production client on one instance

    Hi everyone.!
    Can there be two production client on a single instance.
    If yes then how ?
    Thanks in advance
    Puneet

    Please see SAP note 31557 for multiple client concept.

  • RMI: multiple clients for one RMI server?

    Hi,
    We're thinking of making a RMI Server.
    However, can multiple clients access the same RMI Server at the same moment?
    So, if one client is connected to the RMI Server, what will happen with the other clients that want to work to do the same thing at the same moment ?

    all over the same port?
    so for example, 100 clients can work simultaneously on this simple server?
    import java.rmi.Remote;
    import java.rmi.RemoteException;
    public interface OkServer extends Remote {
        public String getOk() throws RemoteException;
    import java.rmi.server.UnicastRemoteObject;
    import java.rmi.RMISecurityManager;
    import java.rmi.RemoteException;
    import java.rmi.Naming;
    public class OkServerImpl extends UnicastRemoteObject implements OkServer {
        public OkServerImpl() throws RemoteException {
        public String getOk() {
         return "ok";
        public static void main (String args[]) throws Exception {
              System.setSecurityManager(new RMISecurityManager());
              OkServerImpl OkSvr = new OkServerImpl();
              Naming.bind("OkServer", OkSvr);
    }

  • SCM and CRM Multiple Clients in one system

    Dear all,
    I want to ask a question regarding Multiple clients in SCM 5 - IDES and CRM 5 -IDES.
    I installed the system and plan to have multiple clients in a system with copying client 800 (IDES) to others.
    I heard opinion that it can't possibly be done because if during the exercise the Administrator Workbench is executed it will search to the source client (800) and probably affect the exercise.
    Would you mind giving me more suggestion about this?
    Thank you.
    Fausto

    Hi Fausto,
    Could you be more specific about what you need to achive?
    You can always creat a new client, logon to the client and do a client copy with TCod SCCL.
    If you logon to other IDES clients then You'ld overwrite the content of the client which have been pre-configured.
    Check the status of the client you need to overwrite from TCod scc4.
    Also to verfiy the status of the target client for TCod se06 -system change option.
    Regards,
    Tolulope

  • Deploying multiple apps on one instance of wls 8.1

    We currently have have one huge application (one ear file) running on one instance
    of wls 8.1. We plan to break this up in 3 different application (3 different ear
    files). We are using split
    development directory structure of weblogic 8.1. Out problem is, we have some
    ejbs and some war files (like servlets anf jsps) which are common across all the
    applications. How do we manage this ? Do we make a different application for this
    common component ?
    Thanks in advance.
    Yogesh

    Out of curiousity, why are you splitting up the ear?
    How do you intend to package the common ejbs/webapps across the 3 ear files?
    If you're going to copy the common files into each application, then i
    would probably have a separate build.xml that builds the common pieces.
    The other apps can just copy these common pieces into their build
    directory. If the common pieces aren't changing very frequently, then
    this is pretty nice.
    -- Rob
    Yogesh Ranjan wrote:
    We currently have have one huge application (one ear file) running on one instance
    of wls 8.1. We plan to break this up in 3 different application (3 different ear
    files). We are using split
    development directory structure of weblogic 8.1. Out problem is, we have some
    ejbs and some war files (like servlets anf jsps) which are common across all the
    applications. How do we manage this ? Do we make a different application for this
    common component ?
    Thanks in advance.
    Yogesh

  • Multiple Cameras with one Instance of FME

    Hello,
    I am using FME 3.0 for upstreaming to Justin.tv and I am very satisfied, and it works perfectly.
    Now I'd like to add effects, like Captions to my Stream and switch between different cameras. I have tried ManyCam which provides me a virtual webcam which I can easily add as Source to FME, but if I switch sources in ManyCam it needs several seconds to start the inactive camera and shows a black screen until the chosen camera is active.
    Additionally I'd like to use effects when switching from one camera to another like fading in, or gemoetrical effects, like door opening etc.
    The main problem is that I cannot see the live pictrure of an inactive camera in ManyCam,
    What I am asking you for is to recommend me software which provides multiple camera feeds to combine/switch live to a virtual webcam.
    I know that wirecast supports all this, inclusive the upstream to my server, however I'd like to stick to FME and I cannot afford wirecast. My budget would be less than US$200.
    Anything you can recommend?
    Thank You
    Wolfgang

    Installation guide:
    http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000718044&_OBJECT=011000358700000291922009E
    page 37:
    4.1.7 SAP Solution Manager Client Strategy
    SAP delivers a client with a standard configuration for SAP Solution Manager as part of the installation
    process. Client 000 is the initial configuration client, and client 001 is provided for productive use.
    Additional clients can be created if desired
    So I don't see an issue...but i would not recommend it...

  • Multiple port for one instance

    hello there,
    Here is my requirement...
    If one of my master ldap went down for couple of hours and when i bring it up... all the arrowpoint traffic is routed immediately to this server and hence whatever changes happend in the secondary server was not showing up immediately in this primary master server. To avoid this issue.. can i use a different port for replication only and once the replication is completed , then i want to allow the client to access the main port.
    Is it possible? Any idea? Thank you for anyone input.
    SS

    1. EITHER multi-home your network card so that it has multiple IP addresses
    Launch each instance of ldap with the commandline option to bind this instance to a particular IP address
    2. OR provide alternate ports for each instance of ldap
    This is easier to do . However, it is not recommended for production systems. Usually used in development.
    If the scenario is production environment use first method.
    If it is a development environment try the second.
    See the port properties. Check the ldap port settings.
    NOTE: ldap has a known bug. To fix this get into sun site. This bug is fixed.
    Thanks
    --Britto                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Multiple servers and multiple clients on one machine

    Hi,
    I was hoping someone could give me some direction as to how to go about creating multiple servers and muliple clients on the one computer using RMI and threads. I intend to have say 4 servents (able to perform both client and server methods) running on the one computer, with the clients being able to connect to each of the servers. (I'm doing this to emulate using 4 computers, which I don't have!). I know I have to use different ports to do this. How do I go about the following using RMI - start up a server (port number as argument from command line?), which starts a thread listening for connections from the other clients.. when a new connection is established between server and client, then start a new thread which 'handles' that connection.
    The examples I've seen of RMI only deal with single server and single client... I'd appreciate any suggestions as to how to go about this problem!!

    Hi,
    I suggest not to use the rmiregistry program at all
    but to start the registry in a program of your own.
    Then you can specify all you need (url, port, even
    client and server socket) as command line argument.
    You need something like this:
    Registry registry = null;
    Remote server = null;
    try
    { // this succeeds if the registry already runs
      registry = LocateRegistry.getRegistry(yourRegistry);
      server = registry.rebind( yourServer );     
    }catch( RemoteException )
    { // no registry reachable, create one
      registry = LocateRegistry.createRegistry(yourRegistry);                 
      server = registry.rebind( yourServer );     
    }Have fun,
    wiedkla

  • Multiple clients to One Portal

    Dear All,
    I would like to connect two different client on the ABAP system (ABC_100 and ABC_200) to the Portal (7.3 SP11) XYZ .
    I understand that it's technically possible but do I need to take any further action from the SSO perspective as it will have a same CN name .
    Appreciate if you can list out brief steps . Thanks in advance .
    Regards
    Sam

    You will have to configure SSO in both ABAP clients meaning uploading of the portal certificate and adding it to the ACL for Logon Tickets. The bigger task is to configure the portal system landscape and objects referencing it, e.g. you won't be able to use SAP_ECC_HumanResources default system alias but you will have to come up with your own system aliases and configure the referencing objects accordingly. Another option is to use Dynamic System Resolution.

  • Biztalk recieve multiple files in one instance

    Hi,
    in my app, I need receive one xml file and few pdf files, problem is that count of pdf files can change. How can I handle this in BizTalk.
    Thanks.

    Hi 
    As i see, you need to receive the pdf files from a folder location which will be decided from the content of your first input xml file. So it is dynamic and the no of files may also vary?
    I think the file mask and the receive location address (folder location to receive files) can be set dynamically out of the box. There is a similar thread of discussion
    here, Please have a look. 
    IMO a workaround would be using .net class to receive/read/move the pdf files dynamically and use that class in your BizTalk orchestration. I have't tried this but I am sure this should work here. 
    HTH,
    Naushad Alam
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or
    Mark As Answer
    alamnaushad.wordpress.com

  • Multiple Clients in BW 3.5 Development Systems?

    In a Development BW 3.5 environment, can we have multiple clients?  For instance, can we have a unit test client(with master and transactional data), a security client, and a golden configuration client.
    We have heard that there may be issues with having more than one client, but we are not sure if this is correct.  Our BW unit test client would be the only one of the three that is connected to a R/3 (4.7) Development client.  The security and golden config client would not be connected to external systems.  Is this landscape possible and supported by SAP?

    Rick,
    You cannot have more than two clients. A client is a technique used for isolating data records and configuration data which is technically stored in the same database tables into mutually exclusive sets of data. Clients may exists as separate for project or organizational reasons. Most configuration data is generally client independent in SAP operational systems while transactional and master data are usually client specific.
    SAP BW Application does not make extensive use of the client concept. Infact with SAP BW all specific application functions can take place in one client. SAP BW does utilize basis clients technically but that is only for systems administration purposes.
    Hope it helps.
    Thanks
    Mona

  • Multiple Clients in SCM-APO?

    In a Development SCM-APO 5.0 environment, can we have multiple clients?  For instance, can we have a unit test client(with master and transactional data), a security client, and a golden configuration client.
    We have heard that there may be issues with having more than one client, but we are not sure if this is correct.  Our SCM-APO unit test client would be the only one that is connected to a BW (3.5) Development client and a R/3 (4.7) Development client.  The security and golden config client would not be connected to external systems.  Is this landscape possible and supported by SAP?

    I do not have a good answer but it seems APO-DP uses BW as Data Mart which results in some restriction in using multiple client. See SAP Note 522569 for details. Moreover in the Multi-client Whitepaper (attached to SAP Note 31557) the table in page 23 mentions Multi-client Status for APO with DP : Not OK and APO w/o DP : Restricted OK.
    Hope this is of some help.
    somnath

  • Multiple clients with role production

    Dear SAP experts,
    Is it possible to assign the client role "production"  (in scc4) to multiple clients in 1 instance. If the answer is yes then how can it be done because if I try to do it via ssc4 i get an error that there already is a production client..
    I have searched the forum, SAPNET  and googled but I could not find a definitive answer.
    Thanks for your patience and answers.
    Regards
    Dirk Visser

    Hi all,
    I discovered that it can be done. Just set the role to production and ignore the warning.

  • Purpose of Multiple Clients in Development Server

    can anybody tell me the advantages and
    disadvantages of having multiple clients in a
    development server?

    I don't think there is disadvantage when we have multiple clients for development system
    DEV  SAP system may have multiple clients..
    Main pupose : Changes can be client dependent or client independent
                          Client-independent effects some clients.
                          Client-dependent effects all clients.
    Let me say one example : Dev system has two clients
    100 - Here we can write the code
    200 - Testing will be here ( customizing will done here)
    http://help.sap.com/saphelp_nw04/helpdata/en/8d/933d3c3a926614e10000000a11402f/frameset.htm
    http://www.sap-img.com/general/what-is-sap--landscape.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/96/8a99386185c064e10000009b38f8cf/content.htm
    Thanks
    Seshu

  • Support multiple clients.

    hi, all
    I have some ideas on it and want to see if it makes sense. May you share your experience/expertize? thx in advance.
    The target is to support multiple clients in one server. It uses TCP socket. The design choices are:
    1. Uses one ServerSocket for one client. starts a new thread for each ServerSocket.
    2. Uses one ServerSocket for all clients. everytime accept() returns, starts a new thread for this client.
    I think #2 is better since it uses one port number and less resources.
    Any ideas?
    thx
    Tim

    You're welcome. I posted an example on a Multithreaded Server that does this, it actually uses two threads per client to provide full duplex support.

Maybe you are looking for

  • Open/Closing of periods

    Hi, We can open and close posting periods by using TC-OB52 but this job can be done by only authorised persons. If they r not available can enduser can change these periods? If it is true how can they? I just listened that he can change through easy

  • I have my I-tune library on one computer and want to move it to another, these computers are not Mac

    I have my iTune library in one computer and want to move it to anoher computer. I can use home-share, but that works only when the original computer is online. So that is really not a solution. My question is how do I move from my old to my new compu

  • How do I remove old backups from my iPhone?

    I have a fairly full iPhone 5.  When I look at my iTunes Wi-Fi Sync, it shows backups from 2 old computers that I no longer use.  I need only one of the three backup files my phone is holding.  Note: I am not asking how to go into iTunes and delete o

  • File server for school LAN--unable to get Open Directory working right

    I've been following the tutorials on wazmac.com for configuring an OSX 10.6 server for local network file sharing. Server IP address is 192.168.1.99. FQDN is oltserver.ourladyoftepeyac AFP, DNS, and Open Directory are configured, supposedly correctly

  • Unable to Modify quantity in STO

    Experts,                  We are in post implementation support for mill products. User Created a STO with qty X, later he wanted to modify qty to Y system is not allowing to modify. After changing the qty when he try to save STO  system says no data