Two Clients in a Machine

Hi all,
Can we have two clients in the same machine like one with SP 03 and other with SP 02.
Please help me out,
Thanks in advance,
Regards,
G.Vijaya Kumar

Hello,
I believe this is not possible, but there r some workarounds:
1. U can have several OS installed in your machine
2. U can use virtual machine engine with another OS and BPC client.
Hope this info will help u,
Dzmitry

Similar Messages

  • How can I implement two TCP/IP servers (on two separate machines) and one TCP/IP client (on third machine)

    I have an application where I need to send data via TCP/IP from two separate machines to a third machine. The machines are on a local area network connected through a network switch. The data are generated independently through data acquisition by the two independent machines before are sent to the client on third machine. Each machine has one network card. Thanks.
    Solved!
    Go to Solution.

    If you have three separate machines, you don't need to use separate ports.  They will have three IP addresses.
    Remember this rule: TCP connections are EXACTLY like telephone connections.
    Have your client open two connections: same port on two different IP addresses.
    Each client listens for connections.
    After connections are established, you get to decide the protocol:  maybe the client should explicitly ask for data, maybe the servers just dump it without being asked. It's up to you.
    Read this:
    TCP tips and tricks
    Steve Bird
    Culverson Software - Elegant software that is a pleasure to use.
    Culverson.com
    Blog for (mostly LabVIEW) programmers: Tips And Tricks

  • HelloWorld Client on one machine calling EJB on another

    Hello,
    I got a very simple HelloWorld example working on my own machine using JBoss 3.0. The usual first example. I now want to be able to execute a client on my machine that connects to EJBs on a Linux machine that also runs JBoss 3.0.
    I have my two jar files HelloClient.jar with my client classes and interfaces. My HelloJAR.jar with my DD and jboss.xml etc.
    This is my client class with the ip of the linux machine that has my HelloJAR.jar file in the /server/default/deploy directory.
    Hashtable prop = new Hashtable();
              prop.put ("java.naming.factory.url.pkgs","org.jboss.naming:org.jnp.interfaces");
              prop.put ("java.naming.provider.url","jnp://172.16.220.160:1099");
              prop.put ("java.naming.factory.initial","org.jnp.interfaces.NamingContextFactory");
              try
                   Context ctx = new InitialContext(prop);
                   Object obj = ctx.lookup("java:comp/env/ejb/helloworld/HelloWorld");
                   HelloWorldHome home = (HelloWorldHome)javax.rmi.PortableRemoteObject.narrow(obj, HelloWorldHome.class);
                   HelloWorld helloWorld = home.create();
                   String str = helloWorld.sayHelloEJB("JOYCE is COOL");
                   System.out.println(str);
                   helloWorld.remove();
              catch(Exception e)
                   e.printStackTrace();
    I have placed all jars on the classpath on the linux machine. I have the HelloJAR.jar in the deploy directory on the linxu machine also. When I execute my client on my windows machine I get a NullPointerException on line 25 which is the line
                   HelloWorld helloWorld = home.create();
    Can someone put me ont he right track?
    Thanks
    Joyce

    hi buddy,
    i knew that u r able to execute ur ejb progrem using jboss3
    i m new for ejb and i m trying to excecute simple client program
    bt when i attempt to run the client class it gives the following error:
    Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/log4j/Priorityat org.jnp.interfaces.NamingContext.<clinit>(NamingContext.java:92)at
    org.jnp.interfaces.NamingContextFactory.getInitialContext(NamingConte
    xtFactory.java:42)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 finCalc.stateless.TestClient.main(TestClient.java:45)
    i think i miss to include some .jar file on client classpath
    i will very greatfull to u if u shares ur experience with me
    thanks in advance
    sachin

  • How to handle sessions with two severs on one machine?

    All,
    I am having a problem with session cookies being overwritten when I host two apps on one machine running WebLogic 8.1 The apps are http://myserver:7300/app1 and http://myserver:7400/app2, and each runs in its own server.
    Users will often access both apps at once, in two browser windows. If the windows are different threads in the same process, the sessions collide. For Internet Explorer, this isn't usually a problem since clicking on the shortcut multiple times launches different processes by default. Some browsers (Firefox, etc.) won't let you have two windows under different processes. Attempts to launch a second window 'detect' the existing process and appear to spawn a new thread. When this happens there appears to be no way for the users to use both apps at once.
    I know this is happening because of the way session cookies are stored in the browser process' memory. The session cookies appear to me to be 'keyed' by the host name or ip address of the server. Does anyone know of a setting in WebLogic so that this 'key' includes the port or context root? Is this even something which can be controlled on the server side?
    Thanks for any help,
    Brian

    Not quite sure what your intent is, but if you want to avoid a clash how
    about giving each application a different default session cookie name.

  • Communication between two clients

    In Java Networking, communication between server-client or bwtween server-multiple clients is general. But How will be the communication between two cients, means two clients can send & receive messages to & from each other(being guided by server).

    Sorry,
    I didn't get your reply clearly.
    I want, if Server is running, and two clients(two instance of a same program) are opened, whatever message(string)client1 send to Server,then the Server needs to send those to client2.Again, the some response should come from client2 to client1 thru Server.
    How can I implement this?
    If you have idea, or some sample code about this, please let me know.
    Regards.

  • How to comapare two clients in sap scripts

    hi,
               how to comapare two clients in sap scripts

    Hi Anil,
    Go to Tcode 'SE71' then choose menu Utilities->Compare Clients, then mention the Form name which u wish to compare, and give target client name and source client name, then execute.
    Regards
    Haritha

  • Transport change request to two clients at the same time

    Hello all,
    we have two clients in QAS system - 600 and 700, now the extended transport control has been setup, once we release a TR in DEV system, there will be two entries in QAS import queue, one for 600 and one for 700, I would like to know whether there is a way to import this TR into QAS (both 600 and 700 client) at the same time, that is to say, just one import action imports the TR into both 600 and 700.
    Currently we have to import one by one, click the entry for 600, import it, and then click entry 700, import it.
    Thank you.
    Best regards,
    Fresh

    Hi,
    If you want to transport each and every request which is released from Development into both the clients, better schedule transports in both the clients every 1hr/with some duration. Then system automatically imports the requests into target clients without any user intervention.
    Delete all the transports which are "ready to be imported" from Quality queue before you scheule the job!
    Regards,
    Nick Loy

  • Unable to Install Mobile Client on my machine

    Hi,
    I am trying to install MSA on my machine but i am unable to do so . I have  got following installed on my machine
    JRE Version -   j2re1.4.2_09
    JSDK Version - j2sdk1.4.2_09
    SQL Server 2005 with TCP/IP protocol enabled on it .
    MSA  Version -- CRM 5.0 SP07
    Now if i  try to install the Mobile Client on my machine, it installs all the related tools like Client Console, Conntrans, IPC ,Support Centre, but does not install MSA or MSV .
    I was able to install the MSA earlier on the same machine, but when i am trying to uninstall and reinstall its not working .
    I tried removing relevant registry entries , uninstalling SQL Server and reinstalling it . Couple of restart of the machine between this , but it does not seems to work .
    Please someone let me know if you have faced this problem and a solution for the same
    Regards
    Hemant Gujrati

    Hi Hemant,
    It could be possible that not all the registry entries are removed. Please try the following:
    1. Take a backup of your registry in case we need it later
    2. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall. You will see many keys with product guids as names.
    3. Scroll through each one of them to see if any key has a value as MSA or MSV. If yes, then delete this key.
    4. Now try to run the installation of SAP CRM Mobile Client. This time, the setup should run fine.
    Hope this helps.
    Niranjan

  • Two database in same machine

    Hai
    I want to create two database in same machine. I searched in google but no use.
    Is it possible in oracle 9i r2?
    If so,Anybody please help on that.

    jey84 wrote:
    I want to create two database in same machine. You can have a 100 Oracle databases on the same machine. The issue though is why?
    Why do you want to duplicate database overheads? Why two sets of system and process monitoring processes? Log writers? Database writers? Etc.
    Why two SGAs? Why two system tablespaces? Two temp tablespaces, undo tablespaces? Two sets of redo logs? Etc.
    You now have two database footprints. Instead of a single large SGA with properly sized buffer cache, shared pool, large pool and so on - you know have two smaller SGAs and smaller caches and pools that are now less capable and less scalable.
    Why would you want to do this?
    There are no sound technical reasons for running multiple database instances on a server - unless it is something like a 32 CPU/multicore server with 256 GBs of memory. But then why not use this as a cloud-type server on which you can run multiple server VMs? One VM for each database, as that provides more flexibility than multiple databases on a single server(physical or VM)?
    In today's world of cluster and cloud computing, running 2 databases instances on the same server does not make much sense. And needs to be backed up by reason and logic that justify such an approach.

  • I want to bind my client certificate with machine certificate in order to bind user with dedicated one machine. Kindly help

    I have created one dedicated root CA for domain and auto enrollment has been enabled through Group Policy.
    I want to bind my client certificate with machine certificate in order to bind user with dedicated with one machine. In order to prevent duplicate logins

    Hi,
    How about using
    User Rights Assignment?
    You can deny all other users’
    log on locally right on the machine.
    User Rights Assignment
    http://technet.microsoft.com/en-us/library/cc780182(v=WS.10).aspx
    Best Regards,
    Amy Wang

  • Communication set up between two clients

    All,
    I am trying to set up distributed WM using SAP R/3 systems. For this i have choosen client 805 (Central ERP R/3) and client 800 as decentralized WM system which is also R/3. i have completed the configuration for decetral-WM both in Central and D-WM systems and the consistency checks are fine. using SM59 i have set up R/3 systems communication profiles for the above two clients.
    But the IDOCs showing a statsu-03 in central system  in BD87 (client 805) not showing up in D-WM system.  i believe the tRFC set up is missing something. Both the clients are in the same ERP instance. Can any one please let me know the steps to set up communication between two clients running from the same oracle SAP instance and same database. ( I am trying to exchange Communication documents which are relevant to Decentralized WM). Will apprecaite any help.
    Thanks.

    Please try using commit statement after triggering the Idoc from client 805 (Central ERP R/3) . This should work.

  • Two clients in XI system

    Hi all,
    Actually client 100 is created in Production .while installation in java engine its through some error, we are not able to continue the installation & we are not able to connect the jave engine with client 100.So that we created the new client 101 and we made the client copy again and started installation its completed succesfully.So there is any issue that of two client in production system & Can we will delete the 100 client in the production system is there is any issue.
    pls help me in this ASAP.
    Kind Regards,
    Gopinath.

    hi,
    if you don't have any messages yet
    delete it and start the installtion once more
    it may help to prevent many problems <b>in the future</b>
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Inactive DataSource  - two clients in Development System

    Hi,
    I have two developement clients 100 and 130. What ever changes I make in Client 100, it is supposed to reflect in Client 130. We use developement Client 100 to make any changes and use Client 130 to extract/trasnsfer data to BW system. 
    I activated my Datasource 2LIS_02_ITM in my Developemen1 client 100. But, it is still inactive in client 130.
    Let me know if I am missing any steps.

    Hi Sven,
    "Is the same to ALE. " - I did not understand this sentence will please explain this
    "You must customizing to separate the two clients. you need two different "logical system name"."
    I am just a contract employee so I am not expected to give those advises. Anyway if I have to transport the request then which request would it be, I mean customizing request or workbench request.
    Please let me know
    Thank you,
    Prasaad

  • Two clients in the same server--Script??

    Hi Folks,
    1.I have two clients in the same server say 100(used for dev) 120(used only for testing).I had developed a script in 100 which I want to test it in 120.Now how to move this script in 100 to 120.
    2.How to use includes in scripts and what is the usage?
    Thanks,
    K.Kiran.

    <b>INCLUDE: </b>Include other texts
    With the command INCLUDE, you can include the contents of another text into your text. The text to be included exists separately from yours and is only copied at the time of the output formatting.With the INCLUDE command, you always get the most current version of the required text, since this is only read and inserted during the output formatting.
    Syntax:
    /: INCLUDE name [OBJECT o] [ID i] [LANGUAGE l] [PARAGRAPH p] [NEW-PARAGRAPH np]
    The name of the text to be inserted must be specified and can have up to a maximum of 70 characters. If the text name contains blanks, then you must put it in quotes as a literal. It can also be specified via a symbol. All further parameters of the INCLUDE command are optional. If they are missing, SAPscript uses default values for them which are based on the respective call environment.
    Examples:
    /: INCLUDE MYTEXT
    The text MYTEXT is included in the language of the calling text.
    /: INCLUDE MYTEXT LANGUAGE ‘E’ PARAGRAPH ‘A1’
    The text with the name MYTEXT and the language E is included, regardless of in which language the calling text is created. The paragraph format A1 is valid as the standard paragraph for this call.
    Optional specifications:
    •&#61472;LANGUAGE If a language is not specified, the language of the calling text or the layout set is set for the text to be included. If a language is specified, the text is always loaded in this language, regardless of the language of the calling text.
    •&#61472;PARAGRAPH The text to be included is formatted with the style allocated to it. With this parameter, the standard paragraph of this style can be redefined for the current call. All * paragraphs of the inserted text are then formatted with the paragraph specified here.
    •&#61472;NEW-PARAGRAPH The first line of the included text has this format flag, provided it is not a command or comment line. If the optional entry PARAGRAPH (see above) is empty, all * paragraphs of the included text are formatted with the paragraph np specified with
    NEW-PARAGRAPH.
    •&#61472;OBJECT To specify a text completely, you must make further specifications regarding the text object. There are different rules and restrictions for this which depend on the object type of the calling text: All texts can be included in a layout set. If no object is entered here, TEXT is used (standard texts).With a documentation text (object DOKU), you can only include documentation texts. This object is assumed even if no object is specified in this environment. Only hypertext or documentation text can be included into a hypertext (object DSYS). If the OBJECT specification is missing, DSYS is set as a default value.
    Only standard text (object TEXT), documentation text or hypertext can be included in any other type of text. The default object is TEXT if nothing is entered.
    •&#61472;ID The text ID, which allows further text types within an object, is a further part of the text key. If the ID is not entered, the default Include ID from table TTXID is used for the calling text. If the specification is not in this table, the text ID of the calling text is used.
    The ID together with the object are now the basis of a further consistency check:
    •&#61472;All text IDs are allowed for a layout set.
    •&#61472;Only documentation texts with the text IDs TX (general texts), UO (authorization objects), and documentation texts which have the same text ID as the calling documentation text may be included in documentation texts.
    •&#61472;All DSYS texts may be included in DSYS texts, regardless of their ID. Documentation texts to be inserted may only have IDs TX and UO.
    •&#61472;Standard texts with all the allowed text IDs, DSYS texts with all IDs, and documentation texts with Ids TX and UO may be included in the other types of texts.
    Regards,
    Santosh

  • Connection between two clients

    Hi,
    I want to get some guidance on connection between two clients. Suppose I need to connect client 500 with client 900 in the same system without changing the logical names.
    Thanks & Regards
    Nabarun

    Nabarun -
    It almost sounds as if you just want an RFC to go from one client to the other.  RFCs (SM59) are not client dependant so you can create one in any client.  You can create one with the system name and point it to the client number using a specific user and password.  I would recommend for security it be a communications user and not a dialog user depending on what you will be sending between the clients.  However, the user will need the correct permissions and again, depending on what you are trying to accomplish, it may have to be a DIAG user although I would be wary.  Then create a 2nd RFC pointing back to the other client.  For example...
    RFC 1
    System Name = <System>
    Client = 500
    User = <userid in clnt 500>
    RFC 2
    System Name = <System>
    Client = 900
    User = <userid in clnt 900>
    Then when you are in client 500, there is a path/connection to client 900 via that clients ID and password and vice versa using the appropriate RFC.  Again, with out more info on what you are attempting, this may be your solution.  Hope this helps.  Good luck
    Regards,
    Zecher

Maybe you are looking for

  • Problems with webtop groups and/or replication

    Hi, i use sgd 4.2 (4.20.909) with to array members. I have the Problem, that the webtop group informations get lost every few hours. And the Users have to set it up again. We have over 1.500 Applications and over 1.500 Servers integrated in our ens.

  • Delivery Schedule

    Hello, Anybody an idea how to get the information regarding delivery schedule as in ME22 Position/Confirmations/Lists (Programm SAPSVC_FULLSCREEN)??? Thank you. Best regards, Paul.

  • Need to run multiple copies of portal on one machine

    This is a little involved to explain so I'll try to be clear. Right now we have multiple developers working on our single copy of our portal running on one machine at another location. No good can come of this and much bad has already happened. What

  • Adobe Acrobat X Pro - Error Message : "Adobe Acrobat Has Stopped Working"

    I use Windows 7 - 64bit / CS6 Master Collection that has Adobe Acrobat x Pro. When the computer is on for a little while, Acrobat would generate the error message that it has stopped working and then shuts down. Once that error message occurs, I cann

  • Smartforms in Dot Matrix

    Hi all, Can anyone tell me how to make a smartform in Dot Matrix mode.?