PI Architecture - Production Install

Dear Support,
We are in the process of designing the Production Architecture for PI installation. Here are the scenarios we have and trying to find out the best way to install/configure the PI application.
Scenarios:
1> External clients will access the system to push and fetch the data via PI to and from the backend ERP system
2> The backend ERP system will connect PI and send the data out to the External clients via an XML interface
Here my question is...
Option 1:
Do we have to install the PI Central Instance and the Database on the DMZ and then open specific ports to the back-end system for communication?
OR
Option 2:
Install the PI Central Instance and the Database inside the internal LAN and install an PI APPLICATION Server on DMZ. This way all the communications takes place via the application server which is in DMZ and the PI Database being inside will protect the data from external threats...
Does any of the above options makes sense or is there a third option?
Thank you,
Nikee

Hello Jerry,
please check this note:
#1303262: Oracle on Windows Server 2008
The problem might be happening  to the use of a outdated sapinst patch delivered with the DVD kit. Please download the latest
sapinst patch and read carefully the note:
#929929: Latest SAPinst Patch
If it is not the case, could you please try to run the command:  'opatch lsinventory'   and verify that the home in  E:\oracle\PI3\102 indeed contains a 10gR2 software.
Please also check the following:
1. Log on to the system as <sid>adm
2. Check the registry below HKLM -> Software -> Oracle
3. Check directories for other oracle installations
4. Check the oracle runinstaller for other oracle installations
Take into account that an Oracle Software reinstallation had solved the issue in other customers cases having the same error as yours.
Additional, important Notes:
#1249469: SAP NetWeaver Based On Kernel 7.11: Windows
#1249470: SAP NetWeaver Based On Kernel 7.11: Windows Oracle
Please assure yourself to have performed all required steps procedure as detailed in the Installation Guide "SAP NetWeaver Process Integration 7.1 including Enhancement Package 1 on Windows: Oracle"
Another check:  open a command prompt as <sid>adm user and check the output of command:
%ORACLE_HOME%\opatch\opatch.bat lsinventory
Additional Check:
- perform the actions reported in chapter Setting up Multiple Oracle home. This fixed the problem in similar situations. In
the installation guide, Chapter        "Setting Up Multiple Homes (Optional)"
Please follow the checks even if not directly related to your actual scenario.
I hope this helps.
Best regards,
Tomas Black

