# Sunday, 11 November 2007

References:

http://support.microsoft.com/kb/314917

http://www.brienposey.com/kb/database_corruption_4.asp

Steps for my -1019 on 65GB mailbox store.  Took 8 hours.

eseutil /d e:\exchsrvr\mdbdata\priv1.edb /te:\tempdfrg*.edb /fe:\tempdfrg*.stm

This failed after 206 secs which was to be expected

eseutil /p e:\exchsrvr\mdbdata\priv1.edb /te:\temprepair*.edb

eseutil /mh e:\exchsrvr\mdbdata\priv1.edb

isinteg -s server02 -fix -test alltests

An alternative approach might have been to exmerge all mailboxes into a newly created database:

http://support.microsoft.com/kb/q259688/

 

Sunday, 11 November 2007 11:05:56 (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0]  |  Trackback
# Sunday, 21 October 2007

osql -E -S SBS\MICROSOFT##SSEE

sp_configure 'show advanced options', 1
reconfigure
go

sp_configure 'max server memory', 256
reconfigure
go

exit

Sunday, 21 October 2007 12:16:53 (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0]  |  Trackback
# Sunday, 12 August 2007

VM Additions

To install Virtual Machine Additions for Linux (openSUSE 10.2) running under Virtual PC 2007 download the vm additions for Virual Server from Microsoft Cconnect.

Grab iso image and boot into Linux.
su
cd /media/CDROM
rpm -ivh vmadd-full-0.0.1-1.i386.rpm --force

Then

Backup old mouse_drv.so in /usr.lib/xorg/modules/input
and replace with new mouse driver from /usr/X11R6/lib/modules/input

ctrl-alt-backspace  (init 3, init 5 )

Finally, disable scsi additions (YaST -> System -> System Services (Runlevel) disable rl 3 & 5

Mouse Wheel

add psmouse.proto=imps to /boot/grub/menu.lst (or =exps)

Screen Size

Seems to be limited to 1024x768

Keyboard Repeat

Add clock=pit as a bootloader option

Sunday, 12 August 2007 20:02:22 (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0]  |  Trackback
# Sunday, 24 June 2007

Delete removed credentials when accessing resources over a vpn:

cmdkey.exe /delete /ras

vista | win
Sunday, 24 June 2007 07:42:13 (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0]  |  Trackback
# Thursday, 31 May 2007

Thursday, 31 May 2007 10:16:49 (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [1]  |  Trackback
# Thursday, 17 May 2007

Can't install Service Pack (or some/all other updates) directly, from Windows Update or by WSUS.  See http://support.microsoft.com/default.aspx?scid=kb;en-us;822798 for solutions.

This worked for me:

create batch file (catroot2.cmd)

net stop cryptsvc
ren %systemroot%\System32\Catroot2 oldcatroot2
net start cryptsvc
cd %systemroot%\system32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}
del /Q tmp*.cat
exit

Then delete all tmp*.cat files from %systemroot%\system32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE} (or add to batch file, as above)

win | 2003 | sbs | xp | wsus
Thursday, 17 May 2007 15:32:34 (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0]  |  Trackback
# Tuesday, 24 April 2007

ASP

V216-030-B-010

Jumper Settings:

 

PT-9

Jumper Setting for EPP Printer Card LPT 1.2&3

. 27B 37B 3BC
JP 1 CL OP OP
JP 2 OP CL OP
JP 3 OP OP CL
JP 5 1-2 1-2 2-3

1-2 2-3
JP 4 IRQ 7 IRQ 5
JP 6 EPP SPP

or

1-2 2-3
JP1 IRQ7 IRQ3
JP2 LPT2 LPT1
JP3 EPP SPP

win
Tuesday, 24 April 2007 18:25:25 (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0]  |  Trackback
# Thursday, 08 March 2007

EventID:   1
Source:   VDS Basic Provider 1.0
Data:      Unexpected failure. Error code: 45D@01020004


[Windows Mail] could not be started. The application was unable to create teh spooler object. Your computer may be out of memory or your disk is full. (0x80040155)


EventID:   1
Source:      VDS Basic Provider 1.0
Data:         Failed to open device [\path\to\harddisk\Partitionx]. Error code: 2@01050001


The COM+ Event System detected a bad return code during its internal processing. HRESULT was 8007043c from line 45 of d:\vistartm\com\complus\src\events\tier1\eventsystemobj.cpp. Please contact Microsoft Product Support Services to report this error.


 

Thursday, 08 March 2007 19:54:58 (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0]  |  Trackback
# Wednesday, 14 February 2007

Just some notes:

http://support.microsoft.com/kb/926182


I order to run  an IPSEC/NAT-T type VPN you need to insert the following registry keys on the client :

XP SP2:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\IPsec]

 "AssumeUDPEncapsulationContextOnSendRule"=dword:00000002”

Vista:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PolicyAgent]
"AssumeUDPEncapsulationContextOnSendRule"=dword:00000002”

Now... I'm not quite sure that these alone will help you get connected.
Make sure that since you are connecting from a non-domain member that you certificate is properly installed.

Import the Administrator-Cert to both
Local Machine: "Personal" & "Trusted Root Certification Authorities"

This in combination with the above registry-hack should do it.

BTW: The one for SP 2 is documented in:
http://support.microsoft.com/default.aspx?kbid=885407

The one for Vista is not... but it works  

[TX Geir Johansen, isaserver.org]


OK, here is a way to do it (but it is not an easy
solution).

1) You need to use certmgr.msc on the Vista Client
2) You need to generate Custom Request in the console
(see Create a Custom Certificate Request in the Help
file).
3) Best to add Custom subject information (be sure to
include an Alternate Name that includes the User
Principal Name
4) Save the file to a PKCS#10 request


Create a custom v2 certificate template that allows the
Subject to be created in the Request. Base it on the
template you want to use (for the love of G*D, do not
use User <G>) Ensure that the template is available at
the CA you are using. Assume it is named VistaUser


You now use the Certsrv Web page to submit the request
1) Connect to https://CAName/certsrv
2) Provide credentials from the domain
3) Choose Request a Certificate
4) CHoose Advanced Certificate Request
5) Choose Submit a certificate request by using a base-  
64-encoded CMC or PKCS #10 file, or submit a renewal
request by using a base-64-encoded PKCS #7 file.
6) Paste the contents of the file created in the first
procedure into the Saved Request box
7) Choose the VistaUser template in the Certificate
Template sectino
8) Click Submit
9) Save the issued certificate to a PKCS#7 file (all
certs in the chain)


Go back to the Vista box
1) Import the PKCS#7 file
2) Put all certs in the Personal store (for now)
3) Once the import is complete, move the CA certificates
into the appropriate stores (root in the root, all other
CAs in the intermediate store
4) Use the certificate


Brian
P.S. Please do not ask for more detailed steps <G>


In article <D85CB163-D832-4D40-B009-B5A28A685BF0
@microsoft.com>, S...@discussions.microsoft.com says...


 

vista | vpn | 2003
Wednesday, 14 February 2007 20:26:40 (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0]  |  Trackback
# Saturday, 10 February 2007

IE7 installs newer version of psapi.dll.  Stop all Exchange services and remove/rename psapi.dll in \Exchsrvr\bin\. Restart Exchange services.

Saturday, 10 February 2007 11:01:09 (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0]  |  Trackback