Business Transaction Management (BTM) Best Practices Sharing

A client I am working with is interested in building relationships with other Oracle customers using Business Transaction Management (BTM). The goal is to share tips, tricks, and best practices. BTM came from Oracle's acquisition of AmberPoint. Please contact me if you are interested in engaging. I can be reached at [email protected]

Unless there is some other reason, users should own the right to share their mailboxes - it shouldn't be something that demands administrator management (if only so that the administrators aren't swamped by user requests for sharing their mailboxes). 
For true shared mailboxes, when the mailbox is created, full access is granted by an administrator.

Similar Messages

  • Business Package for SAP Best Practices for Enterprise Portal

    Hi,
    We are implementing EP for ECC 5.0 and we have to web enable some FI transactions like FB50/fb60 etc. We want to use standard business package for this. The only business package that caters this requirement is "Business Package for SAP Best Practices for Enterprise Portal 60.1". When i checked the data source for this business package, the specification is for "SAP R/3 4.6B and above". Does this work for ECC 5.0 as well? In general does the R/3 specific business packages work for ECC versions? Please let me know. Thanks for the help.  I promise rewards.
    Regards
    Hari

    Hari,
    When you download the BPO via Portal Content Portfolio,
    each bpo has additional information on the release.
    For example for the one you are inquiring about - Business Package for SAP Best Practices for Enterprise Portal, the additional release information is provided on the following links;
    https://www2.iviewstudio.com/sdn/info/index.cfm?action=faqs&part=#QSR03
    https://www2.iviewstudio.com/sdn/detail_view/index.cfm?action=package_information&CatalogSet=SAP%20Content&ItemID=17212&CFID=7544845&CFTOKEN=99283970
    Regards,
    James

  • How to obtain Business Transaction Management ?

    I'm new to OEM, so I think I'm confusing myself ! How do I download the Business Transaction Management product ? As I read the Oracle documentation it sounds like a separate product - perhaps I am wrong about that ?
    Thanks in advance for any advice !
    Edited by: warelock on Dec 28, 2010 10:22 AM

    Thanks, guys. I was able to download the BTM products.
    It is interesting - all of the documentation from these sources refers to a version of AmberPoint. Based on the latest BTM Installation Guide (Dec 2010), the architecture appears to have changed - there are Monitors and Observers rather than apContainers and apProxyNodes and nano-agents. I'm not sure if this is a real architecture change or just a different way of describing the products.

  • Managed Bean Best Practices

    Hi
    Are there any best practices for using Managed Beans?
    We plan to use our own custom-built JSF components. Need to understand how to design backing beans for performance/effort optimization.
    For example :
    1. How to make managed beans thread-safe for concurrent requests, without compromising on efficiency/speed?
    2. How to enforce the J2EE security with managed-beans?
    3. How to decide the scope of these beans to ensure minimal data-storage in session?
    4. How to decide the granularity at which a managed-bean should be used for example :
    4.1 One bean-per-component
    Advantages :
    a) if complex components require special data-holding/processing/event-handling capabilities from bean
    (e.g. datagrid model,tree model,menu model)
    Problems :
    - with multiple components in a page/form
    a) it becomes tedious to debug/change/track which bean serves which component
    b) if session scope is required, too many beans will be cached in session
    c) unnecessarily too many beans will be created on server (= n pages * m components-per-page)
    d) unnecessarily increases the length of faces-config.xml
    4.2 One bean-per-form
    Advantages :
    a) in multi-form web pages, to ensure the functional behaviour of each form is separate/modular in its own bean.
    b) each managed-bean would map to specific/meaningful functionality/user-interaction in use-case.
    Problems :
    - if form includes complex components (datagrid/tree/menu) requiring a specialised bean class, then
    a) either one of the specialized bean has to be augmented with additional logic to handle data/events for all other components within the form
    (Not good, as it mixes-up the responsibilities of component-specific-beans, and the bean may no more be reusable in another form)
    b) or without using component-specific beans, only single form bean should handle the data/events for all components in the form?
    (Neither good, since if a complex tree-compoent is reused in multiple forms, then the logic to handle data/events for such a component will be repeated in those many form-specific managed beans)
    4.3 One bean-per-page
    Advantages :
    a) seems more modular/meaningful way - since a page would map to some feature within the use-case
    b) bean will contain only behaviour which is relevent for the associated page/function within use-case
    Problems :
    a) in multi-form pages, can single bean handle data/events for multiple forms?
    b) if page uses complex component (e.g datagrid, tree) that needs its own bean - how does page-bean exchange data with component-bean?
    Thanks,
    Arti

    Are there any best practices for using Managed
    Beans?There are no best practices for using Managed Beans in terms of Sun, or other vendors recommendations. But there are some patterns that can be applied to the managed beans (The managed bean is already a pattern). Also common sense is allways a good practice.
    For example, the managed bean should not have business logic code, only presentation logic code, etc.
    1. How to make managed beans thread-safe for
    concurrent requests, without compromising on
    efficiency/speed?The beans can be created by request, so concurrency is not an issue. If they are session scope, also is not an issue because, a user can only have one thread running. Only in application scope you must have carefull.
    >
    2. How to enforce the J2EE security with
    managed-beans?see this:
    http://jsf-security.sourceforge.net/
    About jsf-security
    >
    3. How to decide the scope of these beans to ensure
    minimal data-storage in session?If you wnat minimal data-storage in session the answer is request or none.
    In question 4, you make the question and give the answer ;-)

  • Best Practice: Sharing Action Task

    My application has two Action implementations. One is "SaveAs" which shows a JFileChooser and then saves to file using SwingWorker to keep GUI responsive. The other is "Exit" which does exactly the same (but only if the lokal document is "dirty") and terminates the application after that. It works pretty well.
    But it is not nice that 90% of the code is duplicated, so the question is, what is the best practice?
    One could imagine a lot of possible solutions, like:
    - Exit extends SaveAs, or both extending a common super class. Technically right, but rather strange: What shall that super class be named besides a synthetical "ExitAndSaveAsSuperClass"...?
    - Exit calls SaveAs and passes a parameter telling SaveAs to exit after SwingWorker is finished. Technically possible, but horizontal calls always have a bad smell of SpaghettiCode.
    - Exit and SaveAs both have no own code besides telling a third class to do the work. Looks like a good separation of Action and Task. But looks like breaking a butterfly on a wheel.
    - etc.
    So what I like to know is not whether anybody has any more ideas or what anybody thinks about the above ideas. My question actually is whether there has been emerged a "best practice" for this problem (sharing of Action Task)? I mean, Swing is around for decades now so I assume that there are lots of best practices existing, but I just did not found them so far on the web...?

    Perhaps refactor the common save-as functionality in a method of the class, and have the two listeners both use it.

  • Outlook Calendar 2013/ Office 365 - Best Practice Sharing an Outlook Calendar with others

    I am being asked to share user calendars with several users. Would anyone have a recommendation or know the best practice on doing this? I know of two options.  Normally I would have used the option in Outlook to add delegates. I was working on
    another issue and someone showed me how you can right click on the users name in Calendar and choose properties and then click the permissions tab. The second option changes permissions just for Calendar. Using the delegate option, inbox permissions
    can be granted also. Is one of these options better than the other?  Thanks

    Hi,
    There are a few differences between Sharing and Delegation in Outlook. The most important thing is that delegates are people who are allowed to send on behalf of you while sharing is just that you share your folders with others.
    There is a general setting in the main Delegates dialog to control whether or not you will still receive these messages yourself as well.
    In addition, you can also control whether or not a delegate will receive these messages on a per-delegate basis. This cannot be done by just sharing your Calendar.
    Besides, delegate permissions are also required when you want to grant your colleague the permission to see items which are marked as Private. However, there is no way to grant this permission on a per-folder basis.
    For more information about this, you can have a look at this:
    http://www.msoutlook.info/question/857
    Best Regards,
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Handling units management SAP Best Practices Document Links

    Hi Friends
    I would like know more about handling units management .
    Could you please send me  SAP Best Practices Document handling units management Links .
    Thanks in Advance.
    Thanks
    SR

    Might be useful:
    [Click here|help.sap.com/bp_bblibrary/500/documentation/U43_BB_ConfigGuide_EN_IN.doc|weblink]
    Thanks and Regards,
    Naveen Dasari.

  • BTM (Business Transaction Manager) - anyone using Quick Start ?

    We are trying to use the Quick Start package as a way to learn BTM fundamentals. It installs on Tomcat and that seems to work fine. We'd like to set up an Observer so that we can create transactions to monitor.
    Has anybody done this? We won't have our hardware for the "real" installation for a couple of weeks yet and we'd like to be able to use that time with this Tomcat system - we understand it is not the real thing ;-)
    Appreciate any advice !

    no replies

  • Managing connections best practices

    Hi,
    I have a web application that uses JDBC to retrieve information and display it. My question is: What is the best way to manage your connection objects? I know using a connection pool is probably best, but I'm curious to hear good alternatives? If I need a connection in several places in my web-app, then storing one Connection object in the session seems like a good idea. This way I don't have to create and close my connections each time and slow down performance. But what happens to the connection when the user is no longer in the session. Does the database close the connection implicitly and is there any cons to doing it this way?
    Thanks

    Hi,
    I have a web application that uses JDBC to retrieve
    information and display it. My question is: What is
    the best way to manage your connection objects? I know
    using a connection pool is probably best, but I'm
    curious to hear good alternatives? If I need a
    connection in several places in my web-app, then
    storing one Connection object in the session seems
    like a good idea. The term "session" usually refers to a 'space' that exists both on a client and a server.
    Connections never exist on more than one machine or even more than one application.
    This way I don't have to create and
    close my connections each time and slow down
    performance. But what happens to the connection when
    the user is no longer in the session. Does the
    database close the connection implicitly and is there
    any cons to doing it this way?
    Well one con is that in general you have no control over when the "session" is closed. Thus you must rely on finalize in a java class to close your connections via the GC. And unless you have a really unusual database, or you only use a couple of "sessions" an hour, you are going to run out of connections. This is because GC is optimized for memory handling and not any other resource (a connection is a resource.)

  • Intangible item management & SAP best practice

    All,
    I am wondering what is the best way to handle intangible flow within SAP.
    As a definition, intangible Items are any kind of assets or products that cannot be touched. As an exemple, it can be software / License / License keys. In this question, I am referring to intangible items that are mostly considered as Asset (meaning not standard cost exist for the intangible item).
    Thanks,

    Hi,
    As you wrote, you maintain intangible items as Assests in FI. You can then run depreciation from FI-AA moldule.
    Regards,
    Marcin

  • Any best practices sharing iPhoto library between iMac and MacBook Pro

    I have my iPhoto library on my iMac, but I would also like to view and edit keywords, etc on my MacBook Pro.
    Any suggestions on how to do this?

    Larry
    There are two ways to share, depending on what you mean by 'share'.
    If you want the other user to be able to see the pics, but not add to, change or alter your library, then enable Sharing in your iPhoto (Preferences -> Sharing), leave iPhoto running. On the other machine enable 'Look For Shared Libraries'. Your Library will appear in the other source pane.
    Remember iPhoto must be running on both machies for this to work.
    If you want the other user to have the same access to the library as you: to be able to add, edit, organise, keyword etc. then:
    Quit iPhoto ion both machines.
    Move the iPhoto Library Folder to an external HD set to ignore permissions
    On each machine in turn: Hold down the option (or alt) key and launch iPhoto. From the resulting dialogue, select 'Choose Library' and navigate to the new library location. From that point on, this will be the default library location. Both machines will have full access to the library, in fact, both accounts will 'own' it.
    However, there is a catch with this system and it is a significant one. iPhoto is not a multi-user app., it does not have the code to negotiate two users simultaneously writing to the database, and trying will cause db corruption. So only one user at a time, and back up, back up back up.
    Regards
    TD

  • SAP Business One Best-Practice System Setup and Sizing

    <b>SAP Business One Best-Practice System Setup and Sizing</b>
    Get recommendations from SAP and hardware specialists on system setup and sizing
    SAP Business One is a single, affordable, and easy-to-implement solution that integrates the entire business across financials, sales, customers, and operations. With SAP Business One, small businesses can streamline their operations, get instant and complete information, and accelerate profitable growth. SAP Business One is designed for companies with less than 100 employees, less than $75 million in annual revenue, and between 1 and 30 system users, referred to as the SAP Business One sweet spot. The sweet spot covers various industries and micro-verticals which have different requirements when it comes to the use of SAP Business One.
    One of the initial steps during the installation and implementation of SAP Business One is the definition of the system landscape and architecture. Numerous factors affect the system landscape that needs to be created to efficiently run SAP Business One.
    The <a href="http://wiki.sdn.sap.com/wiki/display/B1/BestPractiseSystemSetupand+Sizing">SAP Business One Best-Practice System Setup and Sizing Wiki</a> provides recommendations on how to size and configure the system landscape and architecture for SAP Business One based on best practices.

    For such high volume licenses, you may contact the SAP Local Product Experts.
    You may get their contact info from this site
    [https://websmp209.sap-ag.de/~sapidb/011000358700001455542004#India]

  • Diff Between Best Practices  &  Business Packages

    Dear Master
                    Can u give a brief difference between
                           Best Practices  &  Business Packages?
    thankx

    Hi,
    Best Practices : SAP Best Practices provide a toolset that helps IT and functional project team members to quickly deploy functionality in SAP solutions - from SAP NetWeaver, to core SAP applications. This toolset comprises a mix of step-by-step instructions, preconfiguration, sample master data, code samples (where applicable) and end-user training - organized by technical or business scenarios that you might want to implement in your landscape.
    http://help.sap.com/content/bestpractices/crossindustry/bestp_based_netweaver.htm
    Business Packages : The SAP NetWeaver Portal offers a state-of-the-art portal solution. However, to make a portal useful to all the people it seeks to serve, it must not only provide general portal capabilities, but also content designed specifically to serve users in various industries and business areas.
    SAP provides such pre-assembled content bundled as business packages for completing business tasks. In essence, the business packages provide out-of-the-box portal applications that can be easily modified to suit a customer's needs.
    http://www.sdn.sap.com/irj/sdn/contentportfolio
    Hope this helps.
    Cheers!
    Sandeep Tudumu

  • How to know transaction manager performance

    how to know what is the screen / form i can use to perfrom any transaction and monitor the performance from there

    Hi;
    Please see below
    http://www.scribd.com/doc/54151230/EBS-Concurrent-Manager-Performance-Best-Practices
    http://blogs.oracle.com/ebs/2011/01/concurrent_manager_performance_-bestpractices_-_us.html
    Regard
    Helios

  • SAP Best Practice for Chemicals in an oil refinery

    Does anyone have experience in implementing the SAP Best Practice for Chemicals in an oil refinery that will also use IS-OIL?
    What would be the pros and cons?
    What is the implementation price of considering a best practice solution for a large complex organization?
    Oded Dagan
    Oil Refineries LTD.
    Israel

    Hi Oded,
    I don't know about any Best Practice Chemicals implementation in an refinery so far.
    But you can use Best Practice Chemicals with SAP IS-Oil for the non IS-Oil functionality as well.
    Best Practice Chemicals gives you benefits within standard business processes, but for the
    IS-Oil business processes you have to consider the traditon implementation methods.
    Best Practice Chemicals gives you a broad business process set, usually used in Chemical
    corporation. If you can cover 50% of your needed business processes out of Best Practice Chemicals you save approx 50% implementation time. It is not only implemenentation you save a lot in documentation and training material as well. Most of our Best Practice Chemicals implemenations used
    60-80% out of Best Practice Chemicals. At a large corporation the percentage of standard ERP processes is normally smaller, because of other additional needed SAP solutions e.g. APO, SRM, CRM etc.
    regards Rainer

Maybe you are looking for