SNC router configuration on linux

Hi All,
If anyone having the document for SNC router configuration on linux, pl share.
Regards,
Joe

Hi,
check sap  Note 30289 - SAProuter documentation
look at attached document to note.
further mail me for other documentation .
check my business card for mail address.
regards,
kaushal

Similar Messages

  • SAP Router configuration on Linux platform (error in start script)

    Hello gurus,
    I´m trying to setup the saprouter on Fedora v14 (32 bits).
    I did all the configure with root user. The problem is when I run the script that starts the saprouter service, it show me the following error:
    [root@saprouter sap]# pwd
    /usr/sap/saprouter
    [root@saprouter saprouter]# saprouter_start
    /usr/sap/saprouter/saprouter_start: line 12: syntax error near unexpected token `|'
    'usr/sap/saprouter/saprouter_start: line 12: `        | tee -a $LOGFILE &
    The content of this script, has the following sintaxes:
    # Start saprouter
    # You can automatically start SAProuter when you start the system. In UNIX for example, you would change file /etc/rc.
    # saprouter CN=saprouter, OU=0001214237, OU=SAProuter, O=SAP, C=DE sapserv2
    SRDIR=/usr/sap/saprouter
    LOGFILE="usr/sap/saprouter/saprouter_log"
    if [ -f $SRDIR/saprouter ] ; then
            echo "Starting SAP Router" | tee -a $LOGFILE
    $SRDIR/saprouter -r -R $SRDIR/saprouttab -G $LOGFILE -W 60000 -K "p:CN=saprouter, OU=0001214237, OU=SAProuter, O=SAP, C=DE"
            | tee -a $LOGFILE &
    fi
    The strange of this is I already did this type of configuration on Linux with the same scripts... but in red hat enterprise linux x86_64 and in there it works perfectly!
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/4f/992ce8446d11d189700000e8322d00/frameset.htm
    Can you help me please in way to solve this problem...?!
    Best regards,
    João Dimas - Portugal

    Hello Clebio,
    First al all, please don´t forget to read my previous message.
    I´m writing again because I made other tests that I would like to show you...!
    1- In my previous message I mentioned an error when I ran directly the command # saprouter -r... and as you recomend, I typed the "ldd saprouter", the output of this show that libstdc+.so.5: was not found! I already solve this issue, I installed the compat-libstdc+ with # yum install compat-libstdc++. So... now when I run that "ldd saprouter" the result is:
    [root@saprouter saprouter]# ldd saprouter
         linux-gate.so.1 =>  (0x003a9000)
         libdl.so.2 => /lib/libdl.so.2 (0x00911000)
         librt.so.1 => /lib/librt.so.1 (0x00918000)
         libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x00110000)
         libm.so.6 => /lib/libm.so.6 (0x00923000)
         libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00966000)
         libpthread.so.0 => /lib/libpthread.so.0 (0x008f4000)
         libc.so.6 => /lib/libc.so.6 (0x00768000)
         /lib/ld-linux.so.2 (0x00747000)
    It seems that is solved! Is not it?
    2- After that correction, I ran again the # saprouter -r but now it show me the following error:
    [root@saprouter saprouter]# saprouter -r
    trcfile  dev_rout
    no logging active
    *** ERROR => invalid lines in './saprouttab', see 'dev_rout' [nirout.cpp   8006]
    ... next, what I did was, I opened the dev_rout:
    trc file: "dev_rout", trc level: 1, release: "700"
    Thu Aug 11 13:10:49 2011
    SAP Network Interface Router, Version 38.10
    command line arg 0:     saprouter
    command line arg 1:     -r
    main: pid = 9808, ppid = 2038, port = 3299, parent port = 0 (0 = parent is not a saprouter)
    reading routtab: './saprouttab'
    *** ERROR => SNC field without SNC active, skip line 2 [nirout.cpp   7775]
    *** ERROR => SNC field without SNC active, skip line 3 [nirout.cpp   7775]
    *** ERROR => SNC field without SNC active, skip line 8 [nirout.cpp   7775]
    ... and I also checked my saprouttab in there I see...:
    1. vim saprouttab
    # SNC connection to and from SAP
    KT "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 194.39.131.34 *
    KT "p:CN=saprouter, OU=000121987, OU=SAProuter, O=SAP, C=DE" 81.193.132.663 3299
    # SNC connection to local system for R/3-Support
    # R/3 Server: 192.168.34.178
    # R/3 Instance: 00
    KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 192.168.34.178 3200
    # Access from the local Network to SAP
    P * 194.39.131.34 3299
    # Deny all other connections
    #D * * *
    What´s the problem!??! I don´t get it!! My God... I don´t understand, all the entries in saprouttab seems well to me! Can you verify this please?! It´s correct, isn´t it?
    Can you help me!?
    Thank you
    João Dimas - Portugal

  • SNC Router settings and configuration

    Hi All, I wanted to open ports only for Production Server in my SNC Router and not for my Other servers please help me how can I configure SNC Router settings for the same. And also please send me the configuring steps of SNC router from SAP notes PDF. I will be thankful for it.
    Regards,
    Prashant Chauhan

    Hi Rupali,
    Thanks for ur reply, I had tried by doing the same settings but it did not worked, below is my current setting of SNC Router, here my SOLMAN Server IP is 192.168.1.135 & my Production Server IP is 192.168.1.84, and when I am using SAP Router string I am able to access all my other servers like Quality, Development or BIW. So I want to restrict those access & want to allow only my Production server. Please help.
    P * * *
    KT "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 194.39.131.34 *
    KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 192.168.1.135 3200
    KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 192.168.1.135 3389
    KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 192.168.1.135 3200
    KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 192.168.1.135 3389
    KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 192.168.1.135 3299
    #Permission entries to check if the connection is allowed at all
    #P sapserv2 194.39.131.34 3200
    #P sapserv2 172.168.1.228 3200
    #P sapserv2 124.247.200.231 3200
    #P * sapserv2 3299
    P * 192.168.1.135 3209
    P * 192.168.1.135 3299
    P * * *

  • Can't access router configuration

    I have a wireless router WRT54GC.  It worked fine until I got a new linker.  Now I can neither connect wirelessly from my laptop (although the laptop says the connection is fine).  Nor can I access the router configuration; the URL for the configuration program has changed since the new linker was installed, and I can ping it  successfully, but via browser does not connect.  Hard to do much without getting to the router configuration.

    When you are trying to setup page of your Router are you getting any kind of error message?
    Try to Disable the Firewall and Antivirus on your Router and then check if you are able to access the setup page of your Router, If still not then you can Hardwired a different computer to the router and then try to login to the setup page of your router, if still doesn't work then you can unplug the power from the router, wait for 30sec and then replug the power to the linksys router and then check if you are able to access the setup page of your router.
    If still you are unable to access the setup page of your Router then you can Press and hold the reset button for 30 seconds...Release the reset button...Unplug the power cable from your router, wait for 30 seconds and re-connect the power cable...Now re-configure your router...

  • Can't get to router configuration Web page

    For some reason, I can't bring up the router configuration page (192.168.1.1).  It's always worked in the past.  But today for some reason, when I type in the URL, it hangs and hangs and hangs...  and then just gives me the "Can't access" error message!
    The funny thing is -- the router is working just fine.  I can browse, do E-mail, download files, everything.  Wired or wireless.  I just can't get to the router configuration!
    I've rebooted the router several times.  What would cause this inability to directly access the router's setup page?

    The main causes for this are:
    1) browser incompatibility:  Try a different browser.  Internet Explorer usually works.
    2) JavaScript must be turned on.
    3) Some firewalls will block this.  To test this, temporarily turn off your firewall.  If this corrects the problem, then turn your firewall back on, then open a hole in the firewall, to your router.
    4) Corrupted router firmware.  Since the rest of your router is working, this is probably not the cause.  However, if no other cause is found, you may need to reflash your firmware.
    5)  If your router is the WTR54GS  (note: NOT the WRT54GS)  then your default address is 192.168.16.1
    Also, go to "Command Prompt" and type in "ipconfig"  (no quotes), then hit the "Enter" key.   The "Default Gateway" is your router's address. 
    Message Edited by toomanydonuts on 02-02-200711:02 PM
    Message Edited by toomanydonuts on 02-02-200711:08 PM

  • Visualizing SAP XI routing configuration across the system landscape

    Hi Experts
    Iam facing some challenges in visualizing SAP XI routing configuration across the system landscape (Development, Quality, Production). Basically routing is based on a field (technical target system). Depending on the environment we have different target systems (different Mainframe DB that represent the same target system) configured.
    Any word/excel/ppt/pdf templates or any comments that could help visualizing routing would be highly appreciated.
    Thanks! Santosh

    Hi Santhosh,
    If you are worrieed about how your Business Systems will change when you move from Dev to QA to PROD for the Configuration in your ID, then the answer is simple.
    You can create transport target for your Business System and so when you migrate the ID objects from dev to Qa and so on, the business Systems will be automatically replaced.
    Take a look at this blog,
    /people/sap.india5/blog/2005/11/03/xi-software-logistics-1-sld-preparation
    Regards,
    Bhavesh

  • The TMS configuration is inconsistent and The transport route configuration

    Hi,
    I logged on domain controller in STMS in QA.  I can see the following in STMS as
    " The TMS configuration is inconsistent
      The transport route configuration is  inconsistent"
    Users were able to do transports and there were no issues.
    Transport routes
    DEV>QA>PRD
    TST(which is not active)
    Environment:
    Oracle: 10.2.0.4.0
    Windows NT
    Netweaver 70 ehp1 abap
    Please guide me how to resolve the above issue.
    Thanks and Regards
    Satya

    Hi,
    Everything is tick marked. 
    Please find the output.
    Check Transport Directory                                 03/30/2011  08:34:16
           QA1 CAL - Quality
               Transport Directory
                   bin        
    sap2bksrv\sapmnt\trans\bin
                   Create Test File
                   Read Test File
                   Delete Test File
              buffer     
    sap2bksrv\sapmnt\trans\buffer
                    Create Test File
                    Read Test File
                    Delete Test File
              cofiles    
    sap2bksrv\sapmnt\trans\cofiles
                   Create Test File
                   Read Test File
                   Delete Test File
             data       
    sap2bksrv\sapmnt\trans\data
                  Create Test File
                  Read Test File
                  Delete Test File
             log        
    sap2bksrv\sapmnt\trans\log
                 Create Test File
                 Read Test File
                 Delete Test File
             sapnames   
    sap2bksrv\sapmnt\trans\sapnames
                 Create Test File
                 Read Test File
                 Delete Test File
             tmp        
    sap2bksrv\sapmnt\trans\tmp
                 Create Test File
                 Read Test File
                 Delete Test File
    Thanks and Regards
    Satya

  • Problem with route configuration with wireles !

    Dear sir ;
    we have a network consist of a wireless 340 and 2600 router with one ethernet port and a default static route and 2900 catalyst switch with 24 ports , wireless bridge plugged through switch with RJ-45 connector and i would like to connect another wireless circuit through a different location.
    my question is : what kind of route configuration on router should i make to use secondary wireless independent with primary wireless for another network and can i make a configuration for failover ( which means primary line goes down secondary one will be up ) if yes how can i accomplish this ?
    Best Regards

    If I understood correctly you want to have two wireless links to the same location so that if one fails the other will maintain conectivity.
    You can do that two ways.
    1-Configure spanning tree on the wireless bridges and that will shutdown the secondary link until the primary fails.
    2-Another way is to have two routers with two ethernet ports and use a routing protocol so that when one of the links fails all traffic is routed through the other.
    This is a more expensive way but has the advantage of being able to use the bandwidth of both links simultaneosly while in the first case the backup link is shutdown.

  • Router configuration and Internal Hard Drive

    Hi, I was wondering if i installed a new internal hard drive into my computer would i have to reconfigure or reinstall my router? Also a little off topic but should i get a internal hard drive or an internal?

    oh ok so all my router settings would stay the same then right. I thought it would change the settings because the old internal hard drive has everything saved onto it such as my network settings and router configurations. Sorry for questions im still a newbie at this stuff.

  • Why do my router configuration site look like this?

    Why do my router configuration site look like this:

    it may be corrupted... try downloading a new firmware for your linksys router using this site... http://linksys.com/downloads and choose the model and version of the router that your using... also try turning the firewalls off... that would help
    ♥ Registered TradeMark Since 1987 ♥

  • Configuring Airport Extreme by replacing and old router configuration?

    I have seen now a You Tube video explaining the possibility to install Airport Extreme and configuring it by replacing with an old router configuration. This will be my case because I have now a 3Com wireless router but Im waiting for a new Airport Extreme. What I would like to know is how to do that and what connections needed. If I understand well the explanations from YouTube, Airport Extreme must be connected to the internet through the ADSL modem but at the same time the old router must be turned on. It this correct? 

    What manual is that? Is it one that is available on Apple's website? I'm going to do a search for it.
    You won't believe what happened. I just came up to check my email, and the Airport Utility just opened by itself and said it had found my AXn (which it had before also when I tried to configure it like you said to do). I went through the screens again and clicked Update yet again (like I had before) and instead of blinking yellow, the **** thing is solid green. I think I have a ghost in my house!!!
    Well, thank you for all of your help! Do you have any insight into my other question about the AEBSn giving out a solid signal to my MBP, but when I click on Safari, it says that I'm not connected to the internet? I'm wondering if when I was setting up the AEBSn, the internet connection went to my computer instead of the AEBSn. I know I'm not describing this right, but it's like when I got my new iMac and tried to plug in the ethernet from the cable modem, it wouldn't recognize my iMac, but if I plugged it into my MBP it would. I had to reset the cable modem and then plug it in. The signal must have bypassed the AEBSn at some point and gone straight to my iMac (it's hardwired via ethernet cord from back of the AEBSn). It was broadcasting the internet signal at one point after my wife got it set up the first time because I was able to surf wirelessly on my MBP in the basement.
    Message was edited by: Bunky

  • Reg : SAP Router Configuration

    Dear Friends,
    How to configure the SAP router? If anybody have configuration details pls help me.
    Our System is ECC 6.0
    OS - 2003 Server
    DB : MS SQL Server
    Then How to Communicate to SAP.
    Regards
    kesav

    Hi,
    > How to configure the SAP router? If anybody have configuration details pls help me.
    1) Download the latest SAP Router files (saprouter.car, nipping, cryptographic library) from SAP Service Market Place --- Patches.
    2)Create a user called sncadm as a member of Administrator. Log off administrator and login as sncadm. Create the following environment variables for this user.
    SECUDIR = c:\usr\sap\saprouter
    SNC_LIB = c:\usr\sap\saprouter\sapcrypto.dll
    3) Create folder c:\usr\sap\saprouter and copy the downloaded files into that folder. Extract all the compressed files. Now typically this folder will have the following files.
    Sapcrypto.dll
    Sapgenpse.exe
    Ticket
    Ntscmgr.exe
    Nipping.exe
    Saprouter.exe
    (other required files can be copied from kernel directory of other SAP Systems)
    4) Go to http://service.sap.com/saprouter-sncadd. Click on u201CApply Nowu201D
    You will get information like this (on first screen):
    Click on Continue. Now we have to create the request for SAProuter which is to be given as input in the next screen u201CRequest Certificate for SAProuteru201D.
    5)Open a command prompt and execute the following commands.
    Cd \usr\sap\saprouter
    sapgenpse get_pse u2013r sap-router.p10 u2013p sap-router.pse u201CCN=SAP-ROUTER, OU=0000733879, OU=SAProuter, O=SAP, C=DEu201D
    You will be asked for a PIN: input any (but do not forget!!!!!) No Password is given in this installation.
    This command will create the file sap-router.p10 and sap-router.pse.
    Open the file sap-router.p10 with notepad, copy & paste this certificate request to the text area of the u201CRequest Certificate for SAProuteru201D page.
    Click on Request Certificate
    In response you will get certificate signed by CA.
    Copy & paste the text into a text file including the header & footer (saprt.txt is the file created here)
    6)Now install the certificate as follows
    Sapgenpse import_own_cert u2013c saprt.txt u2013p sap-router.pse
    7)Now create credentials for saprouter
    Sapgenpse seclogin u2013p sap-router.pse u2013O sncadm
    This will create a file called cred_v2 in c:\usr\sap\saprouter
    8)Now Check whether certificate has been imported correctly or not
    Sapgenpse get_my_name u2013v u2013n Issuer
    The name of issuer should be: CN=SAProuter CA, OU=SAProuter, O=SAP, C=DE. If the name is not correct, then delete the file cred_v2 and start all over again from Step u2013 4.
    9)Now create a file u201Csaprouttabu201D in the folder c:\usr\sap\saprouter and make the following entries in that.
    SNC connection to SAP
    KT "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 194.39.131.34 *
    Access from your local Network to SAPNet - R/3 Frontend
    P 172.16.. 194.39.131.34 3299
    P 172.17.. 194.39.131.34 3299
    P 172.18.. 194.39.131.34 3299
    P 172.19.. 194.39.131.34 3299
    D * * *
    Save the file and close
    10) Make the following changes in the hosts file and services file (under windows\system32\drivers\etc folder ) SAP-ROUTER system
    hosts file:
    172.18.9.8 SAP-ROUTER
    194.39.131.34 sapserv2
    services file:
    sapdp99 3299/tcp
    sapgw99 3399/tcp
    sapmsO01 3601/tcp
    11) Now check the entry in the services files for all servers and all front-end PCs under %winnt%/system32/drivers/etc/ there should have:
    sapdp99 3299/tcp
    sapmsO01 3601/tcp
    12) Now start the sap router using the command (from the saprouter directory)
    Saprouter u2013r u2013V 3 u2013K u201Cp:CN=SAP-ROUTER,OU=0000733879,OU=SAProuter,O=SAP,C=DEu201D
    13)Connection to SAP can tested using the command
    lgtst u2013H /H/172.18.9.8//H/194.39.131.34/S/sapdp99/H/oss001/S/sapmsO01 u2013S x u2013W 30000
    Note : The file lgtst.exe can be copied from other SAP systemu2019s kernel directory.
    The output should look like these:
    Using trcfile: dev_lg
    List of reachable application servers
    u2026.
    u2026..
    u2026u2026.
    u2026u2026u2026.
    If the lgtst command does not display the list of reachable application servers, then the connection to SAP could not be established. Troubleshoot the error and rectify.
    For more info see the following sapnote
    note 30289 : SAProuter documentation
    note 525751: Installation of the SNC-SAPRouter as NT Service
    note 46902 : Security aspects in remote access
    note 48243 : Integrating SAProuter into a firewall
    note 33135 : Guidelines for OSS1 (Version for SAPSERV3).
    note 35010 : Service connections: Composite note (overview)

  • Net configuration on LINUX

    Hi all,
    I have installed linux on my machine and need to conntect with linux.
    Please help me out to configure the same .....
    Thanks in ADV

    dba1,
    How do you expect help from the forum?
    First: this is the Linux (non-OEL) forum.
    So the first question is: which linux distribution or unix brand are you using?
    Next, which version of the linux/unix are you using?
    Also: you've installed it 'on your machine'. What are the specifications of the machine?
    It could be the operating system didn't recognise your NIC, so there is no network connectivity.
    Are you using some kind of virtualisation, or have you installed linux/unix on the machine directly?
    What is your network situation? Is the machine directly connected to an ADSL or modem, or a router which makes you need to use DHCP, or is it inside a network where you need to set it yourself? If you need to set it yourself, you need to set ip address and subnet mask, default gateway and DNS server.

  • How to configure Oracle Linux 6.5 to request ip address from dhcp server

    I have installed Oracle Linux 6.5 (minimal installation) on a virtual machine created on VMware vSphere 5.5.   I have tried to configure dhcp during the installation by editing IPv4 Settings of System eth0 to use Automatic (DHCP) but somehow it does not work.
    Then I changed the ifcfg-eth0 to use static ip address and that works.
    Here is the content of /etc/sysconfig/network:
    NETWORKING=yes
    HOSTNAME=TESTOL
    Here is the content of /etc/sysconfig/network-scripts/ifcfg-eth0 using static ip address:
    DEVICE=eth0
    TYPE=Ethernet
    UUID=xxxxxxxx.xxxx-xxxx-xxxxxxxxxxxx
    ONBOOT=yes
    NM_CONTROLLED=yes
    BOOTPROTO=none
    HWADDR=xx:xx:xx:xx:xx:xx
    IPADDR:##.##.###.###
    PREFIX=24
    GATEWAY=##.##.###.###
    DNS1=##.##.###.###
    DOMAIN:test.com
    DEFROUTE=yes
    PEERDNS=yes
    PEERROUTES=yes
    IPV4_FAILURE_FATAL=yes
    IPV6INIT=no
    NAME="System eth0"
    Based on my understanding, I should able to use dhcp by changing ifcfg-eth0 (I commented the parameters not needed for dhcp by adding #) but I have tried the following ifcfg-eth0 and it does not work:
    DEVICE=eth0
    TYPE=Ethernet
    UUID=xxxxxxxx.xxxx-xxxx-xxxxxxxxxxxx
    ONBOOT=yes
    NM_CONTROLLED=yes
    #BOOTPROTO=no
    BOOTPROTO=dhcp
    HWADDR=xx:xx:xx:xx:xx:xx
    #IPADDR:##.##.###.###
    #PREFIX=24
    #GATEWAY=##.##.###.###
    DNS1=##.##.###.###
    #DOMAIN:test.com
    DEFROUTE=yes
    PEERDNS=yes
    PEERROUTES=yes
    IPV4_FAILURE_FATAL=yes
    IPV6INIT=no
    NAME="System eth0"
    I have also tried to add GATEWAY=##.##.###.### to /etc/sysconfig/network but that does not help.
    I have checked that dhclient package is installed by using rpm -qa dhclient.
    I'm new to Linux.
    Thanks for any help

    If this is your first experience with Oracle Linux, I recommend you perform a default installation instead of going minimal, which is just going to make things more difficult for no good reason. Enterprise Linux is not MS Windows and the difference between default and minimal installations do not compare.
    You also do not want to use the rpm utility to install any software and use yum instead. The yum utility is standard. Rpm does not resolve software dependencies.
    Your ifcfg-eth0 script is missing the line that specifies to use DHCP:
    BOOTPROTO=dhcp
    You can also use the network configuration utility, even in text mode, by typing the following at the command prompt of root:
    system-config-network
    If the above utility is not installed:
    yum install system-config-network-tui
    You will have to configure an appropriate yum repository file. The process is explained in the Oracle Linux release notes:
    https://oss.oracle.com/el6/docs/RELEASE-NOTES-U5-en.html
    See 3.2.3. About Oracle Linux Installation Media
    Then insert the DVD or attach the DVD iso image to your virtual machine and mount it as following:
    mkdir -p /media/ISOimage
    mount /dev/cdrom /media/ISOimage
    The path "/media/ISOimage" should be the same as you specified in the yum repository file.
    After that you can use the yum utility to list or install software.

  • Issue in 11.1.2 Essbase configuration on Linux 5.5 64Bit - Config hangs

    Hi Experts,
    I am trying to do a fresh install and configure of EPM 11.1.2 in a distributed environment:
    1. Oracle database version 11.20as repository on Linux server 1(linux 5.5, 64 bit) installed and working fine.
    2. I installed and configured HSS on a Windows 2008 server SP1 64 bit - configured following: common settings, database,OCM,deploy to Application Server - Success. and I am able to open the HSS front end and check users,groups etc.
    Now, I installed Essbase server,EAS server,ES server,EIS server on Linux server 2(5.5,64 bit).
    The Problem is: When I am configuring Linux server 2(All the above mentioned Essbase components) -
    Configurator asks for "Previously configured SS database"- I provide the details
    next -> it asks for ES,EAS database schema -> I provide the details
    next -> asks for weblogic domain information -> 2 options there -> I choose- > Deploy to an existing domain -> All the required info was already there(Windows server above)
    BUT, when I click "next" -> the screen just Hangs and does not go anywhere. I waited for 1 hr and nothing happened.
    So, I cancelled it and started the config again, but again the same issue.
    the message on the linux server console are:
    "HBR Configuration has not been initialized. Make sure you have logged in sucessfully and there are no exceptions in the HBR log file.
    ConfigurationManager not available"
    and No logs are generated under /oracle/Middleware/user_projects/epmsystem1/diagnostics/logs/config
    any help on this will be greatly appreciated!!
    this is a bit urgent ..please reply.
    thanks,
    Ankit

    Can we even have the following landscape?
    1. HSS,OHS,Weblogic server,workspace - On a Windows 2008 server
    2. Essbase server,EIS server,EAS server,EIS server - on a Linux server
    3. Oracle database on another linux server.
    my questions is, can we have the installation and configuration done considering the OS (wid and Linux), as described in points 1&2 above.
    I guess I read somewhere, that all the web applications can be deployed to either all windows or to all Linux OS servers? - Is it correct?

Maybe you are looking for

  • Acrobat X (CS 5.5 Mac OS 10.6) crashes when opening properties

    Hello, When I open the properties in Acrobat X (10.1.3) Acrobat crashes. I have this problem with al of my documents. I already uninstalled Acrobat and installed it again, but I still have this problem. I think the problem is in this sector (line 0),

  • Deleting Plantes replicated from R/3.

    Hi, I replicated plant for mR/3 into SRM using BBP_LOCATIONS_GET_ALL.  This worked as expected. However, I replicated more plants that I wanted.  Guess I should have used BBP_LOCATIONS_GET_SELECTED. My question:  Is there a way to delete the plants w

  • SCHEMA showing max amount of connections

    Hi, I hope this (Database-General) was the correct forum with which to post this topic. If not, let me know, and I'll repost elsewhere. I'm not the DBA of our Oracle server, but I was wondering if there's a way -- I suppose at the SQL Plus prompt --

  • Why am I getting error message when trying to send attachments?

    I am having a time sending attachments, and most of them have been jpeg, with Safari. After a time when I push "send", I get a message that "Safari cannot open the page". It then says" "lost network connection" (NSURLerror Domain-1005") How can I cor

  • Https and JNDI lookup

    I created connectionfactory and queues on WL 9.1 server. I could lookup these using t3 and http protocols. I have enabled tunneling. I enabled https on WL server, could access admin console using https also. I changed Provider url to use https, and c