Similar Messages

  • Can I have the same product installed in my two computers (home and office)?

    Can I have the same product installed in my two computers (home and office)?

    Yes, as long as the two machines both meet the system requirements for whichever software this concerns.

  • Hello! I had Photoshop Elements (and some other products) installed on my Laptob, but lost them because of a system breakdown. Trying to install these programms again, I logged in to my account "my adobe" and immediately found my products listed there plu

    Hello! I had Photoshop Elements (and some other products) installed on my Laptob, but lost them because of a system breakdown. Trying to install these programms again, I logged in to my account "my adobe" and immediately found my products listed there plus a link "download here". But clicking the link didn´t start anything. Nothing happened. How can I get my prgramms installed again?

    Try using a different browser if the link did not work.
    You can also try downloading thru the following page if you can find the version(s) you need...
    Download and Installation Help -
    https://helpx.adobe.com/download-install.html

  • I have tried to install and run Captivate 4 but it tell me I have this product installed on 2 other computers. I do not have this installed on any other computers.

    I have tried to install and run Captivate 4 but it tell me I have this product installed on 2 other computers. I do not have this installed on any other computers.
    How do I solve this issue so I can use the Captivate software?

    - You can only sync with one iTune library but you can manually music music and vides with different computers. To do so go to iTunes>Help>iTunes Help>Sync your iPod....>Sync You Device>Set up Syncing>Sync your device manually and follow the instructions.
    - To get iTunes to see the iPod:
    iOS: Device not recognized in iTunes for Windows
    or
    iOS: Device not recognized in iTunes for Mac OS X

  • Can't install Acrobat X Pro. Error message says I already have a more functional product installed.

    I'm trying to install Adobe Acrobat X Pro. I continue to receive error messages saying I already have a more functional product installed. I have FM 12 and Adobe Reader XI.

    Hi Beth,
    You should not receive this message if you dont have Acrobat 11 installed.
    Try removing Reader 11 and check.
    Regards,
    Rave

  • Setup has detected you already have a more functional product installed....

    Ok, have adobe standard XI. end user needs Pro to redact sections of pdf's.
    paid 199.00 for digital upgrade from standard to pro. download...execute...
    error on starting setup. setup has detected you already have a more functional product installed....installation will now terminate.    
    I have 2 choices. the Go to hell adobe your product dont work, and process a refund.
    or
    try to get phone technical support.
    Honestly why does adobe make it so difficult to work with them. My company needs digital signatures and i'd never use adobe. Adobe support is the worst in the IT industry imo and apparently their software developers cant determine that Pro is and UPGRADE from standard.
    if anyone understands a work around i'd be interested in hearing but i can't say i've ever had an efficient experience with adobe and i wish i could find an alternative for adobe acrobat pro.

    First you are attempting to install Acrobat Pro XI over Acrobat Standard XI and it's throwing an error that you have a more capable product.  While not the most elegant or even correct message IMHO what it means is that you can't install the same version of Pro over Standard. If they were different versions (ie. Acrobat Pro XI over Acrobat Standard X ) then it would work.   There are good reasons for this installation error, but let us try to get you to the place where you can actually get the work that you need to get done accomplished. 
    You can use a virtual machine like VMWare, VirtualPC, Parallels, or Oracle VirtualBox to host another Windows instance and load Adobe Acrobat Pro on that vm.  These are really the best way to keep things on the same machine and have both as separate usable installations.  In all cases, you provide the Windows installation media. The price of the VM software varies from free to some reasonable prices.   Your choice though.
    VMWare is a purchased product Windows and Mac:  http://www.vmware.com
    Parallels is a purchased product for Mac only:  http://www.parallels.com
    VirtualPC is downloadable from Microsoft at no cost:  http://www.microsoft.com/en-us/download/details.aspx?id=3702
    Oracle VirtualBox is downloadable from Oracle at no cost: https://www.virtualbox.org
    And one more thing... you need to contact Adobe Customer service because you should be using the full Acrobat XI installer with a full blown installer Serial Numberand not the upgrade installer with an upgrade serial number.

  • Query to find out license products installed

    hai dba
    tell me the query to find out what r hte products installed r licensed??
    regards
    dba

    1) From OAM: Oracle Applications Manager > Site Map > License Manager > Reports > License Products/Shared Products
    2) Use $AD_TOP/sql/adutconf.sql
    3) Use the following query:
    SQL> select fa.APPLICATION_SHORT_NAME, fpi.PATCH_LEVEL, DECODE(fpi.STATUS, 'I','Installed',
    'S','Shared', 'N', 'Inactive', fpi.STATUS) Status , fpi.DB_STATUS
    from fnd_product_installations fpi,FND_APPLICATION fa
    where fpi.APPLICATION_ID in (
    select APPLICATION_ID from FND_APPLICATION)
    and fa.APPLICATION_ID=fpi.APPLICATION_ID;

  • Query to find list of products installed in oracle 9i database

    Dear All,
    I need to know the list of product installed in 9i database for auditing purpose. Please help.
    Thanks,
    Anand.

    AnandKumar wrote:
    Dear All,
    I need to know the list of product installed in 9i database for auditing purpose. Please help.
    Thanks,
    Anand.http://download.oracle.com/docs/cd/B10501_01/server.920/a96536/ch2351.htm#1312606

  • When trying to install Adobe Standard XI, it says, "Setup has detected that you already have a more functional product installed. Steup will now terminate."  I have a Pro trial installed but did not seed so much functionality so I purchased standard.

    When trying to install Adobe Standard XI, it says, "Setup has detected that you already have a more functional product installed. Steup will now terminate."  I have a Pro trial installed but did not seed so much functionality so I purchased standard.

    uninstall any acrobat and reader versions, if you have win os clean (Download Adobe Reader and Acrobat Cleaner Tool - Adobe Labs) and then install acrobat std.

  • I am trying to download a document which requires me to have Adobe Reader, which I do; however, it keeps asking me to install the Reader program.  When I try to do that, I keep getting a message that I have a more functional product installed.  Regardless

    I am trying to download a document which requires me to have Adobe Reader, which I do; however, it keeps asking me to install the Reader program.  When I try to do that, I keep getting a message that I have a more functional product installed.  Regardless, I cannot open the document that i need and it is urgent that i complete it and send it in.  Please help.

    Use this link Download Adobe Reader and Acrobat Cleaner Tool - Adobe Labs
    When you have downloaded it, then clean out the old adobe reader and then try to install the latest one, i had to do this about a week ago and it solved the problem.
    Regards

  • 2 products installed in this Oracle Home

    Our security scanner is indicating that our Oracle 10g install has a vulnerability that should have been address with the install of CPUApr2011.  Our server is patched with every 10g CPU until end of life in Aug 2013, so I know it is a false failure.  But one question that I have is that the opatch lsinventory command indicates that I have 2 products installed in my Oracle home:
    Installed Top-level Products (2):
    Oracle Database 10g                                                                    10.2.0.1.0
    Oracle Database 10g Release 2 Patch Set 4                           10.2.0.5.0a
    There are 2 products installed in this Oracle Home.
    What is that actually telling me?  Do I actually have 2 installs of Oracle in that home?
    Thanks in advance

    You have installed 10.2.0.1.0 released base, and over this 10.2.0.5. You release is 10.2.0.5.
    You can verify this by
    i) from sqlplus execute at command line "sqlplus -version"
    ii) into the database "select * from v$version"
    HTH - Antonio NAVARRO

  • Attempting to reinstall Acrobat Pro ver 8. Error: a more functional product installed"

    My computer crashed a few months ago which required reinstalling all software. Acrobat Pro was not showing up on my programs menu yesterday so I assumed I had not reinstalled it. I attempted the installation and received error: "Setup has detected that you already have a more functional product installed. Setup will now terminate."
    Assuming that it was installed, with updates, I decided to uninstall it. It is not listed as an installed program in Control Panel / Programs and Features; however, there is an Acrobat 8.0 folder in Program Files/Adobe. After this didn't work, I uninstalled Adobe Reader 9.0 but it made no difference.
    The following are installed: Adobe AIR, Adobe Captivate 4, Adobe Creative Suite 4 Production Premium, Adobe Creative Suite 4 Web Standard, and Adobe Reader 9.1 (which I reinstalled today).
    I called tech support, but since it is not the current version, have to pay for support. Can anyone help with this problem?
    Thanks!

    You are not supposed to have Reader and Acrobat Pro installed on the same computer. Additionally, your CS 4 Production Premium should have come with Acrobat Pro 9! If that is installed, you should not try to install 8. See if you can fix the installation of CS 4 Production Premium installation to get it to install Acrobat Pro 9. If that is not possible, I'd advise deactivating your Adobe Software, running the CS 4 Cleansscript  and then try re-installing fram scratch.

  • Demo and Production install

    I have performed Demo install OVM and it works fine but I need to keep the same database (Oracle Database 11g XE) since everything is configured then perform production install. Is this possible or I have to start from scratch? Thanks

    890391 wrote:
    1- So for the testing purposes I am using a demo install but when I added more disks from the available disks, the "Disk ordering" did not show all the assigned disks and this is noticed only with VMs that are installed from ISO - I am not for sure at this point if I am missing anything or the demo works this way - Any idea?There is no difference in the UI between Demo and Production mode installs -- just which DB is used behind the scenes. This is another issue, so please start a new topic for this. The Disk Ordering tab should always show all the disks that are assigned to a VM.
    2- What's the difference between XE and SE? Do they work differently with OVM?XE is the free-to-use, resource-limited version of Oracle DB, which comes with no support.
    3- If using Oracle SE, do I need to configure anything to be able to use it or the installer will automatically configure it? You need to install SE or EE manually first, either on the Manager server or another machine. Once SE is installed, you use the Production installation mode for Oracle VM Manager to connect to the existing SE database.

  • Wiso I can on my WIndows XP, no iTunes, and all other Apple products instalation?

    wiso I can on my WIndows XP, no iTunes, and all other Apple products instalation?

    Perhaps it's me, but I have no idea what that sentence is meant to mean. Did you simply copy-and-paste groups of words from somewhere else?

  • Opatch lsinventory shows 4 products installed 9i and 10g.

    Hi,
    I have upgraded 9i to 10g in separate dir.
    but when i   do opatch lsinventory it shows
    Lsinventory Output file location : /oracle/DA1/102_64/cfgtoollogs/opatch/lsinv/lsinventory2008-06-30_17-42-15PM.txt
    Installed Top-level Products (4):
    Oracle Client                                                        10.2.0.1.0
    Oracle Database 10g                                                  10.2.0.1.0
    Oracle Database 10g Release 2 Patch Set 1                            10.2.0.2.0
    Oracle9i Database                                                     9.2.0.1.0
    There are 4 products installed in this Oracle Home.
    please advise.
    Anu

    Hello Anu,
    this information comes from the "Global Inventory".
    Metalinknote #360079.1 describes this:
    Global Inventory
    The Global Inventory is the part of the XML inventory that contains the high level list of all oracle products installed on a machine. There should therefore be only one per machine. Its location is defined by the content of oraInst.loc.
    The Global Inventory records the physical location of Oracle products installed on the machine, such as ORACLE_HOMES (RDBMS and IAS) or JRE. It does not have any information about the detail of patches applied to each ORACLE_HOMEs.
    The Global Inventory gets updated every time you install or de-install an ORACLE_HOME on the machine, be it through OUI Installer, Rapid Install, or Rapid Clone.
    Note: If you need to delete an ORACLE_HOME, you should always do it through the OUI de-installer in order to keep the Global Inventory synchronized.
    Regards
    Stefan

