PI different clients problem

Hi,
I am having PI 100 and 110 clients. If i make any development in PI 100 client ..and i want to test in PI 110 client. Is that possible?
And one more question is..if the IR and ID objects are going to be displayed in PI 110 client as well?
Request you to clarify on this.
Thanks
Hamja

Hi Hamja,
most part of PI development is done in the Java stack and this has no client concept, therefore is makes no much sense to have more than one client. An excepion would be for example ABAP mappings. If you develop them in 100 you test them in 110, no problem. Program code is available in all clients, data usually only in one.
And of course the experts are right, you can have only one client configured as "Integration Server" (Transaction SXMB_ADM / Integration Engine Configuration).
Regards,
Udo

Similar Messages

  • Problem with RFC call between different clients. Plesae help!

    Hi Experts,
           I have a RFC enabled function module in one SAP instance 'A' where the client is 130. I am trying to call this function module from another SAP systen 'N' where client is 220. RFC destination has been set in 'N' system.
    The RFC functin module pulls data fromm a custom table. For a given input it is puuling data in 'A' system.
    But when I call it from 'N' system with the same input it is not pulling the data.
    I feel the problem is with teh different clients.
    please help me how to resolve this.
    Is there any setting in RFC destination?
    Thanks
    Gopal

    Hi gopalkrishna,
    1. Is there any setting in RFC destination
    Ofcourse there is.
    2. The tcode is sm59.
    3. Where u have maintained in system 'N',
       we have to specify
       a) Server 'A'
    <b>   b) Client Number 130</b> 
    4. So while calling from N(220),
       it will connect A(130)
       and fetch data from A(130) only.
    regards,
    amit m.

  • User license problem of same user but different client  for ERP

    Hi ,
    Our customer have many region, some region config is totally different from other region
    so we want to separate it by two client
    But in head office, the user will need to do operation for different region,
    so they need to login to different client,
    same people use the same user name but login to different client
    So how to count the license?
    as our customer bought named user license.
    Thanks

    hi
    licenses are per client

  • Different Service Desks in different clients in the same Solution Manager?

    Hi
    Is it possible to place different Service Desks in different clients in the same Solution Manager?
    Concrete we plan the following  scenario:
    - Division 1
      -- System 1,2,3, etc.
      -- Service Desk  in client 100
      -- Monitoring for the whole trust in client 050 (still exists)
    - Division 2
      -- System 4,5,6, etc.
      -- Service Desk in client 200
      -- Monitoring for the whole trust in client 050 (still exists)
    Is it possible to realize this scenario or are there any restrictions?
    Thanks & Regards
    Andreas
    Edited by: Andreas Städler on Mar 19, 2008 5:52 PM
    Edited by: Andreas Städler on Mar 19, 2008 5:54 PM

    hi Neil
           did u solve the problem still Struck  let me know
         we can access the same iview  n no of  clients. let me know any do u have any queries and other infomation
    bvr
    Edited by: bvr on Dec 2, 2008 6:32 AM

  • Enhancements are not visible in different clients

    Hello Experts,
    I am facing a strange issue in my compoenent enhancements for IUICMD.
    I have created an enhancement set ZCRM_IUICMD and assigned it to different clients  thorugh BSPWDV_EHSET_ASG.
    All my enhancements to componenet are attached to the above enhancement. Suddenly i can see that my enhancements
    behave differently in two different clients.
    I have verified the repository objects like classes & methods and also UI configuration. It remains same in both clients.
    Let me know if you have faced similar problem and your solution to that.
    Thanks in advance................
    Best Regards,
    Prabahar

    Hi Saumya,
    I am enhancing the component view IUICMD/DetailAccount. Here i have created a new context node for BuilheaderSearch.
    I am using using context node attribute ID_TYPE in IUICMD/DetailAccount & Provided F4 help for that. Now i can see Input help in client 200 & not able to see that in client 210.
    I have assigned my enhancements to both the clients 200 &210. In both the clients UI Configuration remains the same.
    Hope it gives you the details that you are expecting.
    Best regards,
    Prabahar
    Edited by: Prabahar N.R on Sep 10, 2009 1:10 PM

  • Error When Run ABAP Query in Different Client

    Hi ABAPers,
    Currently I develop ABAP Query using SQ01 / SQ02 / SQ03.
    Everything goes well, and I have already test that the query work well. The query can be execute and show the result correctly.
    My peer in same SAP system, but different client, run the same query. As I know that query is same with ABAP program which is client independent, can be execute across client. But then the runtime error show up.
    The error said that
        Exception condition "NO_POSITION_FOUND" raised.
    Can anybody told me what's happened here, and how can I resolve this problem?
    Thank you in advance
    Regards
    Hadi

    Hi,
    Since you are testing it in other client,i think due to data inconsistency you are getting that error.
    Try to  check the corresponding tables in both clients and can verify.
    Cheers,
    KK.

  • Add-On behaves strange on different clients !

    Hi all,
    I created an add-on and tested it on a "Windows 2000 server" installed client and works perfect. It also works on a client with XP Pro Turkish SP2, .Net 1.1
    BUT it behaves strange on different clients e.g
    Client 1  (XP Pro Turkish, .Net 1.1)
    +*Add-on setup screen appears, installation ends succesfully
    *Files are copied in Sap Manage/Sap Business One/AddOns folder.+
    But
    1- The green status bar confirmation doesn't appear .
    2- Add-on isn't listed under Add-On Manager menu point.
    So I can't run the add-on anyhow, even it's configured as automatic.
    Client 2 (XP Pro English SP2, .Net 1.1)
    +*Add-on setup screen appears, installation ends succesfully
    *Files are copied in Sap Manage/Sap Business One/AddOns folder.
    *The green confirmation appears in status bar.
    *Add-on is listed under Add-On Manager menu point and I can start the add-on.+
    BUT the add-on doesn't work , I mean it doesn't do what it should normally do, e.g. add 2 submenus in main menu, etc.
    For all these add-on installations I use the same Add-On setup ard and exe files.
    Any help/tip would be greatly appreciated,

    Hello there
    We have finally succeeded in solving the Menu creation problem.
    I hope you have the same issue as we, so I will be able to help you.
    Just to make sure...
    We have developed an add-on composed of some menues and after installing it, we noticed that in some stations, the menu was not creaed, though the add-on showed that It was connected.
    Actually the problem is that the application doesnt succeed in connecting to the DI.
    our "add menu" method was called after calling to "company.connect()"
    whice was stuck during the try to connect to the company.
    thus- it never arrived to the "add menu"
    What you should do is, go to a working client:
    1. start --> ran
    2. %temp%
    you will find there a directory called: SM_OBS_DLL
    copy it, and replace it with stations that dont work.
    3. It should solve the problem.
    rgds
    Hagai

  • Multithreaded client problems

    Newbie to the forum but i have a problem while trying to implement RMI client server. I have the client and server setup fine and i have read that RMI is already multithreaded to handle different clients. Again i have this running fine but i was wondering if anyone could give me some advice as to manually serve each client with a separate server thread, allowing me to control the threads when trying to access shared resources such as database etc. at the moment i think something to do with instatianting / constructing new classes that extend thread or implement runnable ?!?!
    any help is appreciated and even directing
    Message was edited by:
    onlynew4now

    Sorry if this is
    confusing what im trying to get at is how can i
    manage separate clients on different service threads.You don't have to worry about 'service threads'. RMI does that for you. As for managing different clients, consider this:
    interface Login implements Remote
        // Singleton login
        Session login(String userid, String password) throws RemoteException;
    interface Session implements Remote
        // per-client methods
        // your RMI methods here
    class LoginImpl extends UnicastRemoteObject implements Login
        // ctor &c omitted
        public Session login(String userid, String password) throws RemoteException
            // validate userid/password, not show, throw some exception if
            // invalid
            return new SessionImpl(userid);
    public class SessionImpl extends UnicastRemoteObject implements Session
        // your per-client remote method implementations in here
    also if i try to manage threads in a remote methodYou don't have to do that. Just use synchronized blocks where you need to, or java.util.concurrent data structures.
    how can i return values back out of the remote method
    if a thread create there starts from the public void
    run() as its return type must be void ?!The question makes no sense but as you don't create threads in remote methods anyway it has no application.

  • New with 10.5 Server client problems finding files

    I have some client problems searching for files (not via Spotlight, via our own program that uses PBCatSearch) that started with installation of OS X Server 10.5.
    I convinced myself earlier today that Open Directory was the culprit so I posted in the Open Directory forum, but I'm still having the issues now with OD out of the picture. Can anyone following this forum comment on my post?
    http://discussions.apple.com/thread.jspa?threadID=1779541&tstart=0

    Tonight we tried a test to see if it was possible the files were somehow getting "locked" by one client so that another couldn't access the files it was looking for.
    We restarted AFP then went connected one client and did our test, the first client succeeded. Then we connected the next client, did the test and it failed. Then we tried a third client, it succeeded.
    Then we restarted AFP again and tried a different order of clients. In the three rounds we did it was always the second client that ran the test that failed.
    Is it possible that Leopard server is more strict with multiple clients accessing the same files than Tiger server was?

  • Syndication of delta files to different clients

    The syndicator memorizes which records that has been exported, I would like to export the same record to different “clients”. When I export I only want to export changed records (delta files). The problem is that when I have export to client 1 and want to export the delta file  to client 2 with different mapping, the records exported to client 1 is grayed out and will not be a part of the new export. This memorization should from my opinion be client dependent. Is it?
    Look forward to repose
    Best regards John-Kjell

    Hi Nicolas,
    I would record the update time or Change Timestamp in my repository for best practices and more.  The reasons are the following:
    1) (Production) support questions that require you to view the data manager and inform your customers when a given record got changed.
    2) Also on main table, you can have several change timestamps grouped for different sets of fields.  These fields can be main table fields or qualified table fields.  What is the advantage?
    Well, syndicator cannot track field level timestamps.  It does it at record level.  SO, if target system 1 wants ABCD fields plus product codes and target system 2 wants EFG fields plus product codes, I would not have to syndicate a record to target system 2 if only fields ABCD are changed.
    Again, my suggestions are from my personal experience and learnings
    A small suggestion: Please start a new thread if it is a new question- it is helpful for other users.
    Good luck
    Savi

  • How to connect different clients of same SAP Instance

    Hi,
    I have a question abour CPS 7, Basic- / Free of Charge  Version
    I know that this version is restricted to have only  one SAP Instance per Isolation Goup, but how about different clients of the same Instance ?
    Is it necessary to create an  Isolation Group for each client of the same instance ?
    We actually have 1 isolation group with 1 Instance and 1client .
    Trying to create a second XBP Connection to another client fails then saving the changes with error:
    "JCS-102120: SAP System DI1.DI1_045 should be isolated but is not. Show error details"
    I didnt find a concrete statement in the Installation - and in the Admin Guide.
    Regards
    Frank

    Hi Frank,
    This is correct, there is one client per isolation group. The free version works similar in this respect to SM36/SM37: jobs are defined in each client individually and independently.
    Regards,
    Anton.

  • ERROR WHILE testing WEBSERVICE IN TWO DIFFERENT CLIENTS

    hi all
    i have developed a proxy and try to test  <b>web service in wsadmin tcode</b> through <b>two</b> DIFFERENT CLIENTS.
    FROM <b>CLIENT  1</b> IT IS SHOWING THE SUCCESSFULL RESPONSE
    BUT FROM <b>CLIENT 2</b> IT IS SHOWING THE FOLLOWNG <b>ERROR</b>.
    <b>No implementing class registered for the interface (ABAP interface, request message , request message, namespace )</b>
    THANKS 
    praveen kalwa

    hi marten
    can u describe in brief what i should do in the sxmb_adm in the both client ..
    why because i could not find any thing
    <b>PLS DO THE NEED FULL</b>
    thanks in advance
    PRAVEEN KALWA

  • To check the difference between 2 programs from 2 different clients

    standard program which you can use to compare difference between sources codes of 2 different programs

    Hi,
    use remote comparision to compare the program with two different clients..or use TCODE-SE39
    Regards,
    Nagaraj

  • Different Client Versions in OWB 9i and 10g

    Hi,
    Our client is using 9i OWB Client Software, and we are planning to use OWB10g Client Software on Windows Platform.
    Will there be any compatability issues while moving from 9i OWB Client Software to 10g Client software.
    And what are other parameters we need to consider, if possible please mention any documents links available.
    Kindly let me know the pros/cons in this model .
    Here my main question is will there be backward compatibility, i.e repository in 9i database need to connect by using the OWB 10g client?
    With Regards,
    Kranth...
    Edited by: user8536050 on Jan 18, 2010 1:44 AM

    Hi,
    you cannot use different client versions on the same repository. If you want to use owb 10g, then you have to upgrade the repository to 10g. Then you can only use 10g clients, owb 9i clients cannot connect to that repository.
    Regards,
    Carsten.

  • Livecache on different clients

    Hi,
    I am using APO for two different clients. It is working fine for the original one, but I am having different issues (see below) when I CIF the transtactional data.
    What should I consider for Livecache being shared on different clients?
    Issues
    - Multi-level error propagation carried out
    - Error when reading ATP delta records: Error calling function module /sapapo/cif_help_object_show in system AAQCLNT500 : Exception condition "CNTL_ERROR" raised. Message no. XC016
    - Message no. SR053
    - LC error;
    Considerations already done:
    - Logical systems
    - RFC connections
    - Same Business system group.
    Any recommendation will be very valuable for me.
    Thanks a lot.

    Muhammad,
    the installation is done in client 000.
    You then do post-installation and configuration for each client - AC needs to do a connection to each client individually in order to separate the results (risk analysis, provisioning).
    Frank.

