NTLM is not working with EP 6 SP 9 on Windows 2003 with IIS 6.

I installed EP 6 SP 9 on windiows 2003 server with IIS version 6.
Configures IisProxy.xml for redirection for filter irj. When  I make a call to default website, it in turn calls server with irj filter.
Portal page comes up and requesting me to enter user id password.
I made the changes mentioned by some of the web logs in this site.
I configured HeaderVariableLoginModule an and added as explined by Gregory Wolf on the following topic.
Integrated Windows Authentication with SAP EP 6.0 SP 3 and higher.
I see following log from Ep 6 SP 9 log file security.log from directory E:\usr\sap\DEV\JC00\j2ee\cluster\server0\log\system.
security#Plain###No user name provided.#
#1.5#000C2953326B00430000000100000A780003F358EF2132DE#1111988099323#/System/Security#sap.com/irj#com.sap.engine.services.security#Guest#18####200d0cb09f4b11d9926a000c2953326b#SAPEngine_Application_Thread[impl:3]_37##0#0#Info#1#com.sap.engine.services.security#Plain###Cannot log info about the logon attempt because the user name is null.#
#1.5#000C2953326B00440000000000000A780003F3591D22E168#1111988846027#/System/Security#sap.com/irj#com.sap.engine.services.security#Guest#18####dd1f09b19f4c11d98e98000c2953326b#SAPEngine_Application_Thread[impl:3]_7##0#0#Info#1#com.sap.engine.services.security#Plain###No user name provided.#
#1.5#000C2953326B00440000000100000A780003F3591D22E215#1111988846027#/System/Security#sap.com/irj#com.sap.engine.services.security#Guest#18####dd1f09b19f4c11d98e98000c2953326b#SAPEngine_Application_Thread[impl:3]_7##0#0#Info#1#com.sap.engine.services.security#Plain###Cannot log info about the logon attempt because the user name is null.#
#1.5#000C2953326B00450000000000000A780003F359227DE92E#1111988935662#/System/Security#sap.com/irj#com.sap.engine.services.security#Guest#18####128c40e09f4d11d9acb7000c2953326b#SAPEngine_Application_Thread[impl:3]_28##0#0#Info#1#com.sap.engine.services.security#Plain###No user name provided.#
#1.5#000C2953326B00450000000100000A780003F359227DEDC7#1111988935662#/System/Security#sap.com/irj#com.sap.engine.services.security#Guest#18####128c40e09f4d11d9acb7000c2953326b#SAPEngine_Application_Thread[impl:3]_28##0#0#Info#1#com.sap.engine.services.security#Plain###Cannot log info about the logon attempt because the user name is null.#
Lots of weblogs are pointing to remote_user value in IisProxy.log file. I am not able to see that.
I also tried switching IIS 6 to run as IIS 5 and did not help much at all.
Please help me on the issue.
I did not change authschemes.xml file.
My IisProxy.xml file looks as follows:
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE ISAPI-config[
     <!ELEMENT ISAPI-config ( filter, extension, ( mapping | config )* )>
     <!ATTLIST ISAPI-config
          version CDATA #REQUIRED
     >
     <!ELEMENT filter (log-path?)>
     <!ATTLIST filter
          name CDATA #IMPLIED
          log-level CDATA "3"
          log-flags CDATA "0x00000001"
          debug-flags CDATA "0x00008000"
          priority ( high | medium | low ) "high"
          extension-url CDATA "/scripts/IisProxy.dll"
          authentication ( skip | normal | forward ) "normal"
          remote-address ( skip | forward ) "skip"
     >
     <!ELEMENT extension (
          keystore-dir?,
          log-path?,
          data-path?,
          trace-path? )>
     <!ATTLIST extension
          name CDATA #IMPLIED
          log-level CDATA "1"
          log-flags CDATA "0"
          debug-flags CDATA "0"
          access ( filter | direct | both ) "filter"
     >
     <!ELEMENT keystore-dir (#PCDATA)>
     <!ELEMENT log-path (#PCDATA)>
     <!ELEMENT data-path (#PCDATA)>
     <!ELEMENT trace-path (#PCDATA)>
     <!ELEMENT mapping (
          source+,
          target,
          compress-types*,
          protocol-header?,
          certificate-header?,
          cert-chain-header?,
          cipher-header?,
          keysize-header?,
          keystore-path?,
          log-path?,
          data-path? )>
     <!ATTLIST mapping
          name CDATA #IMPLIED
          log-level CDATA "1"
          log-flags CDATA "0"
          debug-flags CDATA "0"
          keep-alive ( true | false ) "true"
          use-continue ( true | false ) "true"
          close-socket ( true | false ) "true"
          close-socket-delay CDATA "1000"
          thread-count CDATA "100"
          max-socket-age CDATA "37"
     >
     <!ELEMENT source (protocol, host?, port?, prefix, new-prefix?)>
     <!ATTLIST source
          access ( filter | direct | both ) "filter"
     >
     <!ELEMENT protocol (#PCDATA)>
     <!ELEMENT host (#PCDATA)>
     <!ELEMENT port (#PCDATA)>
     <!ELEMENT prefix (#PCDATA)>
     <!ELEMENT new-prefix (#PCDATA)>
     <!ELEMENT target (protocol, host, port)>
     <!ELEMENT compress-types (#PCDATA)>
     <!ATTLIST compress-types
          min-size CDATA "1024"
     >
     <!ELEMENT protocol-header (#PCDATA)>
     <!ELEMENT certificate-header (#PCDATA)>
     <!ELEMENT cert-chain-header (#PCDATA)>
     <!ELEMENT cipher-header (#PCDATA)>
     <!ELEMENT keysize-header (#PCDATA)>
     <!ELEMENT keystore-path (#PCDATA)>
     <!ELEMENT config ( source+ )>
]>
<ISAPI-config version="1.6">
     <filter name="IisProxy filter"/>
     <extension name="IisProxy extension" />
     <mapping name="IisProxy samples">
          <source>
               <protocol>http</protocol>
               <prefix>/irj</prefix>
          </source>
          <source>
               <protocol>http</protocol>
               <prefix>/Hello/</prefix>
          </source>
          <source>
               <protocol>http</protocol>
               <prefix>/Hello2/</prefix>
               <new-prefix>/Hello/</new-prefix>
          </source>
          <target>
               <protocol>http</protocol>
               <host>slcsepw04vd.pacificorp.us</host>
               <port>50000</port>
          </target>
          <compress-types>text/html, text/plain</compress-types>
     </mapping>
     <mapping name="Secure IisProxy samples">
          <source>
               <protocol>https</protocol>
               <prefix>/Hello/</prefix>
          </source>
          <target>
               <protocol>https</protocol>
               <host>localhost.your.corp</host>
               <port>8443</port>
          </target>
          <keystore-path>c:\sec\SAPSSLC.pse</keystore-path>
     </mapping>
     <config>
          <source>
               <protocol>http</protocol>
               <host>localhost</host>
               <prefix>/IisProxy</prefix>
          </source>
          <source>
               <protocol>https</protocol>
               <host>localhost</host>
               <prefix>/IisProxy</prefix>
          </source>
     </config>
</ISAPI-config>
Please help me. I am not sure what is missing. Please make a note that Portal version is EP 6 SP9 & Server is Windows 2003 with IIS 6.

I made the change as you requested and it did not help.
I do not see any remote_user entry in IisProxy.log file.
Please let me know the procedure to get REMOTE_USER into the IisProxy.log file.
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE ISAPI-config[
     <!ELEMENT ISAPI-config ( filter, extension, ( mapping | config )* )>
     <!ATTLIST ISAPI-config
          version CDATA #REQUIRED
     >
     <!ELEMENT filter (log-path?)>
     <!ATTLIST filter
          name CDATA #IMPLIED
          log-level CDATA "3"
          log-flags CDATA "0x00000001"
          debug-flags CDATA "0x00008000"
          priority ( high | medium | low ) "high"
          extension-url CDATA "/scripts/IisProxy.dll"
          authentication ( skip | normal | forward ) "normal"
          remote-address ( skip | forward ) "skip"
     >
     <!ELEMENT extension (
          keystore-dir?,
          log-path?,
          data-path?,
          trace-path? )>
     <!ATTLIST extension
          name CDATA #IMPLIED
          log-level CDATA "1"
          log-flags CDATA "0"
          debug-flags CDATA "0"
          access ( filter | direct | both ) "filter"
     >
     <!ELEMENT keystore-dir (#PCDATA)>
     <!ELEMENT log-path (#PCDATA)>
     <!ELEMENT data-path (#PCDATA)>
     <!ELEMENT trace-path (#PCDATA)>
     <!ELEMENT mapping (
          source+,
          target,
          compress-types*,
          protocol-header?,
          certificate-header?,
          cert-chain-header?,
          cipher-header?,
          keysize-header?,
          keystore-path?,
          log-path?,
          data-path? )>
     <!ATTLIST mapping
          name CDATA #IMPLIED
          log-level CDATA "1"
          log-flags CDATA "0"
          debug-flags CDATA "0"
          keep-alive ( true | false ) "true"
          use-continue ( true | false ) "true"
          close-socket ( true | false ) "true"
          close-socket-delay CDATA "1000"
          thread-count CDATA "100"
          max-socket-age CDATA "37"
     >
     <!ELEMENT source (protocol, host?, port?, prefix, new-prefix?)>
     <!ATTLIST source
          access ( filter | direct | both ) "filter"
     >
     <!ELEMENT protocol (#PCDATA)>
     <!ELEMENT host (#PCDATA)>
     <!ELEMENT port (#PCDATA)>
     <!ELEMENT prefix (#PCDATA)>
     <!ELEMENT new-prefix (#PCDATA)>
     <!ELEMENT target (protocol, host, port)>
     <!ELEMENT compress-types (#PCDATA)>
     <!ATTLIST compress-types
          min-size CDATA "1024"
     >
     <!ELEMENT protocol-header (#PCDATA)>
     <!ELEMENT certificate-header (#PCDATA)>
     <!ELEMENT cert-chain-header (#PCDATA)>
     <!ELEMENT cipher-header (#PCDATA)>
     <!ELEMENT keysize-header (#PCDATA)>
     <!ELEMENT keystore-path (#PCDATA)>
     <!ELEMENT config ( source+ )>
]>
<ISAPI-config version="1.6">
     <filter name="IisProxy filter" authentication="forward"/>
     <extension name="IisProxy extension" />
     <mapping name="IisProxy samples">
          <source>
               <protocol>http</protocol>
               <prefix>/irj</prefix>
          </source>
          <source>
               <protocol>http</protocol>
               <prefix>/Hello/</prefix>
          </source>
          <source>
               <protocol>http</protocol>
               <prefix>/Hello2/</prefix>
               <new-prefix>/Hello/</new-prefix>
          </source>
          <target>
               <protocol>http</protocol>
               <host>slcsepw04vd.pacificorp.us</host>
               <port>50000</port>
          </target>
          <compress-types>text/html, text/plain</compress-types>
     </mapping>
     <mapping name="Secure IisProxy samples">
          <source>
               <protocol>https</protocol>
               <prefix>/Hello/</prefix>
          </source>
          <target>
               <protocol>https</protocol>
               <host>localhost.your.corp</host>
               <port>8443</port>
          </target>
          <keystore-path>c:secSAPSSLC.pse</keystore-path>
     </mapping>
     <config>
          <source>
               <protocol>http</protocol>
               <host>localhost</host>
               <prefix>/IisProxy</prefix>
          </source>
          <source>
               <protocol>https</protocol>
               <host>localhost</host>
               <prefix>/IisProxy</prefix>
          </source>
     </config>
</ISAPI-config>
Please let me know what is missing.
Thanks.

Similar Messages

  • CFGRID not working with IIS Virtual Directories

    I was wondering if anyone else is having this issue?
    Cfgrid works fine outside of the virtual directory. But when
    I put the file in a virtual directory the applet doesn't load.
    Please help
    Thank you
    Jeff S

    Got it working with "nodePath"
    Thanks,
    Ranjith Pillai

  • ICal not working with IIS?

    I'm serving an iCal file (.ics) from IIS on windows but iCal can't subscribe to it using anything other than basic authentication.
    If I configure IIS to use digest or integrated windows authentication iCal says "access denied." Safari is able to download the file using these other authentication mechanisms...why can't iCal?

    I had to manually enter my account in iCal>Preferences>Accounts.  "Calendars" does not show as a sync item in the System Preferences>MobileMe , but adding the account manually in iCal has it working.
    Ed

  • Sharepoint 2010 windows authendication(NTLM) is not working properly in IPad safari browser

    Hi Apple Team,
    Sharepoint 2010 windows authendication(NTLM) is not working properly in IPad safari browser. When I enter the user name and password the page is keep on loading it never completes the page load. I installed chrome browser on my  Ipad and opened my sharepoint windows authentication site it is working fine.
    Device : IPad 2
    OS     : IOS 7.0.6
    Thanks,
    Baskar

    Hi Suhasini,
    Please refer below links for your issues. It seems you are having problem with 32 bit and 64 bit component in office and IE.
    http://howididit-sharepoint.blogspot.in/2012/04/datasheet-view-not-working.html
    http://alpesh.nakars.com/blog/datasheet-view-does-not-work-in-sharepoint-2010/http://support.microsoft.com/kb/2266203
    Thanks and Regards, Shailesh B. Davara

  • I have recently upgraded my iMac Intel G5 iSight to OS 10.6.8 and now the internal mic does not work with skype or facebook. I can here static when playing back clips. Do I need to update firmware or reload old sys parts

    I have recently upgraded my iMac Intel G5 iSight (iMac5,1) to OS 10.6.8 and now the internal mic does not work with skype or facebook. I can here static when playing back clips. Do I need to update firmware or reload old system parts. I have zapped PRAM. The blue indicator in system audio panel will appear for a second as I slide the bar for internal mic but then it disappears. Is there a fix?

    The sound seems very faint but can here static on playback.

  • My operating system windows XP not working with photoshop cloud, why not?

    I need to add 2 more licences for photoshop cloud and I'm being told my operating system windows XP does not work with Photoshop cloud. We already have 2 pcs using it in our office so why not?
    Please help
    Roy

    Do you have the latest version of iTunes?  If not, get it at:
    http://www.apple.com/itunes

  • Adobe creative cloud eea 1.5 is not working with our asus Eee box , celeron j1900 2.00 ghz, 4gb of ram, 64bit. can settings be changed in adobe?

    adobe creative cloud eea 1.5 is not working with our asus Eee box , celeron j1900 2.00 ghz, 4gb of ram, 64bit. can settings be changed in adobe?

    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • Application is not working with mouse

    Dear All,
    We have a strange issue in the our application (Oracle form) in the one of our client machine.
    Some times the forms are not able to work with the mouse but is able to work with the keyboard. After one or two machine restart its again working. When the issue occur we can able to work in other applications using mouse.
    Our Applications server is in Other country and client are accessing from India.
    This occurs for some user and not for all.
    Application server Version          10.1.2.0.2.
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit
    Java Plug-in version 1.6.0_31 .
    Please any info will help us lot.

    Thank you for the quick replies Michael Ferrante and HamidHelal.
    But since its occurring for some users (perticulary indian users) and some times. And also its occurring in production environment not in development environment.
    Even the java control panel is not working with mouse.
    For other country customers everything working fine.
    So its difficult for me to apply the patch with these uncertainties.
    Checking with fresh java installation and let you know the status.
    Thanks.

  • Voice Memo is not working with iOS 8.2

    Voice Memo Records is not working with iOS 8.2. how to fix it?

    Voice Memo Records is not working with iOS 8.2. how to fix it?

  • On updating my iphone it shows no network inspite the sim inserted,now it also not working with itunes.i cant see menu page on display screen

    on updating my iphone it shows no network inspite the sim inserted,now it also not working with itunes.
    i cant see menu page on display screen

    http://support.apple.com/kb/HT1808

  • Caller ID not working with Nokia 6600?

    I have a T-Mobile (US) Nokia 6600, and I can't seem to get address book to display incoming SMS or the caller ID of incoming calls. I've successfully paired the phone via bluetooth, and I can make address book dial the phone and send an sms. I can sync via iSync, use my phone as a modem, etc. etc.
    But regardless of what settings I tweak, I can't seem to get Address Book to show a bezel of any kind on incoming calls - not even an 'Unknown Caller' message! Am I missing something obvious? Third party apps like BluePhoneElite work just fine, so I'm pretty sure it's something wrong with Address Book...
    15" Aluminum Powerbook 1.5 GHz   Mac OS X (10.4.5)  

     
    mdcdsc wrote:
    My caller ID does not work with the new ap either.  I don't like the new ap at all.  The old one was beautiful.  Now my email is very hard to see, so much that I will just use the Apple email that comes with my IPOD.  The caller ID was my favorite thing with the old ap.  and now it doesn't work.  I have followed the instructions and turned everything on, but it just does not work.
    The Caller ID issue was due to an outage. It should be resolved anytime soon. Can yu log out and log back in. Go to app settings and in notifications and turn CAller ID off and on.
    On email - what do you mean 'email is very hard to see' ? I would like to pass on this feedback to the team.

  • Flash player does not work with new ICS Android 4.0.4 OS. Has this problem been addressed?

    Flash player does not work with new ICS Android 4.0.4 OS. Has this problem been addressed? I am using Firefox Beta for android and I also tried just Firefox.

    Please check the Play Store app for any Flash updates and install them if present.

  • Flash player does not work with Ie or Firefox with win 8.1?

    Flash player does not work with Ie or Firefox with win 8.1 64, If i try and play a video I get the message to install Flashplayer.
    If I try and install it it says it is already installed. Your onsite  installer says it is not applicable to my machine.
    I have followed all the normal steps re enabling addons and active filters etc.
    all to no avail Pc is Dell 6 months old, Flashplayer has never worked on this machine. Last MS update mid Dec 2014.
    Version of flashplayer is 15....03.......

    Flash Player is a built-in component of Internet Explorer.  There's nothing separate to download or install.
    Firefox requires a different version of Flash Player (the NPAPI plug-in), which will be served to you if you go here: http://get.adobe.com/flashplayer using Firefox; however, there are some unique stability issues related to Firefox on Win8.1, and you're probably better off using Google Chrome if you want a more optimal experience with Flash Player.
    For problems where IE isn't being detected by sites that require Flash:
    First, confirm that ActiveX Filtering is configured to allow Flash content:
    https://forums.adobe.com/thread/867968
    Internet Explorer 11 introduces a number of changes both to how the browser identifies itself to remote web servers, and to how it processes JavaScript intended to target behaviors specific to Internet Explorer. Unfortunately, this means that content on some sites will be broken until the content provider changes their site to conform to the new development approach required by modern versions of IE.
    You can try to work around these issues by using Compatibility View:
    http://windows.microsoft.com/en-us/internet-explorer/use-compatibility-view#ie=ie-11

  • My work computer runs Outlook 2003, which I know will not work with the iCloud, so I hard sync.  But then the new info on my iPhone does not backup to iCloud.  Is there a solution?

    I have a Macbook and iPhone and like to back up to iCloud.  However, my work computer runs Outlook 2003, which I know will not work with the iCloud.  The company has no plans to update anytime soon.  Since the calendar and contact list on my office computer are my primay ones, I hard sync through iTunes.  The problem is that any data synced from Outlook 2003 to the iPhone from iTunes does NOT later backup to iCloud.  Is there a solution?

    I have the same problem with Outlook 2003 and Win XP which the multinational organisation I work for standardises on and will probably stay with forever!

  • My Time Capsule does not work with existing WiFi

    Following a question solved on March 24 by LaPastenague, but gone bad again.
    Apple AirPort Time Capsule
    I felt the need for a physical backup of my data, as I would not completely trust the different clouds. I use, and have used Dropbox for 4-5 years and are very satisfied with that, but I am still not sure if or when a political lunatic will shut off the internet.
    I purchased the Apple AP Time Capsule 2T, because all my other stuff are Apple, and that it's wireless. My old backup is Maxtor 300 GB.
    Since we stay 2-3 weeks on two locations, one in Norway and one in Sweden (two different countries) we must use Mobile Broadband 4G, cables or fibre connections are useless for us, and we don't have it up to the houses. I have one mini router for each country, we bring with us iPhones, iPads, iMac, Apple TV, APExpress. When we pass the boarder I change the mini router, and the system continues working perfect on the WiFi, except the APExpress that needs to be reconfigured,  but then it works.
    The APTC was difficult to make working as it would not accept to be in an existing network, but with good help from the Apple Community, LaPastenague, with forcing the TC connect to the APE with Ethernet cable in bridge mode, ref "My Time Capsule does not work with existing WiFi" from March 24, the problem was solved and all gadgets worked together in a perfect harmony, until we changed location.
    Now, as I have my second WiFi network, and the APExspress is reconfigured, it's like the TC thinks, I am the base boss here, I am not taking orders from APE one more time, and it simply does not work, not only that, it fluctuates all the time.
    I have a slight feeling that the two WiFi bands are making the trouble as during the configuration of the TC sometime the last figure 6 and 7 pops up, and that has something two do with the two different 2,4 and 5 GHZ bands
    So, I am curious if you have any idea ?
    I am thinking of returning the TC if I don't make it work now, but how do I delete all the data that's on it?

    I can deal with the last question first and easily.
    I am thinking of returning the TC if I don't make it work now, but how do I delete all the data that's on it?
    Open the airport utility .. go to the disk tab and select erase.
    When you select erase you will get mulitiple options.
    Quick removes the file table but does not delete the files,, it takes 2min or less.
    A Zero out data is the secure way,, by writing 0 ie low level drive format.
    It can take several hours..
    7 pass will take a week.. not recommended..
    35 pass erase is ridiculous.. it would take a month.. put an ax through the TC. It is quick and better.
    Now, as I have my second WiFi network, and the APExspress is reconfigured, it's like the TC thinks, I am the base boss here, I am not taking orders from APE one more time, and it simply does not work, not only that, it fluctuates all the time.
    The fact that it did work and has now failed might point to faulty unit.
    The only way to tell is reset it properly to factory and start over.
    Universal Factory Reset.. any model TC or AE.
    Unplug your TC/AE from power or turn off at the power point.
    Hold in reset. and power the TC/AE back on..  all without releasing reset and keep holding in for about 10sec. (this is often difficult without a 2nd person or a 3rd arm).
    Release it when the status light flashes rapidly. If it doesn’t flash rapidly you have missed it and try again.
    Note..
    Be Gentle! Feel the switch click on. It has a positive feel..  add no more pressure after that.
    TC/AE will reboot after a couple of minutes with default factory settings and will wipe out previous configurations of the router.
    No files are deleted on the hard disk in a TC.. No reset of the TC deletes files.. to do that you use erase from the airport utility.
    Generally having multiple wireless AP should not cause problems.. but it is better to set channels manually.. so it doesn't go beserk rotating channels.
    Remember to keep all names short, no spaces and pure alphanumeric.
    Sadly though the Apple routers have no logging now and no SNMP and almost nothing to help diagnose a problem, so if it continues .. take it back to apple.. they have given you no other method of fixing it.

Maybe you are looking for

  • I cannot get bb attachment services back

    I cannot get bb attachment services back.  It is missing from apploader.  I think this is what I took off by mistake and it remove my external display.  Please help.  I have tried multiple suggestions to set to factory, but none worked for my BB Pear

  • How do I get Firefox's camera settings instead of Flash's?

    When I use a website that wants to access my webcam, I usually get a Flash Settings dialogue because the site uses Flash to do the webcam feed, but on sites not using Flash (sorry, I have no idea what they use instead), I get a dialogue from Firefox,

  • I just paid to be able to convert pdf to word but get the message password protected.

    I have just paid to be able to convert pdf to word but get the message file is password protected. Have I wasted my money or is there a solution?

  • No thumbnails after burning photo's

    Dealing with a very strange issue.  A customer is running a new MBP 10.6.8 ilife 11 full updated.  She burns a set of photo's which burn fine but when she tries to view them the thumbnails are missing.  The strange thing is that when you double click

  • Consolidation deletes values with the Flow_Type property "OPENING"

    Hello all, We have set up journals to populate a DataSrc dimension value with the following properties: COPYOPENING - BLANK DATASRC_TYPE - M IS_CONSOL - BLANK IS_CONVERTED - BLANK In other words, we do not do not want values in this data source to be