Jump to content

patty04

Members
  • Posts

    159
  • Joined

  • Last visited

Everything posted by patty04

  1. Hey guys, Just messing with some idea in my head. Is there an similar program to the RM console for a vanilla network, so a teacher can add users when the technician isn't on site? As currently i create the user then i create and add the path to their user area.
  2. Just to add: Domain admins get the edit announcement, which they can edit and display. But are still unable to access help desk & booking system.
  3. Hap normally does, but because hap didnt like the server it was being setup on i had to define the Ldap paths myself.(server issue not Hap+) %homedir% normally works for mydocuments. but the server im working on doesnt like that and so i have to use %username%
  4. Hi, Is it possible to do the below, mount the following in HAP? My User Area (W:) \\serv1\users$\staff\%username% \\serv1\users$\08\%username% \\serv1\users$\09\%username% \\serv1\users$\10\%username%
  5. I have defined the admins(Nildram Users), teachers and students, i'm getting that error just for admins.
  6. I have set up the booking system to only teachers, admins & domain admins can see and use. Teachers can see, edit & add fine, but admins and domain admins cant even get to it. all i get it this. Im using v7.10.0311.173, any idea would be great. Object reference not set to an instance of an object. body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px} b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px} H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red } H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon } pre {font-family:"Lucida Console";font-size: .9em} .marker {font-weight: bold; color: black;text-decoration: none;} .version {color: gray;} .error {margin-bottom: 10px;} .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; } Server Error in '/HAP' Application. Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.NullReferenceException: Object reference not set to an instance of an object. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [NullReferenceException: Object reference not set to an instance of an object.] HAP.Web.Configuration.ou..ctor(XmlNode node) +183 HAP.Web.Configuration.ous..ctor(XmlDocument& doc) +346 HAP.AD.ADUtils.FindUsers(OUVisibility vis) +125 HAP.Web.BookingSystem._new.Page_Load(Object sender, EventArgs e) +917 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +24 System.Web.UI.Control.LoadRecursive() +70 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3063 Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
  7. Now thats nice
  8. it errors when i press save [NullReferenceException: Object reference not set to an instance of an object.] HAP.Web.Setup.Save_Click(Object sender, EventArgs e) +77 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +153 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3706 it doesnt say any of the info, is there another way?
  9. ok if i manually put them in how do i encrypt the password of the admin account?
  10. Heres the capture of once i put the username and password in. Sendera:DeserializationFailedThe formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter HAP.Web.API:username. The InnerException message was 'There was an error deserializing the object of type System.String. Encountered unexpected character 'a'.'. Please see InnerException for more details.Encountered unexpected character 'a'. at System.Xml.XmlExceptionHelper.ThrowXmlException(XmlDictionaryReader reader, XmlException exception) at System.Runtime.Serialization.Json.XmlJsonReader.ReadEscapedCharacter(Boolean moveToText) at System.Runtime.Serialization.Json.XmlJsonReader.Read() at System.Xml.XmlDictionaryReader.ReadContentAsString(Int32 maxStringContentLength) at System.Xml.XmlBaseReader.ReadContentAsString() at System.Xml.XmlBaseReader.ReadElementContentAsString() at System.Runtime.Serialization.Json.JsonStringDataContract.ReadJsonValueCore(XmlReaderDelegator jsonReader, XmlObjectSerializerReadContextComplexJson context) at System.Runtime.Serialization.Json.JsonDataContract.ReadJsonValue(XmlReaderDelegator jsonReader, XmlObjectSerializerReadContextComplexJson context) at System.Runtime.Serialization.Json.DataContractJsonSerializer.InternalReadObject(XmlReaderDelegator xmlReader, Boolean verifyObjectName) at System.Runtime.Serialization.XmlObjectSerializer.ReadObjectHandleExceptions(XmlReaderDelegator reader, Boolean verifyObjectName, DataContractResolver dataContractResolver)System.Xml.XmlExceptionThere was an error deserializing the object of type System.String. Encountered unexpected character 'a'. at System.Runtime.Serialization.XmlObjectSerializer.ReadObjectHandleExceptions(XmlReaderDelegator reader, Boolean verifyObjectName, DataContractResolver dataContractResolver) at System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject(XmlDictionaryReader reader, Boolean verifyObjectName) at System.ServiceModel.Dispatcher.DataContractJsonSerializerOperationFormatter.DeserializeParameterPart(XmlDictionaryReader reader, PartInfo part)System.Runtime.Serialization.SerializationExceptionThe formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter HAP.Web.API:username. The InnerException message was 'There was an error deserializing the object of type System.String. Encountered unexpected character 'a'.'. Please see InnerException for more details. at System.ServiceModel.Dispatcher.DataContractJsonSerializerOperationFormatter.DeserializeParameterPart(XmlDictionaryReader reader, PartInfo part) at System.ServiceModel.Dispatcher.DataContractJsonSerializerOperationFormatter.DeserializeParameters(XmlDictionaryReader reader, PartInfo[] parts, Object[] parameters, PartInfo returnInfo, Object& returnValue) at System.ServiceModel.Dispatcher.DataContractJsonSerializerOperationFormatter.DeserializeBodyCore(XmlDictionaryReader reader, Object[] parameters, Boolean isRequest) at System.ServiceModel.Dispatcher.DataContractJsonSerializerOperationFormatter.DeserializeBody(XmlDictionaryReader reader, MessageVersion version, String action, MessageDescription messageDescription, Object[] parameters, Boolean isRequest) at System.ServiceModel.Dispatcher.OperationFormatter.DeserializeBodyContents(Message message, Object[] parameters, Boolean isRequest) at System.ServiceModel.Dispatcher.OperationFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DemultiplexingDispatchMessageFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.UriTemplateDispatchFormatter.DeserializeRequest(Message message, Object[] parameters) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc& rpc) at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)System.ServiceModel.Dispatcher.NetDispatcherFaultException
  11. Hello, Im setting up hap 7.10 on a windows server 2008, i have all green ticks in the general tab, but on the AD tab i cant get it to work. No matter what i do i keep getting "Internal Server Error" The user account im using it a fully fledged network domain admin account. Could this error be because im using a domain name like AD1.school.leics.sch.uk instead of the normal school.local? any ideas would be great.
  12. patty04

    Ipad

    So i finaly got my hands on a ipad, it took ages to get it from a store. as they all sold out of the cheap end of the ipads. So what apps do people find usful ay work or at home?
  13. Thanks for the replys. i think skunk hit it on the head with that message. Can i use it and modify it to my needs skunk?
  14. I have been asked to send an email to the staff asking for their laptops to handed in for a service(updates, clean downs etc.) over the summer. but i have no idea on where to start. any help would be good.
  15. tesco/asda classic rich roast
  16. do you have a day off during the week? if you do it might be worth saying to a local school you would like to volunteer for a day a week or what ever you can. we have a 18 girl do mondays at work. she is at college doing ict course and wants to get into educations ict after leaving. maybe worth a try if you can spare some time.
  17. for me and the girlfriend we spend £120 a month at the supermarket and maybe £20 on top for wine and sprits.
  18. hmmm i could use that for my 360 instead of buying a 360 wireless adapter. the audio out, i wonder if that works like the apple air port extreme
  19. is that an ethernet port on the back?
  20. i am after a 360 hard drive or a 120GB Western Digital Scorpio, model number WDGWD1200BEVS which i can use on my 360. any thing considered.
  21. patty04

    360 hdd

    any one got a 360 hard drive they wanna sell me??
  22. just opened a packed of custard creams and dunked one in my tea and its not going soft at all
  23. Even at 2p you get 10,000 downloads that £20,000 alone on one song being downloaded. then they release more songs they get more from them sales then they have gigs on top which they get paid a fair bit i say. to many artists live outside their budgets.
  24. lets start bouncing around german servers now so we cant be tracked for talking about i download loads of content on the net which is open source (on my connection that is) via utorrent so i better not get done. But i have to say 80p a track is a rip off, its not like your even getting it on a disc. so they should reduce it to like 30p or 5 for £1 i might buy a few then. but until then i not wasting my money on buying music till i have downloaded to see if i like it or not.
  25. patrickking04 is my gamertag. Just got a new elite of my mate cause it stopped working. the dvd drive has gone on it, so ordered a new one of ebay and now just waiting for to arrive. once it arrive i have to swap the pcb from the old over to the new as its an hitachi i cant read the key without the drive reading a disc but hey the console is only costing me £17.99 in total( console was free, just had to buy the drive) just need to get a wireless controller(using a wired one at the moment) and a hdd. then im all set to kill every one i see HAHAHAHA!!!!!
×
×
  • Create New...