Reuirements to setup parallel concurren processing in r12

Dear All,
Can anyone please tell me what are the requirements to setting up parallel concurrent processing in R12?
Thanks in advance.
-Regards,
Senthil

Senthil,
Please refer to chapter "Defining Concurrent Managers" section "Overview of Parallel Concurrent Processing" in "Oracle Applications System Administrator's Guide - Configuration" manual.
Oracle Applications System Administrator's Guide - Configuration
http://download.oracle.com/docs/cd/B40089_10/current/acrobat/120sacg.pdf
Note: 384248.1 - Sharing The Application Tier File System in Oracle E-Business Suite Release 12
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=384248.1

Similar Messages

  • Inbound processing Workflow r12.1.3

    Dear all,
    We would like to setup inbound processing in r12.1.3. So that once approved or rejectect then it should process.
    I have created folders PROCESS & DISCARD. there are below issues that I am currently facing.
    1) While in user prefrences if the Email Style is HTML mail or HTML mail with attachments  the mail is not going.
    i.e. in wf_notifications    mail_status shows failed.
    where as if the Email style is plain text then we are receiving emails without the buttons approve reject etc.(Plain text).
    Thanks

    Thanks the workflow log actually gave the issue details.
    [Jul 20, 2010 10:15:36 AM EST]:1279584936805:-1:-1:server.name:xxx.xxxx.xxx:-1:-1:1:20420:SYSADMIN(0):-1:Thread[outboundThreadGroup1,5,outboundThreadGroup]:1564257481:16495:1279583974073:12:ERROR:[SVC-GSM-WFMLRSVC-301317-10006 : oracle.apps.fnd.wf.mailer.SMTPMessageHandler.prepareMessages(String)]:FormatterException -> oracle.apps.fnd.wf.mailer.FormatterException: Problem parsing XML-> org.xml.sax.SAXException: Problem obtaining the RESOURCE content -> java.net.MalformedURLException
    at oracle.apps.fnd.wf.mailer.NotificationFormatter.handleResEndTag(NotificationFormatter.java:3470)
    at oracle.apps.fnd.wf.mailer.NotificationFormatter.endElement(NotificationFormatter.java:578)
    at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:210)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1345)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:362)
    followed note id : 1116718.1
    & problem resolved

  • Problems while enabling Failover with Parallel Concurrent Processing (PCP)

    Hi,
    I followed the following Note , to configure PCP :
    From Note 743716.1 - How to Setup and Test Failover of PCP on Non-RAC Environments
    Concurrent Managers configured :
    ERPCON1
    ERPCON2
    On those 2 Nodes :
    - APPLDCP is 'ON'
    - s_cp_reviver is 'enabled' (See Note 466752.1 - What is FNDREVIVER and How Is It Set?)
    -> Concurrent Managers have been started with REVIVER_PROCESS="enabled"
    The following Patches have been applied :
    - One-off Patch 6495206
    - Patch 9074947
    - One-off Patch 7295684 (See Note 727127.1)
    Manager Setup :
    Assuming the 2 CP nodes defined on the environment are Primary ERPCON1(CP,Admin)
    and Secondary ERPCON2(CP)
    the below table gives a snapshot of few of the Manager definitions used for the failover testing.
    Manager Name : Internal Manager (ICM)
    Primary Node : ERPCON1
    Secondary Node : ERPCON2
    Manager Name : Internal Monitor_ERPCON1
    Primary Node : ERPCON1
    Secondary Node : ERPCON2
    Manager Name : Internal Monitor_ERPCON2
    Primary Node : ERPCON2
    Secondary Node : ERPCON1
    Manager Name : Standard Manager
    Primary Node : ERPCON1
    Secondary Node : ERPCON2
    Manager Name : Conflict Resolution Manager(CRM)
    Primary Node : ERPCON1
    Secondary Node : ERPCON2
    Manager Name : Scheduler/Prereleaser Manager)
    Primary Node : ERPCON1
    Secondary Node : ERPCON2
    Failover Tests :
    - Shutdown Concurrent Managers , Listener on ERPCON1
    -> No Failover on ERPCON2 !!!
    No Concurrent Managers are starting on ERPCON2
    Regards,
    Harry

    Hi Harry;
    Is there any error message on CM logs? Please also see below note:
    How to Activate Parallel Concurrent Processing - More Facts [ID 602899.1]
    Regard
    Helios

  • Windows setup could not process the Catalog setting

    Hi, I'm trying to deploy an image of Windows 8 Embedded using WDS (Windows Server 2012) and I find this message in client machine. It appears while boot image is loading...
    I'm using an *.xml file to make an unattended installation, that I select from Client tab on my WDS server.
    If I don't use any file installation is performed correctly.
    Full message is "Windows setup could not process the <Catalog> setting in the unattend answer file.
    See setup log files under [X:\Windows\panther] for details."
    However, when I check this folder in Windows Server there isn't any updated log file...
    My unattend.xml file contains:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="windowsPE">
    <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SetupUILanguage>
    <UILanguage>en-US</UILanguage>
    </SetupUILanguage>
    <InputLocale>en-US</InputLocale>
    <SystemLocale>en-US</SystemLocale>
    <UILanguage>en-US</UILanguage>
    <UILanguageFallback>en-US</UILanguageFallback>
    <UserLocale>en-US</UserLocale>
    </component>
    <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <DiskConfiguration>
    <Disk wcm:action="add">
    <CreatePartitions>
    <CreatePartition wcm:action="add">
    <Order>1</Order>
    <Type>Primary</Type>
    <Size>25000</Size>
    </CreatePartition>
    <CreatePartition wcm:action="add">
    <Order>2</Order>
    <Extend>true</Extend>
    <Type>Primary</Type>
    </CreatePartition>
    </CreatePartitions>
    <ModifyPartitions>
    <ModifyPartition wcm:action="add">
    <Active>true</Active>
    <Format>NTFS</Format>
    <Label>System</Label>
    <Letter>C</Letter>
    <Order>1</Order>
    <PartitionID>1</PartitionID>
    <Extend>false</Extend>
    </ModifyPartition>
    <ModifyPartition wcm:action="add">
    <Active>true</Active>
    <Extend>true</Extend>
    <Format>NTFS</Format>
    <Label>Media</Label>
    <Letter>D</Letter>
    <Order>2</Order>
    <PartitionID>2</PartitionID>
    </ModifyPartition>
    </ModifyPartitions>
    <DiskID>0</DiskID>
    <WillWipeDisk>true</WillWipeDisk>
    </Disk>
    </DiskConfiguration>
    <WindowsDeploymentServices>
    <Login>
    <Credentials>
    <Domain>*********</Domain>
    <Username>Administrator</Username>
    <Password>*********</Password>
    </Credentials>
    </Login>
    <ImageSelection>
    <InstallImage>
    <ImageGroup>ImageGroup1</ImageGroup>
    <ImageName>TCImage</ImageName>
    <Filename>Install.wim</Filename>
    </InstallImage>
    <InstallTo>
    <DiskID>0</DiskID>
    <PartitionID>1</PartitionID>
    </InstallTo>
    </ImageSelection>
    </WindowsDeploymentServices>
    </component>
    </settings>
    <cpi:offlineImage cpi:source="wim:c:/discwin8e/sources/install.wim#Windows Embedded 8 Standard" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>
    Anyone know how to fix it?
    Regards

    Well, the setuperr.log contains (Check next image link, I can't add it using hyperlink or image):
    http://oi61.tinypic.com/sxkjt5.jpg
    I have tried to add a Catalog component, but I don't know that I should write in "sourceLocation".
    Regards

  • Is parallel measuregroup processing supported in Business Intelligence (BI) edition?

    Hi all,
    I know that parallel measuregroup processing is not supported in Standard Edition of SQL Server Analysis Services. But what about Business Intelligence Edition?
    I can't find this in the
    feature comparison matrix for SQL Server 2014. I think the entry shown in the picture is for the relational engine only. I haven't found any other entry which would describe this feature.
    It is also not mentioned in
    Processing Options and Settings (Analysis Services).
    Thank you for your help.
    Best regards,
    Gerald

    Hi Gerald,
    According to your description, you need to know if parallel processing is supported in Business Intelligence Edition of SQL Server Analysis Service, right?
    In SSAS, engine can process and query OLAP partitions in parallel, leading to potentially better performance and scalability. However, not all the edition is support this feature. Parallel query processing on partitioned tables and indices is only support
    on Enterprise edition. Please refer to the link below.
    http://msdn.microsoft.com/en-us/library/cc645993.aspx#SSAS
    If you have any concern about this feature, you can submit a feedback at
    http://connect.microsoft.com/SQLServer/Feedback and hope it is released in the next release of service pack or product. Your feedback enables Microsoft to make software and services the best that they can be, Microsoft might consider to add this feature
    in the following release after official confirmation.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Runway Process in R12

    Hello,
    I am working on R12.1.2 on linux 11.1.07 database.from couple of days when i run a command shutdown immediate commad it get stuck for a long time.database gets stuck.i think this is due to runway process.please tell how can i identify which process is running since a long period.please tell any script to check this and kill this session.i am very very greatful to you.
    Regards,

    Hi;
    Duplicate post : Runway Process in R12
    Please post once
    Regard
    Helios

  • Payment process in R12 - New Tables and Obsolete Tables

    I Need to know more about the process of Payment process in R12, that which tables are involved in Payments Process R12. I understand that AP_SELECTED_INVOICE_CHECKS_ALL is obsolete,but, I would like to know the tables populated in each step of the process and which tables are new. I see that my field check_number is null also. Please help me that I am not find information.
    Thanks,

    Hi,
    I do not think such a document is available for public access (i.e. a document that shows the payment process cycle in details from the backend). However, you may log a SR and see if Oracle support can help.
    I believe you have already checked [Oracle Payables - R12|http://download.oracle.com/docs/cd/B40089_09/current/html/docset.html] documentation.
    Regards,
    Hussein

  • Parallel concurrent processing

    Hi All,
    I need some information about parallel concurrent processing.
    Anybody please help me and share your information and also give some links, documents and metalink note id regarding this.
    Regards,
    Ganesh
    Trainee DBA

    I need some information about parallel concurrent processing.
    Anybody please help me and share your information and also give some links, documents and metalink note id regarding this.We had this discussion many times in the forum before; please see old threads for details.
    PCP
    https://forums.oracle.com/forums/search.jspa?threadID=&q=PCP&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Parallel Concurrent Processing
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Parallel+AND+Concurrent+AND+Processing&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Number of parallel recovery processes in standby

    Hi,
    How to find the number of parallel recovery processes that the standby is started with..MRP parallel???

    user13179227 wrote:
    Hi,
    How to find the number of parallel recovery processes
    that the standby is started with..MRP parallel???what is "MRP parallel"?

  • Parallel IDoc Processing

    Hi all,
    I want to know about Parallel Processing in IDoc.
    ie., what is parallel idoc processing
          what is the advantage,
          how to use,
          how it differs from mass data processing in IDoc,
    whether we need to have in configure or by coding we need to have parallel idoc processing......
    I got this <a class="jive-link-external" href="http://help.sap.com/saphelp_nw04/helpdata/en/0b/2a662d507d11d18ee90000e8366fc2/frameset.htm" target="_newWindow">link</a> but as im new to idoc i could able to understand
    Thanks,
    Vichu

    http://help.sap.com/saphelp_nw04/helpdata/en/0b/2a662d507d11d18ee90000e8366fc2/content.htm

  • Setup Steps for RTS Oracle r12

    Hi , Can anybody help me about Setup Steps for
    Return To Supplier (RTS) Oracle r12
    Regards ;

    Hi,
    Enable RTS Check box @ Supplier Site. This is the only one setup we have perform for RTS Process.
    Once you do any Purchase returns automatically system will generate DM in AP
    Thanks
    Bharath

  • How to setup a forms function in R12 to launch an URL?

    Hi All,
    In 11i we could create a forms function of the type "SSWA plsql function" to launch a html page from the menu.
    How is that supposed to work in R12?
    So my question is, how to setup a forms function to launch an URL like www.oracle.com in R12?
    thanks,
    thierry

    Hi, first set the Profile 'Restricted Text Input' to 'No' for your User.
    Then create a form function like below:
    Functional Administrator > Core Services > Function > Create (button)
    Name: XX_GOOGLE
    Code: XX_GOOGLE
    Type: SSWA jsp function
    Maintenance Mode Support : none
    Context Dependance: Responsibility
    (press continue button)
    HTML Call: javascript:void window.open("http://www.google.com")
    Leave other fields blank
    Add to HR_EMPLOYEE_DIRECT_ACCESS_V4.0 menu:
    500 XX Google XX_GOOGLE
    This will pop up your external webpage in a new window.
    The issue is that it only works from the Navigator framework page (not from within Core Forms)
    Regards,
    Mike

  • Configuration upload failed in post check process of  R12.1.1 installation

    I tried to install 64 bit R12.1.1 on64 bit linux OS.I checked pre-requirements as in the document ID 761566.1.It passed in all pre-checks.But at 92% of step 2 it shows error as "RW-50004: Error code received when running external process. Check log file for details.Running Database Install Driver for EBSR121 instance".
    I gave retry . At post installation check.Configuration upload,HTTP,Help page,jsp, virtual directoryand login page failed.I start OPMN,Apache server,in application part .It result in HTTP,Help page, jsp ,virtual directory passed. Still configuration upload and login page failed.
    Configuration Upload:
    uploading config file at /data3/r12/db/tech_st/11.1.0/appsutil/conf_EBSR121.txt
    Failed upload of config file at /data3/r12/db/tech_st/11.1.0/appsutil/conf_EBSR121.txt.
    Login Page
    checking URL = http://hschartomr0111.hclt-guindy.co.in:8012/OA_HTML/AppsLogin
    RW-50016: Error: - {0} was not created:
    File = {1}
    Checking the log file contains as follows.
    Log file located at /data3/Release12/db/tech_st/11.1.0/appsutil/log/EBSR121_hschartomr0111/ApplyDatabase_04281615.log
    ^M
    | 0% completed ^M
    / 0% completed ^M
    - 0% completed ^M
    \ 0% completed RC-50004: Fatal: Error occurred in ApplyDatabase:
    Control file creation failed
    Cannot execute configure of database using RapidClone
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for EBSR121 instance.
    While i connect sqlplus it throws error as "libclntsh.so.11.1 : no such file or directory exist"
    Database listener is up.Application listener is in down. Can't connect to database.
    Kindly assist me to proceed further.
    Thanks in advance.

    Following is the log file content:
    configuration upload:
    uploading config file at /data3/r12/db/tech_st/11.1.0/appsutil/conf_EBSR121.txt
    AppsConfig : 'config.txt' uploading...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : hschartomr0111
    sDbDomain : hclt-guindy.co.in
    sDbPort : 1533
    sDbSid : EBSR121
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@hschartomr0111.hclt-guindy.co.in:1533:EBSR121
    Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=hschartomr0111.hclt-guindy.co.in)(PORT=1533))(CONNECT_DATA=(SERVICE_NAME=EBSR121)))
    Failed upload of config file at /data3/r12/db/tech_st/11.1.0/appsutil/conf_EBSR121.txt
    Database log file shows as:
    test using command: su applr12 -c "touch /home/orar12/oraInventory/test.tst"
    touch: cannot touch `/home/orar12/oraInventory/test.tst': Permission denied
    RW-00022: Error: - Unable to create file with proper privileges:
    Apps ORACLE_HOME OraInventory File Directory
    Mount Point = /home/orar12/oraInventory
    Trying to change the permission of oraInventory as root user
    Successfully changed the permission of oraInventory as root user
    test using command: su applr12 -c "touch /home/orar12/oraInventory/test.tst"
    touch: cannot touch `/home/orar12/oraInventory/test.tst': Permission denied
    RW-00022: Error: - Unable to create file with proper privileges:
    Tools ORACLE_HOME OraInventory File Directory
    Mount Point = /home/orar12/oraInventory
    But we gave 777 permission to oraInventory file.

  • Load Distribution Versus Parallel Jobs processing

    Hello,
    I would request feedback.
    In Industry Solutions - PS, for mass activity - Automatic Clearing run, there is an Technical Settings tab.
    This tab has Load distribution settings and an value that can be defined for Number of Jobs.
    If I put an value greater than 1, so many number of jobs gets executed in the background.
    I would request clarification on the following :
    1. What is its use / benefits of putting defining an automatic load distribution ?
    2. Does this setting equals the Config settings for IMG - Finnancial Accounting- Contract AR - Technical Settings - Prepare Mass.
    In here, we can set parallel jobs that can be initiated by providing an maximum number of jobs under the job control panel.
    Does this setting override Load distribution settings or vice-versa  OR IS this an different setting ?
    3. What is the difference between Load distribution versus parallel Jobs ?
    Any feedback, most welcome and appreciated.
    I am functional consultant and hence unable to distinguish between the two.
    I am not sure if this query needs to be posted here, but I have also posted the same in IS fourm too.
    Regards
    Bala
    email : [email protected]

    Hi Bala,
    In any Mass Activity you will find Technical Settings tab. There you will find Parallel Processing Object and Load Distribution. In Parallel Processing Object, you can select object according to Input depending upon which you will able to divide the job. For example, GPART is used when job have to divide depending upon Business partner. In Maintain Variants you have to create Variants.You have to give Variant name and value in either Interval length or Number of Intervals. Interval length will decide what is the maximum number of object will be processed in a single part. Number of Interval is the number which tells job will be divided in how many parallel process.
    For example, let you r running a parallel process for 1000 Business Partner.You choose GPART as object.Now if you put 200 in interval length it will divide job in 5 parallel process.If you put 10 in number of interval it will divide the job in 10 parallel process each of 100 Business partner.
    After creating variant, you use it in technical setting.
    Let u already define variants which divide the job in 30 but you want maximum number of parallel process will be executed at a time is 6.Then put 6 in Number of jobs field in automatic load distribution.
    Hope this can able to clear your question. Still if have any doubt feel free to ask me.
    Thanks and regards,
    Jyotishankar Dutta

  • New Payment process in R12, MICR font dropped by PREPROCESS

    Hi,
    With the new way of doing Payments in R12, meaning can not use the bursting engine and at the same time CUPS printers, I can't get the MICR font to be on the output .ps file after it goes through the preprocess command of the pasta config file.
    Acroread is not longer available on the AIX version we are using and both pdftops (Xpdf) and pdf2ps(Ghostscript) drops the MICR line at the bottom, the rest of the file is good except the last line.
    I'm sure we are not the first one trying to print checks in R12 :-)
    Is there a nice "how to" that tells how to print AP checks in 12.1.2?
    Thanks for your help
    Patrick

    Hi
    The same package "IBY_FD_EXTRACT_EXT_PUB" works for payment process request status report also. Please add the logic to get the distribution data in this package and you will see the new XML tags in this report also.
    Hope this helps.
    Vinit

