WAAS Not returning proper web redirects

We have one WAAS edge device which is not returning the proper results when entered in a browser. When we reload
the WAAS device, while it is rebooting, it will return the proper results. We have cleared all of the caches that we know
of and all of our edge devices are the same and using the same policy.
It is not handling redirects properly.
We have one server running Apache, which handles redirects. For Instance Typing in :
prod   goes to https://prod.domain.com
test    goes to https://test.domain.com
train   goes to https://train.domain.com
When the WAAS is up, typing prod,test,or train will all take you to https://prod.doman.com
When the WAAS is down or rebooting typing prod,test, or train will take you to the correct URL as specified until
it comes back up. The other sites are configured identically as can be seen by the WAAS central manager. This WAAS
device is running version 4.4.1.12
Has anyone run into this before? W

This case is now solved, for now. We opened a TAC and there was something wrong with the policy that was applied that was affecting mutiple WAAS devices. We were unable to grab a trace while this issue was in failure.
In summary, we have an "ALL WAAS" policy which applies to all devices. The TAC technican created a singular policy
that applied directly to one of the affected WAAS devices and set the policy to TFO only. Just putting this policy in force
seemed to correct the issue. After this was done, we then reapplied the orginal policy and the issue no longer existed.
The issue has not returned so far. When the issue was happening, it was easy to reproduce. Setting the HTTP AO policy to "PassThrough" immediately corrected the issue. Setting it back, the issue would return.
So right now we are working, but do not know the "Why" as to exactly what caused the problem.

