EPM server config

Hi,
We are trying to install EPM in our concern, and I am trying to do a server configuration document.  I understand the standard deployment says to put everything in Windows, But we are looking to put in a mixture of OS. (everything 64 bit)
Right now I have like this,
1. Foundation services, FM and FDM in windows
2. Essbase, planning and oracle repository in Linux.
Is there any documentation to show how to install and configure in a mixture of OS environments?

AlvaroSoares wrote:
Yes, the server configurations in the original post should work. I've already set environments with a mix of Linux and Windows servers.
Thanks
Did you configure the windows/linux weblogic managed servers to the same WebLogic domain?
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • VI Server Config in LV 8.0

    Greetings All,
    I've recently installed LV 8.0, and have been starting the process of porting a distributed application (with an RT component) into a LV 8.0 project. So far, it hasn't been too promising. One of the main stumbling blocks appears to be figuring out the new way to configure VI Server over TCP using multiple application instances. In fact, I can't even get the "Real-Time System Manager" to work with the simplest of tests:
    To illustrate the difficulty, try this:
    1) Open a new project.
    2) Add the PXI RT target to the project.
    3) Add a new test VI (under the PXI target), and set it up to do something trivial. (Add some numbers, display a while loop counter, etc.)
    4) Deploy and run the test VI on the PXI
    5) Open the "Real-Time System Manager"
    Even after configuring VI server for both the project and the PXI, I get the following error message:
    "Real Time System Manager Error:
    Can not connect to [Remote_PXI].
    Please ensure that VI Server is enabled and this machine is allowed to connect" 
    It must have something to do with this new "multiple application instances" business in LV 8.0, but I really don't know what it is. I have used VI Server over TCP for several years and have never had any problems connecting remote PCs. And in fact, the same VI server config settings (for PC and PXI) that worked for LV 7.1 appear to be inncorrect for 8.0. I have set the parameters in the "master" options dialog, as well as in the project dialogs -- for both the PXI target, and the Desktop PC. (Default port 3363, TCP enabled for all clients and users.)
    Can anyone shed some light on this? If there was any option to bypass the LV project when working with the PXI in LV 8.0, I would be trying that next. However, since the NI engineers have eliminated this option from LV 8.0, my previous experience in this area appears to be completely obsolete. It looks like I'm completely stopped in my tracks until this difficulty is sorted out.
    Thanks in advance for any advice you can provide,
    -- D.
    www.movimed.com - Custom Imaging Solutions

    DAQ Dude,
    I know you've said you've been looking through the help, but have you checked this?  The TCP/IP must be enabled as it is not by default. 
    Complete the following steps to configure the VI Server.
    Select Tools»Options to display the Options dialog box.
    (Optional) The default VI Server configuration is suitable for most applications. Select VI Server: Configuration from the Category list if you need to change this default configuration. The default configuration allows ActiveX to call LabVIEW, but does not allow TCP/IP as a protocol. To use TCP/IP with other LabVIEW applications, place a checkmark in the TCP/IP checkbox and configure the VI Server: Machine Access settings.
    If you want to control browser access to the VIs or specify which VIs remote applications can control, configure the VI Server: Machine Access and Exported VIs options.
    Click the OK button to close the Options dialog box and save the changes.
    Note  If a target in a LabVIEW project supports the VI Server, you can configure the VI Server for the target using the Properties dialog box for the target. For example, use the My Computer Properties dialog box to configure the VI Server for the My Computer target.
    Error 66 is "LabVIEW:  The network connection was closed by the peer," as you suggest, but can be seen by improper VI server configuration settings as well. 

  • SBS 2011 VM and Server 2012 R2 Hyper-V host. After rebuilding the host image, no email is received, EMC states "You don't have sufficient permissions to view this data" when looking at organization config. Server config not shown on EMC.

    Hyper-V Host Server 2012 R2 x64 drive c:
    All VMs, including SBS 2011 Standard x64 are on drive d:
    I replaced my motherboard and defined a Marvell RAID 1 Mirror for my boot drive C:.  My drive D: containing all of my Hyper V machines remained untouched since the new MB had Intel Matrix Controller with RAID 5, as did the old MB.
    Since the C: drives are a few bytes smaller after configured as a RAID 1, I was unable to restore drive C from the image copy, so I rebuilt a new Hyper-V Host identical as possible using Server 2012 R2 x64.  I had to redefine the Hyper-V machines on
    the host, and the 1st time I brought it all (host and VMs) I had to reconfigure the NICs due to new MAC addresses, and verifying SBS 2011 DNS and DHCP for all physical and Hyper-V machines. Otherwise my Hyper-V SBS 2011 x(64) wasn't touched.
    Now the SBS Exchange 2010 is not receiving mail.  In the Exchange Management Console clicking on the Organization config gives me a highlighted error "You don't have sufficient permissions to view this data".  The Server
    Config is no longer on the EMC.  The Recipient Config looks fine.
    Outlook 2013 x64 connects to the Exchange Server, but no new mail appeared.  There were just a few older messages that came in since the last time I opened Outlook.  My public DNS on GoDaddy was not changed.  I did not change sending mail
    through my ISP Sonic.net.  The SBS internal DNS doesn't have an MX record, but I'm not sure it ever did since my GoDaddy public DNS has an MX record.
    I tried restoring to an earlier Image Copy, but that made no difference.  I'm using the Windows Backup from SBS 2011 for my daily image copy backups.
    - Michael Faklis

    Hi Michael,
    à
    After more research and running the Best Practices report from the EMC, I am missing a slew of ManagementRolesAndRoleGroups from the RBAC container.
    Based on your description, it seems that you have find the cause of this issue. On current situation, I still
    suggest that you should run
    SBS 2011 BPA and then check if can find some relevant errors. Just for a confirmation.
    Meanwhile, please refer to following articles and check if can help you.
    Apply
    missing Exchange 2010 RBAC Management Roles and Policies
    RBAC Manager
    (Exchange 2010 SP2)
    Hope this helps.
    Best regards,
    Justin Gu

  • Possible to add and persist elements in server config, for use by cons ext?

    I'm considering what will be my obstacles if I try to write a console extension that we would use to view excerpts of an application log file, the application of which is deployed to each server in our domain(s). It doesn't log to the WebLogic server log, it writes it to an external log file (through log4j), and each server (several servers on each box) uses a slightly different path to its log file.
    One issue that I'll have is getting the console extension to know what the path to the log file is. I think the best way, over all, is just to have the user enter the path in the form presented by the console extension. My problem is how to persist that setting, because I'd prefer they didn't have to enter that every time they entered the form.
    Several years ago, I wrote a console extension for WL 8.1.4 which had a similar issue. I ended up simply writing the setting into a properties file inside the extension WAR. This only works (I believe) if the WAR is deployed exploded. I could do that, but I don't like that idea very much.
    What would be nice is if I could "extend" the server config.xml with an additional element in the "Server" element, where I could store this information. Unfortunately, I don't see any support for doing something like that.
    Another alternative I'm considering is whether it's possible to extend the "Summary of Log Files" page in "Diagnostics" with an application-specific log file, but I don't see any way to do that.

    Well, I appreciate the suggestion, but it's not exactly a secret, to me at least. I've used it for human-readable things recently. It occurred to me that that might be my only option, but I certainly wasn't going to assume that. As it seems like this is likely my only option, I guess I can see some interesting conventions for dealing with this. You have to assume that the field could be written to by other code, and that code would have to make the same assumption. I guess I'd have to define a certain XML element as the root of my structure. If I find it, that region between the start and end element is mine to use and modify. If I don't find it, I'll insert my element at the end of the field value.

  • Error when trying to open 'Hyperion FDM App Server Config Manager'

    Hi,
    When I am trying to open FDM App Server Config Manager/Load Balance configuration/Task Manager configuration,I am getting the below error
    ' COM object with CLS ID-{xxxxx} is either not valid or nor registered'
    Could any one explain me what this error mean and what impact will it have on existing FDM application.
    Thanks in advance

    Hi,
    Could you please check the IIS log and see what’s the error code?
    Try using the administrator account to log in the Outlook and see if he can see the apps successfully.
    Thanks,
    Simon
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Hyperion EPM server - web application service does not start

    Hi All,
    I installed and configured epm 11.1.2.2 on windows 2008 server. I was able to start all the services except "Hyperion EPM server - web application" everytim I start the service I am getting an error "some services start and stop as they are not used by any other programs and applications'.
    I reconfigured the web server and deployed the application server again but still I am having the same issue.
    I was not able to see planning from the navigate of workspace and I am getting errors while trying to start the web analysis.
    Can anyone please let me know where I am doing wrong..
    Thanks a lot!

    Hi John,
    we deployed workspace, financial reporting, web analysis, shared services, planning web applications. we were able to access most of them except "web analysis".
    we are getting an error while trying to login Web analysis "when starting web anaysis an error occured while initalizing startup options".
    I have HP BL480 32 gb of RAM.
    I am not getting any error while configuring but I am getting the error when trying toi start the service.
    here are the log files for web analysis
    [2012-07-20T15:51:20.714-04:00] [WebAnalysis0] [WARNING] [] [oracle.webanalysis] [tid: 192] [userId: <anonymous>] [ecid: 0000JY_wS67DoYdpxc4EyW1G2Qia000028,0] [SRC_CLASS: com.hyperion.analyzer.utils.general.HYAURLParamHandler] [APP: WEBANALYSIS#11.1.2.0] [SRC_METHOD: getAnalyzerBaseURL] AnalyzerBaseURL=http://ftldhyptest1.citrite.net:28080/WebAnalysis
    [2012-07-20T15:51:20.718-04:00] [WebAnalysis0] [WARNING] [] [oracle.webanalysis] [tid: 192] [userId: <anonymous>] [ecid: 0000JY_wS67DoYdpxc4EyW1G2Qia000028,0] [SRC_CLASS: com.hyperion.analyzer.utils.general.HYAURLParamHandler] [APP: WEBANALYSIS#11.1.2.0] [SRC_METHOD: getAnalyzerBaseURL] AnalyzerBaseURL=http://ftldhyptest1.citrite.net:28080/WebAnalysis
    Thanks a lot!
    Edited by: user608296 on Jul 20, 2012 12:54 PM

  • Content server - config?

    Dear all,
    I am working on DMS with Content server.
    Particullarly now in CONTENT server CONFIG.
    Any one could kindly help me out with the procedure and documents.
    Regards,
    John.

    Dear Ronald,
    Just now saw your reply.Thanx for the care.
    I was working in a different location for past 2 days so i couldn't see the mail.
    Actually v r trying to shift our db to SAP.And we r using DMS(Document Management System) and using webdocuments a BSP for interaction with database(Content server.)
    So v want to push up our data into <b>HTTP enabled CONTENT SERVER</b>.For this i need help on Cofig. of content server.
    Awaiting your reply.
    Thanx & regards,
    John wesley.

  • MS Project Professional 2007 resource loaded .mpp file published to EPM server but resources can't see their tasks in PWA

    Hi all:
    I'm using MS Project Professional 2007 and I created the schedule as an .mpp file and assigned resources before I loaded the schedule to the EPM server. I created the resource names consistently with the names in the Enterprise resource pool and when I go into
    tools / assign resources and filter on enterprise resources, I see the resources I assigned to my project associated with the correct tasks. The only problem is that when these resources go into PWA, they can't see their assigned tasks even after I save and
    publish the project. If I create a new resource assignment while I am connected to the server, then the resource can see the new assignment, but I don't want to have to completely recreate the project assignments to remedy this situation. Can anyone tell me
    another way to fix it so that resources begin to see their assignments in PWA and can enter their time there?
    Any suggestions would be greatly appreciated.
    Thanks,
    David

    Hey Dale.  Published = Yes on all tasks.  That's not it. 
    But you definitely hit the mark on Assignment Owner.  That must be where the problem is.  When I read that I remembered that when I go into PWA all the project tasks show up under My Tasks, which seemed wrong to me and I asked the administrator
    about that.  he told me it was because I was the project owner.  Now I know that was not a correct response on his part and I'll point it out to him. 
    I did check the Resources and Assignment Owner was blank.  I tried to set it to be the Resource and it's a locked field.  I can't do it.  It doesn't surprise me that this field is locked because I suspect the administrator controls the
    Enterprise Resource pool.  But what does it tell you that this field is blank.  Since I'm getting the tasks in my My Task list, I expected to find my name there.
    Anything else I should check?
    Anything I should tell the admin about how to make the Resources the owners of their own tasks.  I assume that should be the default.  That can be corrected just as easily in the Resource Sheet View as in the Resource Usage view, I assume
    -- is that correct?
    Thanks again for helping me figure out what the problem is. 
    David

  • How to View BI Server Config parameters with Jconsole

    Hi Experts
    I want to examine the OBIEE 10g Server config params using the JConsole. I tried to start the Java agent by, navigating to the directory *"<oraclebi home>\systemdmanagement”*, and issuing the command *“runagent”.*
    I guess I am missing some options /variables that I would need to pass when issuing *“runagent”.*
    Please suggest . Thanks in advance.
    Edited by: 858793 on May 22, 2013 6:42 AM

    one you have the data in the infosource, for performance and holding history, you shoudl move the data in a ods or a cube.
    ODS for daily report, only daily data no history
    CUbe for historical Reporting and daily reporting.
    you wil need to create update rules. and process chain to load data in yoru data targets( ODS or CUbe). then create a query on them. play with the query how you want the data to show. try to USe 7.0 as its more flexible if not 3.5.
    you can broadcast it straight to e-mails using web broadcasting. other wise create web template( as define in the steps in the previous post).
    remember do everything in yoru SANDBOX system or Development system. do not under any circumstances do this in production or testing.
    any question feel free to post
    hope this helps.
    Amer

  • Is it safe to edit /Library/Server/Config/ from outside Server.app?

    I want to add a virtual_mailbox_domains directive to /Library/Server/Config/Mail/postfix/main.cf for postfix.  Is that safe to do?  Will my changes be retained across  version updates?

    AnalogKid wrote:
    I want to add a virtual_mailbox_domains directive to /Library/Server/Config/Mail/postfix/main.cf for postfix.  Is that safe to do?  Will my changes be retained across  version updates?
    I've modified that file from the command line numerous times in SL Server in order to make configuration changes that can't be done through Server Admin, so I would expect it to work the same in ML Server.

  • SQL Server Config Manager, Windows Administration Tools, Manage Computer and Task Manager

    I want to cross check the
    SQL Server Config Manager, Windows Administration Tools, Manage Computer and Task Manager
    for running of SQL SERVER.
    I stop SQLEXPRESS instance in one of the above tools but the others become unaware of the latest changes except
    Task Manager.
    For example when I stop SQL EXPRESS from within SQL Server Congiguration Manager
    it still seems working in Windows Administration Tools, Manage Computer windows.
    What is the reason for this?

    Hi,
    Aprat from SQL Server configuration manager all other are windows tool and should not be used to manage SQL Server in anyway. Although I cannot completely understand list of tools you mentioned
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • EPM server 2010 task page - "An unknown error has occurred"

    Hi All,
    Please note that I am using EPM server 2010.
    We have created various set of task in MPP and have saved and published it.
    Once the user login with his/her credential to EPM 2010 account. He/She can see assigned task in her timesheet.
    After entering actual hrs in timesheet user save timsheet.
    But once he/she clicks on Task button to Import the status of task. The task page is giving an error message "An unknown error has occured".
    I made all possibel changes and setting to resolve this issue. But still I am failed to find an answer.
    Please help me to find the correct resolution.
    Regards,
    Prashant Phate

    Try one by one i think 1 one will help you for sure
    1.Try updating the published database stats, well do all four Project Server databases using this command against each database
    EXEC SP_updatestats
    query will take time to execute depends on data. 
    2. see the
    link
    3. These types of errors are likely caused by one of the following:
    Corruption in the project data being viewed
    Basic corruption in the view configuration.
    For #1 this can be a custom field value that is filtered where one project has an invalid (null?) value for the field in question, so often just removing any filters configured on the view will fix this.
    If you identify the filter in question then see the tips above about republishing (or possibly re-saving AND re-publishing) some or all projects to correct the data.
    For #2 there are few options other than to recreate the view, copying the current view sometimes helps but not reliably.
    kirtesh

  • Netpoint BussinessOne Syych Manager , Error occues at Server Config

    I am getting an error at when click on try connection button of Server Config
    First Error
    Error: COM object with CLSID {A355004F-AAB4-41D3-BDE0-7EAED1ED5FFF} is either not valid or not registered.
    Second Error
    I also get an error when clicking on install Plugin button
    Error: Object reference not set to an instance of object
    Any clue on what could cause these errors
    Sincerely yours
    Riade Asleh

    Which version of Web tools are you using and which version of the DI API?
    This error occurs when data is being inserted into Business One by he DI API and the inserted data has more characters than the field will hold (typically it will happend on varchar or nvarchar fields).
    The "try connection" button attempts to create a company object in the DI API and connect to the specified company.  So the error is a bit strange in this context.

  • JRUN Upgrade for Web Server Config Tool

    Recently, I applied the latest connector update discussed in
    APSB07-02. Today, I attempted to create a connector to my new CF
    cluster and get the following error when using the Web Server
    Config tool:
    "The JRun server(s) found on host 127.0.0.1 must be upgraded
    to use this version of the Web Server Configuration tool"
    CF 7.0.2HF1
    JRun 4 Updater 6
    W2k3 SP1
    What update is it refering too?

    This issue was asked in 2007 but never answered.  It's now 2010 and I am experiencing the same problem.  I'm trying to add a new IIS web server for CF.  Running CF 7 and the web config tool worked 12 months ago.  Now it doesn't... saying the "Jrun server must be upgraded to use this version of the Web Configuration Tool".  I've done one jrun patch that I am aware of in the past few months.
    So now, does anyone have an answer as to what I have to do to get this thing to run????
    Thanks,
    ...Wes

  • SSL certificate selection weirdness in iCal server config

    I have a wildcard certificate installed via the certificate manager on a 10.5 server, and it's working perfectly with dynamic virtual hosts in apache, with mail via POP3, IMAP and SMTP. However, something odd happens in iCal admin. The certificate popup menu contains:
    No certificate
    Custom Configuration...
    *.example.com
    Default
    Manage Certificates...
    So, I select my installed certificate and click save. The certificate popup immediately changes to "Custom Configuration..." and I'm asked whether I want to restart iCal for the change, which I accept.
    Connections to iCal work when SSL is off, but if I use an SSL URL like:
    https://ical.example.com:8443/principals/users/myname/
    I get this error:
    Account information not found
    Unexpected secure name resolution error (code -9844). The server name ical.example.com may be incorrect.
    When SSL is on, non-secure requests just don't respond.
    Nothing appears in the iCal server log.
    If I select the custom config from the certificate menu, it just shows me the same certificate and key path that the certificate manager does, so I've no idea why it's reverting in the menu when it doesn't in other service admin panels.
    The necessary firewall ports are open, though I've tried it with the firewall off just to check.
    I've heard that if DNS doesn't have matching forward and reverse resolution the first time iCal is configured, it can screw things up, and I did that, but I've no idea what effect it has.
    Any ideas?
    (names have been changed to protect the innocent!)
    Message was edited by: Marcus Bointon
    Message was edited by: Marcus Bointon

    Sounds like you're looking at the access log.
    The error log is the one that would have the funny business listed.
    Try switching logs through the dropdown at the bottom of the server-admin ical logs screen.
    When I enable SSL and try to visit the page via https://host:8443/ the error log for the ical service shows a number of processes dying with the following error: (replaced real date/time to save time!)
    pydir] date/time marking host ('127.0.0.1', 8444) down ([Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionRefusedError'>: Connection was refused by other side: 61: Connection Refused.
    pydir] date/time ])
    pydir] date/time retrying with ('127.0.0.1', 8445)
    Then it goes on to repeat the error with 8445 and so on until it reaches 8451. (they look like PID numbers.. not port numbers. see below.) Afterwards I receive:
    pydir] date/time no working servers, manager -> aggressive
    pydir] date/time re-adding ('127.0.0.1', 8449) automatically
    Message was edited by: noneoftheabove - cleaned up error msgs

Maybe you are looking for