Increase enqueue process

Hi,
i have one enqueue process in my ECC  server. i  want to increase  the process from one to two.
plz suggest.
regards,
krushna ch Nayak

Dear Milind
SAP has not recomended to increase more then One enque for one SAP  R/3.
Enque work process maintain the locking machanizam for entire R/3.
regards
Bandla

Similar Messages

  • Increase work process to specific Reports..

    HI
    is it possible to increase work process time to specifi report, becasue i am getting below error while running the report
    The program "SAPLKARS" has exceeded the maximum permitted runtime without
    interruption and has therefore been terminated.
    After a specific time, the program is terminated to make the work area
    available to other users who may be waiting.
    This is to prevent a work area being blocked unnecessarily long by, for
    example:
    - Endless loops (DO, WHILE, ...),
    - Database accesses with a large result set
    - Database accesses without a suitable index (full table scan)
    The maximum runtime of a program is limited by the system profile
    parameter "rdisp/max_wprun_time". The current setting is 600 seconds. If this
    time limit is
    exceeded, the system attempts to cancel any running SQL statement or
    signals the ABAP processor to stop the running program. Then the system
    waits another 60 seconds maximum. If the program is then still active,
    the work process is restarted.
    please get me the solution asap
    thanks By engli

    You can set rdisp/max_wprun_time this value dynamically and chage it back to original value after your report is finished.
    before you start your reoprt or program do this,
    T-CODE --> RZ11 --> rdisp/max_wprun_time --> change value --> new value --> hit OK.
    After your report is finished you can switch back to old value.
    Regards
    SM.

  • BW 3.x : Increase Background processes for one loading

    Hello,
    in BW 3.x, I must load cube1 into cube2 (cube2 is a cube1's copy). => During loading, time process is due to writing fact table.
    I decrease parameter (infopackage parameter), in order to increase performance :
    Maximum size of a data packet in kByte
    I want to increase parallel processes in order to increase performance again (Data volume is so important). But How to increase this parameter : "Maximum number of dialog processes for sending data".
    Thanks in advance for your help.
    Best Regards,

    See note 631710.
    Or you can increase it at system source level (transaction SBIW/Main settings).
    Regards,
    Fred
    Edited by: FCI on Apr 28, 2009 6:02 PM

  • Increase Apply Process Performance

    Dear All,
    I want to know how can I increase Apply Process Performance in Oracle Streams Setup.
    I use Windows 2003 and Oracle 10g R2

    Check metalink Note:335516.1
    HTH...

  • Enqueue process deleted automatically

    Hi Experts,
             Now i am facing a critical issue, In our SAP systems (DEV,QAS,PRD) suddenly the Enqueue process is deleted. It is not displayed in the SM50 t-code and i checked in rz11, All the parameters are showing 0 value.So that users automatically logged out from the sessions.then they tried to login ,they able to login but transaction codes are not performing. The error message it is showing is "table is locked by the same user" .for this entire day was loss.
    then we added Enqueue process ,we have 60 logins in the company ,from this onwards if 60 users login to the system the users getting different kinds of errors.and also i found that almost all dialog work process and update work process is running for long time, if around 30 users login to the system it is performing well. almost two days gone. we are not able to find root cause and solution.
    pls help me, if any doubts pls ask me.
    pls reply me and help me.
    thanks and regards,
    Patan Thavaheer.

    Hi Thavaheer,
    we have 60 logins in the company ,from this onwards if 60 users login to the system the users getting different kinds of errors.and also i found that almost all dialog work process and update work process is running for long time, if around 30 users login to the system it is performing well. almost two days gone
    1) How much RAM do you have configured on the server ?
    2) What is the OS and DB version ?
    Regards,
    Deepak Kori

  • What is Enqueue Work process in SAP ? Enqueue Process in Oracle ?

    Hello Nation,
    I am new to SAP BASIS ,When i was learning the sap basis architecture i came across a doubt that
    What is the work of SAP ENQUEUE ?
    What is ORACLE ENQUEUE?
    Why there is TWO ENQUEUE ?
    What is the difference between SAP ENQUEUE and ORACLE ENQUEUE ?
    Since i am fresher i couldn't differentiate use of both the enqueue process,awaiting
    Thanks in advance ,
    -Mohamed Naveen  

    please read this and in case you still have question.. ask.
    Relationship Between SAP Locks and Database Locks - The SAP Lock Concept (BC-CST-EQ) - SAP Library
    Enqueue Workprocess and database locking
    best regards
    ashish

  • Locking without Enqueue Process

    Hi All,
    Here is a strange scenario ;
    - Standalone EP SP12 installation.
    - Start J2EE
    - Logon to Portal, open an iview(iviewA) to edit it
    - Open "Monitor Locked Objects" within Portal to see the locked iview object
    - Terminate enqueue server process manually on O.S Level.
    - Open another iview object (iviewB) to edit in Portal
    Now,if I try to edit iviewB with another user, I expect to edit it without any restriction although it is in edit mode by another user, because there is no enqueue process to handle the locks. But that does not happen! I'm still getting "Object is Read-Only" message if I try to edit iviewB and I can see the provided lock for iviewB in "Locked Objects List".
    Another thing is, I can also still see the lock for iviewA in lock table even though there is no enqueue process.
    Now, how can this be explained ? There is no lock server, but someone is still providing locks ???
    Regards
    Ahmet Tekin

    It's entirely possible that the PCD which persists iviews uses internal persistent locks on an object level; and if it uses enqueue locks at all then most likely for cluster-wide  synchronized access to critical PCD superstructures only.

  • Adding one more enqueue process to ECC 5.0

    hi,
    we are running with ECC 5.0 talking to CRM 4.0 & BW ,many times it has been observed that lakhs of queues(inbound) remain stuck due to non availability of the enqueue process at ECC ,after checking the same at ECC it was for a long in "running" state ideally a enq process should be in running state only for few milli secs
    so its only after its restart we can proceed i know its possible to incraese the enqueue Work process as finally we have only one lock table , but i need to kow the process on how to add this work process & what cautionary thin gs to be taken care while adding an enqueue work process.
    Regards
    SM

    Daer Jaun
    thanks for your prompt reply
    I would like if you could help me on the documents if any for getting an additional enqueue work process & associated configurations,however i do analyse the system on regular basis & since this concern is being faced at a customer's place it was their observance on the enq process being occupied for a longer period.
    Regards
    SM

  • AQ :: Enqueue Process

    Hi,
    We have 2 databases A,B where A needs to be read frequently (like polling) and B should be read as batch. We are implementing AQ, where queues are created for tables in A and B resp.
    Now, please tell me which will be the best way to achieve Enqueue operation?
    1. Use a trigger and call enqueue package?
    2. Use some external agent to call the enqueue package?
    Kindly let me know if there is any other best practice by which we can shedule/operate enqueue process.
    Regards,
    AP

    Hi,
    Oracle provides you option to perform enqueue/dequeue operation either one message at time or Array of message in one shot and also you have option to apply plsql notification which can further be used to dequeue message automatically. It depends on your app requirement which way to go either shedule job in oracle or write windows service to perform Enqueue/Dequeue operation. If requirement is DB instensive go for Oracle Job. More about packages you can find here.. http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28419/d_aq.htm#i1000850
    If you are planning about moving mesage from A-Q to B-Q you can set message propagation by denfining subscriber and propagation schedule..
    Thanks

  • Can we increase work process?

    Hi frds,
    We are using Itanium servers with 8GB RAM. How many work process can be increased for this server.
    Regards,
    Nageshwar

    Nageshwar
    6 dialog, 3 backgrounds, 2 update (v1 n v2), 1spool and 1 enqueue, even for a development system is small. Increase the number of background to at least 5.
    4-6 WP per CPU is not valid anymore.
    Itanium processor has a power of 800 to 1400 SAPS depending of the model. Plus they are multithreading, multi-core...
    One rule of thumbs is to have 1 dialog process for 5 concurrent users. However, some applications consume more dialogs than others (reporting, PI-Sheets,…).
    Also, keep in mind that you should limit the number of process per application instance to 50. So, I you plan to have more process, plan to have other application instances.
    If you want more information, please give more details (SAP product? Version? Number of concurrent users? ….)
    Thanks in advance.
    Frank Markarian
    SAP America

  • Enqueue process not getting start after failover

    Hi Experts,
    We are facing problem suddenly after doing failover test. This problem arrived today only. Before it was happening successfully.
    Before failover everything is running fine on primary node. After doing failover the enqueue sever process on ASCS instance is not starting in secondary node.
    It's also showing license will expire on 16.11.2010, but system has
    already license installed.
    The ASCS start logs are showing as below -
    Execute Pre-Startup Commands
    (12517410) Local: /usr/sap/PRD/SYS/exe/run/sapcpe pf=/usr/sap/PRD/SYS/profile/PRD_ASCS00_sapprd1 list:/usr/sap/PRD/SYS/exe/run/scs.lst
    (11534542) system(/usr/sap/PRD/SYS/exe/run/sapcpe pf=/usr/sap/PRD/SYS/profile/PRD_ASCS00_sapprd1 list:/usr/sap/PRD/SYS/exe/run/scs.lst) returns 4
    (12517412) Local: /usr/sap/PRD/SYS/exe/run/sapcpe pf=/usr/sap/PRD/SYS/profile/PRD_ASCS00_sapprd1 list:/usr/sap/PRD/SYS/exe/run/sapcrypto.lst
    (11534542) system(/usr/sap/PRD/SYS/exe/run/sapcpe pf=/usr/sap/PRD/SYS/profile/PRD_ASCS00_sapprd1 list:/usr/sap/PRD/SYS/exe/run/sapcrypto.lst) returns 255
    (12517414) Local: rm -f ms.sapPRD_ASCS00
    (12517416) Local: ln -s -f /usr/sap/PRD/ASCS00/exe/msg_server ms.sapPRD_ASCS00
    (12517418) Local: rm -f en.sapPRD_ASCS00
    (12517420) Local: ln -s -f /usr/sap/PRD/ASCS00/exe/enserver en.sapPRD_ASCS00
    Starting Programs
    24.10.2010 18:39:42
    ShmDetach
    OK
    (12517424) Starting: local ms.sapPRD_ASCS00 pf=/usr/sap/PRD/SYS/profile/PRD_ASCS00_sapprd1
    (8585426) Starting: local en.sapPRD_ASCS00 pf=/usr/sap/PRD/SYS/profile/PRD_ASCS00_sapprd1
    (11534542) Waiting for Child Processes to terminate.
    (11534542) **** 2010/10/24 18:39:42 Child 8585426 terminated with Status 1 . ****
    (8585426) **** 2010/10/24 18:39:42 No RestartProgram command for program 1  ****
    It's unable to start enqueue server process.
    Please suggest your solutions.
    Regards,
    Ramesh.

    Hi Gagan,
    The enqueue problem is resolved. Atually 2 days before we increased RAM of primary node by 1GB, and that was creating issue. we revert it back and again did a switchover and everything is running fine. It was strange that my secondary node is getting affected due to increasing the RAM in primary node.
    Regarding license key, can you please provide me detail steps to resolve it. I have gone through installation doc but couldnt find it. Now Tcode slicense is showing another hardware key in my DI system. Do I need to get seperate permenant license key for DI by registering DI host and new hardware key??
    Just confirm and also add some of your expert suggetsions.
    Regards,
    Ramesh.
    Edited by: ramesh_basis on Oct 25, 2010 7:26 AM

  • How do I increase the processing speed on my Pro Retina in Final Cut ProX?

    I have a 2012 pro retina w/ 16 GB, I am trying to make a time lapse video in FinalCut w/ appx 10,000 stills shot at 1080 on a GoPro.  I know this is a lot and life would be a lot easier w/ a Thunderbolt.  I'm using CleanMyMac2 to free up some space and am moving the nearly 80 GB of photos onto a 1TB external to see if that speeds processing up a bit. 
    Any other thoughts/suggestions on increasing speed?

    You can't use Disk Utility to securely erase a Solid State Disk drive, because of the fact that SSD's have limited write capability, unlike hard drives, thus have to protect the sectors from as little writes as possible.
    In fact TRIM (wear leveling) is enabled to write new data to the least used sectors on a SSD each time.
    The NSA guidelines for secure data destruction on SSD's is to grind them into a fine powder.
    If you don't require this level of data destruction, you can do this trick below, but not often or you'll premaurely wear out your SSD.
    Finder > Duplicate a small file repeatly in a folder until slightly more than 50% of the remaining free space on the SSD is used up, (use Activity Monitor) then delete this folder.
    Then duplicate a different small file repeatly in another folder in the same manner.
    What this will do is, because of the small file, OS X will fill the smallest unused spots on the SSD, the duplicates will fill the remaining free space half way, then the second folder will (because of TRIM) fill the other remaining 50% of the free space.
    You can't fill your boot drive or the machine can refuse to function or boot, but because of the wear leveling this should overwrite all your available free space on the SSD once.
    If you have a laptop and TimeMachine, there is a hidden database on the boot drive which will store a copy of the deleted data.
    Then there is "versions" and it's possible a copy of the deleted data is stored in that cache file still on the SSD.
    I can advise how to delete the TimeMachine backup file on the boot drive, but not the "versions" database or what it contains.
    How do I securely delete data from the machine?
    If your really paranoid it's likely best to reformat the entire MacintoshHD partition from recovery and then with a new user, then do the Finder > Duplicate procedure to overwrite the deleted data off the SSD, this way the "versions" and TimeMachine databases are also overwritten.
    Nothing is safe anymore.

  • How to increase ims_master process number ?

    Hi,
    We are running:
    Oracle Communications Messaging Server 7u4-23.01(7.0.4.23.0) 64bit (built Aug 10 2011)
    libimta.so 7u4-23.01 64bit (built 17:01:27, Aug 10 2011)
    Using /opt/sun/comms/messaging64/config/imta.cnf (compiled)
    SunOS store1.unige.ch 5.10 Generic_138888-05 sun4u sparc SUNW,SPARC-Enterprise
    and I would have wished to increase ims_master number of processes from 2 to 4.
    Here's my channel definition in imta.cnf:
    ims-ms defragment subdirs 20 notices 1 4 8 12 16 backoff "pt5m" "pt10m" "pt30m" "pt1h" "pt2h" "pt4h" maxjobs 4 pool IMS_POOL fileinto $U+$S@$D
    ims-ms-daemon
    I have also this configuration in my job_controller.cnf:
    [POOL=IMS_POOL]
    job_limit=4
    However this don't do the job.
    Can you tell me what's wrong in my configuration ?
    Thanks by advance,
    PL

    job_controller starts ims_master processes as needed per threaddepth and the incoming load. So increasing maxjobs/job_limit will not cause more ims_master processes until job_controller finds the need for them.
    Also note that ims_master shuts down relatively soon after it finds there is no more work for it. So it is perfectly normal for the number of ims_master processes to fluctuate and to see "shutting down" and "starting up" messages in the "imta" log file.

  • Need to increase max process in the init file. Please check and correct me

    Friends,
    We have Oracle9iR2 database in the RHEL AS 3.0 box.
    Sometimes we are getting ORA-00020, means the max process is reached.
    We have planned to increase the max process from 150 to 250 in the init.ora file.
    i think the init.ora will be in /u01/app/oracle/admin/ourdb/pfile/
    correct me if i am wrong......
    Step1: vi init.ora file and change the process from
    processes=150
    to
    processes=250
    while the database is running.
    Step2:shutdown the database and start the database.
    is there only 2 steps or i have to shutdown the db at the beginning itself?
    Or i have to take any precautions. Our server is HP ML-370 with dual processor.
    Thanks
    Sathyguy

    hi sathy
    SQLNET.AUTHENTICATION_SERVICES
    Purpose
    Use the parameter SQLNET.AUTHENTICATION_SERVICES to enable one or more authentication services. If authentication has been installed, it is recommended that this parameter be set to either none or to one of the authentication methods.
    Default
    None
    Values
    Authentication Methods Available with Oracle Net Services:
    none for no authentication methods. A valid username and password can be used to access the database.
    all for all authentication methods
    nts for Windows NT native authentication
    SQL> conn hr as sysdba
    Enter password:
    Connected.
    SQL>--change sqlnet.ora ( authentication setting to 'NONE')
    SQL> conn hr as sysdba
    Enter password:
    ERROR:
    ORA-01031: insufficient privileges
    Warning: You are no longer connected to ORACLE.
    SQL> conn sys as sysdba
    Enter password:
    Connected.
    SQL> show user
    USER is "SYS"
    SQL>
    set processes parameter through two methods
    first.
    SQL> conn sys as sysdba
    Enter password:
    Connected.
    SQL> show parameter spfile
    NAME                                 TYPE        VALUE
    spfile                               string      D:\ORACLE\DB_1\DATABASE\SPFILE
                                                     ORCL.ORA
    SQL> show parameter processes
    NAME                                 TYPE        VALUE
    aq_tm_processes                      integer     0
    db_writer_processes                  integer     1
    gcs_server_processes                 integer     0
    job_queue_processes                  integer     10
    log_archive_max_processes            integer     2
    processes                            integer     150
    SQL> alter system set processes = 175 scope=spfile;
    System altered.
    SQL> show parameter processes
    NAME                                 TYPE        VALUE
    aq_tm_processes                      integer     0
    db_writer_processes                  integer     1
    gcs_server_processes                 integer     0
    job_queue_processes                  integer     10
    log_archive_max_processes            integer     2
    processes                            integer     150
    SQL> shutdown immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  171966464 bytes
    Fixed Size                   787988 bytes
    Variable Size             145488364 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 524288 bytes
    Database mounted.
    Database opened.
    SQL> show parameter spfile
    NAME                                 TYPE        VALUE
    spfile                               string      D:\ORACLE\DB_1\DATABASE\SPFILE
                                                     ORCL.ORA
    SQL> show parameter processes
    NAME                                 TYPE        VALUE
    aq_tm_processes                      integer     0
    db_writer_processes                  integer     1
    gcs_server_processes                 integer     0
    job_queue_processes                  integer     10
    log_archive_max_processes            integer     2
    processes                            integer     175
    SQL>
    second method.
    SQL> shutdown immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> create pfile from spfile;
    File created.
    SQL> startup pfile=D:\oracle\Db_1\database\initorcl.ora
    ORACLE instance started.
    Total System Global Area  171966464 bytes
    Fixed Size                   787988 bytes
    Variable Size             145488364 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 524288 bytes
    Database mounted.
    Database opened.
    SQL> show parameter spfile
    NAME                                 TYPE        VALUE
    spfile                               string
    SQL> show parameter processes
    NAME                                 TYPE        VALUE
    aq_tm_processes                      integer     0
    db_writer_processes                  integer     1
    gcs_server_processes                 integer     0
    job_queue_processes                  integer     10
    log_archive_max_processes            integer     2
    processes                            integer     175
    SQL> --- now my database is  start through pfile instead of spfile and i will
    SQL> -- change in pfile again processes parameter 150.
    SQL> show parameter processes
    NAME                                 TYPE        VALUE
    aq_tm_processes                      integer     0
    db_writer_processes                  integer     1
    gcs_server_processes                 integer     0
    job_queue_processes                  integer     10
    log_archive_max_processes            integer     2
    processes                            integer     175
    SQL> shutdown immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup pfile=D:\oracle\Db_1\database\initorcl.ora
    ORACLE instance started.
    Total System Global Area  171966464 bytes
    Fixed Size                   787988 bytes
    Variable Size             145488364 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 524288 bytes
    Database mounted.
    Database opened.
    SQL> show parameter processes
    NAME                                 TYPE        VALUE
    aq_tm_processes                      integer     0
    db_writer_processes                  integer     1
    gcs_server_processes                 integer     0
    job_queue_processes                  integer     10
    log_archive_max_processes            integer     2
    processes                            integer     150
    SQL>
    1. Why can't i just edit the init.ora file to change the processes=250 while the db is running?
    you can edit the init.ora file.
    If i edit the init.ora file by shutting down the db will there any problem
    not problem
    init.ora file is text file you can edit easly
    spfilesid.ora file is binary file you can not edit directly ... if you want to edit spfile file first change in pfile then create spfile from pfile...
    hope this helps
    Taj.

  • How to increase JVM Process size for WebLogic running SOA Applications.

    Hi,
    I believe 32 Bit OS can address up to 4GB memory so theoretically 32 Bit JVM can use 4GB but practical convention is 2GB as other 2GB is used by OS itself and also this default JVM Process size is set somewhere and I also believe that if JVM is 32 bit on 64Bit OS even though JVM will run on 32Bit Virtual Machine so JVM does not know that it is 64Bit OS in that case again it can use max Process default size up to 2GB.
    And for 64Bit JVM, I can allocate more than 4GB depend on my available RAM size to Xmx, MaxPermSize parameters in java.exe file and after that I can set the same value in “setSOADomainEnv.cmd” or to “setDomainEnv.cmd” file.
    But I am 99% sure by just assigning more memory value to Xmx, MaxPermSize in “setSOADomainEnv.cmd” file only won’t work (not setting Xmx in java.exe), if it would have worked then in my case when I was assigning 1536 to Xmx in “setSOADomainEnv.cmd” file then why it was showing out of memory error. I think that is because it was only taking default 2GB for my 32 Bit JVM not considering 3GB or 4GB. So i think i have to change default memory size what JVM can use (<http://www.wikihow.com/Increase-Java-Memory-in-Windows-7> but i am using windows 8 so for that I don’t know the option to change this default Process Size)
    I also believe that first JVM start and before start it check how much memory it can use from it’s own –Xmx parameter in some ware configuration or java.exe file and after that it allocate that much size of JVM Process Memory in RAM then after it loads Weblogic or Java Applications in its (Heap + Non-heap + Native Area) which are parts of JVM Process memory
    I read post on :< http://stackoverflow.com/questions/3143579/how-can-jvm-use-more-than-4gb-of-memory > and < http://alvinalexander.com/blog/post/java/java-xmx-xms-memory-heap-size-control >
    All used  : 
    java -Xmx64m -classpath ".:${THE_CLASSPATH}" ${PROGRAM_NAME}
    java –Xmx6g     //command which will call java/JVM interpreter which will hold –Xmx parameter to set Heap size for JVM
                                    before JVM comes in memory (JVM process memory)
    now my question is can I manually open any configuration file or java.exe same like “setSOADomainEnv.cmd” or “setDomainEnv.cmd” (I know since java.exe is exe I can’t open simply but I want similar work around)
    so that I don’t need to type java –Xmx6g every time when I run weblogic (and then later I can change weblogic “setDomainEnv.cmd” Xmx and PermSize to more than default size 4GB to 5GB or 6GB in the case of 64Bit OS)
    Please correct me if I am wrong in my understanding.
    Thanks.

    These days the VM will detect a "server" machine and set up the memory appropriate for that.
    You can create a simple java console application and have it print the memory settings (find the appropriate java class fort that.)
    There is of course the possibility that your application is running out of memory because it is doing something wrong and not because the VM doesn't have enough memory.  You can force that in a test setup by LOWERING the maximum amount of memory and thus making it more likely that an out of memory exception will occur.

Maybe you are looking for