IIS Failed Request Tracing for one specific URI only

Hey everyone,
I tried setting up IIS Failed Request Tracing for one and only one specific URI to debug a problem that persists with this URI. The problem about filtering it is that it's a HTTP 200 response that contains an error message from a 3rd party solution in SharePoint.
So I set up Tracing for the URI, say /mywebsite/3rdpartyapp/_vti_bin/client.svc/ProcessQuery. That's what I entered in the custom field in the first step of the Tracing wizard. I entered code 200 as the HTTP Response Code criterion.
Now I get many, many Trace logs for /_vti_bin/client.svc/ntlm/ProcessQuery. But this is something I didn't even want to aim my telescope at.
I understand that it's basically possible to use wildcards in the configuration, but I didn't use any. Also, entering something like 3rdpartyapp*ProcessQuery resulted in getting many ntlm/ProcessQuery logs.
Thus I guess that the URI filter criterion is not handled as I expect it to work.
Can anyone tell me how IIS handles this exactly? Is only the last part of the expression ("ProcessQuery") actually evaluated or something like that?
System: Windows SBS 2011 with IIS 7.5
Kind regards
Nico

Hello,
IIS related questions please ask in http://forums.iis.net/
Best regards
Meinolf Weber
MVP, MCP, MCTS
Microsoft MVP - Directory Services
My Blog: http://blogs.msmvps.com/MWeber
Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
Twitter:  

