Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: Authentication: NT
 error '80070035' after inst. NT security patch
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

random24
Starting Member

5 Posts

Posted - 19 December 2001 :  12:51:43  Show Profile
I had Snitz working on my computer but after I installed Q299444i.exe from MS it gives me this error:

error '80070035'
The network path was not found.

/forum/inc_functions.asp, line 1263


If I uninstall the hotfix it works but I immediately get Code Red and NIMDA!!!
Has anyone else experienced this problem? And if so, how did you fix it? Any help
would be greatly appreciated.
I am using NT security and a SQL database.
I can get to the setup.asp and it tells me:
quote:

Forum setup has been completed.

Congratulations!!
The forum setup has been completed succesfully.
You can now start using Snitz Forums 2000.

Remember to change the default Admin password !!

If you have questions or remarks you can visit us at: http://forum.snitz.com

You can also post the address of your forum there
so others can come and visit you.

Click here to go to the forum.
Upgrade the database.
(shouldn't be needed for this database!)
Create the databasetables.
(shouldn't be needed for this database!)



but when I try to open default.asp I get the error.

Here is the code that it is referencing:

sub NTAuthenticate()
dim strUser, strNTUser, checkNT
strNTUser = Request.ServerVariables("AUTH_USER")
strNTUser = replace(strNTUser, "\", "/")
if Session(strCookieURL & "userid") = "" then
strUser = Mid(strNTUser,(instr(1,strNTUser,"/")+1),len(strNTUser))
Session(strCookieURL & "userid") = strUser
end if
if strNTGroups="1" then
strNTGroupsSTR = Session(strCookieURL & "strNTGroupsSTR")
if Session(strCookieURL & "strNTGroupsSTR") = "" then
Set strNTUserInfo = GetObject("WinNT://"+strNTUser) 'THIS IS LINE 1263
For Each strNTUserInfoGroup in strNTUserInfo.Groups
strNTGroupsSTR=strNTGroupsSTR+", "+strNTUserInfoGroup.name
NEXT
Session(strCookieURL & "strNTGroupsSTR") = strNTGroupsSTR
end if
end if
if strAutoLogon="1" then
strNTUserFullName = Session(strCookieURL & "strNTUserFullName")
if Session(strCookieURL & "strNTUserFullName") = "" then
Set strNTUserInfo = GetObject("WinNT://"+strNTUser)
strNTUserFullName=strNTUserInfo.FullName
Session(strCookieURL & "strNTUserFullName") = strNTUserFullName
end if
end if
end sub


I hope someone can help me. Thanks.

Aquamarijn
Starting Member

Netherlands
39 Posts

Posted - 21 December 2001 :  06:40:36  Show Profile  Visit Aquamarijn's Homepage
If you use Windows NT 4.0 you need ADSI. You can download from microsoft.com. If you use Windows 2000 you need Active Directory installed. I had the same problem and solved it with ADSI. Still have some probs with line 1264...

Microsoft VBScript runtime (0x800A01B6)
Object doesn't support this property or method: 'strNTUserInfo.Groups'
/inc_functions.asp, line 1264



Go to Top of Page

random24
Starting Member

5 Posts

Posted - 21 December 2001 :  09:21:21  Show Profile
I do have ADSI 2.5 installed. Thanks for the response though.

Go to Top of Page

earlclaus
Starting Member

30 Posts

Posted - 11 January 2002 :  13:52:47  Show Profile  Visit earlclaus's Homepage  Send earlclaus a Yahoo! Message
After you finish tightening security on your server (I've never been affected by NIMDA or CodeRed), read the howto on the NT hack:
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=18430

Earl Claus, Web Master
http://www.InternetRemoteBase.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.47 seconds. Powered By: Snitz Forums 2000 Version 3.4.07