-
Posts
4,190 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by nickbro
-
erm, I think so The javascript that you may need is (data[1] == 1 ? "Yellow" : "Blue") Look for "This Week is a Week " + data[1] and replace the data[1] at the end with the code above
-
Ah, my bad, the search didn't work last night
-
This really sucks, MS are closing technet subscriptions next month. Got this email tonight, I use technet to test new software long term, this sucks that it's being ended. I think I'll have to get an MSDN sub now, and Office 365 Premium. Microsoft is retiring the TechNet Subscription service. As IT trends and business dynamics have evolved, so has Microsoft’s set of offerings for IT professionals who are looking to learn, evaluate and deploy Microsoft technologies and services. In recent years, we have seen a usage shift from paid to free evaluation experiences and resources. As a result, Microsoft has decided to retire the TechNet Subscriptions service and will discontinue sales on August 31, 2013. Additional Information: More background on Microsoft’s decision to retire the TechNet Subscription service and the implications for current subscribers is available on the TechNet Subscriptions Retirement FAQ page. Subscribers with active accounts may continue to access program benefits until their current subscription period concludes. We are committed to helping customers through this transition phase and will remain focused on providing IT professionals with free access to a broad set of TechNet assets that support the needs of IT professionals around the world. Improved Free Offerings for IT Professionals Include: TechNet Evaluation Center: Free evaluation software with no feature limits, available for 30-180 days. Includes rich evaluation resources and TechNet Virtual Labs, which enable you to evaluate software without the need to install bits locally. Microsoft Virtual Academy: Free online learning site, with over 200 expert-led technical training courses across more than 15 Microsoft technologies with more added weekly. TechNet Forums: Free online forums where IT professionals can ask technical questions and receive rapid responses from members of the community. Please note, MSDN Subscriptions provide a paid set of offerings that are also available for those who require access to evaluation software beyond what the above free offerings provide. Thank you for your understanding as we increase focus on growing and investing in our free offerings to better meet the needs of the IT professional community. - TechNet Subscription Team Microsoft respects your privacy. Review our online Privacy Statement. If you would prefer not to receive future promotional email messages from Microsoft Corporation, please click here to unsubscribe. These settings will not affect any newsletters you've requested or any mandatory service communications that are considered part of certain Microsoft services. To set your contact preferences for Microsoft newsletters, see the communications preferences section of the Microsoft Privacy Statement. Microsoft Corporation One Microsoft Way Redmond, WA, USA 98052 TechNet Subscriptions and Licensing
-
Ah, the dreaded upgrade failed error. backup your hapConfig.xml, delete it. Use setup to create a new one, then copy parts of the old config over the new one (using notepad). Sorry about this. I never did find out why the upgrade failed like that.
-
Delete all but the app_data folder, and install the v9 base web release, then the latest upgrade. Run HAP+ and it should upgrade
-
Hmm, very odd. Can you check what region your server is set to. Looks like it isn't outputting in the correct format
-
Open the ~/bookingsystem/default.aspx and search for "console". Remove the console.log lines
-
1. It's in one of the Preview releases I posted a few weeks ago 2. Here's my config A1 A2 A3 B1 B2 B5 DS E1 E2 E4 H1 H2 H3 H4 H5 L1 L2 L3 L4 L5 LSC M1 M2 M3 M4 MPS MR S1 S2 S3 S5 S6 S7 SH TR
-
@calwyn, already done (notes), and yes, set it as equipment, and it should use a room list.
-
Had to do this on our backup server. Run the installer and make the DR disk, should be an ISO that you would burn to DVD. This uses windows pe to run BE Exec, then restore. We forgot this, and installed Server 2008 R2, installed BE, cataloged the tapes with the backup on, restarted in AD restore mode (it needs it even on a member server), then restore using BE. Hope that makes sense
-
x needs replacing with the AD groups you use for staff. i.e. "Domain Admins, Staff" (where comma is a separator) This is actually core IIS stuff, not hap specific.
-
The search function on this forum would be the best bet (when it's working). The students group name is used is parts of HAP to identify users as being students (the user card, logon tracker, etc...) To lock it down, edit the web.config file, look for the top authorization rules: Change it to
-
Ok, this sometimes happens, you will need to manually type the LDAP path into the text box behind that. ldap://OU=,OU=,DC=domain,DC=internal as example
-
Ok, I'll have to have a look into that, it's not liking something
-
1) That's the AD OU's in the HAP+ Config, you need to make sure they are visible to the bookingsystem or all. 2) Yes, you need to enable multi lesson bookings
-
Do you know if your school's Home Access Plus version is up to date?
-
The homepage is separated into Groups, inside the groups are a collection of links. The setup page allows you to move things around, add/delete/edit links and groups. The other tabs control other parts of HAP+. The booking system tab controls the base part of the booking system, including resources to use. If you don't want to use the booking system or help desk you don't need to complete that tab.
-
Open the Registry Editor: Select Start then Run Enter regedt32 or regedit [*]Navigate/expand to the following key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Security [*]Right click on this entry and select Permissions [*]Add the IIS AppPool\HAP user [*]Give it Read permission
-
Its stated in one of the Setup videos what is needed. Keep an eye out not to select webdav.
-
New HAP setup, help with a few teething issues.
nickbro replied to fairm010's topic in Home Access Plus+
Odd, webdav shouldn't be installed. It causes things to stop working. With the option, can you paste the URL that it's trying to download? Check your hapConfig.xml file, the mapping drive needs to be in upper case, I think. Try both and see if that makes any difference. -
New HAP setup, help with a few teething issues.
nickbro replied to fairm010's topic in Home Access Plus+
Sorry, just going through the threads for the past 2 days, busy timetabling -
New HAP setup, help with a few teething issues.
nickbro replied to fairm010's topic in Home Access Plus+
Check Webdav isn't installed in IIS -
Weird booking system - week 1/week 2 issue
nickbro replied to mattgrimley's topic in Home Access Plus+
Have a look at the termdates.xml file and check the dates are stored correctly. Also check the server's default language and region are EN-GB not EN-US -
Good to hear, you can turn on CustomError pages and make your own error message. I may try and add nicer error pages to the next release
-
Ok, it looks like something isn't working right with impersonation. Can you check that local logon rights exist on the server for everyone. You may also want to enable Moving of files, and if you are not using Quota servers, set the usagemode to None
