KM Scheduler is making server to go down

Hi All,
We have a KM scheduler running in portal for syncronization of roles between portal and backend.
But when there is mass upload of users happening in backend,the scheduler is occupying lots of memory and the server is going down.The problem is parallel threads are running for this scheduler(the timing is set for 10 mins).Other than extending the time interval option, I want to know if there any setting we can make, so that the new scheduler thread is not started until the first execution is over.
Please help on this.
Thanks and Regards,
Sumangala

Hi,
The problem was solved by extending the time interval to 2hrs.
Regards,
Sumangala

Similar Messages

  • OBIEE Server is getting down when a report is running

    Hi,
    I am running a report which is making the nqs server down.
    I have some filters. In which one filter has a IN class with list of values (total 7). When I remove only one from the list, I am getting the output.But, adding one more value in the existing filter making the nqs server down. The added one doesn't have much data. I removed various others in the list as welll and tried, its working. When I am adding one more, its making server down.
    OBIEE version : 10.1.3.4
    Could anyone please help on this ?
    Thanks,
    Sivarama

    Hi all,
    I got this fixed.The action plan was to use a different web profile other than the default(PROD) during the installation of PIA.

  • LMS 4.0.1 - ANI Server may be down

    Hi all,
    I'm facing a problem with my LMS 4.0.1...when I tried to access anything under "Admin> Collection Settings> Data Collection>" I received the following message:
    "Error while loading. ANI Server may be down. Please check for ANI Server Status in Admin -> System -> Server Monitoring -> Processes"
    And then, all fields are blank in:
    SNMP Timeouts and Retries
    Data Collection Schedule
    Data Collection Critical Devices Poller
    But everything is OK, the process is running (with busy flag set) on pdshow...I tried to restart ANIServer with "pdterm ANIServer/pdexec ANIServer" and other actions mentioned in other posts but no luck at all...
    Maybe It's related to another problem, where my shadow directory is not being updated, after change any configuration...in any device...
    Could you please help me?
    Regards,
    Vicente Pires

    Hi ,
    Found some errors and exception in the log..
    We need to follow the below steps to fix the issue::
    -we need to re-initialize the ANIdatabase ::
    1.stop the daemon manager :
    /etc/init.d/dmgtd stop
    net stop crmdmgtd
    2.Go to : /opt/CSCOpx/bin/ and issue the command :
    Run the below command:    /opt/CSCOpx/bin/perl dbRestoreOrig.pl dsn=ani dmprefix=ANI
    windows::
    NMSROOT\bin\perl.exe NMSROOT\bin\dbRestoreOrig.pl dsn=ani dmprefix=ANI
    3.Start the Daemon manager :: 
    /etc/init.d/dmgtd start
    net start crmdmgtd
    ***IMP***   Re-initialize the ANI database will not lose any of the history information of the device.  Also ANI database does not contain any historical information as soon as the above steps are complete you need to run and new DATA COLLECTION followed by User tracking Acquisition and then check the issue.
    Data collection:: Go to  Admin > Collection Settings > Data Collection > Data Collection Schedule   under "start Data Collection" > For "All Device"  >> click "START"
    User tracking :: Inventory > User Tracking Settings > Acquisition Actions
    hope it will help
    Thanks-
    Afroz
    ***Ratings Encourages Contributors ****

  • Report works in Crystal Reports, but not when scheduled in Crystal Server

    Hi,
    I have a pretty simple report designed in Crystal Reports 2008. Basically it shows a list of call notes (memo field) from customer activities in our CRM system. The report works fine in Crystal reports, but when run or scheduled in Crystal Server 2008 the output is always blank. Furthermore, the page format etc. is "lost" in crystal server, so that the output is PDF of a quadratic blank sheet (not my standard A4 format)... Exporting to other formats - excel, Word etc. all gives the same result.
    I have tried to strip out various formulas, formatting etc from the report, but nothing helps. Which leads me to thinking that the real problem is that the report contains a memo field? Anyone else had this problem?
    wkr
    Claus
    Edited by: Claus Poulsen on Nov 9, 2010 3:34 PM

    Hi Claus,
    I've had issues between what Crystal does and what the Report Server does.  To resolve this, we found out Crystal Reports 2008 latest service pack has some things that will fix Server 2008 and they aren't in the latest Server update. 
    We updated Crystal Reports 2008 on our machines.  Installed the latest update for Crystal Server and then installed Crystal 2008 on the Report Server and installed the Crystal Reports 2008 update.  A lot of our compatibility issues went away after that. 
    Good luck,
    Brian

  • An Error has occurred: File Repository server input is down

    Hello Team,
    I am getting the following error message "An Error has occurred: File Repository server input is down" when try to upload exel or any other document in repository using . NET Infoview. Even with the Admin account.
    and 
    If i try the same steps from Java Infoview i am able to upload the excel.
    I guess some issue with IIS .
    Env Dtls:
    BO XI 3.1 SP3
    IIS 7
    Windows server 2008.
    Waiting for your valuable suggestions.
    Regards,
    Sonu Pandita

    Hi Team,
    I resolved this issue by giving one user a permission on temp folder.
    Regards,
    Sonu Pandita

  • [Forum FAQ] Cannot perform a backup schedule via Windows Server Backup and receive "The system cannot find the path specified." Error

    Symptom One
    You attempt to
    schedule a backup every day via Windows Server Backup on Windows Server 2008 R2. At the beginning, the backup works without issue. But after a few days it failed and you receive the error “Windows Server Backup:
    The system cannot find the path specified.”
    Cause
    The issue may occur if there is
    no shadow copy storage space available on the backup volume.
    Verify
    You can use the List ShadowStorage command to check if you have enough storage space to store the newly created shadow copy. If you've reviewed the size of the backup snapshot and discovered
    that there is no allocated space for the storage association, you need to resize shadowstorage.
    Solution
    You could run the command below to create shadow copy storage space on the backup volume:
    vssadmin resize
    shadowstorage /for=<ForVolumeSpec> /on=<OnVolumeSpec> [/maxsize=<MaxSizeSpec>]
    More Information
    Vssadmin resize shadowstorage
    http://technet.microsoft.com/en-us/library/cc788050.aspx
    Symptom Two
    When you add
    another external hard drive to backup schedule via Windows Server Backup on Windows Server 2012, it fails and you receive the error “The System cannot find the path specified.”
    Cause
    The issue is due to the
    Original Destination Disk was not attached to the server.
    Verify
    You could check the disk status in Disk Management to see if the Original Destination Disk is offline or removed.
    Solution
    You need to attach
    Original Destination Disk to the Server then choose another external hard drive as backup target. After that, you could remove the Original Destination Disk.
    Workaround
    To work around this issue, please use the WBADMIN command line tool to add disk.
    WBADMIN ENABLE BACKUP -addtarget :{ DiskID}
    The AddTarget parameter takes disk ID as parameter. It can be retrieved by running "WBADMIN GET DISKS" command.
    Example:
    WBADMIN ENABLE BACKUP
    -addtarget :{ aa123d14-bba0-1dd9-0d93-80aaaa6bbb63}
    More Information
    Wbadmin enable backup
    http://technet.microsoft.com/en-us/library/cc742130.aspx
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    good

  • MS SQL server is going down frequently(10 days of gap) with exception message: "A severe error occurred on the current command. The results, if any, should be discarded".

    MS SQL server is going down frequently(10 days of gap) with exception message: "A severe error occurred
    on the current command. The results, if any, should be discarded". We are facing this issue for past two month.But funny thing is server will be up automatically with out any service restart manually.  Also if we try to restart the SQL
    server service manually then SQL server will be in a dead lock situation and it will not come up even if we wait for long time. Then we should do a windows server machine restart to
    make the SQL sever up. As a suggestion from Microsoft to fix this kind of similar issue,
    we have installed service pack 3 for SQL Server. But even after we are facing same issue.
    Server Details:
    Server OS: Windows Server 2008 R2
    Two type of database servers are installed on server:
    1. MS SQL Server 2008 R2
    2. My SQL
    Also Reporting server is configured for the purpose of generating SSRS report from a dot net website.
     NOTE:Immediately after the data retrieval/save, we are closing the connection explicitly by the
    application.
    we have checked the windows event log and below are the details:
    Log Name:      Application
    Source:        ASP.NET 4.0.30319.0
    Application information:
        Application domain: /LM/W3SVC/5/ROOT-1-130718142067856406
        Trust level: Full
        Application Virtual Path: /
        Application Path: E:\WebSpaceFolder\ACSQuiK\Production\
        Machine name: DBSERVER 
     Process information:
        Process ID: 148
        Process name: w3wp.exe
        Account name: NT AUTHORITY\NETWORK SERVICE 
     Exception information:
        Exception type: SqlException
        Exception message: A severe error occurred on the current command.  The results, if any, should be discarded.
       at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
       at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
    Log Name:      Application
    Source:        Report Server Windows Service (MSSQLSERVER)
    Description:
    Report Server Windows Service (MSSQLSERVER) cannot connect to the report server database.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Report Server Windows Service (MSSQLSERVER)" />
        <EventID Qualifiers="0">107</EventID>
    Could anybody can suggest any kind of fix for this issue? Thanks in advance.

    Hi YesYemPee,
    I have tried but still not clear about your issue, I would like you provide more details information about your issue based on below points to better analysis about the issue:
    What action did you do and caused the error "A severe error occurred on the current command. The results, if any, should be discarded", did you run report on the web application or something else then the error happen?
    If you rendering the report and got the error, please try to provide us more error information in the log files which path like:
    C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\LogFiles
    If it is not the case in step1, Please try to provide SQL Server Error log(SQL Server Logs) and more details information.
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • BI Schedule and Presenation Server on Different Servers Configuration

    I'm having a problem getting my iBots to run and deliver the information to the catalog with the following configuration:
    2 Presentation Servers on Windows with IIS for NTLM authentication (via a Load Balancer)
    OBIEE Server and Scheduler, and Presenation Server on Solaris (the Presentation Server on Solaris will be turned off)
    The catalog between the 2 Windows Servers are are shared. When I create an iBot on the Windows the request is sent to the Scheduler on Solaris and errors out with the following message:
    [nQSError: 77006] Oracle BI Presentation Server Error: A fatal error occurred while processing the request. The server responded with: Path not found (
    /shared/_ibots/Test Email from UAT)^M
    Error Codes: U9KP7Q94^M
    My question is why does the scheduler send the alert to the Presentation Server on the Solaris box and not the shared Presentation Server with the shared catalog on the Windows Servers. Am I missing something in the configuration?
    Thanks,
    Chuck

    I figured it out. I had to re-run the schconfig utility on UNIX and reconfigured the server from localhost:9710 to the actual server name.

  • Indexing Schedule Manager on Server Failed!!!

    Hi All,
    Below is the error message from the ULS logs regarding the Indexing service. As a result of this, I'm unable to see the Content Sources and Crawl History on Central Admin. I further found out that one of the server in our farm is in Converging Status under
    NLB (Network Load Balancer). Could this be the issue? But why would it say access denied. The search service account has not been modified or the permissions have never changed. Thanks in advance for any pointers.
    Entering monitored scope (Timer Job Indexing Schedule Manager on WCRSPT02) 8a76f83b-9c75-48d4-8764-61fb0d93ca49
    executing job Indexing Schedule Manager on <Server> 8a76f83b-9c75-48d4-8764-61fb0d93ca49
    CContentSourceCollection::ValidateTrigger in m_pScheduler -> Activate or NewWorkItem, Error is 0x80070005  [contentsource.cxx:1126]  d:\office\source\search\native\gather\server\contentsource.cxx 
    <Exception><HR>0x80070005</HR><eip>000007FEE2929257</eip><module>d:\office\source\search\native\gather\server\contentsource.cxx</module><line>1127</line></Exception>   
    The Execute method of job definition Microsoft.Office.Server.Search.Administration.IndexingScheduleJobDefinition (ID 0141a0f4-9c0a-4aa3-901f-f0bd5bb7f51d) threw an exception. More information is included below.  Access is denied. (Exception from HRESULT:
    0x80070005 (E_ACCESSDENIED)) 8a76f83b-9c75-48d4-8764-61fb0d93ca49
    Exception stack trace:    at Microsoft.Office.Server.Search.Administration.SearchApi.RunOnServer[T](CodeToRun`1 remoteCode, CodeToRun`1 localCode, Boolean useCurrentSecurityContext, Int32 versionIn)     at Microsoft.Office.Server.Search.Administration.SearchApi.GetContentSources(Int32
    versionIn)     at Microsoft.Office.Server.Search.Administration.ContentSourceCollection..ctor(Content parent)     at Microsoft.Office.Server.Search.Administration.Content.get_ContentSources()    
    at Microsoft.Office.Server.Search.Administration.IndexingScheduleJobDefinition.Execute(Guid targetInstanceId)     at Microsoft.SharePoint.Administration.SPTimerJobInvokeInternal.Invoke(SPJobDefinition jd, Guid targetInstanceId, Boolean
    isTimerService, Int32& result) 8a76f83b-9c75-48d4-8764-61fb0d93ca49
    Leaving Monitored Scope (Timer Job Indexing Schedule Manager on WCRSPT02). Execution Time=50.1862666903196
    Regards, Kapil ***Please mark answer as Helpful or Answered after consideration***

    Hi,
    According to your post, my understanding is that Indexing Schedule Manager on Server Failed.
    I recommend to reset Index and have a full Crawl. Please refer to:
    Unable to view content sources or crawl history in Search server 2010 Central Administration: share point
    You need to check whether you have an additional Search Service Application and is stuck in an error state. If so, please run the configuration wizard to remove the previously mentioned Search Service Application that was corrupted.
    In addition, please follow the instructions to check whether it works:
    stsadm -o osearch -action stop 
    stsadm -o osearch -action start -role index 
    Open Central Admin - select your SSP
    Check / validate your search service configuration.
    Here are some similar articles for your reference:
    http://social.technet.microsoft.com/Forums/en-US/a2f749bf-5d8b-4c0e-8fdd-464bd21d0e0a/indexing-schedule-manager-failing?forum=sharepointadminprevious
    http://bruteforcesharepoint.blogspot.com/2009/04/event-log-errors-6481-and-6398.html
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Error: Server BALAHSAN01:6400 not found or server may be down (FWM 01003)

    Hi All,
    I am a beginner with BO.
    I installed BOE (Version XI 3.0) on my machine. Just after the installation, all the tools were ok.
    After logging out of windows, I have the error "Error: Server BALAHSAN01:6400 not found or server may be down (FWM 01003) null" when I try to connect to the CMC or InfoView.
    My configuration is : Windows XP SP2. I'm using MySQL5 and Tomcat. ports have not been changed.
    Note : my server is the localhost (no firewall!). MySQL5 does work.
    Do you see any reason to this?
    Thanks,
    Daniel
    N.B: I've seen the discussions for this error in the forum, but the configurations were not the same ones (remote servers...)

    This forum is dedicated to general topics related to Business Objects solutions not actual technical queries.
    Please post this query to the Business Objects Enterprise Administration forum:
    BI Platform
    That forum is monitored by qualified technicians and you will get a faster response there. Also, all BOE queries remain in one place and thus can be easily searched in one place.
    Thank you for your understanding,
    Ludek

  • Error: Server (myserver):6400 not found or server may be down (FWM 01003)

    Hi
    I installede BOE in a Server, Just finish the installation I want launch the CMC,  but i can access, i have this error u201Cu2022  Error: Server myserver:6400 not found or server may be down (FWM 01003) nullu201D
    I install Business Objects XI R3.0 and Tomact, on Windows Server 2003 R2 Standar Edition SP2 and the repository is Microsoft SQL Server Express Edition.
    Does anyone have any idea that might be? thanks

    Please post this query to the Business Objects Enterprise Administration forum:
    BI Platform
    That forum is monitored by qualified technicians and you will get a faster response there. Also, all BOE queries remain in one place and thus can be easily searched in one place.
    Thank you for your understanding,
    Ludek

  • Server is up/down???

    Dear All,
         I am trying to get authentication from my server, by using the below function...Here is a doubt...Once if my server is in "DOWN" state, i am getting the errors fired in my command prompt...how can i avoid this???.....i mean, i want to avoid the process of authentication, if the server is "DOWN"....how to find out whether a server is running in that url or not????
    public String authenticateMe(String username, String password)
    String setcookie="";
    String cookie="";
    try
    URL theurl = new URL("http://192.168.10.55:8001/names.nsf?login&username=" + username + "&password=" + password);
    HttpURLConnection.setFollowRedirects(false);
    HttpURLConnection hurl = (HttpURLConnection)theurl.openConnection();
    hurl.connect();
    setcookie = hurl.getHeaderField ("set-cookie");
    if(setcookie!=null)
    int index=setcookie.indexOf(";");
    cookie=(setcookie.substring(0,index)).trim();
    hurl.disconnect();
    hurl=null;
    catch(Exception exp)
    {exp.printStackTrace();}
    return cookie;
    bye,
    Sakthivel S.

    I haven't used the Timer class much myself. Would suggest you look at the tutorial at: http://java.sun.com/docs/books/tutorial/uiswing/misc/timer.html
    and at the API documentation. Together they should have all the info. you need.
    Then just experiment until you get it to work. If you run into any problems post again to ask someone else.
    To start you off, I was thinking of something along the following lines (untested, just typed straight in):
    private javax.swing.Timer timer;
    private final int MILLISECONDS_DELAY = 15 * 60 * 1000; // 15 minutes
    private void login()
        // code to login here
        // successful login
        if (timer == null) // if first time
             // create timer passing anonymous ActionListener to
             // handle event fired after delay
             timer = new Timer(MILLISECONDS_DELAY, new ActionListener()
                 public void actionPerformed(ActionEvent ev)
                     login();
             timer.setRepeats(true); // keeps repeating itself
             timer.start(); // start it off
    // assumes client has logged in to server already
    private void request()
        // send request to server
        timer.restart(); // reset timer to zero
    }

  • Java stack of XI server is going down frequently.

    Hi Experts,
    The java stack of our XI Server is going down very frequently. This is happening mostly once in 3 to 4 days.Please let me know what could be the problem and how can I reolve it
    Thanks & Regards,
    Shanahas.K

    Hi Sunny,
    Where can I check default trace files when your Java is down ?
    I have checked in /usr/sap/<SID>/DVEBMGS00/j2ee/cluster/server0 folder. But the files which I have found are either very old(about a month) or the files are latest which are created after the system is restarted.(Java started working after we restarted the server)
    Also, how to find out whether installed license in our As Java.
    Please help
    Thanks & regards,
    Shanahas

  • MDM ABAP API  ISSUE ( server  is getting down )

    Hi Folks,
    I am trying to retrieve matching results using MDM ABAP API.
    I am spiting source and target records into lot of blocks dynamically
    in program. I am getting output 2 to 3 times if i can run program
    sequential after that server is getting down (before running program
    i am completely going out and rerunning).After server bring's up
    running couple of times and server getting down.
    Please help me how can i solve this issue.
    Thanks,
    Anil.

    Hi Anil,
    You can have a look at the below links can cross check the steps you have performed in establishing the connection correctly:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/media/uuid/00c49ffb-e5e5-2910-73ba-c85af1da5b0a
    ABAP APIs: Error "The connection is not trusted"
    Comaptible ABAP APIs for MDM 5.5 SP6 Patch 1
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/tip%2b%2bMDM%2bABAP-API%2b%2bThings%2bto%2bRemember%2b(for%2bStarters)
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e060251e-b58d-2910-02a2-c9a1d60d9116
    Hope It Helped
    Thanks & Regards
    Simona Pinto

  • VIP still reachable even if primary server farm is down

    Hi,
    I want to make sure that the a VIP is not PING-able anymore when the primary server farm is down (all servers are down).
    For that I have the following configuration :
    serverfarm host NCL_FARM_TEST
    probe NCL_PROBE_HTTP
    rserver CHPAUN028 443
    inservice
    policy-map type loadbalance http first-match L7_POLICY_NCL_TEST_HTTP
    description *** Load balancing rule for test in http mode ***
    class L7_CLASS_TEST
    serverfarm NCL_FARM_TEST backup NCL_REDIRECT_FARM_SORRY
    compress default-method gzip
    insert-http Source-IP header-value "%is"
    insert-http Remote-Port header-value "%pd"
    ssl-proxy client NCL_SSL_CLIENT
    policy-map multi-match VIP_PROD_AND_TEST
    class L4_CLASS_NCL_TEST_HTTP
    loadbalance vip inservice
    loadbalance policy L7_POLICY_NCL_TEST_HTTP
    loadbalance vip icmp-reply active primary-inservice
    nat dynamic 2 vlan 115
    appl-parameter http advanced-options NCL_HTTP_PARAM
    While testing this feature, I realize that the VIP is still reachable (PING), even if the server in the farm is in PROBE_FAILED status (For test, I have only one srserver in the farm).
    Here is the server farm status, while PING is still possible :
    CH01AC03/P-115-A# sh serverfarm NCL_FARM_TEST detail
    serverfarm : NCL_FARM_TEST, type: HOST
    total rservers : 1
    active rservers: 0
    description : *** Test Server Farm ***
    state : INACTIVE
    predictor : ROUNDROBIN
    failaction : -
    back-inservice : 0
    partial-threshold : 0
    num times failover : 27
    num times back inservice : 28
    total conn-dropcount : 0
    Probe(s) :
    NCL_PROBE_HTTP, type = HTTP
    ----------connections-----------
    real weight state current total failures
    ---+---------------------+------+------------+----------+----------+---------
    rserver: CHPAUN028
    10.240.3.128:443 8 PROBE-FAILED 0 609 8
    description : -
    max-conns : - , out-of-rotation count : -
    min-conns : -
    conn-rate-limit : - , out-of-rotation count : -
    bandwidth-rate-limit : - , out-of-rotation count : -
    retcode out-of-rotation count : -
    In the documentation, the following is written regarding the command "vip loadbalance icmp-reply active primary-inservice" it is stated that the ACE shold discard ping packets if all servers in the primary server farm are down.
    I probably missed something, but what ?
    Here is the service-policy status :
    Policy-map : VIP_PROD_AND_TEST
    Status : ACTIVE
    Interface: vlan 1 115
    class: L4_CLASS_NCL_TEST_HTTP
    nat:
    nat dynamic 2 vlan 115
    curr conns : 0 , hit count : 56
    dropped conns : 0
    client pkt count : 809 , client byte count: 231750
    server pkt count : 1262 , server byte count: 1375334
    conn-rate-limit : 0 , drop-count : 0
    bandwidth-rate-limit : 0 , drop-count : 0
    loadbalance:
    L7 loadbalance policy: L7_POLICY_NCL_TEST_HTTP
    VIP ICMP Reply : ENABLED-WHEN-PRIMARY-SF-UP
    VIP State: INSERVICE
    Persistence Rebalance: ENABLED
    curr conns : 0 , hit count : 56
    dropped conns : 0
    client pkt count : 809 , client byte count: 231750
    server pkt count : 1262 , server byte count: 1375334
    conn-rate-limit : 0 , drop-count : 0
    bandwidth-rate-limit : 0 , drop-count : 0
    compression:
    bytes_in : 1052393
    bytes_out : 309229
    Compression ratio : 70.61%
    Parameter-map(s):
    NCL_HTTP_PARAM
    Thank you for any hints,
    Yves Haemmerli

    Gilles,
    I have effectively four diferent policy maps :
    - one for PROD when the client arrives withh HTTP
    - one for PROD when the client arrives with HTTPS
    - one for TEST when the client arrives with HTTP
    one for TEST when the client arrives with HTTPS
    However, the PROD and the TEST environemnts use different server farms. I am testing the icmp-reply feature on the TEST environment. In the TEST environment, both Layer-7 policy maps use the same server farm.
    Here are the four polici maps :
    policy-map type loadbalance http first-match L7_POLICY_NCL_PROD_HTTP
    description *** Load balancing rule for production in http mode ***
    class L7_CLASS_PROD
    serverfarm NCL_FARM_PROD backup NCL_REDIRECT_FARM_SORRY
    insert-http Source-IP header-value "%is"
    insert-http Remote-Port header-value "%pd"
    ssl-proxy client NCL_SSL_CLIENT
    class L7_CLASS_REDIRECT
    serverfarm NCL_REDIRECT_FARM_PROD_HTTP
    policy-map type loadbalance http first-match L7_POLICY_NCL_PROD_HTTPS
    description *** Load balancing rule for production in https mode ***
    class L7_CLASS_PROD
    serverfarm NCL_FARM_PROD backup NCL_REDIRECT_FARM_SORRY
    insert-http Source-IP header-value "%is"
    insert-http Remote-Port header-value "%pd"
    ssl-proxy client NCL_SSL_CLIENT
    class L7_CLASS_REDIRECT
    serverfarm NCL_REDIRECT_FARM_PROD_HTTPS
    policy-map type loadbalance http first-match L7_POLICY_NCL_TEST_HTTP
    description *** Load balancing rule for test in http mode ***
    class L7_CLASS_TEST
    serverfarm NCL_FARM_TEST backup NCL_REDIRECT_FARM_SORRY
    compress default-method gzip
    insert-http Source-IP header-value "%is"
    insert-http Remote-Port header-value "%pd"
    ssl-proxy client NCL_SSL_CLIENT
    class L7_CLASS_REDIRECT
    serverfarm NCL_REDIRECT_FARM_TEST_HTTP
    policy-map type loadbalance http first-match L7_POLICY_NCL_TEST_HTTPS
    description *** Load balancing rule for test in https mode ***
    class L7_CLASS_TEST
    serverfarm NCL_FARM_TEST backup NCL_REDIRECT_FARM_SORRY
    insert-http Source-IP header-value "%is"
    insert-http Remote-Port header-value "%pd"
    ssl-proxy client NCL_SSL_CLIENT
    class L7_CLASS_REDIRECT
    serverfarm NCL_REDIRECT_FARM_TEST_HTTPS
    Yves

Maybe you are looking for

  • How to change the text in the legend of a graph programmat​ically in labview

    I have many graphs in one plot and want to show the legend the name of the graph (i.e. the filename). How do I change the text in the legend programmatically?

  • Merging projects in iMovie

    Has Apple come up with a better way to merge projects in iMovie yet besides exporting them as movies and then re-importing them as events and then putting them together?  It really feels like there should be a better solution by now. 

  • Left click stops working after sleep

    Hi, I have a MBA 2013 with a magic mouse that I use when at my office desk. If I close the lid or allow my MBA to go to sleep and then take it away from my desk to another office or room (beyond the distance of bluetooth), when I open my the lid my l

  • Details about RFID with AII and XI.

    Hi, I do have few more doubts, we have purchased hand held readers from Symbol and Intermec. As of now we are using .Net as intermediary along with the SDK's provided by them. Can I have the process of integration with SAP either using XI or AII and

  • Problems downloading Flash Player 11

    Over the past week+, I have received a message stating that I needed to download Flash Player 11. Several attempts were "successful," but I still keep receiving the message that I need to download. Also, on some attempts, I am told that Internet Expl