Maybe you are looking for

  • Class Cast Exception for Date Format .

    Hi Friends , I am getting a error for casting type from Object to Date type . Could you please some one help me . I am using a prepared statement in OAF for inserting a data . All fields are inserting except Date format . My code in controller as fol

  • Using derived obj as a parameter in one of the methods

    Hi I have a class "class1", which is the parent class. Another class "class2" is derived from class1 (extends class1) In class3, there is a method "method3" that uses "class1" obj as a parameter. I need to call the same method "method3" in class2 als

  • Problem with xp3200 ?

    Hey peeps Got this board recently, thought i'd give the KT600 chipset a go as i had to go nForce2 way, when the KT400 has so many problems with the Radeon9700 pro. Anyhow, board arrived, new XP3200 arrived too. i also have Samsung PC3200 ddr... sweet

  • Badi for va02

    Hi I am working on a workflow for approval of Credit memo request (CMR) As per my requirement i have to prevent anyone from changing the PO ie use transaction VA02 unless one of the approver requests the creator to change the CMR (the request will go

  • Unsolved  BAPI_ACC_DOCUMENT_POST...problem!!!!

    Hi gurus, I am posting this problem of mine for the third time, but I have got any reply to my previous postings, I don't know wheter the my problem is too difficult or its not an appropriate one to ask. Can someone pleaase reply this time to my prob