Similar Messages

  • Changing proposed delivery date in sales order for one specific sales org

    Hi All,
    I want to change proposed delivery date in sales order automatically for one specific sales org only without changing lead time in VOV8.
    For that can I use MV45AFZZ. But it is asking access key to make changes. Is there any other user exit for the same. And how does exactly change it.
    Thanks in advanced.
    Points will be awarded.
    Regards,

    EXIT_SAPFV45E_001 has nothing to do with this - it is meant to update the purchase order from a sales order. It might not even be triggered if the sales order has no link to a purchase order.
    USEREXIT_SAVE_DOCUMENT is not really good for this either, because the delivery date has to be changed before that. If memory serves, it also influences the schedule lines and probably the ATP check and such. I would strongly advise against it. One of the other routines in MV45AFZZ should do just fine, USEREXIT_MOVE_FIELD_TO_VBAK for example.

  • Combining Skype Subscription for one specific coun...

    I have purchased a subscription for one specific country which I call the most. For other countries, I simply purchased some Skype credit.
    How can I make sure that my credit will not run out when I am calling that specific country that I have the subscroption for?

    NormanM wrote:
    Hello,
    The fault is almost certainly with the local Indian carrier used to terminate the call and not Skype. (All Skype calls travel via the internet and only convert to PSTN/Cellular networks at a point close to the recipient's phone). The fact that your Skype-to-Skype calls are trouble-free demonstrates the point. You can also check by placing a free call to the Skype Call Testing Service (echo123).
    First of all thanks for your reply and also you mentioned something PSTN/Cellular network etc etc how the Skype is working. But look here my problem is why this is happening, the subscription name itself India calling then Skype should be able to tieup or catch up with the local Indian carrier, isn't it? How do I know that the local carrier is supporting or not? I need a solution not the reason, yeah it is good to know the reason but what I will do with the reason here; it is beyond my doing. If this is the genuince reason for the failure then Skype is making false statement and fooling around the customers saying you can call Indian Mobile and land lines by this subscription, which is clearly not happening.
    Please let me know if there is anything can be done on this issue, yours time and effort is appreciately greatly.
    regards
    Unsatisfied Skype Customer

  • How to disable BOP rescheduling for one specific location?

    Hi Experts,
       We are now processing BOP with rescheduling for request with conditions for all locations. But we would like to separate one location.  How can we disable the BOP rescheduling for that specific location? Is there a customizing setting to maintain that location list?
       Thanks a lot
    best regards,
    Wenyan

    Dear Wenyan,
    in standard you can only exclude locations from BOP while filtering, in the filter variant.
    Regards,
    Tibor

  • How to get number of failed log atempt for one user ( schema )

    Hi All,
    If one use try to connecte with wrrong password he will get this message ORA-1017. and the nombre of failed log atemp will increase.
    Then who can i check this number for one user in my date base ?
    Cheers
    Fayçal.

    Enable the audit by setting
    alter system set audit_trail=true scope=spfile;.
    Setting this parameter bounce of database
    Enable the following audit option
    SQL>AUDIT ALL BY ACCESS WHENEVER NOT SUCCESSFUL
    Then query AUD$ as the following example
    SQL> select returncode, action#, userid, userhost, terminal from aud$
    Regards,
    Anand

  • How to specify for JVM the stack for ONE specific thread that invokes JNI

    Hello all!
    I'm 2 days now looking for a solution in several forums but even in Sun Java Forums nobody was able to come up with a solution. If you know a better forum to place it, please let me know.
    Description:
    I have an application that launches several threads of different types. One of them is quite specific and run a critical JNI C++ process. The remaining ones are just for controling of other stuff... When I call the application by the command line
    java -classpath ... -Xss20m -Djava.library.path ... pack.subpack.myApp
    the application usually crashes: My computer has 256MB RAM of memory that vanish in seconds and causes an OutOfMemoryException
    Sometimes the application works properly, but sometimes the memory usage goes up fast until a general crash.
    What I believe that is going on:
    When we declare -Xss20m, I undestand that for each thread the JVM will attemp to allocate more 20MB, and if I have 10 threads, it goes up to 200MB and so on; however I'd like to have 20MB just for my critical process (that is called in one specific thread) and not for any thread.
    If I try to reduce -Xss parameter to, let's say 10MB, my C++ process overflow the JVM stack for the thread.
    So, does any body have know how to solve it? Please... I need experts help!
    Thanks a lot,
    Calegari

    There we go...
    I have this class:
    package calegari.automata;
    * <p>Title: </p>
    * <p>Description: </p>
    * <p>Copyright: Copyright (c) 2003</p>
    * <p>Company: </p>
    * @author Aur�lio Calegari
    * @version 1.0
    public class Native {
    * Parameters:
    * individuals --> All binary individual (AC rule)
    * indivLength --> number of infividuals
    * numEval --> number of RIs
    * generateUniform --> Uniform distribution of density
    * seed --> seed for current generation
    public native double[] AutomataIterator(int[][] individuals,
    int indvLength,
    int numEval,
    boolean generateUniform,
    long seed
    static {
    System.loadLibrary("Native");
    public Native() {
    Then, running
    javah -classpath ... calegari.automata.Native
    I'll get the following .h
    /* DO NOT EDIT THIS FILE - it is machine generated */
    #include "jni.h"
    /* Header for class calegari_automata_Native */
    #ifndef Includedcalegari_automata_Native
    #define Includedcalegari_automata_Native
    #ifdef __cplusplus
    extern "C" {
    #endif
    * Class: calegari_automata_Native
    * Method: AutomataIterator
    * Signature: ([[IIIZJ)[D
    JNIEXPORT jdoubleArray JNICALL
    Java_calegari_automata_Native_AutomataIterator___3_3IIIZJ
    (JNIEnv *, jobject, jobjectArray, jint, jint, jboolean, jlong);
    #ifdef __cplusplus
    #endif
    #endif
    Next, I built my cpp file which is right bellow
    #include <stdio.h>
    #include <stdlib.h>
    #include <conio.h>
    #include "jni.h"
    #include "calegari_automata_Native.h"
    #include "util.h"
    double IndividualEvaluator(long rule[], int automataCells[][149], int numInit1s[],
    int numOfACs, int numEvaluations);
    char getNext(char simb);
    JNIEXPORT jdoubleArray JNICALL
    Java_calegari_automata_Native_AutomataIterator___3_3IIIZJ
    (JNIEnv *env, jobject jobj, jobjectArray indiv, jint length, jint numEval,
         jboolean isUniform, jlong seed)
    printf("Native JVM call for C++ critical block: Started \a[-]");
    int ACs[10000][149]; //Will be filled with 100000 Initial states of a cellular automata
    int numIndiv = length;
    int numOfACs = numEval;
    //Dencity of each Initial state of cellular automata
    int num1sRIs[10000];
    //response
    double resp[1000];
    //set seed
    srand((unsigned int) seed);
    //generate Cellular automata states
    //Uniform generation
    if(isUniform)
    for(int i=0;i<numEval;i++)
    int num1s;
    num1s=0;
    for(int j=0;j<149;j++)
    ACs[i][j] = ((rand()%numEval)<i+1?0:1);
    if(ACs[i][j]==1) num1s++;
    num1sRIs[i] = num1s;
    printf(" %d ",num1s);
    else //not uniform generation
    for(int i=0;i<numEval;i++)
    int num1s;
    num1s=0;
    for(int j=0;j<149;j++)
    ACs[i][j] = rand()%2;
    if(ACs[i][j]==1) num1s++;
    num1sRIs[i] = num1s;
    //load individuals and start the critical method
    char simb = '-';
    for(int i=0;i<numIndiv;i++)
    jintArray oneDim = (jintArray) env->GetObjectArrayElement(indiv, i);
    jint *indiv=env->GetIntArrayElements(oneDim, 0);
    simb = getNext(simb);
    printf("\b\b%c]",simb);
    resp[i] = IndividualEvaluator(indiv,ACs,num1sRIs,numOfACs,300);
    jdoubleArray retApts;
    retApts = env->NewDoubleArray(numIndiv);
    env->SetDoubleArrayRegion((jdoubleArray)retApts,(jsize)0,numIndiv,(jdouble *)resp);
    printf("\nReturning to Java plataform: Completed\a\a\n");
    return retApts;
    char getNext(char simb)
    if(simb=='-') simb = '\\';
    else if(simb=='\\') simb = '|';
    else if(simb=='|') simb = '/';
    else if(simb=='/') simb = '-';
    return simb;
    Then it works fine since we declare the size of the stack to JVM, however, if we don't... We get a crash!
    Any idea?
    Thanks

  • Query Builder - Getting Universelist for one specific Group

    Hi All,
               I am in need of a query string (in query builder) that will return me All the universes for a specific group.Is it possible to do and if possible what will be the way to do this?
    Thanks in advance for your help,
    Anirban

    Hi Anirban,
    What is the BusinessObjects version you are using ( i.e. BO XIR2 or BOXI 3.0)?
    Regards,
    Deepti Bajpai

  • Fixed dial for one specific international number suggestion required

    Hi,
    We have a requirement that one of our client require to configure one fixed number like 6666 for one international Help-desk number. In CUCM, they want to configure this number. Second thing they are acquiring, is it possible that when any person dial 6666 call goes out respectively from their local router. Not from their HO router.
    Regards,
    Humza Khan

    Hi,
    I tried with translation pattern, call is routing from HO router, not from remote side router. I assigned css which contains outbound calls partitions of all remote & HO sides. But all in vain. 
    Any Suggestions.
    Regards,
    Humza Khan

  • How do I record sports for one specific team for the channels I subscribe?

    For example, I want to record all the Golden State Warriors games that occur on HDTV or if not available on HDTV then record them on normal TV, without recording blank channels that I are not on my subscription or a lot of superfluous programs that use some of the key words but aren't the game itself. If I record a series for the key word search "Golden State Warriors" or "Golden State" or "Golden State NBA" I miss games, record some non-game programs, or record channels that are blacked out to me.  I could do more selective searches with TiVo so that I just got the games I wanted, but I can't find enough granularity in the Comcast DVR system to record Warriors, Giants, or 49ers games.  The closest I can come is to save these searches, and every few days sit down and manually scan through all the items the return and select the right ones!  Even dong that, none of the searches turned up yesterday's Warriors game on 720 at &;30pm.  So I assumed it wasn't televised.  But I happened to look at channel 720 that evening - and the game was there!  What's going on? The Comcast system seems to work fine for the simple task of recording a TV sitcom series such as Chuck or The Mentalist.  But to record the games of my favorite sports teams requires a DVR system that can find the games on whatever channel they are on, and only record those channels which I subscribe to. Any suggestions on how best to record my favorite teams using the Comcast DVR?

    So I was able to find my teams and set them up as favorites... but the recording options are very limited. For example I can only record all shows that this team is listed, once per day, or once per week. The problem with the once per day option is that it records the very first time the team shows up in a show title. So for example it records the pre-game show and not the game (this would be a baseball team). And the problem with once per week is the same thing. If there is a program that has a football team listed before Sunday arrives then it records that show and not the game! All I want to do is record all the games the first time they air! Is that so hard? Also, for some reason it won't let me set up a series recording for my teams nightly replay on COMCAST SPORTS NET! For crying out loud your sports channel does a nightly replay of my baseball team and it won't let me record it as a series. I even tried setting up a manual recording sessions but guess what... It does not have the option to do it every night. So I can only manually record one day then I have to set up another one each night. Which ends up being the same as not being able to record the series. Basically Comcast has not figured out a way for sports fans to record their favorite teams as a series. Instead you either record EVERY show that has that team in the title (which includes things like celebrity golf shootouts, pre-game shows, replays, discussions shows, etc...) or you have to hit the record button for every game (and for baseball that means doing it almost every day). So, is there some solution I am missing? 

  • Marketing attribute valid for a specific customer only?

    Hi
    We have a requirement that a specific marketing attribute set should only be valid for a specific group of customers.
    Is this possible to define in customizing?
    Any other suggestions of how to solve this?
    BR
    Johan

    Hi
    Thanks for both answers!
    The territory solution is unfortunately not possible, cause we do not have a perfect match between the attribute sets and the customers belonging to a particular territory. Otherwise that would have been a great solution, I really appreciate your answer.
    Regarding ACE, I thought that the authorization concept would be based on the user? The user should have access to all marketing attributes, but for a particular customer only certain marketing attributes should be valid. Is that possible to set up with ACE?
    Could you further explain that approach?
    BR
    Johan

  • Windows explorer stopped working in a VDI environtment for a specific user only

    Hi we have a VDI environment with a link clone image for all users. Only one user(admin1) login to the virtual desktop got this error, ....windows explorer stop working and requires restart it. it is the same issue after restart it, change a PC, change another
    VDI client version,always same issue. Tried other users with these pc and client and has no issue at all. All use the same pool,same snapshot and same image. Windows 7 32bit OS. also tried to delete the profile folder and let it recreate it , it's redirected
    to a file server. the folder can be seen created,but empty inside. other user profile all ok. this user admin1 is a domain administrator. It's property in AD shows an extra "delegation" tab and all else look the same as other account. Since other
    users ok, I believe it's not VDI issue, should be this windows user profile issue. any advice please?Thanks
    Thanks and best regards, -- KF

    Hi,
    Please first take a try to run SFC /Scannow command under the user account;
    Further, we may take a try to fix the user profile through the steps mentioned in the below article:
    Fix a corrupted user profile
    For the error message about Windows Explorer has stopped working, here is a KB article talking about it:
    Windows Explorer has stopped working
    The issue might be caused by some applications or services running under that user account, please try the method mentioned in the above article for detailed troubleshooting.
    Best regards
    Michael Shao
    TechNet Community Support

  • Imovie won't let me "export as quicktime".  It is only for one specific project, all others work fine

    When I choose the option "export using quicktime", it starts the export and then just stops - no error message.  It works for all my other projects, but not this specific one - any ideas what could be wrong?  Fairly desperate as I am supposed to show this tomorrow!

    When I choose the option "export using quicktime", it starts the export and then just stops - no error message.  It works for all my other projects, but not this specific one - any ideas what could be wrong?  Fairly desperate as I am supposed to show this tomorrow!

  • Do Not Disturb for One Specific Contact

    After updating my 5C to iOS 8.2, my phone has defaulted my boyfriend's text messages to Do Not Disturb mode and I am not notified.  I have to specifically look at my home screen to see if any unread messages are pending.  Do Not Disturb is not on, and calls come through just fine.  I have tried going into Do Not Disturb Settings and there isn't anything there to specify an individual, unless a group is set up.  There are no groups set up.  I have also checked his contact settings, as well as iMessage settings and nothing is showing out of the ordinary.  Any ideas how this can be fixed??  Thanks to anyone that can help!

    Yes, unfortunately, messages are set to show when the screen is locked.  Other people can text me and they show up, just not him.  And there is the Do Not Disturb icon next to his iMessage thread.  I've tried resetting my phone, deleting his iMessage thread & starting a new one, deleting his contact & re-adding.  Nothing helps.  But thank you for the idea!!

  • Free item field checked defaultly in PO for one specific vendor

    Hi,
    If we always send a free PO to a vendor, is there any place to configure that once we create PO to this specific vendor, the free item field is checked defaultly?
    Some posts on the web indicated that they succeeded in doing this by setting in vendor master, but I cannot find the field.
    Where to achieve this function?
    Thanks!
    Wesley

    Hi,
    try to maintain a free goods condition in tcode MBN1 with        
    Discount type NR00 and make this article as an Additional material free    
    goods which will be procured free of cost on purchase of some other        
    article. The system will not consider the Net price value maintained in    
    the purchasing view of the article master and you would find that the      
    net price is ZERO for this free item in the Purchase order. 
    Regards,
    Edit

  • Can you authenticate users from 2 different AAA-servers for one specific tunnel-group?

    I need to authenticate users from two separate AD LDAP databases on the same tunnel-group. I would like them to use the same tunnel-group and thereby using the  same group-alias. I tried creating a new aaa-server group and putting both LDAP servers into group but apparently the ASA does not roll through the separate servers in the aaa-server group and will stop if the first server states that the authentication failed.
    I also tried assigning multiple aaa-server groups into the tunnel-group authentication-server-group but that also did not work. I finally tried to create a separate tunnel-group and assigning it the same group-alias but the ASA will not allow me to assign the same group-alias to different tunnel-group. What is the best way to accomplish this without having to create a new group-alias that will show up and possible confuse the dumb users requiring this access? Please help.

    If you don't want ANY drop down I believe you can do it in a kludgy sort of way.
    Eliminate all the group aliases (which are used to populate the dropdown) and make a local database of the users for the sole purpose of assigning / restricting them to a non-default tunnel-group which authenticates to the secondary LDAP server. 
    You can also send out a non-published URL that points to a second tunnel-group not in the dropdown.
    Of course, we can accomplish this if the AAA server is ISE. ISE 1.3 can authenticate users to multiple AD domains (with or without trust relationships) or a single domain with multiple join points in the Forest.
    The ISE answer makes me wonder - could you establish trust between the domains and authenticate users that way?

Maybe you are looking for

  • External drive goes read only with error -50 after time

    Running the special release of 10.8.2 for Mac Mini (2012) that was recently released.  I have two external USB drives.  The first contains my iTunes collection and the second is my time machine backup disk.  The iTunes drive seems to go read only aft

  • Possible to get application parameter in value help

    Hello colleagues, we developed a value help for business partner to use it in an wda-component . in this value help only those business partner should get supplied where the user has a relationship to . to make it really difficult we can not use the

  • How to calculate the Page total in Excel format

    Hai all, How can we calculate the page total in Excel format, directly in RTF without using the summary column in the RDF. Regards

  • How to integrate with another dam to the asset finder

    We have to use an external dam and I hope that I can write a connector to pull the dam images to show up in the asset finder (left pane in page design).   This a designer can drag and drop the images just like the images were in CQ DAM.  Is there any

  • Can't find partitions on external HD

    I bought a 4TB Seagate Backup Plus, removed the disk from the enclosure and connected it directly into the motherboard. I believe it was using MBR (can be done because it has 4096 bytes per sector) but I changed it to GPT and created 3 new partitions