Which clients for certain functionalities

Hi all,
I'm configuring SAP ERP 6.0 SR2 after installing. I use 2 physical servers, one for DEV+QAS, one for PRD.
My 2 SAP systems contain ABAP+Java with all software units installed.
In my DEV+QAS system, I don't know whether or not I should use client 001. As DEV role, it should have 1 client for GOLD, 1 for Sandbox, 1 for Unit-Test; and as QAS role, it should have 1 client for Integration-Test.
  - Should I use client 001 as any client above or I use client 000 as source client of copying?
  - Because client 001 is the client for J2EE portal, should I use it as portal or change the portal client to another client? I don't know how to make another client as a QAS portal client (I'm not sure it's right or wrong, may be wrong). Or we're ONLY able to use 1 client for J2EE portal? If yes (1 portal client only), do I have to configure portal manually in the PRD system's portal also without any transport?
  - If possible, someone please let me know your current System Landscape with Transport for reference.
Thanks,
Toan Do

Toan,
Use 000 as the default client when setting up the first new client in the DEV system. Subsequent new clients can and should be created from the new customizing client you create by copying 000.
You will want at least one master customizing client (which you call 'gold') and one integration test client in QAS. On whether you need to create the remaining clients that you mentions depends on your organization (for larger organizations your answer is probably a yes).
Hope that helps.
J. Haynes
Denver

