ESR role in different development, test, and production systems

Hello,
I want to know the role of ESR in development, test, and production system. Do I have to install ESR in every seprate installated SAP CE machine??? or should It be centrally and development., test and production systems can use it?? Does software release process effects in the whole landscape??
does Test and Production system requires ESR??? or all used services are embed into released software SCA files to test and production system???
Regards,
Naeem

Hey,
as far as I understood the ESR is a design time tool, i think  you don't need to have a productive instance.
I think it should be installed on your PI systems. And I would prefer to have at least a devel and a test installation, to
separate services on test machines from those who are running on productive systems.
as you can't differentiate the services by their name but just by their systems, you should have separate ESR Instances.
Nevertheless I think it could be possible to run only one ESR....
Kind Regards
Christof

Similar Messages

  • Mapping Design  - SOAP body content needs to be different between test and production

    Hello,
    We are integrating with a 3rd party SOAP receiver who uses the same web service URLS for test and production.
    So to differentiate they exposed 2 web services which do the same thing but have different root and payload node names...along with account details.
    For example, for production our SOAP XML must follow pattern like:
    <Envelope>
    <Body>
    <appRequest>
    <userID>produser</userID><password>prodpwd</password>
    <appPayload>
    <?xml>
    blah blah this XML is the same between test and production
    </xml>
    </appPayload>
    etc
    But for their testing we must use:
    <Envelope>
    <Body>
    <appRequestTest>
    <userID>testuser</userID><password>testpwd</password>
    <appPayloadTest>
    <?xml>
    blah blah this XML is the same between test and production
    </xml>
    </appPayload>
    etc
    So I'm trying to think of a good way to handle this difference in one set of mappings that we can use in our 3 PI platforms Dev / Test / Prod
    Since these differences are in the SOAP Body does it need handled in mapping or is there a way to handle it in the Adapter Config which is naturally different between our environments (mapping we like to keep the same).
    What is a smart way to handle this scenario?
    Many thanks,
    Aaron

    I second Artem when he states that this is a bad design decission from the caller's side.
    However this is not gonna help you in the current situation, right?
    The problem you are facing is that by poor design the message does not have a root node which you may use to handle occurences. Let me explain further
    You would be good if prod message looked like so
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Header/>
    <soapenv:Body>
      <appData>
       <appRequest>
       </appRequest>
      </appData>
    </soapenv:Body>
    </soapenv:Envelope>
    and test message looked like so
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Header/>
    <soapenv:Body>
      <appData>
       <appRequestTest>
       </appRequestTest>
      </appData>
    </soapenv:Body>
    </soapenv:Envelope>
    --> Then you would have been able to specify occurence of <appRequest> and <appRequestTest> as 0..1
    So I think you have (besides what Artem already pointed out) 2 other options:
    1. activate "do not use SOAP envelope" on sender SOAP channel and then designing the data types like above
    2. Use HTTP instead of SOAP adapter and designing data types like above
    Hope I didn't miss something crucial :-)
    Cheers
    Jens

  • License for testing and production systems

    Hi Experts
    Can any one help me out on implementing license in my B1 System.
    According to our contract we have licensed following user types:
    User Type
    Licensed
    AddOn Access License    25
    Professional User                5
    Software Development Kit - Development Version 20
    We have Test/development system in one hardware and Production system on different hardware. Please advice me how to request/allocate license for my test/development system and production system.
    We tried creating a Test System in SAP Market place and requested license for test system. While requesting license for production system, it is found that the license is exceeded. In other words, developent system license also counted.
    Please advice me on the best practices of B1 license implementation.
    Thanks and regards
    Ajith G

    Hi,
    Our customer wants to Keep the production data secure. Developers and consultants should not have the access to it.
    Then you have only two options:
    1.Either you should maintain a standalone b1 server for the developers and consultants to test their solutions and scenarios.
    2.Otherwise you can create users in sql studio for accessing only the test database.
    So that as per your requirement
    All configurations and sample data will be kept in a test environment where developers and consultants can do their work.Once everything is correct Admin will do the transfer to production.
    Note:New users can be created in the sql studio under Databases-><Company Db>->Security->Users, Rt.click new user

  • Identification Test- and Production-System in Mapping

    Hi,
    we have a Java-function in a mapping step.
    There we need an identification if it runs in our Test- or Production-system.
    Currently we use a property file in the Java-Package for realizing this.
    But this is not a very good solution. The last time we transport the archive to our production system somebody forgot to change this property file and therefore we had some trouble in our production.
    Does anybody have an idea how we can identify the system name of the XI-system in a Java-Mapping?
    Is there perhaps any constant we can use of the Map input-parameter?
    In the documentation I didn't found anything about this.
    Best Regards,
    Thorsten

    Thorsten,
    Try using System.getProperty("SAPSYSTEMNAME") in your Java function.
    Regards,
    Jaishankar

  • WebService in Adobe Forms in Test and Production Systems

    Hello Friends,
    I am facing a peculiar problem with the webservice. I have created one Adobe Form in Development system and in that Adobe Form I used one WebService to get the User's Complete Name. Its working fine in Development System. And all the WebDynpro Component's and Applications, RFC Function Module(for WebService), WebService Name were placed in same Request ID and this request is being moved from Development System to Quality system, here all the objects were present except WebService Name i.e. this service can be seen only from SOAMANAGER Transaction but not from SICF Transaction(As given in SAP Note: 1318499). And I came to know that we need to use only SOAMANAGER transaction ONLY in Quality or Production systems.
    But while creating Data Connection in Adobe Form I used SOAMANAGER's generated URL and it got created successfully and while triggering the WebService at Runtime based on some event I am writing JavaScript Code and here I am using the URL where it is generated from SICF Transaction.
    Friends please help me in solving the issue as which URL I need to use in Adobe Form at runtime(i.e. triggering webservice from JavaScript, the URL from SOAMANAGER is not working in JavaScript).
    Regards
    Pradeep Goli

    Hey,
    as far as I understood the ESR is a design time tool, i think  you don't need to have a productive instance.
    I think it should be installed on your PI systems. And I would prefer to have at least a devel and a test installation, to
    separate services on test machines from those who are running on productive systems.
    as you can't differentiate the services by their name but just by their systems, you should have separate ESR Instances.
    Nevertheless I think it could be possible to run only one ESR....
    Kind Regards
    Christof

  • Test and Production system

    Hy all. Our Problem is the following. One of our customers wants to have a Productive and a Test-Instance of Oracle DB and Mobile Server.
    If you create an application, the Mobile Server is creating Tables (CVR$..., CEQ$...) in the schema where the original tables are.
    If we now make a Synchronisation Productive - Test from our original schema (which we use for our normal program) the tables from the Testmobile Server would be overwritten with the tables from the Production Mobile Server. I think this would cause a lot of problems.
    Is anybody here, who had this situation too and who could get me any hint how to handle this?
    Thanks in advance for any answers.
    Holger

    Hello rekounas,
    first of all thanks for your answer. Perhaps I try to describe the situation another way:
    I have two separate databases. One for test environment and one for productive
    environment.
    Case there is no Mobile Server installation at all. If I want to have recent
    data in the test database, our customer takes a dump (from our schema in the
    database) from the production environment and imports it in the test database
    (after dropping the equivalent schema).
    Now, there is a problem with this if there is a mobile Server involved.
    There are two Mobile Server installed with two different Repositories. One in
    the Production system, one in the Test system.
    If we now take our dump and import in the test system, we have the tables from
    the Production Mobile Server (which he generated in our schema while creating
    the application in mobile manager) in the schema from the Test-Mobile Server
    (CEQ$.., CVR$.....).
    I don't think the Test Mobile Server can handle this, can't he?
    I hope I described the problem understandable.
    Regards,
    Holger

  • In Dreamweaver CS3, can I save to Test AND Production FTP Servers when I press save the document?

    Hi, and thank you for reading this.
    I've setup a production and test FTP servers in Dreamweaver CS3. It is either saves to production or test server when I click COMMAND+S (CONTROL on PC), but I'd like teh file to be saved on both simultaneously. Persssing Sync the Servers won't work since the servers are not mine and they a bit different, teh files are not the same. I just would like to be able to save 1 file at a time in both production and server with one click.
    I've been searching the Interenet but could not find anything other than basic FTP setup. Any help would be appreaciated. Thanks!
    Anton

    Hi John, first of all thank you for replying!
    The reason why I would like to have Dreamweaver to save to both servers Test and the Production at the same time is because it would save me a lot of time keeping both servers more or less in sync. I have to keep both Test and Production servers syncronized, but only wihtin a specific content. While I test my design I do use Test server, but then the hassle begins when I am asked to make changes to the content.
    For example, I have a content page called books.html. I first built it on a Test server. Then switched to the tab called Remote, connect to the Remote Server, and save it. Very simple.
    However, then I need to create 10 more pages, lets call them books1.html, books2.html, and so on. Again sync them with the Remote server.
    All is great, but then my boss comes and say, hey there is a mistake on these files: books3, books4, books7, and books8. Please change the text content on those. So, I know the pages are working fine, I just need to update the text on both Test and Remote servers.
    So at this point I have to open these 4 files, change the text, then SAVE ALL to Test server. Then, I switch to Remote tab, go back to files press any key and 'Delete' keys so that Dreamweaver would see the change in file so that it would be able to save it. Then again 'SAVE ALL' to the Remote server.
    This is happening very OFTEN. It would save me so much time and brain power remembering which files I should sync if I am in a hurry and jump from one project to another, losing track of small changes in files when there are a lot of .html files.
    CMS is only in development now so I have to work with what I got. As to regard to backups, I use Time Machine so I am set with that. Plus I use MAMP. So basically I first use MAMP for testing, then upload changes to the Test server with all the BIG databases, and only then to Remote (production) with real Database. However, this is only when I develop new pages, very often I just need to modify what's already has been created. So that's why a feature like Save to BOTH servers (Test and Remote) would make a big difference to me.
    - Nookeen
    http://nookeen.com

  • Compare Development DB and Production DB objects source code

    Hi All
    We want to compare the Dev. DB and Prod. DB objects source code and list down all the objects which are different in the source code.
    1). Development DB and Production DB are in different network environment
    2). List down all the objects from Dev DB or Prod DB for which the source code is not matching with other DB
    Thank you
    Regards
    Gattu Anju

    There are many tools available. Personally I like the Change Management Pack option for Orqacle Enterprise Manager.

  • Program to Auto Import transports to quality and production systems

    Hi Experts
    Do anyone have a program that imports transport requests automatically into quality and production systems from development?  I know there is a procedure to import all into QA that can be set in TMS.
    But I am looking for a program instead that could auto import into quality and subsequently to production.
    Thanks,
    Ravali

    You need to set the autoimport job in Q whichh will bring all the transport from Dev when they are released. For autoimport go to STMS --> import queue of your Q system -->Start import with the small truck sign and it will ask you to select the time (run it every 15 mins or so) --> start the job
    Production you never setup an autoimport, there might be some transports which you may not want to send to prod, only the approved transport will go to prod. Hope this helps

  • Remote Test and Demo Systems

    Would like comments from prior users of Remote Test and Demo Systems (or DPA?) where you get remote access to an SAP maintained system for the purpose of testing your application's interfaces with SAP ERP and/or BW.
    - how do you obtain this access
    - how long does this process take
    - what's the cost
    - how well does the system work
    - do you get access to only the built-in data or you can create your own.

    Hello Veeren,
    Hope this helps:
    Q. How to obtain access ?
    Just contact the ICC guys <a href="http://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/sdnservices/icc">http://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/sdnservices/icc</a> and they will help you out with this. We had a lovely experience with the consultants for our XI Content Certification.
    Q. How long does this process take ?
    In our case, it was less than a week.
    Q. What's the cost ?
    We were fortunate to do it during the promotional period and did not have to pay anything. The ICC consultant would help you with the details.
    Q. How well does the system work ?
    The system was quite fast and the access is via ITS / SAP GUI for HTML.
    Q. Do you get access to only the built-in data or you can create your own ?
    Besides the XI Server, it was an IDES system in our case and we were also able to create data.
    All the best for your certification.
    Regards,
    Parag.

  • Test and Demo Systems (DPA)

    Would like comments from prior users of Remote Test and Demo Systems (or DPA?) where you get remote access to an SAP maintained system for the purpose of testing your application's interfaces with SAP ERP and/or BW.
    - how do you obtain this access
    - how long does this process take
    - what's cost
    - how well does the system work
    - do you get access to only the flight data or you can create your own.

    Hello Veeren,
    Hope this helps:
    Q. How to obtain access ?
    Just contact the ICC guys <a href="http://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/sdnservices/icc">http://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/sdnservices/icc</a> and they will help you out with this. We had a lovely experience with the consultants for our XI Content Certification.
    Q. How long does this process take ?
    In our case, it was less than a week.
    Q. What's the cost ?
    We were fortunate to do it during the promotional period and did not have to pay anything. The ICC consultant would help you with the details.
    Q. How well does the system work ?
    The system was quite fast and the access is via ITS / SAP GUI for HTML.
    Q. Do you get access to only the built-in data or you can create your own ?
    Besides the XI Server, it was an IDES system in our case and we were also able to create data.
    All the best for your certification.
    Regards,
    Parag.

  • Process chain (RSPC) modifcation in Quality and production system

    Hi,
    In our landscape quality and production system is set as non modifiable. But we want to modify the process chain (RSPC) in Quality and production system.
    As per the thread Need input: do process chain/InfoPackages changeable on PROD in your compa?  in RSA1 -> Transport connection we made   RSPC ( Process Chain) ,  RSPT (process chain starter) and RSPV (process variants) are changeable.
    With this setting we are able to create/ edit new process chain in Quality and Production system. But we canu2019t edit the transported Process chain. i.e. process chain transported from Dev to Quality system.
    We donu2019t want to open Business Information Warehouse: Customer Namespace (/BIC/ ) in Quality and production system (Se06). Please let me know is there any other settings needs to be.
    We are on BI 7.0
    Regards
    Preethish

    Hi ,
    In RSA1 -> Transport Connection --> Object Changeability
    Object has 3 state
    Not Changable
    Changable Original
    Every thing changable
    What is the difference b/w Changable Original and Every thing changable
    Thanks..
    Preethish

  • Org.structure differs on dev and production

    Hi,
    I'm developing a workflow and in one of the steps (activity step), I assign agent using organizational structure (position from HR). The problem is, that the org.structure differs on dev system and on production system. Mainly the IDs of position posts differ. How to solve this? Thanks in advance.
    Best regards,
    Tomas

    >
    Tomas Linhart wrote:
    > thanks for answer, I guess that's the best way of handling such situation. I'm going to creat custom table holding position used in workflow mapped to real position ID from org.structure. Or more generally, holding WF post mapped to org.structure type (position, job, ...) with corresponding ID in org.
    I don't see why you need a custom table?
    The org issues aside, all that is needed is to assign your org unit to the task. Then leave the agent assignment blank in your WF. Job done.
    The other option is to create a dummy rule, which you thought was to be avoided. I don't agree, it takes 5 minutes, less effort than a table, less non-standard stuff ==> less explaining to people how to maintain & easier to troubleshoot.
    Edit: Forgot to answer your other question
    > I'm not sure if you consider org. replication the same as transport of org. I was thinking of transport myself, just didn't know the way how to. I've found transaction RE_RHMOVE30 (also acessible from customizing), that should do that, but am not sure, if that's the right one and/or what options to select when transporting. Also, I'm not sure if this would ensure the position/job IDs are the same on both systems.
    Replication would be carried out via transports. The RHMOVE* reports can also be used, or you could even set up an ALE connection between DEV and PRD. However I still would not recommend it. The development system is where you would need to create test users and/or org units. The other alternative is to have a master data client. All of these are a great deal of work which only make sense in certain types of environments - certainly not for the sake of a workflow.
    Edited by: Mike Pokraka on Sep 27, 2009 9:52 PM

  • Export Import to Maintain Test and Production Environments

    We have developed an application using Locally built Database Providers in Oracle Portal 9.0.2.6 which is installed to 2 schemas, has 5 different providers, and over 100 Portal major components (Forms, Reports, and Calendars) and over 200 minor components (LOV's and Links). We have used export/import transport sets with some luck, but it is a struggle becuase the import procedures are not very robust. Many things (such as missing LOV's, corrupt components, preexisting versions, etc, etc.) can cause an import to fail. And the cleanup necessary to finally achieve a successful import can be very time-consuming.
    Having a robust import mechanism is very important to our strategy for keeping installed (our own and clients') portal instances up-to-date with our latest release. Some of the enhancements that would make it much easier to develop and maintain Portal applications include:
    Within the Portal:
    1. Ability to copy an entire provider within the same portal (rather than one component at a time).
    2. Ability to change the schema to which a Provider is associated.
    3. When copying a component from one provider to another, the dependent items (i.e. LOVs and Links) should be copied to new second provider as well. (i.e. rather rebuilding each LOV in each provider and then editing each form to point to the new LOVs)
    Transport Sets:
    4. Should allow for changing provider names and provider schema, and global component name changes, and resetting unqiue id's on import (to create copy rather than overwrite).
    5. Should allow the option to ignore errors and import all components which pass pre-check (rather than failing all components if all items do not pass pre-check).
    How are other Portal Developers dealing with installing and then rolling out new sets of Locally built Database Providers from Development environments to Production? Are there any whitepapers on the best practices for replicating/installing a portal application to a new portal instance and then keeping it updated?
    Oracle, are any of my wish-list items above on the future enhancement lists? Or have others figured out workarounds?
    Thanks,
    Trenton

    There are a couple of references which can be found on Portalstudio.oracle.com that are of some use:
    1. A FAQ for Portal 9.0.2.6 Export/Import http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/OTN_CONTENT/MAINPAGE/DEPLOY_PERFORM/9026_EXPORT_IMPORT_FAQ_0308.HTM
    2. Migration Instructions by Larry Boussard (BRUSARDL)
    3. Migrating Oracle Portal from Dev Systems to Production Systems bt Dheeraj Kataria.
    These are all useful documents for a successful first-time Export-Import. However, the limitations and lack of robustness I listed in my first post, make the process so time-consuming and error fraught as to not be a practical development strategy.

  • Development, Test, Acceptance, Production Set-up for ES2

    Hi collegeau LC experts!,
    At a client we have setup a server structure that consists of DTAP, so seperated server and LC instances for the various goals.
    Now we are facing a need to get production data in sync with the other environments. This way we hopefully come across problems earlier during the development/ test cycle because we work with actual data.
    I assume we have to copy: livecycle databases, content present in the Content Space etc. So how does this work in practice with running tasks in the workspace, unique identifiers of content in CS, other items like users and groups that are defined in the adminUI?
    Whats your experience with copying/exporting/re-using data from the data from one LC environment to the other.?
    Thanks in advance!
    Best regards,
    Rob

    Thanks for you answers. I am trying to install the developer workplace on Windows 7 (64 bit OS) with SQL server 2008.
    I get the following error
    Running msiexec failed with return code 1603: Fatal error during installation.
    Commandline was msiexec.exe /norestart /L sapmmcX86u.log /i sapmmcX86u.msi /qn
    I check some sdn posts on this error but the solutions refer to updating MSI installer on Windows XP. no solution to windows 7
    Any ideas...?
    Regards,
    Reid

Maybe you are looking for

  • Bluetooth Explorer crashes

    I'm using a Macbook Pro (10.8.4). I'm trying to configure an USB bluetooth dongle. It's lightened but it's not working. Otherwise Bluetooth works well. I tried to Modify Software & Device Configuration in Bluetooth Explorer, when I checkbox Delete li

  • PDF preview in Spring/JSF?

    Hi, i wanna preview a pdf file in my Spring/JSF application. Is this possible? Thanx Tim

  • Patch 3480000 install - Failed worker  FndXdfCmp  Index *  doees not exist

    Dear All I am in the process of installing Patch 3480000 (11.5.10.2) and during the running workers 1 failed with "FndXdfCmp" the full command is_ adjava -mx256m -Xrs -nojit oracle.apps.fnd.odf2.FndXdfCmp &un_apps &pw_apps &un_apps &pw_apps &jdbc_pro

  • Re: I need a vi to write an email, including password

    On Sat, 29 Nov 2003 12:11:46 -0600 (CST), Ed Dickens wrote on Re: I need a vi to write an email, including password: >Unfortuately, all of the VI's in this library are for receiving mail >only. SMTP, not POP3, is what you need to send email: http://w

  • Ipod 120G will not sync running Windows 7 64bit

    Since getting new Dell Inspiron i55 running Wiondows 7 64bit, my ipod will not sync. It stated but termianted without doing any transfer. Tried running iTunes in 32bit mode. Diagnostics Microsoft Windows 7 x64 Home Premium Edition (Build 7600) Dell I