{"id":548,"date":"2008-06-30T18:16:45","date_gmt":"2008-06-30T22:16:45","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2008\/06\/30\/oracle-advanced-supply-chain-planning-ascpmulti-node-implementation\/"},"modified":"2008-06-30T18:52:55","modified_gmt":"2008-06-30T22:52:55","slug":"oracle-advanced-supply-chain-planning-ascpmulti-node-implementation","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2008\/06\/30\/oracle-advanced-supply-chain-planning-ascpmulti-node-implementation\/","title":{"rendered":"Oracle Advanced Supply Chain Planning (ASCP)multi node implementation"},"content":{"rendered":"<p>Oracle Advanced Supply Chain Planning (ASCP) is a comprehensive, Internet-based planning solution that decides when and where supplies (for example, inventory, purchase orders and work orders) should be deployed within an extended supply chain. This is the supply planning function. Oracle ASCP addresses the following key supply planning issues:<br \/>\n\u2022 How do I plan my supply chain in the least amount of time possible?<br \/>\n\u2022 How do I minimize the number of plans and iterations?<br \/>\n\u2022 How do I plan my entire supply chain?<br \/>\n\u2022 How do I involve my trading partners?<br \/>\n\u2022 How can I access my plan from anywhere?<br \/>\n\u2022 How do I keep improving my plans?<br \/>\n\u2022 How can I plan all manufacturing methods?<\/p>\n<p><strong>The key capabilities of Oracle ASCP are<\/strong>:<br \/>\n\u2022 <strong>Holistic Optimization, Planning, and Scheduling<\/strong>. Oracle ASCP can plan all supply chain facilities simultaneously. Short-term detailed scheduling and long-term aggregate planning are supported within a single plan. This single plan also supports multiple manufacturing methods, including discrete, flow, project, and process manufacturing.<br \/>\n\u2022 <strong>Finite Capacity Planning and Scheduling<\/strong>. Oracle ASCP generates feasible supply chain plans that consider both resource and material constraints.<br \/>\n\u2022 <strong>Optimization<\/strong>. Users can easily configure Oracle ASCP to optimize specific business criteria. No programming is necessary to access Oracle ASCP&#8217;s powerful mathematical optimization capabilities.<br \/>\n\u2022 <strong>Backward Compatibility<\/strong>. Oracle ASCP&#8217;s component architecture allow it to be deployed against any combination of Oracle 11 and Oracle 11i transaction systems.<br \/>\n\u2022 <strong>Workflow-Driven Exception Messaging<\/strong>. Oracle ASCP&#8217;s exception messages alert planners to critical issues across the extended supply chain. Workflows that drive these exceptions route data to and feedback from trading partners as required, thus effectively involving them in the supply chain planning process.<br \/>\n\u2022 <strong>Global Accessibility<\/strong>. Oracle ASCP&#8217;s database-centric architecture stores plan data in a central planning server database. These data are accessible from Oracle Advanced Supply Chain Planning anywhere via a simple browser. It is possible for multiple planners to simultaneously access data from a single plan.<br \/>\n\u2022 <strong>Integrated Planning and Execution<\/strong>. Oracle ASCP&#8217;s Advanced Planner Workbench user interface not only displays plan results, but also allows planners to execute planning recommendations. Planners do not have to move to the transaction system to perform plan execution.<br \/>\n\u2022 <strong>Simulation Capability<\/strong>. Oracle ASCP allows many types of changes to supply, demand, plan options, and resource profiles to simulate changing business conditions. You can generate a plan considering all the changes that have been entered via the Planner\u2019s Workbench. Unlimited numbers of scenarios can be simulated and compared using online planning, copy plans, and exceptions.<br \/>\n<strong><u>Objective<br \/>\n<\/u><\/strong>The objective of this document is to provide technical instructions of implementing a distributed multi node Oracle Advanced Supply Chain Planning system on your existing Oracle Application 11i System.<\/p>\n<p><strong><u>Assumption \/ Pre implementation requirements<br \/>\n<\/u><\/strong>Oracle Advanced Planning Suite has component architecture that separates the transaction data and associated processing (for example, inventory receipts and order entry) in a source instance from the planning calculations done in a destination instance. This allows planning calculations to be done on a different physical machine than the machine that performs transactions and results in better system response. It also allows planning calculations (demand planning, inventory planning, supply planning and order promising) to be applied simultaneously to information from across multiple source instances, which is useful when transaction information for a global supply chain is spread across multiple instances.<\/p>\n<p>The source can be any ERP system, but out-of-the-box integration to the Oracle Advanced Planning Suite destination instance (planning server) exists if the source is Oracle Applications Release 11.0 or 11i. The planning server is an 11i instance.<\/p>\n<p>Both source and destination database instances must be on the same major release of the Oracle database;<\/p>\n<p>We are going to do a two machine ASCP implementation.<\/p>\n<p>The basic requirement for both the machines is that of Oracle 11i E Business Suit.<\/p>\n<p>Source System also called as \u201cERP System\u201d and \u201cTransaction System\u201d.<br \/>\nDestination System also called as \u201cASCP System\u201d and Planning System\u201d.<\/p>\n<p>Both the Oracle Applications 11i E-Business Suite are on release 11.5.10.2.<br \/>\nPatching the Source System (ERP System) and the Destination (ASCP system)<br \/>\n<strong><u>Task By: Apps DBA<br \/>\n<\/u><\/strong>Before beginning the functional setup of the source instance(s) and destination, the following patches must be applied that will create several new concurrent programs, flexfields, profile options, and database objects on the database.<\/p>\n<p>If these patches have any prerequisite patches, you will have to apply all the prerequisite patches before applying the main patches.<\/p>\n<p>Note that these patches can be applied at the same time on both the systems. Also note that most of the patches are to be applied on both the systems.<\/p>\n<p>Note that we are using Oracle Applications 11.5.10.2 E Business suite and hence most of the patches may not be required to be applied. To confirm this use the following sql script connected to the Oracle Application Database as \u201cAPPS\u201d user.<\/p>\n<p>SET LINESIZE 120<br \/>\nCOLUMN APPLICATION_SHORT_NAME FORMAT A20<br \/>\nSELECT<br \/>\nBUG_ID, APPLICATION_SHORT_NAME, BUG_NUMBER, CREATION_DATE, ARU_RELEASE_NAME<br \/>\nFROM AD_BUGS<br \/>\nWHERE BUG_NUMBER LIKE &#8216;%&amp;BUG_NUMBER%&#8217;<br \/>\nORDER BY 4<\/p>\n<p>Pass the patch number when asked for the Bug Number and check whether the bug \/ patch exist in the Oracle Application database. If the query returns row (showing the presence of the patch) then you don\u2019t require applying this patch.<\/p>\n<p>Before applying patches please go through the readme files and associated notes (if present) for each patch. Before beginning the installation of the source \/ destination patches, count all (if any) invalid database objects. If after the patches are installed there are more invalid objects than before, there was a problem with the patch application. First try to resolve them before going to next step.<\/p>\n<p>Do the required pre install steps before applying each patch and then after applying do the post-installation steps.<br \/>\n<strong>Patch the Source System (ERP System)<br \/>\n<\/strong>The following patches are required to be applied on the Source system:<br \/>\n1. 4185358<br \/>\n2. 2700001<br \/>\n3. 3551142<br \/>\n4. 4183434<br \/>\n5. 4240365<br \/>\n6. 4039921<br \/>\n7. 4392144<br \/>\n8. 4366346<br \/>\n9. 4863176<\/p>\n<p>Prepare a work sheet to identify whether the patch is required to be applied on the Oracle Application Source system using above given sql script and whether it requires any pre-requisite patches.<\/p>\n<p><strong>Sr. No. Patch Note Required (Y\/N) Pre-requisites<br \/>\n<\/strong>1. 4185358 Y None for 11.5.10.2<br \/>\n2. 2700001 N NR for 11.5.10.2<br \/>\n3. 3551142 Y None<br \/>\n4. 4183434 N NR for 11.5.10.2<br \/>\n5. 4240365 278055.1 Y None for 11.5.10.2<br \/>\n6. 4039921 N NR for 11.5.10.2<br \/>\n7. 4392144 278055.1 Y None for 11.5.10.2<br \/>\n8. 4366346 278055.1 Y 3629717<br \/>\n9. 3629717 Y None for 11.5.10.2<br \/>\n10. 4863176 Y None for 11.5.10.2<\/p>\n<p><strong>Hence the sequence of applying the patches is as follows<\/strong>:<br \/>\n1. 4185358<br \/>\n2. 3551142<br \/>\n3. 4240365<br \/>\n4. 4392144<br \/>\n5. 3629717<br \/>\n6. 4366346<br \/>\n7. 4863176<\/p>\n<p><strong>Patch the Destination (ASCP) system<br \/>\n<\/strong>The following patches are required to be applied on the Destination system:<br \/>\n1. 4185358<br \/>\n2. 4231863<br \/>\n3. 4210584<br \/>\n4. 4359934<br \/>\n5. 4392144<br \/>\n6. 4366346<br \/>\n7. 4392231<br \/>\n8. 4039921<br \/>\n9. 4523322<\/p>\n<p>Prepare a work sheet to identify whether the patch is required to be applied on the Oracle Application Destination system using above given sql script and whether it requires any pre-requisite patches.<\/p>\n<p>Sr. No. Patch Note Required (Y\/N) Pre-requisites<br \/>\n1. 4185358 278055.1 Y None for 11.5.10.2<br \/>\n2. 4231863 278055.1 Y 4185358<br \/>\n3. 4210584 Y None<br \/>\n4. 4359934 278055.1 Y 4185358<br \/>\n5. 4392144 278055.1 Y None for 11.5.10.2<br \/>\n6. 4366346 278055.1 Y 3629717<br \/>\n7. 3629717 Y None<br \/>\n8. 4392231 Y None<br \/>\n9. 4039921 N NR for 11.5.10.2<br \/>\n10. 4523322 278055.1, 278052.1 Y 4392231, (4863176 on Source Side),<br \/>\n11. 4297568 Y None<br \/>\n<strong>Hence the sequence of applying the patches is as follows:<br \/>\n<\/strong>1. 4185358<br \/>\n2. 4231863<br \/>\n3. 4210584<br \/>\n4. 4359934<br \/>\n5. 4392144<br \/>\n6. 3629717<br \/>\n7. 4366346<br \/>\n8. 4392231<br \/>\n9. 4039921<br \/>\n10. 4523322<br \/>\n11. 4297568<\/p>\n<p><strong>ILOG Libraries and Executables<br \/>\n<\/strong>The patch 4297568 is for \u201cILOG Libraries and Executables\u201d. Apply this patch only if you are using 11.5.10.2.<\/p>\n<p>1. Log in to each concurrent processing server node as the owner of the Applications file system.<\/p>\n<p>2. If the $SHT_TOP\/lib\/ilog\/5.1 directory already exists, backup any files or directories that it contains.<\/p>\n<p>3. Unzip the ilog51lib.zip file, located in the sht\/lib directory of this patch, into the $SHT_TOP\/lib directory. This will create the ilog\/5.1 subdirectory if it doesn&#8217;t already exist.<\/p>\n<p>4. Change directories to $SHT_TOP\/lib\/ilog\/5.1\/SUN_OS5.<\/p>\n<p>5. Copy the library files from the current directory to the $SHT_TOP\/lib\/ilog\/5.1 directory.<br \/>\nOn UNIX Sun Solaris, the files are<br \/>\ni. libconcert.a<br \/>\nii. libcplex.a<br \/>\niii. libhybrid.a<br \/>\niv. libilocplex.a<br \/>\nv. libschedule.a<br \/>\nvi. libsolver.a<\/p>\n<p>6. Use AD Administration to relink these executables [Under DB Node]:<\/p>\n<p>i. Oracle Constraint Based Option (MSO): MSONEW<br \/>\nii. Oracle Inventory Optimization (MSR): MSRNEW<br \/>\niii. Oracle Manufacturing Scheduling (WPS): WPCWFS<br \/>\niv. Oracle Work in Process (WIP): WICDOL, WICMEX, WICMLX<br \/>\nCreate Database link<br \/>\nTask By: Apps DBA<br \/>\nCreate database link on Source system to Destination system<br \/>\nA database link must be established on the source instance that points to the destination (11i planning) instance. This database link will be referenced in a newly created profile option, MRP: ATP Database Link, discussed in Step 7.<\/p>\n<p>This database link will also be used, along with a database link established on the destination instance, in setting up the instances on the planning server.<\/p>\n<p>First make necessary entry of the Target \/ Destination instance Oracle Database in the tnsnames.ora file of the Source Instance Oracle Database tier (TNS_ADMIN location).<\/p>\n<p><strong>Create Database link as follows<\/strong>:<br \/>\ncreate database link<br \/>\nconnect to APPS identified by<br \/>\nusing \u2018\u2019;<\/p>\n<p>APPS-TRNS1.USA.COM&gt;select INSTANCE_NAME, HOST_NAME from v$instance;<\/p>\n<p>INSTANCE_NAME HOST_NAME<br \/>\n&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br \/>\nTRNS1 indsapp001<\/p>\n<p>APPS-TRNS1.USA.COM&gt;show user<br \/>\nUSER is &#8220;APPS&#8221;<\/p>\n<p>APPS-TRNS1.USA.COM&gt;ed<br \/>\nWrote file afiedt.buf<\/p>\n<p>1 create database link coe2<br \/>\n2 connect to apps identified by *****<br \/>\n3* using &#8216;coe2&#8217;<br \/>\nAPPS-TRNS1.USA.COM&gt;\/<\/p>\n<p>Database link created.<\/p>\n<p>APPS-TRNS1.USA.COM&gt;select INSTANCE_NAME, HOST_NAME from v$instance@coe2;<\/p>\n<p>INSTANCE_NAME HOST_NAME<br \/>\n&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br \/>\nCOE2 indapp002<\/p>\n<p>APPS-TRNS1.USA.COM&gt;select count(*) from fnd_user@coe2;<\/p>\n<p>COUNT(*)<br \/>\n&#8212;&#8212;&#8212;-<br \/>\n101<\/p>\n<p>APPS-TRNS1.USA.COM&gt;<\/p>\n<p>Note the database link name created on this source \/ ERP system Oracle database for connecting planning \/ destination server Oracle database.<\/p>\n<p><strong>Create database link on Destination system to Source system<\/strong><br \/>\nFirst make necessary entry of the Source \/ Transaction instance Oracle Database in the tnsnames.ora file of the Target \/ Planning Instance Oracle Database tier (TNS_ADMIN location).<\/p>\n<p>Create Database link as follows:<\/p>\n<p>create database link<br \/>\nconnect to APPS identified by<br \/>\nusing \u2018\u2019;<\/p>\n<p>APPS-COE2.USA.COM&gt;select INSTANCE_NAME, HOST_NAME from v$instance;<\/p>\n<p>INSTANCE_NAME HOST_NAME<br \/>\n&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br \/>\nCOE2 indsapp002<\/p>\n<p>APPS-COE2.USA.COM&gt;show user<br \/>\nUSER is &#8220;APPS&#8221;<br \/>\nAPPS-COE2.USA.COM&gt;ed<br \/>\nWrote file afiedt.buf<\/p>\n<p>1 create database link trns1<br \/>\n2 connect to apps identified by ****<br \/>\n3* using &#8216;trns1&#8217;<br \/>\nAPPS-COE2.USA.COM&gt;\/<\/p>\n<p>Database link created.<\/p>\n<p>APPS-COE2.USA.COM&gt;select INSTANCE_NAME, HOST_NAME from v$instance@trns1<br \/>\n2 ;<\/p>\n<p>INSTANCE_NAME HOST_NAME<br \/>\n&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br \/>\nTRNS1 indapp001<\/p>\n<p>APPS-COE2.USA.COM&gt;select count(*) from fnd_user@trns1;<\/p>\n<p>COUNT(*)<br \/>\n&#8212;&#8212;&#8212;-<br \/>\n100<\/p>\n<p>APPS-COE2.USA.COM&gt;<\/p>\n<p>Note the database link name created on this planning \/ destination Oracle Database server for connecting to source \/ ERP system Oracle database.<br \/>\n<strong><u>Prepare the Source System<br \/>\n<\/u>Create an Advanced Supply Chain Planner responsibility<br \/>\nTask By: Apps DBA<\/strong><br \/>\nYou must create a responsibility in the source (ERP) instance that conforms to the specifications.<\/p>\n<p>Responsibility Name : Advanced Supply Chain Planner<br \/>\nApplication : Oracle Manufacturing<br \/>\nDescription : Used for running ASCP Report<br \/>\nMenu : SCP_TOP_4.0<br \/>\nData Group Name : Standard<br \/>\nApplication : Manufacturing<br \/>\nRequest Group : All SCP Reports<br \/>\nApplication : Oracle Master Scheduling\/MRP<br \/>\nResponsibility key :<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/06\/sc1.bmp\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/06\/sc1.bmp\" \/><\/a><\/p>\n<p>This responsibility is used to run the concurrent program Refresh Snapshot during all data collection runs.<\/p>\n<p>Warning: The responsibility name must match as \u201cAdvanced Supply Chain Planner\u201d exactly.<br \/>\nCheck Profile Option Name<br \/>\nTask By: Apps DBA and Functional Consultant<\/p>\n<p>The Create Planning Flexfileds concurrent program creates new segment definitions in existing descriptive flex fields to hold data that may be required for constrained and \/or optimized planning. The program will not populate profile values.<\/p>\n<p>\u2022 MSO: Penalty cost factor for late demands (Organization) flexfield attribute<br \/>\n\u2022 MSO: Penalty cost factor for exceeding material capacity (Organization) flexfield<br \/>\n\u2022 MSO: Penalty cost factor for exceeding resource capacity (Organization) flexfield<br \/>\n\u2022 MSO: Penalty cost factor for exceeding transportation capacity (Organization)<br \/>\n\u2022 MSO: Penalty cost factor for exceeding resource capacity (Resource) flexfield<br \/>\n\u2022 MSO: Penalty cost factor for exceeding transportation capacity flexfield attribute<br \/>\n\u2022 MSO: Penalty cost factor for late forecasts<br \/>\n\u2022 MSO: Penalty cost factor for late sales orders<\/p>\n<p><strong>Create APS partition on the Source System<br \/>\nTask By: Apps DBA<\/strong><br \/>\nLogin to Oracle Applications 11i Source System.<br \/>\nSelect \u201cSystem Administrator\u201d responsibility.<br \/>\nNavigate to Security \uf0e8 Responsibility \uf0e8 Request<br \/>\nEnter in the query mode in the \u201cRequest Group\u201d screen and query for \u201cAll MSC Reports\u201d .<\/p>\n<p><a rel=\"attachment wp-att-543\" href=\"https:\/\/onlineappsdba.com\/index.php\/2008\/06\/30\/oracle-advanced-supply-chain-planning-ascpmulti-node-implementation\/543\/\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/06\/sc2.bmp\" \/><\/a><\/p>\n<p>Place cursor in the name column, Click the plus sign (Green +) on the toolbar to create a &#8220;New&#8221; column.<br \/>\nIn the name column select &#8220;CREATE APS PARTITIONS&#8221; (Make sure to select the correct one) and the Save the record.<\/p>\n<p>Switch responsibility to &#8220;Advanced supply chain planner&#8221;.<br \/>\nNavigate to Other \uf0e8 Request<\/p>\n<p><a rel=\"attachment wp-att-544\" href=\"https:\/\/onlineappsdba.com\/index.php\/2008\/06\/30\/oracle-advanced-supply-chain-planning-ascpmulti-node-implementation\/544\/\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/06\/sc3.bmp\" \/><\/a><\/p>\n<p>In the \u201cFind Requests\u201d screen click on the \u201cSubmit a New Request\u201d \uf0e8 \u201cSingle Request\u201d.<br \/>\nSelect \u201cCreate APS Partitions\u201d request and submit it.<br \/>\nCheck for the successful completion of this request.<\/p>\n<p><strong>Launch the Create Planning Flexfield Report<br \/>\nTask By: Functional Consultant<\/strong><br \/>\nLaunch the Create Planning Flexfields report from the newly created Advanced Supply Chain Planner responsibility. The parameters that must be set for the report are the attributes that you wish to utilize for the new flexfield definitions. The list of values for each parameter lists only the available attributes in the subject descriptive flexfield.<br \/>\nMatter<\/p>\n<p><strong>Create the Global Order Promising flexfilds.<br \/>\nTask By: Functional Consultant<\/strong><br \/>\n[Not required this step in 11.5.10 and above]<\/p>\n<p><strong>Set up source data<br \/>\nTask By: Functional Consultant<br \/>\n<\/strong>Set up source data with BOMs, resources, routings, supplier data, flexfields purchasing information, item masters, Oracle BIS targets, and any other data required by your plans.<br \/>\n[Not required this step in 11.5.10 and above]<br \/>\n<strong>Set System Profile Values<br \/>\nTask By: Functional Consultant<\/strong><br \/>\nIf Global Order Promising is going to be utilized, the following two additional profile options must be set.<br \/>\nMRP:ATP Database Link: [Database Link Name on the Source System for the Target System]<br \/>\nINV: External ATP : [None]<\/p>\n<p><strong><u>Prepare the Target System<br \/>\n<\/u>Define the source instance to be collected from<br \/>\nTask By: Apps DBA<\/strong><br \/>\nThe define instances setup establishes the means of communication between the source and destination instances. It also specifies the organizations in the source database for which data will be pulled.<\/p>\n<p>Logged in to the Target (ASCP) System and choose \u201cAdvanced Planning Administrator\u201d.<br \/>\nNavigate to Admin \uf0e8 Instances. The Application Instances window appears.<br \/>\nInsert record for the Source (ERP) system as follows:<br \/>\nInstance Code : Give a new name for the Instance Code (uniquely identified).<br \/>\nInstance Type : Select \u201cDiscrete\u201d (consult Functional Consultant).<br \/>\nVersion : 11i (default, for 11i E Business Suite).<br \/>\nFrom Source to APS : Database Link created on the Source System for Target System Database.<br \/>\nFrom APS to Source : Database Link created on the Target System for Source System Database.<br \/>\nCheck \u201cEnable Flag\u201d, \u201cAllow ATP\u201d and \u201cAllow Release\u201d.<br \/>\nGMT Difference : \u201c-8\u201d (this is Application location specific, consult Functional consultant).<br \/>\nCurrency : USA (this is Application location specific, consult Functional consultant).<br \/>\nAssignment Set : (Kept this blank unless advised by Functional Consultant).<\/p>\n<p><a rel=\"attachment wp-att-545\" href=\"https:\/\/onlineappsdba.com\/index.php\/2008\/06\/30\/oracle-advanced-supply-chain-planning-ascpmulti-node-implementation\/545\/\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/06\/src4.bmp\" \/><\/a><\/p>\n<p>Save the record.<br \/>\nEnter the organizations on each of the instance from which to collect the Planning data and plan for on the Planning Server by clicking Organization. For this click on the \u201cOrganizations\u201d button.<\/p>\n<p>The Organizations window appears.<br \/>\nSelect the organizations for a particular instance. Be sure to select the master organization.<br \/>\nClose the Organization window.<br \/>\nSave the Instance Definition setup.<\/p>\n<p><a rel=\"attachment wp-att-550\" href=\"https:\/\/onlineappsdba.com\/index.php\/2008\/06\/30\/oracle-advanced-supply-chain-planning-ascpmulti-node-implementation\/550\/\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/06\/scr5.bmp\" \/><\/a><\/p>\n<p><strong>Final Setups and Refreshing Snapshots<br \/>\n<\/strong>Setups<br \/>\n<strong>Task By: Apps DBA<br \/>\n<\/strong>1. Make sure the responsible name on both source &amp; destination are the same. Eg. \u201cAdvanced Supply Chain Planner\u201d.<br \/>\n2. Set Standard Manager to 15 [sysadmin \uf0e8 Concurrent Manager \uf0e8 Define] on both System and Target Application system.<br \/>\n3. Set MRP Manager to 1 [sysadmin \uf0e8 Concurrent Manager \uf0e8 Define] on both System and Target Application system.<br \/>\n4. Relink MSC,MRP module from adadmin on Target (ASCP) DB node.<br \/>\n5. Execute this request \u201cGather Schema Statistics\u201d on Source (ERP) and Target (ASCP) node.<br \/>\n6. Set \u201cMSC:Source Setup Required\u201d to \u201cY\u201d in Target (ASCP) System, set \u201cN\u201d in Source (ERP) System.<br \/>\n7. Run \u201cRefresh Collection Snapshots\u201d from Source (ERP) instance.<br \/>\nExecute the Refresh Snapshot concurrent program on the Source (ERP) System<br \/>\nTask By: Functional Consultant<br \/>\nThe \u201cRefresh Collection Snapshots\u201d process must be run on the source (ERP) instance. This concurrent program is available in the Advanced Supply Chain Planner responsibility created earlier. The process has no parameters to be set at run time. Verify that the process completes without error.<br \/>\n<strong><u>References<br \/>\n<\/u>Oracle Metalink.Notes<\/strong><br \/>\nNote:226415.1: Oracle Advanced Planning and Scheduling Suite Release 11i Family Pack I About doc<br \/>\nNote:282678.1: About Oracle Advanced Supply Chain Planning in APS Family Pack I<br \/>\nNote:286852.1: Oracle Advanced Supply Chain Planning Release 11i Family Pack I About doc<br \/>\nNote:176030.1: APS Installation Checklist with Patchset G<br \/>\nNote:136734.1: Advanced Supply Chain Planning 11.5.3 Installation Checklist<br \/>\nNote:259322.1: About Oracle ASCP in the Oracle Supply Chain Management Family Pack J<br \/>\nNote:220304.1: Setting Up Instances For Data Collection Gives Partition Error ERR_GET_INSTANCES<br \/>\nNote:280052.1: Advanced Planning and Scheduling (APS) Implementation Notes &amp; White Papers<br \/>\nNote:137293.1: How To Manage APS Partitions in the MSC Schema<br \/>\nNote:252108.1: How to Determine the Latest APS Rollup Patch Applied to the System<br \/>\nNote:209585.1: ASCP Planning Detail Report Installation and Configuration Instructions<br \/>\nNote:278055.1: Advanced Planning and Scheduling Requirements for 11.5.10 &#8211; Family Pack J<\/p>\n<p>Note that the above mentioned notes were not necessarily used for ASCP Multi Node Installation, but they were studied. The Note required by the patches applied above are listed in its respective column.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Oracle Advanced Supply Chain Planning (ASCP) is a comprehensive, Internet-based planning solution that decides when and where supplies (for example, [&hellip;]<\/p>\n","protected":false},"author":115,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[1],"tags":[],"class_list":["post-548","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Oracle Advanced Supply Chain Planning (ASCP)multi node implementation -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onlineappsdba.com\/index.php\/2008\/06\/30\/oracle-advanced-supply-chain-planning-ascpmulti-node-implementation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Oracle Advanced Supply Chain Planning (ASCP)multi node implementation -\" \/>\n<meta property=\"og:description\" content=\"Oracle Advanced Supply Chain Planning (ASCP) is a comprehensive, Internet-based planning solution that decides when and where supplies (for example, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2008\/06\/30\/oracle-advanced-supply-chain-planning-ascpmulti-node-implementation\/\" \/>\n<meta property=\"article:published_time\" content=\"2008-06-30T22:16:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2008-06-30T22:52:55+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/06\/sc1.bmp\" \/>\n<meta name=\"author\" content=\"Masroof Ahmad\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Masroof Ahmad\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"14 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/06\/30\/oracle-advanced-supply-chain-planning-ascpmulti-node-implementation\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/06\/30\/oracle-advanced-supply-chain-planning-ascpmulti-node-implementation\/\",\"name\":\"Oracle Advanced Supply Chain Planning (ASCP)multi node implementation -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/06\/30\/oracle-advanced-supply-chain-planning-ascpmulti-node-implementation\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/06\/30\/oracle-advanced-supply-chain-planning-ascpmulti-node-implementation\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/06\/sc1.bmp\",\"datePublished\":\"2008-06-30T22:16:45+00:00\",\"dateModified\":\"2008-06-30T22:52:55+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/06\/30\/oracle-advanced-supply-chain-planning-ascpmulti-node-implementation\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2008\/06\/30\/oracle-advanced-supply-chain-planning-ascpmulti-node-implementation\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/06\/30\/oracle-advanced-supply-chain-planning-ascpmulti-node-implementation\/#primaryimage\",\"url\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/06\/sc1.bmp\",\"contentUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/06\/sc1.bmp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2008\/06\/30\/oracle-advanced-supply-chain-planning-ascpmulti-node-implementation\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Oracle Advanced Supply Chain Planning (ASCP)multi node implementation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineappsdba.com\/#website\",\"url\":\"https:\/\/onlineappsdba.com\/\",\"name\":\"\",\"description\":\"Oracle Implementation &amp; Training Experts\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineappsdba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\",\"name\":\"Masroof Ahmad\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"caption\":\"Masroof Ahmad\"},\"url\":\"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Oracle Advanced Supply Chain Planning (ASCP)multi node implementation -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/onlineappsdba.com\/index.php\/2008\/06\/30\/oracle-advanced-supply-chain-planning-ascpmulti-node-implementation\/","og_locale":"en_US","og_type":"article","og_title":"Oracle Advanced Supply Chain Planning (ASCP)multi node implementation -","og_description":"Oracle Advanced Supply Chain Planning (ASCP) is a comprehensive, Internet-based planning solution that decides when and where supplies (for example, [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2008\/06\/30\/oracle-advanced-supply-chain-planning-ascpmulti-node-implementation\/","article_published_time":"2008-06-30T22:16:45+00:00","article_modified_time":"2008-06-30T22:52:55+00:00","og_image":[{"url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/06\/sc1.bmp","type":"","width":"","height":""}],"author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"14 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/06\/30\/oracle-advanced-supply-chain-planning-ascpmulti-node-implementation\/","url":"https:\/\/onlineappsdba.com\/index.php\/2008\/06\/30\/oracle-advanced-supply-chain-planning-ascpmulti-node-implementation\/","name":"Oracle Advanced Supply Chain Planning (ASCP)multi node implementation -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/06\/30\/oracle-advanced-supply-chain-planning-ascpmulti-node-implementation\/#primaryimage"},"image":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/06\/30\/oracle-advanced-supply-chain-planning-ascpmulti-node-implementation\/#primaryimage"},"thumbnailUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/06\/sc1.bmp","datePublished":"2008-06-30T22:16:45+00:00","dateModified":"2008-06-30T22:52:55+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/06\/30\/oracle-advanced-supply-chain-planning-ascpmulti-node-implementation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2008\/06\/30\/oracle-advanced-supply-chain-planning-ascpmulti-node-implementation\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/06\/30\/oracle-advanced-supply-chain-planning-ascpmulti-node-implementation\/#primaryimage","url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/06\/sc1.bmp","contentUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2008\/06\/sc1.bmp"},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2008\/06\/30\/oracle-advanced-supply-chain-planning-ascpmulti-node-implementation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Oracle Advanced Supply Chain Planning (ASCP)multi node implementation"}]},{"@type":"WebSite","@id":"https:\/\/onlineappsdba.com\/#website","url":"https:\/\/onlineappsdba.com\/","name":"","description":"Oracle Implementation &amp; Training Experts","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineappsdba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb","name":"Masroof Ahmad","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","caption":"Masroof Ahmad"},"url":"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/548","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/comments?post=548"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/548\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=548"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=548"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=548"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}