Maybe you are looking for

  • Clarification for reloading purchased apps on iPod

    I think I know the answer but I wanted to double-check before proceeding: I recently did a fresh re-format and re-install on both of my Macs (10.6 on the Intel MBP and 10.5.8 on the G5 iMac), moved my music collection that was on the iMac to a networ

  • Connect Laptops to Main PC Printer on router

    Ok, so Im new to this wireless stuff. I have a Dell XPS 600 main PC which has XP Media Center Edition 2004 on it attached to WRT54G v5 Router. I have 2 Dell laptops Insperion 1000's thats have XP Home edition for my children to do school work on. I h

  • OVM 3.0.3 error, "VIP in use: conflict detected" when ovs-agent starts...

    Edited the Server Pool to set a new pool master "ovm3", now when booting the previous pool master "ovm2", I get the following errors when starting ovs-agent [2012-04-06 07:14:36 9140] DEBUG (OVSRemaster:98) VIP in use: conflict detected [2012-04-06 0

  • Init.ora file parameter 'processses' not working

    When I change the number of processes in my init.ora file from the default of 30 to 200, I get an error when accessing from SQLPlus that Oracle cannot be found. I run Oracle 8.1.6i on a Solaris v7 platform. Any suggestions???

  • Missing cd to upload printer to new pc helppp

    I bought a new hp PC and do not  have the original cd to upload my old HP printer 1610 all in one.  I tried to locate on your website but have not had success:   upon uploading what I thought was the correct driver info I rec'd a prompt stating  "if