BPC 7.0 (MS) Front-End install quesiton (languages)

Hi everyone,
We are delivering our BPC reports and input schedules in english but some of our non-english speaking locations are asking if they can install the BPC front-end on their computers in another language.
Today the financial planning system is all english, so that there is no problem with having it all in one.
Does anyone know, can english front-end be installed on a non-english client computer?  Or do I need to install BPC front-end in the same language that the client computer is set to?
Also, another assumption I wanted to ask about is this, Can I assume that only the "Windows" constructs of BPC are changed to a different language when installed in another language?  For example, is it true then that the BPC links and drop down menus etc. would be in another language but the reports & input schedules would exist in whichever language they were developed in?
Thanks for any assistance with this!
Kind Regards,
Kevin

Hi Kevin,
It is possible to install BPC in english on a non-english computer. But to be honest, there are some known problems.
From my experience, you can install BPC in any language, but you should be aware of maintaining correct Regional Settings on the client machine, such as decimal separator, etc...
To answer the second question, having a French BPC client installed will display every menus and links from Action Pane in French. Having also Excel in French installed will display native Excel function in French in your report and not in English (SOMME(....) instead of SUM(...) for example). However, all BPC functions, such as EVDRE, or others, won't be changed.
Hope this helps.
Kind Regards,
Patrick

