Posts Tagged: tips


4
Feb 10

Increasing the maximum size of list templates

This is “Copy-Paste” post from here, but it is so useful for me so I don’t want to loose it and my blog is the safest place for this info.

Post descibes MOSS 2007 and WSS 3.0, but it works for WSS 2.0 and SPS 2003 too.

Saving a list as a template is an easy way of transferring data from one place to another in SharePoint. By default, however, the maximum size of list templates in WSS 3.0 and MOSS 2007 is 10MB.

If you try to save the list as a template that is larger than this you will get the following error:

The list is too large to save as a template. The size of a template cannot exceed 10485760 bytes.

To increase the maximum size, simply run the following stsadm command (from the C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN directory) replacing the propertyvalue to the new maximum size (in bytes):

stsadm -o setproperty -propertyname max-template-document-size -propertyvalue 50000000

Points to note:

  • The propertyvalue parameter is in bytes, so the example above will increase the maximum size to approx 50MB.
  • There is a hard limit of 500MB so the value must be less than 524288000 or you will get an error when saving the list as a template.
  • The above increases the maximum size of both site and list templates.

30
Nov 09

How to edit other user’s NTUSER.DAT

What if you need to edit some user’s registry and it is not listed in HKEY_USERS? For example we have like 400 profiles on one of our servers and regedit shows only around 20 under HKEY_USERS. I’ve found solution on one of forums:

To modify each users entries:

1. Open regedit
2. Click on HKEY_USERS keyname
3. File | Load Hive
4. Select one of the Users ntuser.dat file
5. Give it a unique name for adding to HKEY_USERS
6. Open HKEY_USERS\[UNIQUE NAME]
7. Make modifications
8. Click on HKEY_USERS\[UNIQUE_NAME] keyname
9. File | Unload Hive
10. Do next user

Very awkward user interface, but it works.


28
Nov 09

Free and simple Lightscribe labeling software

If you have Lightscribe-enabled DVD-RW drive and do not want any heavy fancy software to label your Lightscribe discs – try Lightscribe Simple Labeler.


28
Nov 09

Roomba 500 series sidebrush screw

If you have iRobot® Roomba® 535 or similar vacuum and Roomba’s sidebrush screw is lost – try to replace it with one of those screws you usually get with hard drives, motherboards or cases. I have a big pile of computer-related screws and first I pick from that pile had a perfect fit. Today I save about $15-$20. =)


18
Nov 09

extensions.checkCompatibility in FireFox 3.6b3

Today I’ve found that old trick with extensions.checkCompatibility doesn’t work with Firefox 3.6b3 anymore – compatibility check is still enabled.

Now for FireFox 3.6b3 and above, you’ll have to set version specific key in about:config that looks like this:

extensions.checkCompatibility.3.6b = false

extensions-compatibility screenshot