/sapapo/c5 transaction in parallel mode

Hello All,
I just got a doubt regarding transaction /SAPAPO/C5. One of my coleague is saying we should not execute this program in parallel mode, he says it may create some inconsistency( he got info from one of SAP person ). Is it true?, does any body any Info about this?. Can we execute in parallel?.
Thanks for your help in Advance.
Regards,
Srini

Hi Srini
As far as I know, I do not know the clear restriction on this. And  I know some customer who
use parallel processing of /SAPAPO/C5.
(Off course, when you schedule C5 in parallel, each job should different orders. So you need to be careful about selection variant).
Best Regard
Keiji

Similar Messages

  • Call transaction in test mode

    Dear Folks!
    Is there a way to do something like a call transaction in test mode?
    What I need is to check the data of the file and return a log of the errors that this file would give if executed in call transaction, before executing it for real in the production environment.
    Thanks in advance for any help.
    Kind Regards,
    Gilberto Li

    Hello Gilberto
    Yes, it <i>is possible</i> to run transaction in test mode using <b>eCATT</b>.
    Here is the procedure for transaction ME21N (please note that this transaction has a "CHECK" button to validate the input data):
    - First I created an eCATT testscript and chose pattern TCD (Record) with transaction ME21N.
    - Within the recorded transaction I only entered the vendor and then pushed the CHECK button (-> popup appears with all messages)
    - Next I cancelled the transaction without saving the purchase order and saved the recording within the testscript
    - Then I surrounded the TCD recording with a MESSAGE...ENDMESSAGE block:
    MESSAGE ( MSG_1 ).
      TCD ( ME21N , ME21N_1 ).
    ENDMESSAGE ( E_MSG_1 ).
    Now if you run the testscript you will see all the messages collected thus far within the recorded transaction in the<b> eCATT log</b>.
    I admit that this approach will not work for all transactions. However, it may be useful for testing many transactions.
    Regards
      Uwe

  • Generating XML in Parallel Mode-DBMS_XMLGEN/ DBMS_XMLQUERY / SQLX?

    Is it possible to generate XML in parallel mode for big result sets using DBMS_XMLGEN or DBMS_XMLQUERY or SQLX?
    Thanks

    SQL/XML may work. WHat does the showplan output show

  • How to call a method in parallel mode

    Hi,
    I have a web application (ADF/JSF/EJB3) developed under jdev 11g
    I need to call a method in my backing bean but in parallel mode.
    The idea is that when the user click on a button to compute something i do not want the user to wait untill the process is finished.
    e.g.
    public String doSomeAction(){
    callMethodXY();
    return null;
    I do not want to wait until callMethodXY is finished to continue with my process.
    I just want to call it in parallel and continue working normally.
    Which is the best approach.
    Regards,
    Emile

    Emile,
    No, not my opinion at all. I was simply stating a fact that if you do this in another thread, you must not access FacesContext nor the binding container from that other thread - it's a technical limitation. If you have something that needs doing in the background, then a thread is a fine way to do it.
    John

  • Posting March 2011 & April 2011 Transactions in parallel

    Hi,
    During some month-end process in the Legacy System, we could not complete the Transactions for the month of March 2011 in SAP. We have a pressure of opening the New Financial Year (April 2011) on 1st or 2nd of April.
    Can we open April 2011 without completing the March 2011 Transaction?
    Can we enter two months Transactions in parallel with different financial year?
    Please suggest.
    Regards,
    PK

    Thanks for the reply.
    I am talking of MM Period right now.
    Can we open April 2011 on 1st or 2nd April.
    We are not looking for the SAP Reports till March 2011 as we had run Tally & SAP both in parallel.
    One thing I want to add - "Here we are not having designated FI Consultant who can perform the Year End Activity related with MM-FI". I am also not aware much of Year End Process. Will this impact us in future?
    Please guide.
    Regards,

  • Debugg VL10 transaction in background mode

    Hi,
    I want to know how to debugg VL10 transaction in background mode. Since the control does not go to the breakpoint when clicked on background.

    Hi,
    Try this option..
    In classical debugger ..Click settings and check the last option,In back ground task.
    Cheers,

  • How to handle runtime error in PreUUT step when running in Parallel mode

    I would like to run Test UUTS in parallel mode, and some actions are done in PreUUT such like read serial number and fixture control.
    The process model won't goto PostUUT Step when runtime error occurs in PreUUT step, so i would like to add some actions to check if sequence error in cleanup and go back to setup in PreUUT step, but i find it skip all the actions in setup and main step?
    What should i do if i want to go back to run PreUUT again as the first time to run when runtime error occurs?
    Or, is there any good way to handle this kind of error withour restart program?
    Solved!
    Go to Solution.

    This question does not depend on PreUUT or ParallelModel at all.
    First of all:
    A Runtime Error is a situation where TestStand encounters a problem which makes further testing either impossible or senseless. So a Runtime Error always indicates a situation where proceeding the test sequence is not recommended.
    Nevertheless, there are situation where you want to handle those errors without stopping the execution. A "traditional example" for this is initialising serial/GPIB devices. If the device does not reply, there might be different issues the operator can easily resolve and (if corrected) the sequence can proceed properly. The operators action could be:
    - Check if device is switched on
    - Check connection between PC and device
    So the error state is used to inform the operator about the malfunctioning device and regarding of the actions the operator takes, the execution will either proceed or terminate.
    When TestStand encounters a Runtime Error, it initially reacts with displaying a dialog. This behavior can be modified in the Station Options >> Preferences >> On Runtime Error.
    Furthermore, you can install callback sequences which are called if an error occurs. Those would be either SequenceFilePostStepRuntimeError or ProcessModelPostStepRuntimeError (depending on the fact if you are changing the process model or simply working with client sequence file callback overrides). These are "normal" sequences you can use in order to get system information, loop on the step or....essentially do whatever you want. If you want to proceed though, you must not forget to reset the error flag.
    hope this helps,
    Norbert 
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Using SCXI-1520 in Parallel Mode.

    Hi all,
    I am using SCXI-1000 chassis and PCI-1024E DAQ card.
    I want to use my SCXI-1520 in Parallel mode.
    Is there any other way to configure my 1520 in parallel mode other than directly connecting to DAQ board using SCXI-1180 feed through panel and SCXi-1302?
    Some of my friends are telling that there are some Patch files, through which we can use the scxi-1520 in parallel mode. Is it true? If it is true please give me how use the Patch files( or alternative solutions).
    Thanq
    Regards
    Preetam

    Preetam,
    As explained in the SCXI-1520 user manual, Traditional NI-DAQ does not support true parallel mode operation of the SCXI-1520. However, NI-DAQmx does. I would recommend installing NI-DAQ 7.2, which includes the latest version of both Traditional NI-DAQ and NI-DAQmx. Then you can use the NI-DAQmx driver to control your SCXI-1520 in parallel mode. To configure the SCXI-1520 in parallel mode with NI-DAQmx, simply select the Parallel Mode check box when setting up your chassis and modules in MAX. I hope this information helps.
    SCXI-1520 User Manual
    NI-DAQ 7.2 Download

  • Impdp LOB in parallel mode

    I am using Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit. I am importing LOBS with parallel option but my status shows import is not hapennig in parallel - mode. I have only 1 worker with Worker Parallelism: 1.
    Import> status
    Job: SYS_IMPORT_TABLE_01
    Operation: IMPORT
    Mode: TABLE
    State: EXECUTING
    Bytes Processed: 0
    Current Parallelism: 16
    Job Error Count: 0
    Dump File: /admin/data_pump/lob_tame_%u.dmp
    Dump File: /admin/data_pump/lob_tame_01.dmp
    Dump File: /admin/data_pump/lob_tame_02.dmp
    Dump File: /admin/data_pump/lob_tame_03.dmp
    Dump File: /admin/data_pump/lob_tame_04.dmp
    Dump File: /admin/data_pump/lob_tame_05.dmp
    Dump File: /admin/data_pump/lob_tame_06.dmp
    Dump File: /admin/data_pump/lob_tame_07.dmp
    Worker 1 Status:
    State: EXECUTING
    Object Schema: MAIN
    Object Name: LOB_TABLE
    Object Type: TABLE_EXPORT/TABLE/TABLE_DATA
    Completed Objects: 1
    Completed Rows: 4,798
    Completed Bytes: 28,255,491,864
    Percent Done: 100
    Worker Parallelism: 1
    Import>
    My database sever has 8 cpu. My import command is
    impdp main@database directory=data_pump_dir dumpfile=lob_table_%U.dmp remap_schema=dev:main tables=LOB_table content=data_only TABLE_EXISTS_ACTION=TRUNCATE parallel=16.
    Please let me know why my import is not hapenning in parallel mode?
    I appriciate any input . Thanks for reading.

    Thank you DBMS Direct . I tried changing the parallelism to 7 but it did not help. Please let me know of any other suggsestion..

  • Use DAQ in Parallel Mode

    Is there any issues using a DAC card (M-Series) in TestStand in Parallel Mode?  I would like to have 4 instances running in parallel all using ine DAC card.  Of course, each instance would be using separate channels.  How would you create the reference to the DAC card?  I assumed that one insides could open the DACCA card but could be a race conditon.
    Matthew Fitzsimons
    Certified LabVIEW Architect
    LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison

    The M series cards (if I remember correctly) only have one clock for input and one for output.  This means that you can only do one operation at a time on the device, even if it has multiple channels.  If you are doing a true parallel test (rather than a batch test), I would recommend using a Lock in TestStand on the card so that only one UUT tries to access the device at a time.  If you are using Batch, you can use the same setup, or have a "worker" thread that does the DAQ operations and then sends the data to each thread using a Notifier.  Depending on how long you are using the card, this may be more trouble than just doing it independently and using locks.
    Allen P.
    NI

  • DBA view for Tables in Parallel mode

    Is there a view where I can what tables in my DB were created in Parallel mode?

    SQL> desc dba_tables
    Name                                      Null?    Type
    OWNER                                     NOT NULL VARCHAR2(30)
    TABLE_NAME                                NOT NULL VARCHAR2(30)
    TABLESPACE_NAME                                    VARCHAR2(30)
    CLUSTER_NAME                                       VARCHAR2(30)
    IOT_NAME                                           VARCHAR2(30)
    STATUS                                             VARCHAR2(8)
    PCT_FREE                                           NUMBER
    PCT_USED                                           NUMBER
    INI_TRANS                                          NUMBER
    MAX_TRANS                                          NUMBER
    INITIAL_EXTENT                                     NUMBER
    NEXT_EXTENT                                        NUMBER
    MIN_EXTENTS                                        NUMBER
    MAX_EXTENTS                                        NUMBER
    PCT_INCREASE                                       NUMBER
    FREELISTS                                          NUMBER
    FREELIST_GROUPS                                    NUMBER
    LOGGING                                            VARCHAR2(3)
    BACKED_UP                                          VARCHAR2(1)
    NUM_ROWS                                           NUMBER
    BLOCKS                                             NUMBER
    EMPTY_BLOCKS                                       NUMBER
    AVG_SPACE                                          NUMBER
    CHAIN_CNT                                          NUMBER
    AVG_ROW_LEN                                        NUMBER
    AVG_SPACE_FREELIST_BLOCKS                          NUMBER
    NUM_FREELIST_BLOCKS                                NUMBER
    DEGREE                                             VARCHAR2(10)
    INSTANCES                                          VARCHAR2(10)
    CACHE                                              VARCHAR2(5)
    TABLE_LOCK                                         VARCHAR2(8)
    SAMPLE_SIZE                                        NUMBER
    LAST_ANALYZED                                      DATE
    PARTITIONED                                        VARCHAR2(3)
    IOT_TYPE                                           VARCHAR2(12)
    TEMPORARY                                          VARCHAR2(1)
    SECONDARY                                          VARCHAR2(1)
    NESTED                                             VARCHAR2(3)
    BUFFER_POOL                                        VARCHAR2(7)
    ROW_MOVEMENT                                       VARCHAR2(8)
    GLOBAL_STATS                                       VARCHAR2(3)
    USER_STATS                                         VARCHAR2(3)
    DURATION                                           VARCHAR2(15)
    SKIP_CORRUPT                                       VARCHAR2(8)
    MONITORING                                         VARCHAR2(3)
    CLUSTER_OWNER                                      VARCHAR2(30)
    DEPENDENCIES                                       VARCHAR2(8)
    COMPRESSION                                        VARCHAR2(8)
    DROPPED                                            VARCHAR2(3)DEGREE -- Describes the Degree of Parallelism.
    -Anantha

  • INVENTORY TRANSACTION WORKER가 PARALLEL로 실행되지 않는 문제

    제품 : MFG_INV
    작성날짜 : 2003-04-25
    INVENTORY TRANSACTION WORKER가 PARALLEL로 실행되지 않는 문제
    ==================================================
    PURPOSE
    Serial 하게만 실행되는 Inventory Transaction Worker를 Parallel하게 실행될 수 있도록 한다.
    Problem Description
    Profile Option - Concurrent: Sequential Requests = 'No'임에도 불구하고 Inventory Trnasaction Worker가 Parallel 하게 실행되지 않고 Sequential 하게만 실행된다.
    예를 들면,
    -. Inventory Trnasaction Manager가 3 Target processes로 setup.
    -. 각 Material Transaction Worker가 100 rows를 handle하게 setup.
    500 rows가 동시에 실행되는 경우 Inventory trnasaction worker 3개가 parallel하게 작업하지 않고 한 개씩 sequential하게 작업한다.
    Workaround
    Solution Description
    WIP move transaction manager code에 concurrent single thread 값이 'Y'로 ssetting 되어 INV transaction worker가 parallel하게 실행되지 않았다.
    WIP move transaction manager가 active 상태에도 INV transaction worker가 parallel하게 실행시키기 위해서 patch 2676024 를 적용한다.
    Apply patch 2676024.
    Reference Documents
    bug 2492785

  • Impdp / SQLfile and parallel mode ?

    Hi,
    On 10g database we have a dump generated in parallel mode (parallel=8) and DUMPFILE=expdp_file%u.dat
    Files are expdp_file01.dat, expdp_file02.dat, ... , expdp_file08.dat
    I would like to retrieve all the grants in a sql file with this command :
    impdp dba@mydatabase dumpfile=expdp_full%u.dat LOGFILE=impdp_gudb_test.log DIRECTORY=EXP_DIR sqlfile=grant.sql include=grant schemas=DBA parallel=8
    Error occurs :
    ORA-39002: invalid operation
    ORA-39047: Jobs of type SQL_FILE cannot use multiple execution streams.
    Is there another way to retrieve all the grant from a multipart dump ?
    Thanks for help.
    Regards,

    Just leave the parallel=8 off. SQL file jobs can only run in serial mode. The export parallel does not have to match the import parallel, so just remove the parallel clause.
    Dean

  • Parallel mode

    Hi All
    I have a sequential mode test that opens connection with com port1 (station globals variable) and
    connects to power supply via telnet (ip and port 1 station globals variable too).
    In case i will connect additional uut to PC and Power supply ports 2 and run it in parallel mode how I could increment the port values.
    Thank you 

    You should definitely consider disabling the constraints & indexes and then altering your session to skip_unusable_indexes=true. You can opt for NOLOG on your insert statement itself. Finally, you can re-build the indexes in parallel with NOLOG. Of course at that point a backup is in order.

  • Security setup for /SAPAPO/MC62 transaction

    Hi,
              Did anyone know what authorizations are required to execute /SAPAPO/MC62 transaction ? Users were able to access to the transaction and display the CVC's. But, when they want to create the new CVC's or delete them, they can't. Any idea ?
    Thank you in advance for your help
    Paranee

    Hi,
         I tried that but didn't work. I checked OSS note 646524. It looks like I need to set authorizations for repairing the index, which I couldn't find authorization object for that. I even copy the role from a person who had the right authorization to maintain /SAPAPO/MC62 but it still doesn't since planning area assignment is different.  Don't know what to do....
    Thanks,

Maybe you are looking for