Similar Messages

  • Which client for BI in NW2004 ?

    Hello,
    after upgrading a ERP to 2004 there is the question to integrate the BW system in a client of the ERP.
    I heard about recommandations to use a different client and not the ERP client for BI functions. (We did not activated the BI client via customizing)
    What are the reasons for not using the ERP client for BI or is there no restriction and I can drive ERP functions (in this case EC-CS) and BI functions together in a client ?
    Kind regards, Hinrich Benitt

    Hi Wai-Hon,
    In general, we recommend to keep the SAP BI system on a separate box, due resource consumption, etc.
    There is technically no restriction to run the SAP BI system also on the same box, yet it has to be in a dedicated (separated) client. This is necessary for the loading mechanisms (logical system) and for some client-dependant tables used by the SAP BI system.
    Cheers
        SAP NetWeaver BI Organisation

  • Connect Solution Manager to which client for SMD

    Hi all,
    do I have to connect the solution manager to the productive client of the sat. system?
    We have systems with more than one productive client. Can we connect the SDM to more than one client? How can we do this?
    Thank you
    Timm Funke

    Hi,
    thank you for this quick response!
    So it is possible to configure the landscap with client 000.
    Then, when all sat. systems are working fine within SMD, I can configure the producitve clients in smsy (the rfc destinations to the producitve clients). then I can access these clients from SMD.
    Is this right?
    Kinde regards
    Timm

  • Direct Reports not showing in Lync Clients for certain users in a pool

    Hello guys, I am having issue with some users not being able to see direct reports of their managers in lync clients. Direct reports correctly shown in AD and outlook, but not in Lync. I have two paired lync pools. This issue is happening to users situated
    within a pool. If I moved the manager to second pool, then users will see his direct reports. Does anyone knows how to fix this issue?  Attached is sample.

    Hi dareadepoju,
    This information is from AD, you can try synchronizing the information manually.
    Delete the .slabs file from the file share sitting on 000000000\000000000 folder and then run Update-CSUserDatabase and after 5 minutes, run Update-CsAddressBook.
    The folder path:
    X:\share\1-WebServices-1\ABfiles\000000000\000000000\
    Best regards,
    Eric

  • How to enable Client Cert Required, only for certain URL's in the webserver

    WE are using netegrity siteminder for authentication and their plugin is executed as AuthTrans function. If I enable clientauth in server.xml ( which is basically turning on the client cert required for entire site), everything works fine. But If I want to turn that on only for certain URL's how do I do that.
    I tried turning global clientauth off in server.xml and tried using PathCehck fn"get-client-cert" in obj.conf for the URL's that need client cert, but the problem is AuthTrans is getting executed first and my netegrity plugin is throwing an error saying it cann't find the cert.
    What are diffrent options to enable cert required only for certian URL's.
    Thanks

    What is the condition you want to match?
    You can use get-client-cert in If tags in Web Server 7.0 :
    For e.g. If the condition is matched, This gets a cert, requesting it if it is not already present and failing the request if it can't obtain an acceptable cert only on POST requests.
    <If $url ~="*abc*>
    PathCheck fn="get-client-cert" method="POST" dorequest="1" require="1"
    </If>
    or
    <Object ppath="*abc*">
    PathCheck fn="get-client-cert" dorequest="1" require="1"
    <Object>
    for more details :
    http://docs.sun.com/app/docs/doc/819-2630/6n4thbiek?a=view#indexterm-380

  • Which clients are using my Sun One server for authentication?

    We use Sun One ver. 5.2 .
    Our LDAP clients use it for authentication.
    How can I list which clients recently used the Sun One server to authenticate?
    The reason I need that is because I want to upgrade the Sun One server and I want to notify the clients that I'm about to do it.
    Thanks.

    https://www.redhat.com/archives/fedora-directory-users/2005-September/msg00010.html
    Useful script to extract LDAP based user posixGroup memberships information
    ===
    Assuming you are using posixGroup objectclass and memberUid attribute to
    store your membership information, you may find my shell script useful
    and handy.
    It works on Solaris LDAP Client with "ldapaddent" and "ldaplist"
    commands, and works against FDS, SUN DS or OpenLDAP.
    ===
    Gary

  • Which client should be use 000 or 001 for Client Copy

    Hi,
    Which client we can use 000 or 001 for fresh Client Copy.
    Also what is the diff. b/w 000 and 001 client and its uses...
    Please suggest.

    Hi
    Always use client 000, except for solution manager systems.
    Best regards
    550894 - CC-ADMIN: Setting up a new client
    Always use client 000 as a template, and never client 001. (A known exception is the SAP Solution Manager.)
    Do not copy any application data from client 000 because the consistency of data and the number ranges cannot be guaranteed.
    Only client 000 is populated with upgrades, Legal Change Packages, Support Packages, language imports and so on with new Customizing so that it always contains the current sample Customizing. This is why it is also so important that the copy is only carried out after the system is updated. Client 001, on the other hand, is obsolete. It serves only as a sample client and may be deleted at any time.

  • Detect orphaned sessions for which client is terminated

    Hi,
    We have REST service. Client will establish session to service. There is max num of sessions limit (10). If I kill client app 10 times, 11th time I will not be able to establish connection to service as max sessions reached. This is because previous sessions
    are still active and will be active for session time out period.
    Now how to know such kind of sessions for which client app is killed. Is there any setting in IIS for this?
    Any inputs on this will be helpful.
    Thanks.
    Regards,
    Harish
    Harish

    Hi,
    For this situation, you could try to disable session state in IIS:
    Open IIS Manager and navigate to the level you want to manage. For information about opening IIS Manager, see
    Open IIS Manager (IIS 7). For information about navigating to locations in the UI, see
    Navigation in IIS Manager (IIS 7).
    In Features View, double-click ASP.
    On the ASP page, under Services, expand
    Session Properties.
    Select False from the Enable Session State drop-down list.
    In the Actions pane, click Apply.
    Besides, for more information, you could refer to:
    https://msdn.microsoft.com/en-us/library/ee377050(v=bts.70).aspx
    http://blogs.msdn.com/b/david.wang/archive/2006/04/12/howto-maximize-the-number-of-concurrent-connections-to-iis6.aspx
    And for more detailed information about IIS, it's recommended that you could ask the IIS issues in IIS Forum:
    http://forums.iis.net/
    Regards

  • Prevent import of transport request for certain client

    Hello.
    I have two clients in TST system.
    I would like to delete one client.
    How can I prevent import of transport request for certain client?
    At hte same time users must transport request into other client in TST system.
    Is it possible?
    I know next features:
    1.
    se37-->
    SCCR_LOCK_CLIENT
    SCCR_UNLOCK_CLIENT
    2.
    tp locksys SID (from OS level)
    but they use for all client (for whole system).
    Best regards,
    Denis

    se37-->
    SCCR_LOCK_CLIENT
    SCCR_UNLOCK_CLIENT
    These are Client Specific not Cross client. So if you want to delete a client just Schedule the Delete Job and lock the client and no body would be able to transport on that client. I hope i understand your question properly.
    Regards,
    Subhash

  • HT1947 iTunes keeps on saying I'm entering the wrong passcode for Remote, which I'm certain I'm not

    iTunes keeps on saying I'm entering the wrong passcode for Remote, which I'm certain I'm not. What can I do?

    Enter the correct passcode.
    If running a current version of iTunes and using the same Apple ID on the remote app and in iTunes, there is no need or prompt for a passcode.

  • Looking for some functionalities in MSBI tool

    Objective:
    We are trying to bringing a uniform UX & to help non-power users to use the tool. Hence we are exploring options of using .net as UI using which we can call functionalities on the BI tool.
    We are planning to use a single uniform tool for all our reporting needs & the same are listed below.
    Limitations:
    There are limitations in each tool we explore(Power view & Performance Point) Eg.,  some allows drill down, decomposition tree, download functionalities are not commonly available across.
    Needs:
    a.      
    Conversion between chart types/ views (Bar, tabular, pie.etc.,)
    b.     
    Passing parameters from .net UI to reporting tool.
    c.      
    Drill down/ up functionality – for logical decomposition & Ad-hoc drilling down/ up.
    d.     
    Print option
    e.     
    Export into .xls, .pdf, .pptx
    Tools considered/ available as per client’s policy:
    PPS, power view, SSRS – Please advise if you feel there’s any other tool/ version which could be .net friendly & also meets the above criteria.
    SFH

    Hi SFH,
    I would suggest that you can try to use SQL Server Reporting Services (SSRS). SSRS provides a full range of ready-to-use tools and services to help you create, deploy, and manage reports for your organization, as well as programming features that enable
    you to extend and customize your reporting functionality.
    And based on my research, SSRS can meet most of your requirements, including drill down and download functionalities. If we installed Reporting Services in SharePoint mode, then we can also use PPS, power view features.
    For more information about Reporting Services, please refer to the following documents:
    http://technet.microsoft.com/en-us/library/ms159106.aspx
    http://technet.microsoft.com/en-us/library/bb630404.aspx
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • BI system with additional client for non-BI application

    We have a test SRM system with the BI_CONT add-in loaded.  Our intent was to use one client for BI and another client for SRM unit testing.  It is feasible to run BW in the same physical instance as SRM, given that they are both built on NW 70, and we loaded the BI_CONT.
    In the BW client (100) I try to create a source system for the SRM app (client 400).  After I enter the RFC destination (SRMCLNT400) and necesasry credentials, the system tries to sign me back into client 100.  Then it gives error "SRDCLNT100 already exists".  That source does exist because it is the BI souce, and I never specified SRDCLNT100.  I used the RFC destination created for SRDCLNT400.  Why might this be happening because to the BI client (100), it shouldn't be able to distinguish between a source system that's on the same physical instance (different client) versus a differnet instance/host.

    Hi
    Somehow yes, but as I said:
    I faced the problem with "The logical system name has changed" (exit only). I tried to solve it by running BDLS but it did not solve the problem.
    This is why I asked about the proper approach. Your proposal is a little bit different to my last try, because you suggest to copy 800 to the new client. I have used 000 as a source for copy.
    My main concern is what with some functionalities in client 800 if I move BI to the new client (this means RSA1 will not work in 800).
    See here (though this is for solution manager): Re: BW / SolMan Logical System Change
    This is why I considered using the same client for ERP and BI (only 800), but here I am not sure if there are some disadvantages (but compared to having Bi on different client, so database size is not an issue).
    Do you know what will be wrong to use only client 800 and only add BI CONT to the system ? Do you know any SAP notes which says that this is wrong?
    regards
    Rafal

  • Jax-rpc handler for certain Web methods

    Hi, all
    Is there any way to deploy a handler for certain method of the web service?
    For example, I have a web service calls testService. This testService has two methods (A and B) which can be accessed by the client. How could I specify the handler is only for method A? How the WSDD will look like?
    Thanks for your help. /dan

    Hi,
    I am facing a similar kind of problem. If maybe I could look at your wsdl and wsdd files, maybe we could come up with a solution. Also my email id is [email protected]
    Feel free to mail me and maybe we can exchange ideas. Thanks.

  • Cisco Jabber Client for Linux

    Are there any plans to have a Cisco Jabber client on linux?

    Mike,
    The larger body of use case and development for Jabber has centered on Windows and mobile iOS and Android devices. That's not to say that there isn't a contingency of customers that want a Linux client but, as of today, there is no "Jabber" client for that platform. However, I've heard this question asked in a few different forums and the answer thus far has typically been one or both of the following:
    1) There is a Jabber SDK, which could potentially be used to custom develop an application.
    2) Use 3rd-party XMPP client (e.g. Pidgin)
    As for an official answer on "will there be in the future" with a yes/no/maybe and/or a possible timeframe, you would need to reach out to Cisco or your trusted partner as roadmap items cannot be discussed without having a non-disclosure agreement in place. That's what Jamie is getting at in his response.
    D. Hailey
    NetCraftsmen, LLC.

  • Is there really a Cisco VPN client for Linux? _Really?_

    Hello folks,           
            I've finally after almost experiencing a brain aneurysm by trying to think too hard got my Cisco 881-SEC-K9 router properly configured for a multipoint IPSec VPN tunnel to my Amazon Virtual Private Cloud, so that hurdle is finally passed and I actually feel it was a very important milestone in my life somehow. I never thought I'd see the day I actually got my hands on a legitimate Cisco non-stink... erm.. I mean, non-linksys router. Now I just can't seem to find a 'client' VPN program for Linux. I'm currently running a Xen Hypervisor environment on openSUSE Linux because it's the only Linux distribution that completes all of my strenous requirements in a Linux server environment. It's also the most mature, and secure Linux on this planet, making it the most appreciable Linux distribution for my research needs.  Using NetworkManager is not really an option for a basic Linux server environment, and OpenVPN is just too confusing to comprehend for my tiny little head.  I've heard mention of some mysterious "Easy VPN" but after hours of digging online can't find any information about it, even the Cisco download link leads to a Page Not Found error.  I do see a Linux VPN API for the AnyConnect program, but is that an actual VPN client, or just an API?  It seems to want my money to download it but I don't have any money nor do I really know what it is because it's all secretive-like, closed source, and I can't even find a simple README file on it explaining what it is exactly.  I'm just an out-of-work software developer trying to connect to my home router for personal use and I can't really afford to fork over a million and a half dollars for a single program that I'm only going to need to download once in my lifetime that should have been included with the router in the first place. I more than likely won't even be able to figure out how to use the program anyways because I don't know anything about VPN connections which is why I bought this router so I can try to figure it all out as part of the not-for-profit open source, volunteer research I'm presently trying to conduct.  Is there some kind of evaluation or trial period for personal use? That would be really nice so I could at least figure out if I'm going to be able to figure it out or not.  I hate throwing money away when it's in such short supply these days. There's really no alternative to a Cisco router.  It's an absolute necessity for the things I'm trying to accomplish, so trying to settle for something else and going on with my life is not really an option. No, this is something I just need to face head on and get it over with.
    <Rant>
           Maybe I have a little too much crazy in me for my own good, but I don't see why it should take so much money just to learn how to do something for personal reference, it's not really a skill I would ever use otherwise.  Wouldn't it be great if Cisco made their VPN client open source and free to the public to use and modify, to improve on, to learn and to grow and bring the whole world closer together as a community? Even the source code to the old discontinued Cisco VPN client could be used as a valuable learning tool for some poor starving college student or Open Source Software developer somewhere trying to get by on Ramen Noodles and Ramen Noodle Sauce on Toast (don't tell me you never thought about it).  Through the ripple effect, It would drastically improve sales over the course of time, because it would open the door to a whole new market where those who previously could not afford to participate now could. That's the true power of Open Source. It creates a more skilled work force for the future by openly contributing and sharing knowledge together. What if the next big internet technology and the solution to world tyranny - the solution to end all wars forever - were locked in the mind of an unemployed software developer who couldn't afford to upgrade their cisco router software or access the software they needed because it was closed source and required committing to an expensive service contract to download?  That would be just terrible, wouldn't it?  I guess there's no way to ever know for sure. I suppose I'd be just as happy if some kind soul out there could point me to an easy to use alternative to an always on VPN connection that runs in the background which doesn't require NetworkManager or having to spend days upon days digging through and trying to comprehend either some really poor or extremely complex documentation?  I apologize for all the run on sentences posed as questions, but I've just got some serious mental burnout from all of this, being unemployed is some hard work folks. I could really use a vacation.  Perhaps a camping trip to the coast is in order after I get this working, that sounds nice, doesn't it? Nothing like a good summer thunder storm on the ocean beach - far away from technology - to refresh the mind.
    </Rant>

    I do tend to talk too much and I don't mince any words either.  What I am however, is really appreciative for the help. I know you hear that all the time, but you have no idea how much time and headache you just saved me.  I think vpnc might be just what I've been looking for, unless someone can think of a client for Linux that I might be able to throw a little further.  I'm very security minded now, after the backlash of Blackhat 2013, there's no telling which direction the internet might head next. Oh, you didn't hear? Well wether they realize it or not, DARPA basically declared war with other government agencies by releasing their own version of a spy program for civilians to use against the whoever -- possibly even the governmnet itself. They even went so far as to suggest it's private usage to blanket entire cities in information gathering. Civilians are a powerful foe, as they are not bound by the oath of office, any evidence they obtain is admissible in court, wether they know that or not. There's a very important reason for that. It's to prevent another civil war from ever happening, we shed enough blood the first time around less people forgot.  It's something that can and will be avoided because our civilization has advanced beyond the need for bloodshed. The courts have to obey the majority rule, no matter what. For the first time in history, cyberwarfare can reach into the physical world to cause serious damage to physical structures like the nuclear facility incident in Iran.  There's scarry bills trying to sneak through congress that are changing the landscape of technology forever for the entire world. We're at a pivotal point now where things can happen. It will be interesting to see how it all plays out over the next decade or so. No matter which way you look at it, just be preparerd to sell a whole lot of routers.

Maybe you are looking for