Similar Messages

  • Pkgbuild: rekall - kde db front-end (like ms access)

    I finally found some time to finish PKGBUILD for non-commercial version of rekall - a database front-end  similar to microsoft access. I built rekall with support for 3 types of databases:
    - postgresql
    - mysql
    - xbase/xbsql - dbf (dBase IV and Clipper) files
    Rekall also supports python scripting and it should work but I'm not a python programmer so I didn't try it :-). I built rekall with kde gui. It's theoretically possible to build it only with qt and without kdelibs but it is not advised (broken, too old, etc.)
    It is also possible to build OS odbc proxy support (for accessing other databases from windows hosts for conversion, etc.) for this version of rekall but I didn't have time to test it and to build more packages. Check this page if you want to try it too http://www.rekallrevealed.org/toplevel/ … vers.shtml. Commercial version features are presented here http://www.thekompany.com/products/rekall/
    It would really be nice to have a precompiled package in some repository because it takes aaaaaages to compile it. Anybody?
    rekall PKGBUILD
    pkgname=rekall
    pkgver=2.2.0
    pkgrel=1
    pkgdesc="Mysql/Postgresql/dbf kde front-end with python scripting"
    url="http://www.rekallrevealed.org"
    makedepends=('postgresql' 'mysql' 'xbsql')
    depends=('python' 'kdelibs')
    source=(http://www.rekallrevealed.org/packages/$pkgname-$pkgver.tar.gz)
    md5sums=('cabba34f0392f4eca0373b9c0cf6b2cc')
    build() {
    cd $startdir/src/$pkgname-$pkgver
    ./configure --prefix=/opt/kde --with-gui=kde
    --enable-mysql
    --enable-pgsql
    --enable-xbase
    sed -i "/^GETVALUE/s/;//" $startdir/src/$pkgname-$pkgver/libs/kbase/kb_options.cpp
    sed -i "/Q_OBJECT/s/;//" $startdir/src/$pkgname-$pkgver/libs/kbase/kb_draglist.h
    sed -i "/Q_OBJECT/s/;//" $startdir/src/$pkgname-$pkgver/libs/kbase/kb_optionsdlg.h
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/libs/extra/Makefile
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/libs/kdeplugins/Makefile
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/db/mysql/Makefile
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/db/pgsql/Makefile
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/db/xbase/Makefile
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/script/python/Makefile
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/script/python/stub/Makefile
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/parts/table2/Makefile
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/parts/form/Makefile
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/parts/report/Makefile
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/parts/query/Makefile
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/parts/copier/Makefile
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/parts/component/Makefile
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/parts/editor/Makefile
    sed -i "s/-pedantic//" $startdir/src/$pkgname-$pkgver/parts/macro/Makefile
    sed -i "s/$(LN_S) $(kde_libs_htmldir)/$(LN_S) /opt/kde/share/doc/HTML/"
    $startdir/src/$pkgname-$pkgver/doc/rekall/Makefile
    make || return 1
    make prefix=$startdir/pkg/opt/kde install
    I put postgresql, mysql and xbsql as makedependencies only. I tried running rekall without mysql and xbase/xbsql installed and It seems that it can run without them fine - just complains that libs can't be found when you try to connect to mysql database for example.
    xbase PKGBUILD
    pkgname=xbase
    pkgver=2.0.0
    pkgrel=1
    pkgdesc="Library for accessing dBase .dbf, .ndx, .dbt, and Clipper .ntx files"
    url="http://www.rekallrevealed.org/toplevel/getting/source.shtml"
    depends=('gcc' 'bash')
    install=xbase.install
    source=(http://www.rekallrevealed.org/packages/$pkgname-$pkgver.tgz)
    md5sums=('f3a65965af6bda221c89b2f3e1d24bb0')
    build() {
    cd $startdir/src/$pkgname-$pkgver
    ./configure --prefix=/usr --enable-static
    make || return 1
    sed -i "s//usr/bin/install//bin/install/g"
    $startdir/src/$pkgname-$pkgver/Makefile
    sed -i "s//usr/bin/install//bin/install/g"
    $startdir/src/$pkgname-$pkgver/bin/Makefile
    sed -i "s//usr/bin/install//bin/install/g"
    $startdir/src/$pkgname-$pkgver/docs/Makefile
    sed -i "s//usr/bin/install//bin/install/g"
    $startdir/src/$pkgname-$pkgver/examples/Makefile
    sed -i "s//usr/bin/install//bin/install/g"
    $startdir/src/$pkgname-$pkgver/html/Makefile
    sed -i "s//usr/bin/install//bin/install/g"
    $startdir/src/$pkgname-$pkgver/libtest/Makefile
    sed -i "s//usr/bin/install//bin/install/g"
    $startdir/src/$pkgname-$pkgver/tv/Makefile
    sed -i "s//usr/bin/install//bin/install/g"
    $startdir/src/$pkgname-$pkgver/xbase/Makefile
    make DESTDIR=$startdir/pkg install
    I'm not sure if install is really needed - it only runs ldconfig - I just followed rpm specs for other distros.
    xbase.install
    # arg 1: the new package version
    post_install() {
    /sbin/ldconfig
    # arg 1: the new package version
    # arg 2: the old package version
    post_upgrade() {
    /sbin/ldconfig
    # arg 1: the old package version
    pre_remove() {
    /bin/true
    # arg 1: the old package version
    post_remove() {
    /sbin/ldconfig
    op=$1
    shift
    $op $*
    xbsql PKGBUILD
    pkgname=xbsql
    pkgver=0.11
    pkgrel=1
    pkgdesc="An SQL wrapper for xbase"
    url="http://www.rekallrevealed.org/toplevel/getting/source.shtml"
    depends=('xbase' 'readline')
    source=(http://www.rekallrevealed.org/packages/$pkgname-$pkgver.tgz)
    md5sums=('7f8c8584cf0f592660fb2653a4bfc415')
    build() {
    cd $startdir/src/$pkgname-$pkgver
    ./configure --prefix=/usr
    make || return 1
    make DESTDIR=$startdir/pkg install
    If you find something that can be improved please post it here.

    being the redevelopment of the order processing modules (as described earlier).Where are these order processing modules? MS Access just stores the data. Where is the business logic to actually process the data, interface with other business systems, etc? If all that is in Access or MS-related components too, I would stand by my earlier recommendation. You dont just "inject" HTML DB as just a front-end development platform/language, like you do for example PHP, Perl or whatever.
    Given that you would like to migrate the entire system over to Oracle eventually, I think starting with the front-end is a little backwards. I would suggest using data migration tools like the Oracle Migration Workbench and stuff to migrate your data over to Oracle first and then build your HTML DB application on top of it.
    Thanks.

  • Upgrade to SAP BPC 7.0 with cluster system (Front-End & Back-End)

    Hello,
    I have to do an upgrade document about an outlooksoft 5.0 SP2 to SAP BPC 7.0 SP4 in a cluster system.
    It has 2 front-ends (IIS cluster windows) & 2 back-ends (SQL Cluster).
    We are going to do first the migration in 1 node, and then in another. The first upgrade in the first node I understand. I uninstall outlookdoft 5.0, install SAP BPC 7.0 SP4 and then restore the backup of the Appset, and do the posts upgrade action of the Dimension TIME.
    But in the second, what do we do??? I uninstall outlookdoft 5.0, install SAP BPC 7.0 SP4 and then what??? Do I have to restore the backup of the Appset again???
    I need help.
    Best regards.
    Pablo Mortera.

    Hello,
        On the second cluster node, you have only to install the software, nothing related to the appset. If you alreay run the migration stepts for the appset, all the information are into daatbase and file server.
       However, the normal behaviour is to make the installation on the both nodes, make the basic tests to validate the installation and then proceed with the appset migration.
    Best regards,
    Mihaela

  • CD / Download for installing BI 7.0 Front-end components?

    Hi,
    We have just upgraded a test system from BW 3.1 to BI 7.0.
    Our basis team also upgraded my SAP GUI to 640.
    This GUI 640 installation also upgraded the Business Explorer components. However, Query Designer & Web Application Designer are now just on Release 3.5. Apparently all the latest patches of 640 have been installed. Is GUI 7.00 available somewhere?
    I would like to know where I can get the new BI 7.0 components of Query Designer, WAD & Report Designer. Ideally, I would like to install on my PC the legacy 3.x components as well so that I can maintain the existing BW systems that have not upgraded.
    Regards
    Adrian

    Hi Adrian,
    When you run the GUI setup with 640, you get the option for which items you want to install.  If you choose the BI items, then the new Analyzer, WAD, Report Designer etc.. get installed.  You may have to re-run the installation and choose these components.
    Latest Front End Patches are available from <a href="https://websmp204.sap-ag.de/swdc">SAP Software Distribution Centre</a>
    On the left menu, go to Download > Support Packages and Patches > Entry by Application Group > SAP Frontend Components > SAP GUI for Windows > SAP GUI for Windows 6.40 > Win32 and download  "Bw700SP09_900-10001615.exe".
    This is the latest patch (FEP9), so you may want to go FEP802 instead.
    If you can't find the GUI CD with installation components, they are also available here (Setup640 and GUI640).
    Also, this blog is really good <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4087">NW2004s Front End blog</a>
    Your 3.x tools will remain on the Start menu after you install the 'new' tools.
    Hope this helps.
    Matt

  • How to install SQL Mgmt Studio on the front end

    SQL 2008 R2
    I need to install SSMS on the front end server. 
    On the SQL Windows Server 2008 R2, When I click on START -->ALL PROGRAMS-->MICROSOFT SQL SERVER 2008 R2
    I see the following:
       SQL Server Management Studio
       Analysis Services
       Configuration Tools
       Integration Services
       Performance Tools
      Looking at the above list, I think SSMS has already been installed?  What is a front end server?
      Thanks for your help.

      What is a front end server?
      Thanks for your help.
    That's not a good question I guess you were asking about whether SSMS is present or not you already got the answer. Front end is there any server can be front end server its name used for terminal server where user generally perform some action.
    Front end is term used when dealing with 3 or N tier architecture which is beyond scope of this forum
    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

  • Install SAPGUI Front End 6.40

    Hi all,
    I would like install SAPGUI Front End 6.40 to users (circa 250 PC) for all sites in our organisation. I would like use SMS2003 from Microsoft. I created admin installation on PC. I started SAPAdmin and I created packege with selected components and package defination file for SMS. I thinked that I can create separate package and this use for SMS distribution, but I don't know how create separate package outside SAPAdmin, because I don't want use "SAP Installation Server". Could anybody help me?
    Thank for help!
    Best Regards
    Jan

    Hi Jan,
    SMS from Microsoft is not supported. Why don't you want to use the SAP Installation Server?
    Regards, Martin

  • Missing file error when installing SAP Front End

    When installing SAP front end, i am receiving following file missing error, please assist:
    I am using Windows XP Professional
    The SAP Front-End Setup has not successfully installed all selected components on your computer, either because a component could not be installed or the process has been aborted.
    Click Finish to exit the wizard.
    The following program files are missing on the installation source:
    c:\sapexport34567\others\sapgui620\gui\windows\win32\sapgui\filc\odbc\mscreate.dir
    c:\sapexport34567\others\sapgui620\gui\windows\win32\sapgui\xxl\saplotgr.gid
    c:\sapexport34567\others\sapgui620\gui\windows\win32\sapgui\xxl\saplotuk.gid
    The installed applications may not function correctly until all program files are successfully installed. For detailed error descriptions, please open file://C:\SAPEXP1\Others\SAPGUI1\GUI\WINDOWS\WIN32\setup\saplogvw.exe .

    Hi Anand,
    I would not care about those files, because they are unneccessary. mscreate.dir is a 0 byte file which just tells that microsoft has created this directory. The *.gid files are winhelp files that get created when you first use the help function.
    Regards,
    Pascal

  • Which file on the DVD should I select to install front end gui

    Hello Basis gurus
    I am trying to install the Front End Gui on my laptop (SAP GUI for Windows 7.20).
    The older versions had a file called SETUP.EXE which I used to select to install the Front End Gui.
    However, on this CD I don't see that file.
    I read the Installation Guide which gives 2 scenarios.
    1. Creating an installation server and then use that to install on different systems on the network.
    2. Taking the CD to each windows client and install it directly from the CD.
    However, the installation guide explains the scenario 1, installing using installation server.
    There is no explanation of how to do the installations directly from CD. Since I don't see the setup.exe file, I don't know what else to do. Has anyone done this? If so could you please let me know. I would appreciate it.
    Thanks a lot
    R

    If you are talking about the NW 7.0 Presentation DVD/CD for the SAP GUI 7.20 installer, once extracted, I believe the setup you are looking for is located here:
    Under NW_7.0_Presentation\PRES1\GUI\WINDOWS\WIN32
    From that location you should see the setup executeables.
    SapBiSetup.exe
    SapGuiSetup.exe
    SetupAll.exe
    If you run the SapGuiSetup.exe, that should install 7.20 for you.
    If you run the SetupAll.exe, that will present you with options you want to have installed along witht he SAP GUI. (Business Explorer, Engineering Client Viewer, etc.Planning Grid, KW Add-On, etc)
    Regards,
    Zecher

  • Missing files when installing SAP Front End

    When installing SAP front end, i am receiving following file missing error, please assist:
    The SAP Front-End Setup has not successfully installed all selected components on your computer, either because a component could not be installed or the process has been aborted.
    Click Finish to exit the wizard.
    The following program files are missing on the installation source:
    c:\sapexport34567\others\sapgui620\gui\windows\win32\sapgui\filc\odbc\mscreate.dir
    c:\sapexport34567\others\sapgui620\gui\windows\win32\sapgui\xxl\saplotgr.gid
    c:\sapexport34567\others\sapgui620\gui\windows\win32\sapgui\xxl\saplotuk.gid
    The installed applications may not function correctly until all program files are successfully installed. For detailed error descriptions, please open file://C:\SAPEXP1\Others\SAPGUI1\GUI\WINDOWS\WIN32\setup\saplogvw.exe .

    Hi Anand i dont know which sap version u are using but i think u should sapgui6.4,because may be it will install properly but there always will be some problem u have to face. so just download the Sap Gui 6.4.
    u can download it from here.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/cfc19866-0401-0010-35b2-dc8158247fb6">sap Gui</a>
    Regards
    Subhash

  • EHP installed front end not started

    Hi,
    I started EHPI tool  in linux box through xmanager , the following message is came then started http://linuxsap1:4239/
    sdtdsu.jnlp file also I saved in my system but front end screen not coming?
    linuxsap1:sedadm 58> STARTUP
    Checking if C++ runtime is installed ...
    Starting from /db2/SED/EHPI/sdt...
    Checking username "sedadm" for compliance...
    Feb 17, 2012 9:36:11 PM [Info]: *************************
    Feb 17, 2012 9:36:11 PM [Info]: Starting Server
    Feb 17, 2012 9:36:11 PM [Info]: Reading server configuration.
    Feb 17, 2012 9:36:11 PM [Info]: Reading service configuration DSUService.
    Feb 17, 2012 9:36:11 PM [Info]: Configuring LogManager ...
    Feb 17, 2012 9:36:11 PM [Info]: ************************************************
    Feb 17, 2012 9:36:11 PM [Info]: Starting SL Controller listening on port 4241 ..
    Feb 17, 2012 9:36:11 PM [Info]: Starting StorageService ...
    Feb 17, 2012 9:36:11 PM [Info]: Initializing SecurityManager ...
    Feb 17, 2012 9:36:12 PM [Info]: Server certificate fingerprint is B6 48 B9 6D F3
    3A 2C FC E7 55 48 E6 A5 CE ED 36
    Feb 17, 2012 9:36:12 PM [Info]: Configuring HTTPManager ...
    Feb 17, 2012 9:36:12 PM [Info]: Starting WebstartService ...
    Feb 17, 2012 9:36:12 PM [Info]: Starting RoleService ...
    Feb 17, 2012 9:36:12 PM [Info]: Starting AlertService ...
    Feb 17, 2012 9:36:12 PM [Info]: Starting NotesService ...
    Feb 17, 2012 9:36:13 PM [Info]: Starting ProcessService ...
    Feb 17, 2012 9:36:13 PM [Info]: MIDService switched off.
    Feb 17, 2012 9:36:13 PM [Info]: Starting FileService ...
    Feb 17, 2012 9:36:13 PM [Info]: LogService switched off.
    Feb 17, 2012 9:36:13 PM [Info]: Starting MailService ...
    Feb 17, 2012 9:36:13 PM [Info]: Starting services ...
    Feb 17, 2012 9:36:13 PM [Info]: Starting service "DSUService" ...
    Feb 17, 2012 9:36:13 PM [Info]: Service "DSUService" started
    Feb 17, 2012 9:36:13 PM [Info]: Services started.
    Feb 17, 2012 9:36:13 PM [Info]: Starting HTTP server listening on port 4239 ...
    Feb 17, 2012 9:36:13 PM [Info]: HTTP server started.
    Feb 17, 2012 9:36:13 PM [Info]: SL Controller started.
    Thanks
    Siva

    sdtdsu.jnlp file also I saved in my system but front end screen not coming?
    You don't have to save it, you need to run it in a java enabled web browser. It is hard to diagnose as the problem can be in various areas, Try another client, another browser, check installed java versions etc.
    Cheers Michael

  • Front end components are needed for LSO

    Dear experts,
    We want to implement Training & Eventmanagent in ESS portal. I searched in sdn .But i didn't get proper solution. It seems  from EHP5 onwards these services /iviews are obsolete and TEM is repleced by LSO only.
    for LSO Implementation which Business Package and portal components I need to be installed and which Add on to be installed in Application server.
    our landscape:  portal: NW EP 7.01 ehp2 , ess wda1.50 sp5, mss bp 1.51 sp5
                               R/3-----ECC 6.0 EHP5
    please suggest me regarding  Front end Software Components with SP's for LSO implementation.
    Thanks
    veeranji

    note that
    Usage of the learning solution landscape would be captured in the
    report as a engine metric.  There is no need to set a pricelist and
    a user type.
    All users logging into the SAP systems irrespective of the modules,
    need to be classified under the contractual user types :
    ERP Developer - BA
    ERP Professional user - AX
    ERP Limited Professional user - AY
    depending on the activities of the users matching with the usertype
    definition.
    service.sap.com -> SAP Support Portal -> Downloads -> SAP Support
    Packages -> Support Packages and Patches - Entry by Application Group ->
    SAP Application Components -> SAP ERP -> SAP ERP ENHANCE PACKAGE -> EHP4
    FOR SAP ERP 6.0 / NW7.01 -> Entry by Component -> Portal Content
    Here, you will find the two BPs:
    BP ERP INSTRUCTOR & TUTOR 1.41
    BP ERP TRAINING ADMIN 1.40
    Business Package for Learning (SAP ERP) 1.0 (PE-LSO-LPO)
    and check here
    http://help.sap.com/erp2005_ehp_04/helpdata/en/43/9065e6d9f521a6e1000000
    0a1553f6/frameset.htm

  • How can i configure Distributed cache servers and front-end servers for Streamlined topology in share point 2013??

    my question is regarding SharePoint 2013 Farm topology. if i want go with Streamlined topology and having (2 distribute cache and Rm servers+ 2 front-end servers+ 2 batch-processing servers+ cluster sql server) then how distributed servers will
    be connecting to front end servers? Can i use windows 2012 NLB feature? if i use NLB and then do i need to install NLB to all distributed servers and front-end servers and split-out services? What will be the configuration regarding my scenario.
    Thanks in Advanced!

    For the Distributed Cache servers, you simply make them farm members (like any other SharePoint servers) and turn on the Distributed Cache service (while making sure it is disabled on all other farm members). Then, validate no other services (except for
    the Foundation Web service due to ease of solution management) is enabled on the DC servers and no end user requests or crawl requests are being routed to the DC servers. You do not need/use NLB for DC.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Lync 2013 updating databases after updating Front End servers

    We have a front-end server pool consisting of 3 Lync 2013 servers and a back end of 2 SQL servers using SQL mirroring.  All servers are Windows 2008 R2.
    Following the instructions in
    http://support2.microsoft.com/kb/2809243 , I verified that the servers were all ready for updates, then I ran the
    Stop-CsWindowsService -Graceful cmdlet to stop the Lync services on the first FE server, then I ran LyncServerUpdateInstaller.exe to install the updates.  After the updates were installed, I restarted the server, waited for Lync services
    to all start, then repeated the process on the next 2 servers in turn.  This was all successful.
    I am now looking at step 2 in this document, applying the back-end database updates, and I have a problem and some questions.  The problem is that all the databases had the principal copy on the mirrored SQL server.  I ran the recommended Invoke-CsDatabaseFailover
    -NewPrincipal Primary cmdlet repeatedly, using all the database types I could find, but I still have two databases (database names
    xds and lis) on the mirrored server.  Since the cmdlet requires a database type, what type of databases are the xds and the lis databases?
    Once I get that done, I an still unsure of exactly what to run to update the databases.  The KB article states to run Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn FEBE.FQDN -Verbose .  Do I type this in exactly
    as stated, or is FEBE.FQDN a variable for our SQL server or some other entity in our environment?  If I do use the actual SQL Server name in that, do I run it twice, using the name of the mirrored SQL server the second time?  
    Thank you very much for your help.

    Hi Logan Burt,
    Central Management store database files
    Data file or log purpose
                    Xds.ldf
    Transaction log file for the Central Management store
                    Xds.mdf
    Maintains the configuration of the current Lync Server 2013 topology, as defined and published by Topology Builder
                    Lis.mdf
    Location Information service data file
                    Lis.ldf
    Transaction log for the Location Information service data file
    And you could verify if Lync Server 2013 database updates have completed successfully.
    How to Verify if Lync Server 2013 Database Updates Completed Successfully
    http://blogs.technet.com/b/dodeitte/archive/2013/07/02/how-to-verify-if-lync-server-2013-database-updates-completed-successfully.aspx
    Best regards,
    Eric

  • Https front end and http backend

    Hi there....I am having a small issue....I have a web app that is https based....I have installed the cert on the CSS, and DNS for this app points to the VIP....the client is wanting to have an https front end, and then load balance in http to the backend servers....the issue I am running into is that this only works if I have an active port 80 rule on that same VIP....if I suspend the port 80 rule and only leave the port 443 rule active on that VIP, it doesn't work....please see appropriate config portions below....Thanks in advance!
    Sandeep
    ANy suggestions? I have been trying this for a couple of days now...it works fine if the backend sessions are also https, but the client has changed their requirement....
    ssl-proxy-list SSL1
    ssl-server 1
    ssl-server 1 rsakey app1-test
    ssl-server 1 rsacert app1-test
    ssl-server 1 vip address 10.19.55.10
    ssl-server 1 cipher rsa-with-rc4-128-md5 10.19.55.10 81
    backend-server 1
    backend-server 1 port 81
    backend-server 1 server-ip 10.19.55.132
    backend-server 1 ip address 10.19.55.132
    backend-server 2
    backend-server 2 port 81
    backend-server 2 server-ip 10.19.55.133
    backend-server 2 ip address 10.19.55.133
    backend-server 3
    backend-server 3 port 83
    backend-server 3 server-ip 10.19.55.132
    backend-server 3 ip address 10.19.55.132
    backend-server 4
    backend-server 4 port 83
    backend-server 4 server-ip 10.19.55.133
    backend-server 4 ip address 10.19.55.133
    backend-server 5
    backend-server 5 port 85
    backend-server 5 server-ip 10.19.55.132
    backend-server 5 ip address 10.19.55.132
    backend-server 6
    backend-server 6 port 85
    backend-server 6 server-ip 10.19.55.133
    backend-server 6 ip address 10.19.55.133
    active
    service webserver002:81
    ip address 10.19.55.132
    port 81
    keepalive port 2199
    keepalive type tcp
    protocol tcp
    active
    service webserver003:81
    ip address 10.19.55.133
    port 81
    keepalive port 2199
    keepalive type tcp
    protocol tcp
    add ssl-proxy-list SSL1
    active
    service webserver002:83
    ip address 10.19.55.132
    port 83
    add ssl-proxy-list SSL1
    keepalive port 2399
    keepalive type tcp
    protocol tcp
    active
    service webserver003:83
    ip address 10.19.55.133
    port 83
    keepalive port 2399
    keepalive type tcp
    protocol tcp
    add ssl-proxy-list SSL1
    active
    service webserver002:85
    ip address 10.19.55.132
    port 85
    add ssl-proxy-list SSL1
    keepalive port 2599
    keepalive type tcp
    protocol tcp
    active
    service webserver003:85
    ip address 10.19.55.133
    port 85
    keepalive port 2599
    keepalive type tcp
    protocol tcp
    add ssl-proxy-list SSL1
    active
    service SSL_Front
    slot 2
    type ssl-accel
    keepalive type none
    add ssl-proxy-list SSL1
    active
    owner app1-test
    content app-test_back
    vip address 10.19.55.10
    add service webserver002:81
    add service webserver003:81
    add service webserver002:83
    add service webserver003:83
    add service webserver002:85
    add service webserver003:85
    balance aca
    protocol tcp
    port 81
    active
    content app1-test_front
    vip address 10.19.55.10
    application ssl
    add service SSL_Front
    protocol tcp
    port 443
    advanced-balance ssl
    balance aca
    active

    Thanks for the quick reply....there is another port 80 rule setup for that vip....I was using that to test with the app until I got the front end https rules working....
    my port 80 rules just says listen to 10.19.55.10 on port 80 and load balance btwn the webervers on port 8x in the back end...
    I am trying to do https front end and http backend....
    no where in my SSL config have I configured port 80....but when I suspend that rule it all fails....
    I am wondering if the backend server sessions are happening properly?
    I don't fully get what you mean by "You need to have the rule in port 443 to match traffic coming from the client and the clear text rule (port 81) to match traffic already decrypted coming from the SSL module"
    Haven'tI done that?
    Thanks again!
    Sandeep

  • Lync 2013 Front End SIP/2.0 500 Compression algorithm refused

    I've deployed a brand new Lync 2013 environment hosted on Windows Server 2012 R2 that is currently in co-existence mode with my Lync 2010 environment. 
    I have SCOM 2012 monitoring the environment and it recently started reporting that one or more of my front end servers
    was in a critical state.  Diving into it revealed the following perf counter threshold was being tripped:
    Time Sampled: 3/26/2014 2:33:30 PM
    Object Name: LS:SIP - Responses
    Counter Name: SIP - Local 500 Responses
    Instance Name: 
    First Value: 14287
    Last Value: 14340
    Delta Value: 53
    Using OCSLOGGER.exe on the front end to capture logs, i trapped the following:
    TL_INFO(TF_PROTOCOL) [11]9138.1C58::03/26/2014-19:12:39.098.0022c780 (SIPStack,SIPAdminLog::ProtocolRecord::Flush:ProtocolRecord.cpp(265))[120713120] $$begin_record
    Trace-Correlation-Id: 120713120
    Instance-Id: 7D80EB
    Direction: outgoing;source="local"
    Peer: poolA.contoso.com:63820
    Message-Type: response
    Start-Line: SIP/2.0 500 Compression algorithm refused
    FROM: <sip:poolA.contoso.com>;ms-fe=FEserver1.contoso.com
    To: <sip:poolA.contoso.com>;tag=F8B88CAB38613EB380773027C56D94AF
    CALL-ID: 986f9f568c794ce39d33d7158376157b
    CSEQ: 1 NEGOTIATE
    Via: SIP/2.0/TLS 10.154.228.225:63820;ms-received-port=63820;ms-received-cid=C3D7C00
    Content-Length: 0
    ms-diagnostics: 2;reason="See response code and reason phrase";HRESULT="0xC3E93C0F(SIP_E_REACHED_CONFIGURED_LIMIT)";source="FEserver1.contoso.com"
    Server: RTC/5.0
    $$end_record
    The only recent change made to the front end servers was making the registry change outlined in this article: 
    http://support.microsoft.com/kb/2901554/en-us so i'm wondering if that has something to do with it.

    The MSFT support person said to re-apply CU5 to the Director servers and reboot.  Since this is impactful to the environment and I would have to do reboots anyway, I opted to go the route of installing the more recent update so....
    Last weekend I updated my Lync environment with what I think is considered CU6, the September 2014 updates for Lync 2013 Server (https://support.microsoft.com/kb/2809243) and still no luck. The front
    end servers are fine; no excess SIP 500 errors occurring there but within 30 minutes of removing the SCOM override on the Director servers the alerts started firing again.
    I reinstated the override in SCOM for the Directors and had my case with Premier support un-archived.  The MSFT support person said if the alerts didn't go away she was going to have to engage the Lync product group for help.  We'll see where it
    goes from here.
    JKuta

Maybe you are looking for

  • Vendor Payment Advices - Convert to SmartForms

    My customer is currently changing all their SAPScripts to SmartForms to use a new fax service called Fax Maker (apparently Fax Maker won't accept SAP Script). They run SAP 4.6C. They want to change the Vendor Payment Advice but this doesn't seem to b

  • Why does spot EPS not output when converted to CMYK or grayscale?

    Apologies if this is a known issue but I can't find it anywhere... I'm using AI CS3 (13.0.2) on an Intel iMac/Os 10.5.4 and I can't figure out why a white logo made from text outlines outputs fine to PDF if I use a spot color but if I change it to gr

  • QM certification question bank.........

    Hi There , As I had earlier posted in the forum that I am planning to go for SAP -QM certification & I am perparing for the same....... Can anyone please tell me from where I can get some real queation that can appear or has apperaed in the certifica

  • Form returned in .txt format

    I have designed a form in Adobe Designer 7.0 and have used it several times and it has worked just fine. The returned forms come back in the _data.xml format and I can import the data easily. I wonder why the last one somebody sent came back in .txt

  • Different crash in Illustrator CS3 when saving

    Howdy all, I looked over all the threads about Illustrator crashing upon Save, Save As, Save a Copy, etc., but have not seen this particular problem addressed. The area that crashes Illustrator EVERY TIME is if I click on the pull-down bar where you