Oracle Primavera Portfolio Management 9.0 Ports

Hello
We seek to deploy Oracle Primavera Portfolio Management 9.0.
We have the database and the Web server.
Can someone tell me what ports must be open between the two servers, so that on the Internet, I don't find that information anywhere.
Thank you.

It depends on what database used for the backend.

For the front end for the customer, you will need 443 (user name a password screen is always 443) and maybe 80 if you allow access http through the browser of the user.

For the database (check with your DBA) but normally:
MSSQL is 1433
Oracle is 1521

In addition, the system must msdtc to access. This can be a little tricky because MSDTC expects not only the TCP 135 port, out of the box but also uses RPC dynamic port allocation. Is there a way to configure MSDTC to use a specific dynamic port range.

http://support.Microsoft.com/kb/306843

Gene

Tags: Oracle Applications

Similar Questions

  • 9 Oracle Primavera portfolio management

    Hi all

    I intend to install Madaboutangling 9.0. I'll try to find in the delivery, but I see EPPM 8.2, but do not find software for Madaboutangling 9.

    Some explain it please in this regard.

    Kind regards
    NAG.

    P6 EPPM 8.2 and 9 Madaboutangling are two distinct products. Both are available for download at the delivery. Search for "Primavera Portfolio Management 9.0 SP1" for the operating system you want to install.

    Sachin Gupta

  • Oracle Linux Portfolio Manager

    Hello

    I can't start owm utility under linux.

    [root@IAF-DB install] # pwd
    /app/Oracle/product/11.2.0/dbhome_2/OWM/install
    [install root@IAF-DB] #./owm.sbs
    . / owm.sbs: line 191: fg: no control tasks
    Fact.

    While visiting the next thread
    OWM and Grid control
    I found that utility owm is stored in/u01/app/oracle/Middleware/Oracle_WT/bin/owm but this directory was not created with my installation.

    Any help guys?

    11 g DBA wrote:
    Hello

    I can't start owm utility under linux.

    [root@IAF-DB install] # pwd
    /app/Oracle/product/11.2.0/dbhome_2/OWM/install
    [install root@IAF-DB] #./owm.sbs
    . / owm.sbs: line 191: fg: no control tasks
    Fact.

    While visiting the next thread
    OWM and Grid control
    I found that utility owm is stored in/u01/app/oracle/Middleware/Oracle_WT/bin/owm but this directory was not created with my installation.

    Any help guys?

    have you followed the steps in the below oracle documentation
    http://www.di.unipi.it/~GHELLI/didattica/bdldoc/A97329_03/manage.902/a95192/OWM.htm#625933

  • How can we use Primavera portfolio management of Web services in Java?

    I tried to send the SOAP request as:

    <? XML version = "1.0" encoding = "UTF-8" standalone = 'no '? >

    " < = xmlns:soapenv soapenv:Envelope ' http://schemas.xmlsoap.org/SOAP/envelope/ "xmlns:psp =" " http://ProSight.com/WSDL/5.0/psPortfoliosSecurity/ ">

    < soapenv:Header / >

    < soapenv:Body >

    < psp:Login >

    Admin of < psp:sUser > < / psp:sUser >

    Admin of < psp:sPassword > < / psp:sPassword >

    < psp:lTimeOut > 100 < / psp:lTimeOut >

    < / psp:Login >

    < / soapenv:Body >

    < / soapenv:Envelope >

    I get the response as:

    <? XML version = "1.0" encoding = "UTF-8" standalone = 'no '? >

    " < envelope soap: xmlns:soap = ' http://schemas.xmlsoap.org/SOAP/envelope/ "container =" " http://www.w3.org/2001/XMLSchema "" xmlns: xsi = " " http://www.w3.org/2001/XMLSchema-instance ">

    < soap: Body >

    " < LoginResponse xmlns =" http://ProSight.com/WSDL/5.0/psPortfoliosSecurity/ "/>

    < / soap: Body >

    < / envelope soap: >

    Post edited by: 0c81719e-48f8-48a9-abd3-c9dbb717b338 solved the problem of soap action valid, but do not have the token that will be required for access to other services.

    It should look like this:

    try {}

    //
    Configure the PsPortfoliosSecurity Service and activate cookies
    //
    PsPortfoliosSecurityUrl URL = new URL ("http://najad/prosightws/psPortfoliosSecurity.asmx?wsdl");

    PsPortfoliosSecurity psPortfoliosSecurity = new PsPortfoliosSecurity (psPortfoliosSecurityUrl);

    PsPortfoliosSecuritySoap psPortfoliosSecuritySoap = psPortfoliosSecurity.getPsPortfoliosSecuritySoap ();

    BindingProvider psPortfoliosSecuritySoapBindingProvider = (BindingProvider) psPortfoliosSecuritySoap;

    psPortfoliosSecuritySoapBindingProvider.getRequestContext () .put (BindingProvider.SESSION_MAINTAIN_PROPERTY, Boolean.TRUE);

    //
    Connect to Madaboutangling and remove the response cookies.
    //
    psPortfoliosSecuritySoap.login ("admin", "password", 1000);

    Card> responseHeaders = (map>) psPortfoliosSecuritySoapBindingProvider.getResponseContext () .get ("javax.xml.ws.http.response.headers");

    List cookieHeaders = responseHeaders.get("Set-Cookie");

    //
    Setup of the Service of PsPortfolioCategory
    //
    PsPortfoliosCategoryUrl URL = new URL ("http://najad/prosightws/psPortfoliosCategory.asmx?wsdl");

    PsPortfoliosCategory psPortfoliosCategory = new PsPortfoliosCategory (psPortfoliosCategoryUrl);

    PsPortfoliosCategorySoap psPortfoliosCategorySoap = psPortfoliosCategory.getPsPortfoliosCategorySoap ();

    BindingProvider psPortfoliosCategorySoapBindingProvider = (BindingProvider) psPortfoliosCategorySoap;

    //
    Add our "cookies" of the PsPortfoliosSecurity response to our request to PsPortfolioCategory.
    //
    Card> requestHeaders = (map>) psPortfoliosCategorySoapBindingProvider.getRequestContext () .get ("javax.xml.ws.http.request.headers");

    If (requestHeaders == null) {}

    requestHeaders = new HashMap> ();

    psPortfoliosSecuritySoapBindingProvider.getRequestContext () .put ("javax.xml.ws.http.request.headers", requestHeaders);

    }

    requestHeaders .put ("Cookie", cookieHeaders);

    psPortfoliosCategorySoapBindingProvider.getRequestContext () .put (MessageContext.HTTP_REQUEST_HEADERS, requestHeaders);

    //
    Download the CategoryInfo for the class of the field.
    //
    PsPortfoliosCategoryInfo categoryInfo = psPortfoliosCategorySoap.getCategoryInfo ("Domain");

    System.out.println (categoryInfo.GetName ());

    }

    catch (Exception ex) {}

    System.out.println (ex.getMessage ());

    }

    V/r,

    Gene

  • Golden Gate on SSH - Portfolio Manager

    Hi all

    I have a very specific need. I did mostly all my replication within the same company & VPN.

    However, I have 2 clients who both use the same application and they would like to replicate data between them. Obvious that they want to do this as secure as possible from its sensitive data.

    My first instinct is Oracle Wallet Manager? As Golden Gate already can already use the TNSNAMES for its connection information, I thought this might be the best approach.

    I was wondering if someone could advise others. Any document an example of how to configure the Portfolio Manager for the Golden Gate.

    Sincerely

    Jan S.

    Jan,

    During the transfer of data between a source and a remote system, GoldenGate employs a TCP/IP communication. Data can be encrypted during transport or in the file of the track itself. Oracle GoldenGate Win/Unix administration Guide includes a section on the Oracle GoldenGate Security configuration:

    http://docs.Oracle.com/CD/E35209_01/doc.1121/e35957.PDF

    There are also the steps documented to use Oracle security with the extraction process in the following article of knowledge:

    Security Oracle GoldenGate and configuration (Doc ID 1461898.1)

    Let me know if this does not answer your question.

    Best regards

    Mary

  • In Portfolio Manager, what happened to my investment portfolio in my portfolio, followed by my actions?

    I have an icon on my desktop (Portfolio Manager track your stocks), that I used for years to follow my portfolil of investment, when I click the icon now, it dose No. ' t take me to my wallet more.  How can I find, or build a new list of my actions, I can follow?

    Hello

    1 are you referring to the portfolio in MSN Money?

    2. what operating system is installed on the computer?

    I suggest to see the links and check if it helps:

    The content is missing, incorrect or old in the MSN Money Portfolio Manager
    http://support.Microsoft.com/kb/213873

    You can also check out the link to post your request for more specialized assistance:

    Microsoft Money
    http://social.Microsoft.com/forums/en/money/threads

    See also:

    How to contact MSN customer service

    http://support.Microsoft.com/kb/940784

  • Portfolio Manager problems

    Since microsoft has improved their stock charts a week or two ago, my portfolio manager does not work properly.  How can I fix?  I have used this product for many years and really enjoy.  IF the problem cannot be resolved are other suggestions for similar monitoring sites?

    I think that within hours of the drafting of this issue, Microsoft has solved the problem.

  • Problems since the 6/18 Portfolio Manager

    I presented several reports of incidents at https://support.microsoft.com/ph/7037/en-us.

    The incidents that added Transaction errors that said a symbol was invalid (even though it came in find symbol); partial data in MY portfolio lines; quotes never updated after the opening of my Portfolio.

    They responded to an e-mail saying Microsoft was aware of problems:

    Hello dear customer, please contact support online money Services.  I understand that the portfolio is not updated as expected.  Please accept our sincere apologies to this topic. Our silver team is aware of this problem and work on the resolution as soon as possible. Please bear with us. Thank you for your patience and we appreciate your continued support and strive to provide you with the best available quality service. Best regards, Kishore, support Services online money.

    Incidents were then closed without assistance.

    It has been more than a week, since the problems started with this enhanced version of Portfolio Manager.

    When will they be resolved?

    Can go back you to the working version of Portfolio Manager?

    Will you stop closure of incident reports until the problems are resolved?

    Try this forum

    http://social.Microsoft.com/forums/en-us/home?Forum=money

    Discontinued Microsoft all services and online assisted support for all versions of money January 31, 2011. (More dirty money on June 20, 2009 Microsoft.) If you are looking for an alternative program, Microsoft has made versions of Money Plus sunset available in replacement of the following expired programs: Microsoft Money Essentials, Microsoft Money Deluxe, Microsoft Money Premium, Microsoft Money Home and Business of Money.

    http://support.Microsoft.com/kb/2118008

    Perhaps Portfolio Manager be directed to the Forums of money.  These are discussions on the Portfolio Manager

    http://social.Microsoft.com/forums/en-us/home?searchTerm=Portfolio+Manager

    At they close the Support Ticket or wait for a response?  It sometimes takes weeks before sending a response.

  • Problem of PORTFOLIO MANAGER: followed backlist and cash balances?

    In addition to other recent restrictions on Portfolio Manager, as no registration high and low of the year for the Fund, MLP etc, I does not have a way to track cash balances in my accounts more. I was using a Citibank money market account with the value of $1, but is no longer will allow me to add transactions or modify the Fund? PM now seems to have PMS. Any thoughts?

    Hi, TDDDX,

    Connected with MSN Money Portfolio Manager are you referring?

    Contact MSN support

    Microsoft Money - Forum
    http://social.Microsoft.com/forums/en/money/threads

    Center solutions Microsoft Money
    http://support.Microsoft.com/mny

    Forums

    http://social.Microsoft.com/forums/en-us/home?Forum=money

    http://social.Microsoft.com/forums/en-us/home?searchTerm=Portfolio+Manager

    I hope this helps!

  • I get the message "Could not authenticate you" when I try to get the portfolio management

    Original title: portfolio in MSN Money management.

    I get the message "Could not authenticate you" when I try to get the portfolio management and when I try again, the same message is repeated.  What type of authentication is necessary?

    Hello

    I recommend you contact the support team of MSN Money for assistance on this issue.

    http://social.Microsoft.com/forums/en-HK/money/threads

    See also Solution Center-silver

  • Portfolio Manager MSN Money won't save data

    Portfolio Manager MSN Money no data records. As soon as I get back from a transaction, she quits and won't save data.

    and sometimes it will say that the server is busy data will not be saved. He did this for more than a week, I never

    had a problem before this.

    It worked for me. I used another computer with XP and IE 8, I opened MSN Money and it worked fine I have updated my portfolio and had no problem to save. I closed MSN Money and then opened it on my computer Windows 7, open portfolio with all the changes. What is really

    strange thing is THAT MSN Money now works very well on my computer windows 7.

    It can work for you?

  • MSN Money Portfolio Manager - cannot access

    I was working/update my portfolio in MSN Money Portfolio Manager yesterday. When I was about 3/4 in, a window pops up telling me there was a problem of 'network' and the program closed. I was not able to log back since that date (about 19 hours now) as I keeep receiving the same window "network problems", although the rest of the Internet seems to work very well. How can I access the Portfolio Manager and all my data again? Help, please!

    Hello

    The problem is the community to the Fund Portfolio Manager MSN Money portfolio wherever it would be better suited. Please visit the link below to find a community that will provide the best support.

    http://social.Microsoft.com/forums/en/money/threads

    See also: http://support.microsoft.com/ph/870/en-in/

  • My MSN Portfolio Manager is empty, not display the prices of stocks, my Stocks or any Information

    My MSN Portfolio Manager is empty, not display the prices of stocks, my Stocks or any Information

    Hi Drxyster,

    Thanks for posting your question in the Microsoft answers Site Feedback forum. Your question about MSN portfolio manager he will be better answered by experts in the MSN Support forum. Please repost your question here.

  • Portfolio Manager load request to download silverlight when I download says already installed

    Load Portfolio Manager cannot ask to download silverlight, when I down load it tells me that I already have this version and cannot install.  Can't my portfolio.

    I solved the problem by uninstalling Silverlight, and then reinstall the program.

  • Portfolio Manager does not open due to silverlight

    silerlight is downloaded and Portfolio Manager msn does not open

    Hello

    I suggest you try the steps from the following link:

    Error message "Error install software MSN Money" into MSN Money Investing portfolio
    http://support.Microsoft.com/kb/274086/en-us?SPID=7037&SID=global

    If the steps above fail, then I suggest you post to MSN money.
    https://support.MSN.com/default.aspx?WA=wsignin1.0&St=1&wfxredirect=1
    http://support.Microsoft.com/kb/940784

    Additional information:
    http://support.Microsoft.com/ph/7037?aid=3&GSA_AC_More3

Maybe you are looking for