Similar Messages

  • Designer 10gR2 :API: JR_CHECK_REF.CHECK_FOL_REFS does not return proper res

    Summary: API: JR_CHECK_REF.CHECK_FOL_REFS does not return proper results
    Description:
    For User Extensions, the API is returning unexpected/unexplained results for Association types identified as not in the repository.
    Scenario 1) EL_TYPE and REF_TYPE return properties that are not aligned with either the EL_IRID/EL_IVID, EL_PAR_IVID, or REF_PAR_IRID.
    However, REF_IRID (pointing to the missing object) is correct.
    Scenario 2) EL_TYPE and REF_TYPE return properties that are not aligned with either the EL_IRID/EL_IVID, EL_PAR_IVID, or REF_PAR_IRID.
    However, all the objects are present in the repository.
    Any idea?
    ~Shampa M.

    You might get a better response if you ask this in the Designer Forun.

  • WebRequest not returning correct web page

    Hello,
    This is very strange, and I was hoping someone might have an answer/solution.  If you try the link below using a Chrome browser, you will get the correct web page returned, however any other browser (and my vb.net app's WebRequest) returns a redirected
    web page.  I need to make my WebRequest behave the same as the Chrome browser.  I changed the UserAgent to match Chrome, but that did not help.  Any ideas?
    http://www.ticketsnow.com/NBA/InventoryBrowse/Washington-Wizards-Tickets-at-Verizon-Center-in-Washington-1-31-2015?PID=1607397

    Hello,
    This is very strange, and I was hoping someone might have an answer/solution.  If you try the link below using a Chrome browser, you will get the correct web page returned, however any other browser (and my vb.net app's WebRequest) returns a redirected
    web page.  I need to make my WebRequest behave the same as the Chrome browser.  I changed the UserAgent to match Chrome, but that did not help.  Any ideas?
    http://www.ticketsnow.com/NBA/InventoryBrowse/Washington-Wizards-Tickets-at-Verizon-Center-in-Washington-1-31-2015?PID=1607397
    I have no idea about what you mean.
    I used both Chrome and Internet Explorer with that link.
    Chrome redirected to -
    http://www.ticketmaster.com/event/15004D1386FC189F?tnw=TN_Direct___1420612218_B_1607397_NBA&c=TE_TMPlus_NBA_B_1607397&brand=NBA&landing=c
    IE redirected to -
    http://www.ticketmaster.com/event/15004D1386FC189F?tnw=TN_Direct___1420612218_B_1607397_NBA&c=TE_TMPlus_NBA_B_1607397&brand=NBA&landing=c
    So whatch you talkin bout Willis?
    La vida loca

  • Javascripts – check boxes not returning proper values

    Hi All, not sure if this is the right place for this post... but here goes....
    here's the url:
    http://theexperience-exchange.co.uk/Mods_appleit.html
    The contact form generates and e-mail.  At the moment the results form the checkboxes look like this:
    $1_month
    $6_months
    $12_months
    You can see that they aren't working... If only one is checked, they ALL show up! I know there's some html and JS needed.... looking on the web is driving me round the bend.
    Any simple solutions that anyone knows about would be greatly appreciated.
    All the best, RP

    Unless you want them to have the ability to click 1, 2 or 3 of those boxes, it would be best to use a group of radio buttons. That way, only one can be clicked and only the value of the clicked button will return to you.

  • JDBC not returning proper result

    Hi
    I am trying to extract some information from data base
    and i am writting this query
    java.sql.Statement s = dbCon.createStatement();
    ResultSet r = null;
    r = s.executeQuery("select * from emp where description="+courseName);
    If the course have value
    description="Fundamental of Science"
    then it says "syntax error at or near of"
    and if description="SAD"
    then it said error "column "sad" does not exist
    means its converting to lower case
    where, i am accepting the string value for description from a JSP page,
    i am returning the value in the bean by using get set method
    and i am writing the query in bean
    i have checked that its returning the value properly for the parameter "description"
    Please help

    The SQL you need is
    select * from some_table where some_column = 'abc def'Note the single quotes around the string literal "abc def". If you don't have the quotes, then abc is taken as a column name or alias, and the def part is just wrong syntax at that point.
    The way to do this is with PreparedStatement.
    PreparedStatement ps = conn.prepareStatement("select * from some_table where some_column = ?");
    String colValue = "abc def";
    ps.setString(1, colValue);
    ResultSet rs = ps.executeQuery();The driver puts the quotes in for you, and handles any escaping that's necessary.
    Edited by: jverd on Dec 1, 2010 3:51 PM

  • ADSI does not return proper code for Password Expired

    We are trying to modify a vendor supplied system to get it to authenticate using our LDAPs. The vendor app is a hybrid IIS ASP/ASP.NET application so it seems necessary to use ADSI for authentication. We have had the solution working for more than a year, but now we want to expire passwords in our LDAP.
    We have been testing with both Netscape Gateway LDAP engine 4.13 and/or Sun One Directory Server Version 5.2. At the moment, the problem I am facing is that I get the same error code from ADSI whether the attempted password is bad or the user DN and password are good but the account has expired. In other words, I cannot differentiate between an expired password and bad typing during the login attempt.
    In either case [bad password or password expired], I get, -2147023570 Automation error Logon failure: unknown user name or bad password. I can log in successfully with an unexpired UID/password using the code so it looks like I have no code error. I have tried several times to make sure I am typing everything OK. My results are consistent.
    I have found example code on the web that suggests I should be seeing the "error -2147016672 (1 from NDS) - password expired".
    Could there be some sort of Netscape or Sun One LDAP configuration parameter that prevents sending the password expired error code/message?
    Any other ideas what might be wrong?
    We've tested using VB, VBScript [directly] and VBScript in ASP. Always the same results.
    Here are the relevant sample lines {in VBScript}
              Set adsDSO = GetObject("LDAP:")
              on error resume next
              Set adsUser = adsDSO.OpenDSObject("LDAP://ourmachine.cusys.edu:portGoesHere/uid=" & UserName & ",o=whatever,c=US", "uid=" & UserName & ",o=whatever,c=US", Password, 0)
              if err.number  0 then
                   if err.number = -2147016672 then
                        ' Cannot seem to get here.
                        response.write "Error code: " & err.number & "<P>"
                        response.write "Error code for expired password<P>"
                   elseif err.number = -2147023570 then
                        response.write "Error code: " & err.number & "<P>"
                        response.write "Error code for bad credentials<P>"
                   else
                        response.write "Error code: " & err.number & "<BR>"
                        response.write err.description & "<P>"
                   ' do more stuff ...

    Did you check SAP notes? Maybe the OS creates the file in DIR_HOME directory when the path is invalid. Could you check in AL11? You may also add "MESSAGE msg" to the "OPEN DATASET", maybe you'll get more information.

  • SUM(CASE WHEN statement is not returning proper result.

    Hi Folks,
    I'm an end-user on OBIEE 11g creating a custom analysis. I'm trying to SUM a particular case statement: SUM(CASE WHEN "MyMeasureColumn.Here" LIKE '%~25~%' OR "MyMeasureColumn.Here" LIKE '%~26~%' OR "MyMeasureColumn.Here" LIKE '%~27~%' OR "MyMeasureColumn.Here" LIKE '%~28~%' THEN 1 ELSE 0 END)
    The result should be about 6,700 however I am getting only 1,900. Any ideas?

    >
    Ive done a manual validation of the statement (in excel) and know its near 6700. I think it has something to do with the type of data it is?
    >
    Well there are only three possibilities that I can think of.
    1. The data in Excel is different than the data in Oracle
    2. The 'manual validation' is different than what the query that you are using does
    3. Both #1 and #2
    You are the only one with access to the data.
    You are the only one that has any idea what your 'manual validation' was.
    If necessary you will need to use the brute force 'divide and conquer' method.
    Use a small amount of data and compare your 'manual validation to your query results. If they are not the same figure out why.
    If they are the same then repeat the process with another set of the data.

  • Web Redirect is not working

    Hello,
    We configured the web authentication in wlc 5508with ISE for the guest traffic. When client tries to connect it redirects to the different URL. That means the specified URL (that is default redirection page of ISE) 'https://<ISE IP>:8443/guestportal/portal.jsp'  but client is getting redirected to
    'https://<ISE>:8443/guestportal/login.action?switch_url=https://<virtual IP>/login.html&wlan...'. And finally page cannot be displayed now error message i am getting.
    Why it happens..? Any quick help would be really appreciated
    Moreover i have doubts on the below points.
    1) Should both the Anchor and the foriegn controllers be configured for web auth security or only anchor ..?
    2) When external web redirection, the client has to get the DNS resolved entry for the Specified URL or WLC knows to take it to the external web page..?
    3) Any special configuration has to be done on ISE?
    Thanks for your time
    KVS
    Message was edited by: Prasan Venky

    Hello,
    How to Make an External (Local) Web Authentication Work with an External Page
    As already briefly explained, the utilization of an external WebAuth       server is just an external repository for the login page. The user credentials       are still authenticated by the WLC. The external web server only allows you to       use a special or different login page. Here are the steps performed for an       external WebAuth:
    The client (end user) opens a web browser and enters a           URL.
    If the client is not authenticated and external web authentication is           used, the WLC redirects the user to the external web server URL. In other           words, the WLC sends an HTTP redirect to the client with the website's spoofed           IP address and points to the external server IP address. The external web           authentication login URL is appended with parameters such as the           AP_Mac_Address, the client_url (www.website.com), and the action_URL that the customer needs           to contact the switch web server.
    The external web server URL sends the user to a login page. Then the           user can use a pre-authentication access control list (ACL) in order to access           the server. The ACL is only needed for the Wireless LAN Controller 2000           series.
    The login page takes the user credentials input and sends the request           back to the action_URL, such as http://1.1.1.1/login.html, of           the WLC web server. This is provided as an input parameter to the customer           redirect URL, where 1.1.1.1 is the virtual interface address on the           switch.
    The WLC web server submits the username and password for           authentication.
    The WLC initiates the RADIUS server request or uses the local           database on the WLC, and then authenticates the user.
    If authentication is successful, the WLC web server either forwards           the user to the configured redirect URL or to the URL the client           entered.
    If authentication fails, then the WLC web server redirects the user           back to the customer login URL.
    Note: If the access points (APs) are in FlexConnect mode, a           preauth ACL is irrelevant. Flex ACLs can be used to allow           access to the web server for clients that have not been authenticated.
    For more details, please refer to the following:
    http://www.cisco.com/en/US/tech/tk722/tk809/technologies_tech_note09186a0080bf7d89.shtml#redirect

  • WebI does not return failed when scheduling a report which only holds parti

    WebI does not return failed when scheduling a report which only holds partial results.
    We have scheduled reports which take some time to run. When they are scheduled they sometimes show successful even though the report only holds partial results. The only indication is when you open the report as webi report you see the warning that it holds partial results.
    When running the report manually, it works file.
    The issue is not in the no of rows in the universe settings because we this unselected. The issue is that it times out.
    The reason that it times out is that a lot of resources are used for loading and processing data when the report is scheduled. When running it manually, it works because at this time the serverload is less. the time in the universe is set to 10 min.
    The version we have is BOXIR2-SP4.
    Ok. Issue identified.
    The question is - why is the report successful when it holds partial results? If this is normal behavior, noone can really trust the scheduled reports, especially when you save it to excel and send it by mail.
    Is there a solution for this except increasing the allowed query time which would not solve the issu but only allow more reports to complete?
    Edited by: Karlgren Michael on Sep 17, 2009 1:22 PM

    Hi ,
    Currently this problem exists in XI R2. This feature will be part of thenext Service Pack i.e XI R2 SP6.
    This CER will be delivered from IDC Webi and BIP Platform as part of Jupiter Sp6.
    Problem Statement:
         Scheduled WebI Reports which are partially refreshed are distributed to the destinations for Users to View and make decisions. These users arenu2019t usually aware that these reports have u201CPARTIAL RESULTSu201D
    Recomended Solution:
        Allow the Schedule Creator / Modifier to set a parameter to stop the distribution of the u201CPARTIALLY REFRESHEDu201D WebI report.
    Thanks
    Salini

  • Web Service Proxy not returning Response in 11g

    Hi,
    I am facing a difference in the creation of Web Service Proxy in 11g when compared to 10g. I have exposure of creating a Web Service Proxy in 10g and I do observe that the folder name 'runtime' gets generated automatically along with the proxy at the time of creation.
    But in 11g, the nature & behavior of Web Service Proxy creation has changed a lot according to my observation. I am facing an issue where the response object is not returning the expected results as per the functionality.
    In 10g, we have used a Stub class (automatically created under 'runtime' folder) and we are able to put some logs to see the request and response object in the form of 'xml'. But in 11g, I am facing difficulty in getting the same logged to see the response from OPA.
    Please share your thoughts which would definitely help me in resolving this issue.
    With Regards,
    Thiyagarajan V

    Hi,
    I have also tried using 'Web Service Data Control' as an alternate method to overcome the above mentioned issue. But I have ended up the error "DCA-29000: Unexpected exception caught: java.lang.NullPointerException,msg=null" and failed to create a data control.
    The JDeveloper version which I am using is 11.1.1.5.0. I also came to know that there is a patch (9790388) which has resolved this bug in JDeveloper. I also applied the same patch in my Oracle Home using OPatch utility.
    But unfortunatley, the version suitable for this patch is 11.1.1.4.0 and I suspected that could be one of the reason that the problem has not got resolved yet.
    Please suggest the patch or any solution which can also help me in resolving this issue. I really appreciate your time and effort in sharing your thoughts for the problems which I have mentioned over here.
    Thank you !!!
    With Regards,
    Thiyagarajan V

  • Web-redirect to external radius not wokring on some browsers for Guest SSID

    Hi,
    We are using Cisco 5760 with 3.7, and the guest SSID doesn't perform web-redirect to external radius (cisco NAC appliance), for some browsers. Although the same works on Cisco 5508 and 4402 WLC with the same NAC appliance for all browsers.
    working browsers: IE9.0 and IE 11.0
    Non-working: Chrome all versions, Firefox all versions, Safari all versions.
    Can anyone provide some help if they have seen  this issue before.?

    You need to check the compatibility guide of Cisco WLC and check if those browsers are supported or not.

  • _api/Web/Lists/GetByTitle does not return People or Group lookup value with $expands

    I have a list in SharePoint 2013 with a people picker field. I am trying to retreive the list info on cient side in javascript. URL does not take lookup field display name (as stated in some articles) but it was taking AssignedPAId instead. However further
    expands does not return any thing. I need to return the assigned to user name in this case.
    List columns
    Title
    primaryowner
    AssignedPA (People or Group field)
    REST Query URL:
    _api/Web/Lists/GetByTitle('demolist')/items?$select=Title,primaryowner,AssignedPAId/Name&$expands=AssignedPAId/Name
    It keeps returning me Id only regardless i am asking /Name.
    Any help on query? Please suggest a working query only. i have already googled/binged enough.........................
    Moonis Tahir MVP SharePoint,MCTS SharePoint 2010/2007, MCPD.net, MCSD.net, MCTS BizTalk 2006,SQL 2005

    Hi,
    According to your post, my understanding is that you want to get the user name of the people picker control.
    To get the user name in the people picker control, we can use the SPService to achieve it.
    There is a function called
    SPFindPeoplePicker , we can use this function to get the display name.
    There is an article about this topic, you can refer to it.
    http://sympmarc.com/2012/04/22/working-with-sharepoint-people-pickers-with-jquery-a-new-function-called-findpeoplepicker/
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • Web proxy not returning all elements

    Web proxy generated over a web service does not return all elements of an array. Testing of the web service on the application server results in three detail elements. However executing the web proxy only results in the first element being processed. Not sure where the disconnect is when generating the response object. Any suggestion is appreciated.
    Edited by: bstegen on Jul 29, 2009 12:53 PM

    Hi,
    I have also tried using 'Web Service Data Control' as an alternate method to overcome the above mentioned issue. But I have ended up the error "DCA-29000: Unexpected exception caught: java.lang.NullPointerException,msg=null" and failed to create a data control.
    The JDeveloper version which I am using is 11.1.1.5.0. I also came to know that there is a patch (9790388) which has resolved this bug in JDeveloper. I also applied the same patch in my Oracle Home using OPatch utility.
    But unfortunatley, the version suitable for this patch is 11.1.1.4.0 and I suspected that could be one of the reason that the problem has not got resolved yet.
    Please suggest the patch or any solution which can also help me in resolving this issue. I really appreciate your time and effort in sharing your thoughts for the problems which I have mentioned over here.
    Thank you !!!
    With Regards,
    Thiyagarajan V

  • Unable to use Acrobat in downing Bank Statement, returned to Explorer return to web site, was able to download, do not know how to fix problem with firefox???

    Attempting to to download bank statement from bank web site. Statement is acrobat, when attempt to save statement, message flash that "zeon" had clash! Asked to attempt again, try 3 times same message. Exit web site, attempted again, same problem. disable firefox, returned to explorer return to web site download statement, no problem.

    Appreciate the response regarding my immediate problem, but I have no idea, how to disable the Zeon PDF Plugin for Mozilla! I am a user and this is my first dealings with Firefox.

  • Cisco ASA not returning traffic when wccp peering with Bluecoat.

    Experts,
    My setup has a Cisco ASA where we are doing wccp with a Bluecoat SG box. The traffic gets redirected to the Bluecoat due to the wccp settings so it's just transparent to the end users. Theye do not have to do any manual proxy settings in their IE.
    We however notice that somehow the ASA does not return these connection back to the requesting hosts and somehere the connection table breaks. The message we see on the ASA that state table is somehow not being maintained. Any idea where this connection must be breaking?
    Regards,
    Nikhil Kulkarni.

    Nikhil,
    Let me give you a little bit of backgrounf in regards to WCCP that can help you. As you stated the ASA will do transparent redirection, so the client doesn't have to configure anything on the PC.
    The traffic will get to the ASA (port 80/443 or any configured port) and then the ASA will establish a GRE tunnel with WCCP server and will redirect the traffic. After the Bluecoat receives the traffic it will "spoof" the IP address of the requested web page (the WCCP server needs to have direct comunication with the client PC without passing through the ASA). I have seen some issues where the ASA and the WCCP server are unable to establish the GRE tunnel becuase the ASA uses the highest IP address as the router ID and uses this IP address to establish the tunnel. The WCCP keepalives (Here I am, I see you) are sent using the IP address of the closest IP address to the WCCP server.
    At this point you may turn on the WCCP debugs and run some "show WCCP" commands.
    I hope it helps
    Luis Silva

