sister_annex Posted November 16, 2010 Posted November 16, 2010 [DirectoryServicesCOMException (0x80072030): There is no such object on the server.] Not 100% sure but it looks like the object (most likely a particular user) cannot be found on the domain you have specified. I would check that you have put the correct DOMAIN\username and password and that your LDAP Settings are correct. HTH
Luke_T Posted November 16, 2010 Posted November 16, 2010 Would it be the particular user that I am logging in with (ie: the domain admin)? Cos that doesn't make too much sense ... from reading throught he rest of this thread I've got the domain & username & password & LDAP settings correct ... Also staff users in the staff ou listed in the exception [Exception: LDAP://DC3.beausandver.local/OU=Staff,OU=Beaumont,DC=beausandver,DC=local] can access the booking module ... its just the domain admin (in a different location that cannot.
2097 Posted November 16, 2010 Posted November 16, 2010 this maybe a missconfig by me But when using HTTPS with IE i cant download files ? just gives me a timeout type message .. Firefox works fine . Http works fine on both Browsers .. for the time being im using HTTP and set AD logins with a Max amount of login attempts set to 5
sister_annex Posted November 17, 2010 Posted November 17, 2010 Would it be the particular user that I am logging in with (ie: the domain admin)? Cos that doesn't make too much sense ... from reading throught he rest of this thread I've got the domain & username & password & LDAP settings correct ... Also staff users in the staff ou listed in the exception [Exception: LDAP://DC3.beausandver.local/OU=Staff,OU=Beaumont,DC=beausandver,DC=local] can access the booking module ... its just the domain admin (in a different location that cannot. I'm pretty sure that if you specify an OU in LDAP Path that, that's where the query starts when looking for users, if your domain admin was in the 'staff' OU or below you would find it would work (maybe worth a test) Ours here does not specify an OU (although we only use the home access part not the booking etc) our LDAP Path looks like: LDAP://mgmtcore.st-thomasmore.walsall.gov.uk/dc=st-thomasmore,dc=walsall,dc=gov,dc=uk obviously with it setup like this anyone would be able to get at your bookings but you may be able to lock it down using NTFS HTH
nickbro Posted November 21, 2010 Author Posted November 21, 2010 Just an FYI to everyone. I've released an update to HAP this weekend. If you don't set Home Drives in AD, HAPs My School Computer browser should now work. Other Updates include a speed boost to the silverlight my computer browser when it loads each file, and auto pruning of the Booking System XML database 1
nickbro Posted November 21, 2010 Author Posted November 21, 2010 Playing with current version via IE8: - With the non-enhanced file browser, when I hit Upload I get an alert box displaying "https:\\server\Extranet\Upload\" - Should the List view mode display them in a vertical list, one folder/file per line? If so it's not doing that (they're all one one line and disappear off to the right) The Alert Box was fixed in 5.4.4. The 2nd thing, hmm, attached is an image of my list view in basic[ATTACH=CONFIG]8634[/ATTACH]
davipton Posted November 22, 2010 Posted November 22, 2010 Hi All, We are running a CC4 network. We have HAP+ 5.4.4 running on our FRS where our Easylink is also run from. HAP+ is working great and have the Logon Tracker setup on the network as per the installation/setup video. It appears to be running fine on the workstations. However, the Logons are not being tracked. The Live page show "No data was found" and this Historic page doesn't show any of our logons only the 1 record that was prepopulated by Nick. I have put exclusions in the firewall for the hap+ exe but this still does not populate any data in the Logon Tracker log. Has anyone got any suggestions for me to try?? Regards, David
linkazoid Posted November 23, 2010 Posted November 23, 2010 Is it possible to create a landing page that has a login box so that we can direct staff to a page to log in externally?
sister_annex Posted November 23, 2010 Posted November 23, 2010 Is it possible to create a landing page that has a login box so that we can direct staff to a page to log in externally? We use ISA2006 with Forms Based Authentication enabled to do this. may be a route to go if you have that facility
linkazoid Posted November 23, 2010 Posted November 23, 2010 Thanks for your help, unfortunatly we dont use ISA...
russdev Posted November 23, 2010 Posted November 23, 2010 Rigght got it installed CC4 network but installed on standard server 2008 box and can browse the folders but if we try and access any files we get 404 error. tailed Error Information Module IIS Web Core Notification MapRequestHandler Handler StaticFile Error Code 0x80070002 Requested URL http://support.limehursthigh.leics.sch.uk:80/extranet/Download/W/75th/Buildings for Karen's notices/Aerial Views of Limehurst.doc Physical Path C:\inetpub\extranet\Download\W\75th\Buildings for Karen's notices\Aerial Views of Limehurst.doc Logon Method Basic Logon User XXXXXX Any pointers from anyone on where to look. Russ
gl3nnym Posted November 24, 2010 Posted November 24, 2010 (edited) First of all let me say that so far this software looks fantastic! Unfortunately I am running into a little problem. I went through all the config and logged on just fine. Good stuff! I then tried to run HAP Config.exe to go through and change all the little settings to make drives/booking etc work correctly. I edited a few things but upon clicking Finish I get an unhandled exception (error which is below). If I click Continue then nothing happens, if I click Close then the .exe closes. When I opened HAP Config.exe again none of the settings were saved. Without changing anything, I clicked through and upon clicking Finish I get the same error. Seems I cannot use HAP Config. EDIT: Maybe the Event Logs would be of more use: Event code: 3005 Event message: An unhandled exception has occurred. Event time: 24/11/2010 09:30:40 Event time (UTC): 24/11/2010 09:30:40 Event ID: 9d77577e2a824ec2837939616fe401e2 Event sequence: 415 Event occurrence: 1 Event detail code: 0 Application information: Application domain: /LM/W3SVC/2/Root/Extranet-1-129350645445000000 Trust level: Full Application Virtual Path: /Extranet Application Path: D:\RMNetwork\RMManage\Web Components\Extranet\ Machine name: *domaincontroller* Process information: Process ID: 1984 Process name: w3wp.exe Account name: NT AUTHORITY\NETWORK SERVICE Exception information: Exception type: Exception Exception message: LDAP://fqdn/OU=System Administrators,OU=EGS,OU=Establishmenet,DC=dc,DC=INTERNAL at HAP.Web.HelpDesk.ADUtil.FindUsers(ouobject ou, String subou) at HAP.Web.HelpDesk.ADUtil.FindUsers() at HAP.Web.BookingSystem.BookingPopup.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) There is no such object on the server. at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) at System.DirectoryServices.DirectoryEntry.Bind() at System.DirectoryServices.DirectoryEntry.get_AdsObject() at System.DirectoryServices.DirectorySearcher.FindAll(Boolean findMoreThanOne) at System.DirectoryServices.DirectorySearcher.FindAll() at HAP.Web.HelpDesk.ADUtil.FindUsers(ouobject ou, String subou) Request information: Request URL: https://server:443/Extranet/bookingsystem/Default.aspx Request path: /Extranet/bookingsystem/Default.aspx User host address: **** User: username Is authenticated: True Authentication Type: Basic Thread account name: NT AUTHORITY\NETWORK SERVICE Thread information: Thread ID: 16 Thread account name: NT AUTHORITY\NETWORK SERVICE Is impersonating: False Stack trace: at HAP.Web.HelpDesk.ADUtil.FindUsers(ouobject ou, String subou) at HAP.Web.HelpDesk.ADUtil.FindUsers() at HAP.Web.BookingSystem.BookingPopup.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) Custom event details: For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. Edited November 24, 2010 by gl3nnym
gl3nnym Posted November 24, 2010 Posted November 24, 2010 I am getting this from the exception details: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at HAP.Config.FirstRun.wiz_Finished(Object sender, EventArgs e) at AeroWizard.WizardControl.OnFinished() at AeroWizard.WizardControl.NextPage(WizardPage nextPage) at AeroWizard.WizardControl.nextButton_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 (RTMRel.030319-0100) CodeBase: file:///C:/WINNT/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- HAP Config Assembly Version: 1.8.0.0 Win32 Version: 1.8 CodeBase: file:///D:/RMNetwork/RMManage/Web%20Components/Extranet/bin/HAP%20Config.exe ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 built by: RTMRel CodeBase: file:///C:/WINNT/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 built by: RTMRel CodeBase: file:///C:/WINNT/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 built by: RTMRel CodeBase: file:///C:/WINNT/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- AeroWizard Assembly Version: 1.0.3851.27394 Win32 Version: 1.0.0.0 CodeBase: file:///D:/RMNetwork/RMManage/Web%20Components/Extranet/bin/AeroWizard.DLL ---------------------------------------- System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 built by: RTMRel CodeBase: file:///C:/WINNT/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 built by: RTMRel CodeBase: file:///C:/WINNT/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.
nickbro Posted November 24, 2010 Author Posted November 24, 2010 With the config tool, you could try editing the raw web.config file
nickbro Posted November 24, 2010 Author Posted November 24, 2010 First of all let me say that so far this software looks fantastic! Unfortunately I am running into a little problem. I went through all the config and logged on just fine. Good stuff! I then tried to run HAP Config.exe to go through and change all the little settings to make drives/booking etc work correctly. I edited a few things but upon clicking Finish I get an unhandled exception (error which is below). If I click Continue then nothing happens, if I click Close then the .exe closes. When I opened HAP Config.exe again none of the settings were saved. Without changing anything, I clicked through and upon clicking Finish I get the same error. Seems I cannot use HAP Config. EDIT: Maybe the Event Logs would be of more use: Event code: 3005 Event message: An unhandled exception has occurred. Event time: 24/11/2010 09:30:40 Event time (UTC): 24/11/2010 09:30:40 Event ID: 9d77577e2a824ec2837939616fe401e2 Event sequence: 415 Event occurrence: 1 Event detail code: 0 Application information: Application domain: /LM/W3SVC/2/Root/Extranet-1-129350645445000000 Trust level: Full Application Virtual Path: /Extranet Application Path: D:\RMNetwork\RMManage\Web Components\Extranet\ Machine name: *domaincontroller* Process information: Process ID: 1984 Process name: w3wp.exe Account name: NT AUTHORITY\NETWORK SERVICE Exception information: Exception type: Exception Exception message: LDAP://fqdn/OU=System Administrators,OU=EGS,OU=Establishmenet,DC=dc,DC=INTERNAL at HAP.Web.HelpDesk.ADUtil.FindUsers(ouobject ou, String subou) at HAP.Web.HelpDesk.ADUtil.FindUsers() at HAP.Web.BookingSystem.BookingPopup.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) There is no such object on the server. at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) at System.DirectoryServices.DirectoryEntry.Bind() at System.DirectoryServices.DirectoryEntry.get_AdsObject() at System.DirectoryServices.DirectorySearcher.FindAll(Boolean findMoreThanOne) at System.DirectoryServices.DirectorySearcher.FindAll() at HAP.Web.HelpDesk.ADUtil.FindUsers(ouobject ou, String subou) Request information: Request URL: https://server:443/Extranet/bookingsystem/Default.aspx Request path: /Extranet/bookingsystem/Default.aspx User host address: **** User: username Is authenticated: True Authentication Type: Basic Thread account name: NT AUTHORITY\NETWORK SERVICE Thread information: Thread ID: 16 Thread account name: NT AUTHORITY\NETWORK SERVICE Is impersonating: False Stack trace: at HAP.Web.HelpDesk.ADUtil.FindUsers(ouobject ou, String subou) at HAP.Web.HelpDesk.ADUtil.FindUsers() at HAP.Web.BookingSystem.BookingPopup.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) Custom event details: For more information, see Help and Support Center at Events and Errors Message Center: Basic Search. That error is down to the OU object not existing on the server. The error message tells you about this.
2097 Posted November 25, 2010 Posted November 25, 2010 im Glad you updated with the Homedrive issue .. Was i the only person who noticed it ? Good job with this BTW .. Ive modified the layout for my school to match our colours and layout etc
gl3nnym Posted November 25, 2010 Posted November 25, 2010 @nickbro - I have tried changing the OU path using the HAP Config tool but it refuses to save when I click Finish. It looks like this tool is not working on my system (even though it did work the first time I run it). I have now instead manually edited the web.config file and got it working through that. I am not good with this web development stuff so please excuse my dumbness. Love the software! Credit to the developer :-D
themightymrp Posted November 26, 2010 Posted November 26, 2010 Hi there, just managed to get this working after a bit of editting (although had to do some big changes with the authentication). For some reason I could not get the basic authentication to work, error codes every single time the same as stuartwilkie's message earlier in the thread. I have changed to using Windows Authentication and now it works!! Is this OK? Am I breaking major rules doing this? My question is, how can I add a feature to update the email address box if I limit it to staff and students? Loving it so far though, just working on IT room booking facility
nickbro Posted November 27, 2010 Author Posted November 27, 2010 Hi there, just managed to get this working after a bit of editting (although had to do some big changes with the authentication). For some reason I could not get the basic authentication to work, error codes every single time the same as stuartwilkie's message earlier in the thread. I have changed to using Windows Authentication and now it works!! Is this OK? Am I breaking major rules doing this? My question is, how can I add a feature to update the email address box if I limit it to staff and students? Loving it so far though, just working on IT room booking facility No you are not breaking the rules, well done for getting windows authentication to work, I never could. I don't know about the email address. What happens is it will update the students email address with the studentemailformat when the save. Replacing {0} with their username. We can't afford exchange cals for everyone so have limited it to staff only. Students run hmailserver with roundcube front end
themightymrp Posted November 29, 2010 Posted November 29, 2010 Hi, thanks for the response. Just realised though from reading my first post that I actually asked the wrong question! What I would like to be able to do is have Administrators and Staff be able to update their email address but hide that feature from students. The reason for this is that our ISP provides seperate usernames and passwords to log onto the internet/email that bear no resemblance to our Domain logon names I would like staff to be able to enter their emails so that they receive confirmation when they book resources (I know this will work because I tried it as me). Is it easy to add some code to do this?
themightymrp Posted November 29, 2010 Posted November 29, 2010 Nickbro, seeing as you said you could not get it to work with the Windows Authentication I am attaching a setup guide to show what I did. I have actually sent this to a technician in another school as he wants to use this software too!HAP on Windows Authentication.doc 3
nickbro Posted November 29, 2010 Author Posted November 29, 2010 Hi, thanks for the response. Just realised though from reading my first post that I actually asked the wrong question! What I would like to be able to do is have Administrators and Staff be able to update their email address but hide that feature from students. The reason for this is that our ISP provides seperate usernames and passwords to log onto the internet/email that bear no resemblance to our Domain logon names I would like staff to be able to enter their emails so that they receive confirmation when they book resources (I know this will work because I tried it as me). Is it easy to add some code to do this? Look under homepage links. The Update My Details entry, you can add showto="" in there
jonnykewell1 Posted November 30, 2010 Posted November 30, 2010 Hi, iv almost got the home access fully configured, the only problem im having is when i click on the mapped network drive it comes up saying Error:Unauthorised access. Any help would be very much appreciated.
Luke_T Posted November 30, 2010 Posted November 30, 2010 I found this was due to an extra backslash on the end of the mapped drive location that wasn't needed eg: \\server\share\ is incorrect \\server\share is correct Otherwise there's the regular permissions, security group issues detailed in previous posts
jonnykewell1 Posted November 30, 2010 Posted November 30, 2010 iv got it pointing to \\servername\users$\administrators then i need to to select my stored drive which i thought would be %username% or %user% ?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now