Maybe you are looking for

  • Time Machine takes very long time to back up with new large drive

    I started using Time Machine on my 17" MBP about a month ago. I was using a 250 GB Samsung drive. When I discovered that TM will back up other external drives (I have several firewire pocket drives), I purchased a 500 GB Cavalry drive with USB 2.0 an

  • How to enter an account assignment category for a material.

    Hi guys:    I am facing following error prompt,please tell me how to enter an account assignment category for a material. thanks Account assignment mandatory for material 0000000N6451 (enter acc. ***. cat.) Message no. ME062 Diagnosis There is no pro

  • Some problems with Oracle and XA in WLS 6.1

    Hi, I am using WLS6.1 SP4 with Oracle Thin driver 8.1.7 and TxDataSources with ConnectionPools using XA. I am getting the following error: java.sql.SQLException: ORA-00604: error producido a nivel 1 de SQL recursivo ORA-01000: número máximo de cursor

  • Social Cannot connect to gateway error

    I know that alot of people are having this issue as well as I. but i just have a bit of info that might help sovle it.  I noticed that this error only started occuring with the new version of social (1.2) because i have 2 N8's and one of them has V1.

  • How to auto login multiple users on boot?

    I have mac mini and have users with autostart some programs. But autostart is only when i login on this account. So now only i can login in to each account and when switch to next account. But it is not good. I need auto login in to all needed user a