Maybe you are looking for

  • How do I remove the browser toolbar?

    I know there are many posts regarding the normal toolbar atop the browser viewing area.  This is not the toolbar of which I speak. Rather, one of the updates in the past year has added a toolbar near the bottomof the viewing area.  It is small (about

  • Ipod touch screen went black and then started flashing. Then the turn off slide comes up.

    Ipod touch screen went black and then started flashing. Then the turn off slide comes up. Restored multiple times and didn't work. Ipod works with Itunes fine (can put music and podcasts on the ipod), but can't take songs off of the ipod. Using windo

  • "Convert Selection for iPod" Command Increases File Size?

    Hello! I'm trying to convert a file that has the following characteristics (as reported in Quicktime Pro): Format: H.264 Decoder, 496 x 208, Millions, AAC, Stereo (L R), 44.100 kHz FPS: 25 Data Size: 572.20 MB Data Rate: 659.18 kbits/sec Normal Size:

  • Pictures are getting cut off

    I made a movie in iMovie and went to burn it on iDVD.  When I played in on a dvd player, some of the pictures were cut off?  But when I play the movie on my Mac the pictures are fine.  HELP!

  • T400 Switchable Grafics won't switch

    Hello everybody, I got a problem with my t400. It's not possible to switch between the two graficcards. The Ati 3400 is not detected by Windows 7, too. It is a problem i know. Installing Windows again will solve it, but i am very unhappy to install w