Jump to content

patty04

Members
  • Posts

    159
  • Joined

  • Last visited

Reputation

60 Excellent

1 Follower

About patty04

Personal Information

  • Occupation
    ICT Technician
  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
×
×
  • Create New...