How to remove locks in BPc netweaver?

Hi all,
How to avoid locks and how to remove locks in BPC netweaver and what is meant  by concrete locks and work station locks in bpc netweaver ?
Thanks
Pooja

Hi Pooja,
There is a good deal of documentation on Work Status and Concurrency Locks in the Application Help.
I would start there.
http://help.sap.com
Cheers, Scott

Similar Messages

  • There is a lock on my homehub network.  Any suggestions on how to remove lock?

    There is a lock on my homehub network.   Any suggestions on how to remove?

    What's this got to do with the iPad?
    Surely you should contact the people who provide your homehub network for any issues with it?

  • How to removes lock

    hi
    sometimes functional/tech team ask for removing lock.what to do then?simply logout and login from frontend solves the issue for sometimes but what measure to take from dba sides?
    rgrd

    You can do a kill -9 on the process_id of the oracle shadow process on the database server to remove the lock. In the following query, it would be vp.spid.
    SELECT DISTINCT dbw.holding_session, fu.user_name apps_user, fu.email_address "Email", vs.username, vs.process "Client Process",
    vs.sid "DB SID", vs.serial# "DB Serial #", vs.MODULE "Module", vs.action "Action", vs.logon_time "Login Time", vp.spid "Server Process"
    FROM v$session vs, v$process vp, fnd_logins fl, fnd_user fu, dba_waiters dbw
    WHERE vp.addr(+) = vs.paddr
    AND fl.spid(+) = vs.process
    AND fl.end_time(+) IS NULL
    AND fu.user_id(+) = fl.user_id
    AND vs.sid = dbw.holding_session

  • How to remove previous instance of Netweaver 2004???

    Hi
    During Netweaver 2004 installation on AIX I got error as Wrong or unsupported SAP DB software installation
    DB startup failed
    To start installation again newly , I deleted /sapdb and /usr/sap./etc/opt/sapdb /usr/spool/sql also all the files in installation folder /local/installsap
    and started installation again in different folder.
    <b>
    INFO       2007-03-29 13:15:35
               CJSlibModule::writeInfo_impl()
    Looking for SAP system instances installed on this host...
    INFO       2007-03-29 13:15:51
               CJSlibModule::writeInfo_impl()
    Found these instances:
    sid: SUN, number: 01, name: SCS01, host: CTSAIX02
    sid: SUN, number: 00, name: JC00, host: CTSAIX02
    WARNING[E] 2007-03-29 13:15:52 [syxxcnamrs.cpp:128]
               PSyServicesEntry CSyIPNameResolverImpl::getServiceByName(const iastring& serviceName, const iastring& protocol) const
    Error converting from service name=sapmsJ2E/protocol=tcp to port number. SAPRETURN=12
    INFO       2007-03-29 13:15:52 [syuxcaccmg.cpp:243]
               bool CSyAccountMgtImpl::isExisting(ISyAccountMgt::eAccountType accountType, iastring sName)
    Account j2eadm does not exist.
    INFO       2007-03-29 13:18:29 [syxxcfile.cpp:523]
               CSyFileImpl::copy(const CSyPath & ., ISyNode::eCopyMode 3, ISyProgressObserver*) const 
    Copying file /local/sapbinaries/java_dvd/51030724_2/DVD_NW_04_SR1_SAP_Web_AS_JAVA/J2EE_OSINDEP/JDKVersion.xml to: ..
    INFO       2007-03-29 13:18:29 [syuxcpath.cpp:369]
               CSyPath::createFile()
    Creating file /local/NetWeaver2004/JDKVersion.xml.
    INFO       2007-03-29 13:18:29
               CJSlibModule::writeInfo_impl()
    Directory /usr/java14_64/bin is not a valid JDK directory: the java executable is missing.
    INFO       2007-03-29 13:18:29
               CJSlibModule::writeInfo_impl()
    Execution of the command "/usr/java14_64/bin/java -version" finished with return code 0. Output: java version "1.4.2"</b>
    In new installation it is detecting previous instance as well.
    Which files should I remove so as to remove the instance completely?

    Yes.
    Do all people visit all forums..?
    I'll not open it in more than one forums then.

  • How to Remove Lock from my phone? Iphone 4 DN*******PMW

    After the firmware to 6.1.3 no longer see the network. Help!
    <Edited By Host>

    Only the carrier to whom the device is locked can unlock it. Any other individual/group/organization that unlocks the device is hacking it.

  • How do you remove lock symbol from project?

    FCXP 10.1.4
    A "key" symbol has shown up on a few random projects in a library.
    I was speaking to FCPX Apple Tech for another issue, and asked in passing what did it mean.
    She said it meant that there were keywords associated with the project, I was a bit dumbfounded and we returned to the issue purpose for the call.
    As I have read, she was referring to a different symbol on documents in a event which is about keywords.
    What it does mean is that the project got locked somehow, and now it can not be moved to another library (it only copies it) and it will not allow deletion.
    Can't find any documentation about the symbol or how to remove it.
    Has anyone had a similar experience and/or has been able to remove it?

    Before I try to remove the "keyword(s)" here the rror message:
    It is not in the timeline...

  • Hello! The question is this. In London, took the Iphone 5 as sim free, flew to Moscow put Simcoe, and he writes me that is locked to the operator O2. Can anyone encountered this problem? What to do? How to remove the Unlock?

    Hello! The question is this. In London, took the Iphone 5 as sim free, flew to Moscow put Simcoe, and he writes me that is locked to the operator O2. Can anyone encountered this problem? What to do? How to remove the Unlock?
    <Edited by Host>

    Look at your receipt. Does it say unlocked? It is possible to purchase both locked "sim free" and unlocked iPhones from Apple.
    ONLY the carrier an iPhone is locked to can legitimately unlock it.
    IF your receipt says that it was supposed to be unlocked, and it is not, call AppleCare. They should be able to straighten it out.

  • How to Remove svn:needs-lock property in subversion

    Hi All:
    I am having problems with subversion and JDeveloper. We were using TortoiseSVN in 10g, and I am trying to exclusively use JDeveloper svn in 11g (11.1.1.4). We have a common business components .jar file that defines all our entities and allows everyone to use these entities already defined.. After losing a bunch of entities through a mistaken delete, we put the svn:needs-lock property on all the entity definitions of this .jar file. The problem appears to be that JDeveloper svn does not lock the assoc.xml file even when I lock the upper levels, which prevents me from changing names and organizing by function our associations. This leads to question #1, is this a known issue? The assoc.xml file is not visable through JDeveloper 11.1.1.4, so I cannot manually lock it.
    So I am wanting to remove the property svn:needs-lock from the entities so that I can use JDeveloper svn since we have discovered that there is a problem using JDeveloper svn with TortoiseSVN. Files seem to become corrupt. This leads to question#2, Does anyone know how to remove the svn:needs-lock property using JDeveloper snv?
    When I display the properties, there is no remove functionality, just "delete". When I click on delete, I am asked if I want to delete the ENTITY and all its files. That is not what I want to do. I know how to delete svn:needs-lock in TortoiseSVN, but hoped to do it in JDeveloper. Is there a way, or is this functionality missing from JDeveloper SVN?
    Mary
    UofW

    Hi:
    Thank you for your response...after using both TortoiseSVN and JDeveloper svn, I have found that neither one handles locking properly. Even though the functionality is in both, there are a variety of problems that I have run across that have wasted an awful lot of my time. It really shouldn't take an entire day to commit something to a repository, but that is what I have found to be the case because of all the problems I am running into. Perhaps now that I have removed the locking, things will be simpler. And I did use TortoiseSVN to remove the svn:needs-lock property from the files.
    I prefer to use JDeveloper svn since the tool integration with svn has worked better for us with the automatic filtering, etc.
    I was hoping to get a response from one of the JDeveloper 'aces' as to whether it is a known problem that the assoc.xml file doesn't get locked and cannot get locked manually in JDeveloper svn AND is someone at JDeveloper aware that there appears to be no way to remove svn properties after they are added on a file....
    ....Any aces out there reading this forum?
    Mary
    UofW

  • How to remove country lock.

    Hello, 
    Mine is 8900. 
    Since there is country lock, I cannot use it in other countries, regions. I am in Netherlands and frequently travel other continents.
    Does anyone know how to remove the country lock? 
    Your comment and advice would be highly appreciated.
    Solved!
    Go to Solution.

    Goodguy wrote:
    Thanks for comment.
    The previous phones were Nokia and HTC. I did not have any problem in roaming with those phones. Without any procedure, I could used the phone in other countries.
    Now SIM card is same and the service provider is same, T-Mobile. When I found BB did not work in China, I put the SIM card to old Nokia phone and it worked. Only difference is the phone.  
    Hi again,
    It sounds then that you wish to use a local (in country) SIM in your BB when you travel. Hence, the unlocking link first provided applies.
    If, on the other hand, you want to roam with your home SIM intact, then you need to ensure you have an adequate international roaming plan from your carrier.
    BB's are different from other devices...that's just the way they are.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to remove passcode lock?

    how to remove passcode lock?

    Restore in Recovery Mode:
    iClarified - iPhone - How to Put an iPhone Into Recovery Mode
    If unsuccessful, restore in DFU mode:
    iClarified - iPhone - How to Put an iPhone Into DFU Mode
    Hope this helps.

  • How to do transports in bpc 7.0 netweaver version?

    Hi all,
    I am new to bpc can anyone pls tell me how to carryout transports in bpc 7.0 netweaver version?
    thanks
    Pooja

    Hi,
    Go through following white paper.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b048ecf4-9414-2c10-ceac-fb2492a8016c
    hope it helps..
    regards,
    Raju

  • How to remove a picture / wallpaper on lock screen?

    Hi, I have a question and hopefully somebody can help me, how to remove a background on the lock screen? I just want to have default settings back, without any picture on my lock screen but I want to see home screen only. Does anyone know how to change it?

    Settings > Brightness & Wallpapers > Top row; right most wallpaper is default

  • HT4623 A lock sign appear on the top of screen how I remove it?

    A lock sign appear on the top offscreen plz tell me how I remove it?

    SCREEN ROTATION
    To lock/unlock the screen rotation double-click the Home button, swipe the multitasking bar from left to right, then tap icon with the circular arrow in a square. Read: http://support.apple.com/kb/TS3805

  • How to removed Editor Lock from an ABAP program

    Hello, I would like to know how to remove an editor lock from an ABAP  program that someone placed?   The person who placed the lock is no longer active in the system.   When I try to remove the lock, I get the message that the person placed the lock can remove it.  Looks like only that person can remove the lock.  Is there a way around this?  Reactivating his id is not an option, in our case.

    Hi,
    I'm able to see the program in table TRDIR, but not able to edit it.
    I have find one more table where we can edit is "PROGDIR"
    Goto table " PROGDIR"
    give the program name and execute
    select the program and choose edit button
    and remove "X" from the field "EDTX" to remove the lock for the program.
    Regards,
    Vaira.

  • How to remove an object lock from database in VMM?

    This seems to be a recurring issue for others as well, but the root cause might be different for each
    I am in a situation where I can't add additional disks to a VM because of running intoError (2602) "Unable to perform the job because one or more of the selected objects are locked by another job" - however, other VMs on
    the cluster are not locked and there are no other jobs running against the VM where I need to add the disks.
    Looks like a quirk in the VMM database to me - maybe an "orphaned lock"?  Would love to know how to remove this or how to handle this issue, as the recommended action in VMM doesn't really help much at all (To find out which
    job is locking the object, in the Jobs view, group by Status, and find the running or canceling job for the object. When the job is complete, try again.)  
    Why doesn't VMM at least say which job is locking the object? 

    This post is older than 30 days or we have not heard back from you. 
    Did this issue get resolved?  If so, please share with community how you resolved. 
    Otherwise, re-activate post if you still require assistance.
    o   
    Also, if you feel this is just a bug in SCVMM I recommend submitting bugs or recommendations to our connect site.  Connect offers the ability
    to have the product team directly evaluate a bug, design, or feature request.  Here is the link:
    https://connect.microsoft.com/site960
    Carmen M. Summers (MSFT) --Posting is provided "AS IS" with no warranties, and confers no rights.

Maybe you are looking for