Jump to content

Recommended Posts

Posted

DId you fix this?

 

Im getting the same error!

 

 

I'm having problems with the most recent version of the config wizard.

 

As soon as I get to the section about which drives to show, I get:

 

http://img713.imageshack.us/img713/6035/errorws.png

 

popping up and I can't get any further.

 

I also notice that the 'My Docs' drive letter resets itself to 'A' instead of 'N'.

 

This is on server 2k8 on a non-RM network.

 

Any clues?

Posted

I've now managed to complete the configuration but am recieving the following error when trying to connect. It looks like a bind error but all of my ldap values are correct (i think).

 

Do i have to add the ldap port aswell?

 

cheers

 

screen.jpgpencil.png

Posted

If it's standard AD and you haven't fiddled you don't need an LDAP port.

Have you set the "aduser" and "adpassword" OK?

Might be nothing/irrelevant, but is that a space between DC=cadcol and the subsequent comma?

Posted

You are correct, it's a LDAP issue.

 

Is yoda.cadcol.ac.uk the primary domain controller's FQDN??

 

You could also try LDAP://DC=cadcol,DC=ac,DC=uk

Posted
Ok, I've fixed the config tool. It didn't like the drive letter N. This was because N was a special drive letter. This is now fixed and I'll be issuing the fix with this weekend's HAP release
Posted
Thanks for all your help. It's now up and running. We are just customising it now. Going to look into https access this afternoon aswell.
Posted
Any one got an feature suggestions for HAP+, I'm getting a little board with nothing to do over the summer hols.

 

Hello nickbro,

Home Access Plus + is amazing! But I was wondering if there were any plans to enable certain departments to book certain rooms/laptops? Possibly using AD Group membership?

 

Cheers and great little web app!

Posted
It's doable, but will add some more overheads to the already slugish booking system, as checks will need to be performed on who can book what.
Posted

Ok, here's the current jobs I've got for HAP 4.8:

1. Drag to the Tree

2. Upload to the tree

3. Test the resource booking limitations (it'll be a allowbookingto="All|[Teaching Staff,Non-Teaching Staff]|None")

4. NTFS permission check.

 

Note: 3 & 4 will enter testing after 4.8, and may enter into hap 4.9.

 

What do you think of:

1. Making a version of the booking system in silverlight for improved speed

2. A '...' browse button in the silverlight browser for uploading.

 

Any other feedback/suggestions/requests would be welcome

Posted

I think I saw mention earlier in the thread of a config utility?

Would it be possible to see the link to that + the latest version?

Posted (edited)

Ok guys, in the up coming version 4.8, there will be what has been requested, NTFS permission wise, in the api/silverlight browser only atm, HTML soon.

There is a bit of overhead with this, as it basically tries to first see if it can write, if this fails it's in View mode. It then checks if it can get a folder list, if this fails, it's in None mode (AccessControlActions enum) otherwise it's Change.

 

This is reflected in the silverlight GUI by a key next to folders/files, which, when you hover over the key tells you this file/folder may not be accessible. Drag and Drop, Move, Rename, Delete are disabled by this.

 

[ATTACH=CONFIG]7874[/ATTACH]

 

The following shared area is hosted on our Admin Domain, which has a trust with the curriculum network which HAP+ runs on. This is why a Curric Domain Admin wouldn't have Admin Domain Admin rights. Even then I've set those folders to even deny access to all bar the people in those roles.

 

I hope this meets with your approval. When you double click that folder, it gives an error as expected.

 

Other changes in the up coming 4.8 release so far include this as well as Moving folders to the tree (which also allows cross share moving! That didn't work in the old version of .net)

 

Drag from outside to the tree to upload will hopefully be in the release as well as a '...' button to upload files where the browser disables drag and drop for silverlight (firefox <3.6.4:doh:)

 

Since the tree drag and drop has been enabled, the '..' item in the list has been removed from the silverlight browser and API calls.

 

The Save API call has been altered to allow this change to take place

 

Enjoy.

 

Nick B.

Edited by nickbro
Posted (edited)

Feeling a teensy bit guilty now - some overhead was predictable and it wasn't an absolutely essential feature for me, but I do think MS's idea of showing that you don't have access to a sub-folder is an improvement over finding out the "hard way" (when you've clicked on it) and I can see this reducing some user-support hassle, especially in future when users eventually get, and start to get used to the concept in Win7 Explorer.

 

Moving folders to the tree (which also allows cross share moving!

 

Sounds good, but if that's too easy for them I think I'd like some "are you sure you want to move to prompt?" (optional via the web.config because some people hate that). I'm thinking of ye olde "::BIG urgent panic:: My plans for this term have disappeared!!!! Someone must have deleted them!!!! I need them back right now!!!!" - then of course you find it all tucked underneath some nearby folder and usually it was their account wotdunnit.

 

Do I have another vote for what clarky2k3 has requested?

 

This shouldn't be counted as a full vote because I probably won't be using this initially (I mostly deal with Primaries and they just slap a bit of paper up in the staff-room with timetables for this and that resource etc.) but I'd have thought booking would only be accessible/done by adult staff who being adult, ought to be able to cope with booking the right things and if not, can be left to fight with each other if someone books something they're not supposed to i.e. do you really need to start carving access up by department?

Edited by PiqueABoo
Posted

It's not that much over head, you don't even notice it really. It's not like the HTML version which has a log more overhead in server terms than the silverlight version.

 

The booking system was designed to optimally utilize the resources. It would slow things down a bit more as more AD checks have to be done.

Posted
Anyone find the border doesn't display correctly on hover on additional links on the main page? Also, how can you remove the department from details?
Posted
Also, a cookie must set what version you which to use, but the version chooser (HTML/Silverlight) still flashes up briefly when you choose to browse documents.
Posted
Also, a cookie must set what version you which to use, but the version chooser (HTML/Silverlight) still flashes up briefly when you choose to browse documents.

 

I'll be changing the javascript for the version chooser in the next release

Posted
Anyone find the border doesn't display correctly on hover on additional links on the main page? Also, how can you remove the department from details?

The department field can be hidden by adding style="display:none;" in ~/default.aspx (I think)

Posted

Ok guys and girls. Version 5 is progressing. Yes version 5.

Feature set:

- Moved to using a SQL Database for the databases (sql express is fine)

- Added a Logon Tracker feature. I've found that the edugeek one is lacking, so I'll be taking it as a basis and making a new one that works a lot better, I hope

The v5 release will contain an updated config tool, which MUST be run after upgrading the files. It will connect to the sql database, and import the xml databases.

Posted
For those wanting to keep this is as a simple system without SQL databases...? Too often it happens that scripts start to rely on more and more other things to function. One thing I liked about HAP was that it ran on its own.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...