How to lock a Particular Scenario

Hi,
I would like to lock a particular scenario. The situation is like this:
I have 2 cubes MTHCLS and MTHDEF, All my numbers and scenarios are on MTHCLS.
MTHCLS is an ASO cube. I have given the read access to all the groups for this cube.
MTHDEF is a replica of MTHCLS, however it contains only current scenario(one scenario). I have provided the Write access to my users on this cube.
My users are entering numbers in this cube and then lev0 data is loaded in to MTHCLS. There is Appworx chain which do this.
Now I want to lock this scenario in MTHDEF, so that noone enters any number. I don't want do it through security.
Please help me on this. Any simple way to lock the scenario.

Sounds like the security model itself could use some work.
If multiple groups use the same scenario but always toggle that on and off as a single process, you should use the same filter for all those groups. If those filters have multiple functions, they should be split so each group controls a single combination of access/timing events. If you have a big mess that results, some time should be put into finding common elements that are not maintenance heavy. It's not easy, but the payoff is big.
One tool that might help is the security audit workbook from my site (http://www.dougware.com), by creating a cross table of users and groups. The link is: http://www.dougware.com/sitebuildercontent/sitebuilderfiles/security_audit.xls.
The second tab shows the cross index, and the third tab can be modified and re-written back to the server. The uploaded version was designed for Version 6, but I can easily upload a V7 version (not so easy for system 9 though).

Similar Messages

  • How to lock a particular applicatio​n

    Hi,
    I want to lock a particular application in device. Can any one tel me this........

    Hi,
    There are several 3rd party apps that will do this, AppWorld has a good selection.
    Here is an example for $0.99 cents, close to my  favorite price: free!
    Thanks,
    Bifocals
    App Lock 
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • Need suggestion to configure role in CRM in a particular scenario.

    Dear All,
    There are 2 business units under root business unit let say B1 and B2. A user (U1) belongs to business unit B1 and other user (U2) belongs to business unit B2. Both users (U1 and U2) are associated to a security role “Branch Users”.
    The scenario is users can assigned record (Lead) to the users belongs to their business unit only but can share the record (Lead) to all the users of organization.
    Now the problem is for “Branch Users” role if I am giving organization level read permission on “Users” entity then users (U1 and U2) can share lead to all users of the organization but the same time users(U1 and U2) also can assigned lead to all organization
    users. If I am giving business unit level read permission on “Users” entity then users (U1 and U2) can only see users of their business unit at the time of assignment but they are not able to see all users of organization at the time of sharing a lead.
    Please suggest how to implement this particular scenario to resolve this conflict of read permission on User entity.
    Thanks
    Sartaj

    Hi,
        What you are trying to achieve contradicts each other. You will not be able to achieve both with OOTB security roles. Use the function which will be used most with OOTB roles and for other one, write custom code. Like plug-in to restrict
    the change if it is outside the default business unit.
    Hope this helps.
     Minal Dahiya
     blog : http://minaldahiya.blogspot.com.au/
     If this post answers your question, please click "Mark As Answer" on the post and "Vote as Helpful"

  • How to Lock a screen

    Can any body tell me how to lock a particular screen when it is being accessed by another user... is there any function modules available for that

    HI,
      I dont think there is any way to lock a screen. But I would say there is no need to lock a screen. Can you tell mewhy you want to lock a screen. If you are displaying some data in the screen in editable mode then you need to lock the database record corresponding to that data. Thats how you avoid access to data that is being accessed by other users. Can you tell me your requirement.
    If you want to lock a table record then you need to create lock object and then use ENQUEUE and DEQUEUE function modles.
    Regards,
    Sesh

  • How to dedicate Queues for Particular scenario

    Folks,
    How we can dedicate queues to a particular scenario. I have a unique requirement , I need to dedicate XBQSx kind of queues to particular Scenario.
    Thanks,
    Manish Kosarkar

    Manish,
    Go through this document for the procedure on how to achieve your requirement:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/59e837d3-0201-0010-c096-dc1869733413
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20bb9649-e86e-2910-7aa9-88ed4972a5f6
    ---Satish

  • Does any one can guide how to lock particular App with password?

    Does any one can guide how to lock particular App with password?

    CaptinSprinklez wrote:
    Yes, do these steps,
    Have you tested this throughly?
    As an example 'lock' Safari via your method.
    Now use Spotlight to search for Safari, tap it - is it 'locked'?
    Now go to your email & find a link to click - Safari opens again.
    Guided access is not a 'lock' in any sense of the word, it is a tool designed to stop things happening, but many apps have multiple ways to be found or launched you can't easily block them all.
    Mallik_Hyderabad, iOS doesn't have this feature & Apple do not seem interested in adding it (7.5 years & it still isn't an option) - use a passcode with a lock screen timeout if you have any sensitive data on the device or get an Android device.

  • How to find out which user has locked a particular record of a table

    Hi
    Is it possible to know - which user has locked a particular record (I know the primary key of the record) of a table
    Regards

    select     OS_USER_NAME os_user,
         PROCESS os_pid,
         ORACLE_USERNAME oracle_user,
         l.SID oracle_id,
         decode(TYPE,
              'MR', 'Media Recovery',
              'RT', 'Redo Thread',
              'UN', 'User Name',
              'TX', 'Transaction',
              'TM', 'DML',
              'UL', 'PL/SQL User Lock',
              'DX', 'Distributed Xaction',
              'CF', 'Control File',
              'IS', 'Instance State',
              'FS', 'File Set',
              'IR', 'Instance Recovery',
              'ST', 'Disk Space Transaction',
              'TS', 'Temp Segment',
              'IV', 'Library Cache Invalidation',
              'LS', 'Log Start or Switch',
              'RW', 'Row Wait',
              'SQ', 'Sequence Number',
              'TE', 'Extend Table',
              'TT', 'Temp Table', type) lock_type,
         decode(LMODE,
              0, 'None',
              1, 'Null',
              2, 'Row-S (SS)',
              3, 'Row-X (SX)',
              4, 'Share',
              5, 'S/Row-X (SSX)',
              6, 'Exclusive', lmode) lock_held,
         decode(REQUEST,
              0, 'None',
              1, 'Null',
              2, 'Row-S (SS)',
              3, 'Row-X (SX)',
              4, 'Share',
              5, 'S/Row-X (SSX)',
              6, 'Exclusive', request) lock_requested,
         decode(BLOCK,
              0, 'Not Blocking',
              1, 'Blocking',
              2, 'Global', block) status,
         OWNER,
         OBJECT_NAME
    from     v$locked_object lo,
         dba_objects do,
         v$lock l
    where      lo.OBJECT_ID = do.OBJECT_ID
    AND l.SID = lo.SESSION_ID
    hope this helps
    Zekeriya

  • How to lock a period in Essbase but the app is Planning app?

    Hi!
    I am using Planning v11.1.1.3 and have a Planning app.
    The requirement is that user can read/write data directly to Essbase via Smartview. I lock a particular period, e.g. Oct, in Scenario dimension so the user cannot write data to Oct in Planning, but how do stop user to write data to Oct via Smartview?
    The user has 'Server Access' for Essbase, 'Interactive User' and 'Analytic Services Write Access' for Planning.
    If I create a additional filter to lock 'Oct' in Essbase, it seems the user can still write to 'Oct'.
    Appreciate if anyone can shed some light on this.
    Thanks.

    First Smartview is 2 things. Its a planning interface and an Essbase interface.
    So users can access Planning forms and still have the right security. I assume you mean users are interfacing Essbase directly to the same cube that is your planning cube so basically bypassing Planning that controls things
    you can push the filters from Planning to Essbase but Planning controls the periods from the scenario. And If I remember correctly this is not passed to Essbase.
    So your options are 1
    1) dont let users access Essbase directly and force them to use Planning forms in Smartview
    2) don't push Planning security filters to Essbase and try to replicaate all the security again in Essbase. But the tools is not design for this and refreshing will wipe out all your hardwork so be very very careful
    3) push Oracle/Hyperion to finally fix the way they do security to make it more unified process once and for all

  • How to lock sap users in os level

    Dear consultants,
    how to lock the sap users in OS level.please tell me any one.

    Hi Pradeep,
    The table is usr02. The command is as below:
    update <schema>.usr02 set uflag=128;
    in case you need to mention any particular user to be locked, mention in the where clause.
    Before using this command, use the select statement to check the current status of the users.
    Regards,
    Meenu Hans

  • How to lock wbs element

    Hi all,
    I would like to seek your help on how to lock wbs element in a report program. Is there any bapi or function module for that? The requirement is to lock the wbs element when the user process/run that particular WBS. If the user exit to the report program, then that is the time that the other user can be able to process the WBS.
    Please help. Thanks in advance.

    There is no BAPI or function module to lock on unlock a WBS element.Goto Tansaction CJ02,put in the WBS element and repsetive project.
    in CJ02, go to EDIT->STATUS->LOCK/UNLOCK.
    Hope this clarifies your query.
    Regards,
    teja

  • How to Lock a Mac at  A Certain time

    Hello,
    I would like to know how to lock my son's computer at a certain time. But when I go under parental controls, his account does not pop up. is it b/c he is the admin on the computer. Not sure on that one. Can someone please tell me how to lock out my son's account at a particular time?

    First you must remove him as an admin. Change his account to 'standard.' Under System Preferences > Users & Groups > Uncheck 'Allow This user to Administer the Computer' for your Son's account under his name. He must be logged out from his account. If you run into problems, see this thread:
    https://discussions.apple.com/thread/3783318?start=0&tstart=0
    Then, you may set up parental controls properly:
    Manage a user with parental controls

  • How to lock a row in a db2/400

    Hi all,
    Could someone show me how to lock a row in the database DB2/400
    The scenario:
    DB.beginTransaction
    User 1 gets a row with a column bill_number
    "select bill_number from numbers where pk = xxx for update"
    aux_bill_number = bill_number
    USER 1 updated this row
    "update numbers set bill_number = bill_number +1 where pk = xxx "
    USER 1, like final step, insert aux_bill_number in other table as primary key
    DB.commitTransaction
    While doing so,
    User 2 also gets a row with a bill_number. this user must take bill_number with value 2, but take the same value 1
    This it causes key duplicated in the destiny table.
    Please, help me.
    How I must lock the row not to allow to read until finishing the previous transaction?

    Hi all,
    Could someone show me how to lock a row in the
    database DB2/400Isn't SELECT FOR UPDATE standard?
    >
    The scenario:
    DB.beginTransaction
    er 1 gets a row with a column bill_number
    "select bill_number from numbers where pk =
    xxx for update"
    aux_bill_number = bill_number
    1 updated this row
    "update numbers set bill_number = bill_number
    +1 where pk = xxx "
    USER 1, like final step, insert aux_bill_number in
    other table as primary key
    DB.commitTransactionSounds like you're trying to do something that a JOIN would do better.
    While doing so,
    User 2 also gets a row with a bill_number. this user
    must take bill_number with value 2, but take the
    same value 1
    This it causes key duplicated in the destiny table.
    Please, help me.
    How I must lock the row not to allow to read until
    finishing the previous transaction?Setting the isolation level to SERIALIZABLE might help.
    %

  • Solution Directory - How to lock a business process for a implement project

    We have Solution Directory assigned to a maintenance project and I understand the checkout/checkin process and how it locks the business process in the Solution.   What is the best practice when  you are starting a new IMPLEMENTATION project that will impact existing business processes that are in the Solution?  I know that I can copy from the solution to build the new project, but it doesnu2019t lock the BP from the solution.  
    I have a new Implementation project, that i want to checkout/pull existing business processes for the Solution Directory. 
    *How can these Business Processes be "locked" in Solution Directory as they are with a Maintenance project?*

    Kelly,
    You would use the maintenance project to make daily modifications.
    Consider the case of a O2C business scenario. You need to almost make daily configs etc, which get pushed through, such things will go into a maintenance project.
    But if you plan to enhance O2C with a CRM front end or include a better planning solution or TPM or something, then you are looking at an implementation project.
    Rule of thumb. Short Scale changes : Maintenance Project, Long term/major enhancements : Implementation Projects.
    Also In this case to speak about the lock down. Well the Solution Directory kind of takes care of that for you.
    I am assuming that you have a solution populated with business processes. So now if you want to enhance it with a new functionality, you would use an implementation project. So when you define the implementation project, and then navigate to Solar01, and try to add business scenarios , ensure that on the Structure tab you select the Solution as the source. This ensures you are copying content from your current, updated, productive solution. Once you do that, the implementation continues on its track, whilst daily support processes are managed with the check-in / check-out functionality of the Solution and the Maintenance Project.
    You technically do not need to lock the business processes down, since the Compare and Adjust functionality of a solution will help you identify the deltas  between the Solution and the implementation project and you can always make those adjustments post go-live and thus just update the Solution at one shot. Also remember that with SolMan 7.1 the Compare and Adjust functions can be used with Template, Implementation and Solutions in any permutation-combination.
    Hope this helps.
    Plz let me know if you need any additional information
    Cheers!!

  • How to Lock Business Partner

    Hello Guys,
    we are going to edit Business Partner using respectiv BAPIs (BAPI_BUPA_...).
    Since a user is going to change a BP's data, we have to lock the particular BP.
    Until now we could not find a BAPI to lock and unlock - is there really none?
    How can we do the lock/unlock?
    All advices, tipps, ideas or explanations are welcome!
    Best regards
    Philipp

    Hi,
    you don't have to do it. BAPIs get all required locks. If the object which you want to change with BAPI is already locked by other user then BAPI returns a corresponding message and it fails to change object.
    Cheers

  • How to lock record in a remote database ???

    Hi All!
    How to lock record in a remote table ??? Is it possible to lock by using the RPC ??? What are the options available ??
    thanks
    Sanjeeb Bose
    HCL Infosystems Ltd
    Kolkata India

    DBLinks may be one option...
    --Shirish                                                                                                                                                                                                                       

Maybe you are looking for