| Author |  Topic  |  | 
              
                | RaphStarting Member
 
 
 
                United Kingdom9 Posts
 | 
                    
                      |  Posted - 14 March 2003 :  09:59:10   
 |  
                      | I just turned on NT Group & NT AutoLogon and now I get.
 
 error '800401e4'
 Invalid syntax
 
 /inc_func_common.asp, line 822
 
 How can I fix this quickly?
 |  | 
              
                | DavioDevelopment Team Member
 
      
 
                Jamaica12217 Posts
 | 
                    
                      |  Posted - 14 March 2003 :  10:06:53   
 |  
                      | What is on line 882? Did you turn off Anonymous Access on your server?
 |  
                      | Support Snitz Forums
 
 |  
                      |  |  | 
              
                | RaphStarting Member
 
 
 
                United Kingdom9 Posts
 | 
                    
                      |  Posted - 14 March 2003 :  10:17:37   
 |  
                      | dim rs_chk 
 if Session(strCookieURL & "username")="" then
 
 '## Forum_SQL
 strSql ="SELECT MEMBER_ID, M_LEVEL, M_PASSWORD, M_USERNAME, M_NAME "
 strSql = strSql & " FROM " & strMemberTablePrefix & "MEMBERS "
 strSql = strSql & " WHERE M_USERNAME = '" & ChkString(Session(strCookieURL & "userid"), "SQLString") & "'"
 Line 821	strSql = strSql & " AND M_STATUS = " & 1
 Line 822
 
 I Turned off Anonymous Access on the Site a few days ago after changing Authorization Type: NT.
 
 Then "Feature NT Configuration" appeared under Admin Option with the two options that broke my new forum.
 
 
 |  
                      |  |  | 
              
                | RaphStarting Member
 
 
 
                United Kingdom9 Posts
 | 
                    
                      |  Posted - 14 March 2003 :  10:33:48   
 |  
                      | When I close my browser and start over I get 
 Active Server Pages error 'ASP 0126'
 
 Include file not found
 
 /Default.asp, line 43
 
 The include file 'inc_header.asp' was not found.
 
 
 Which is:
 
 '## Snitz Communications
 '## C/O: Michael Anderson
 '## PO Box 200
 '## Harpswell, ME 04079
 '#################################################################################
 %>
 <!--#INCLUDE FILE="config.asp"-->
 <!--#INCLUDE FILE="inc_func_secure.asp" -->
 <!--#INCLUDE FILE="inc_sha256.asp"-->
 Line 43 <!--#INCLUDE FILE="inc_header.asp" -->
 
 |  
                      | Edited by - Raph on 14 March 2003  10:36:08
 |  
                      |  |  | 
              
                | DavioDevelopment Team Member
 
      
 
                Jamaica12217 Posts
 | 
                    
                      |  Posted - 14 March 2003 :  10:52:23   
 |  
                      | I would suggest you disable AutoLogon and NT Groups as it seems it has gotten you into a lot of problems. 
 If you can access your database, look into the FORUM_CONFIG_NEW table for STRAUTOLOGON and STRNTGROUPS and change thier values to 0. Then run setup.asp, so the application variables can get the new values you just changed. See if that stopped the errors.
 |  
                      | Support Snitz Forums
 
 |  
                      |  |  | 
              
                | DavioDevelopment Team Member
 
      
 
                Jamaica12217 Posts
 |  | 
              
                | RaphStarting Member
 
 
 
                United Kingdom9 Posts
 | 
                    
                      |  Posted - 14 March 2003 :  12:43:51   
 |  
                      | Thank Davio, 
 Installing ADSI and a reboot fixed it.
  
 http://www.microsoft.com/ntserver/nts/downloads/other/ADSI25/x86.asp
 
 The link is called ads.exe.
 
 Better later than never, but I'm trying Snitz Forums 2000 Version 3.4.03 on an NT4SP5 Domain member server running IIS 4.
  
 |  
                      | Edited by - Raph on 14 March 2003  12:46:05
 |  
                      |  |  | 
              
                | DavioDevelopment Team Member
 
      
 
                Jamaica12217 Posts
 | 
                    
                      |  Posted - 14 March 2003 :  14:45:05   
 |  
                      | Glad you got it fixed.  I have NT Authentication turned on also on my intranet, but never had that problem.
 |  
                      | Support Snitz Forums
 
 |  
                      |  |  | 
              
                |  |  Topic  |  |