- Check Web Sites: Identifier in our case it is 421949310,
- Get settings for NTAutheticationProviders property:
- Change the property to Kerberous:
C:\Inetpub\AdminScripts>cscript adsutil.vbs get w3svc/421949310/root/NTAuthentiationProviders "Negotiate,NTLM"
Change the property to NTLM:
C:\Inetpub\AdminScripts>cscript adsutil.vbs get w3svc/421949310/root/NTAuthentiationProviders "NTLM"
You can check all properties for AD object by ENUM command, for example to see all objects and settings under the virtual server root:
C:\Inetpub\AdminScripts>cscript adsutil.vbs enum w3svc/421949310/root
Friday, March 23, 2007
Change between Kerberous an NTLM authentication
Wednesday, March 14, 2007
SharePoint 2003 server upgrade to MOSS2007
This Upgrade approach can be used in multiple cases as: test upgrade, moving to new hardware upgrade and basically in any other case. To use the approach you need to have virtual server with Sharepoint 2003 installation.
Conditions:
Conditions:
- VS SPS 2003 should be exactly patched as production one.
- Same SQL database server can be used, but if database server is different - it should be patched as production one.
Steps:
- Backup production SPS 2003
- Restore backuped databases to a SQL server under different name - if you will use same SQL server for the process.
- On VS SPS 2003 install post sp2 hotfix http://support.microsoft.com/?id=897722 to get databaserepair option for stsadm.
- Run stsadm -o databserepair on all virtual servers content databases, command line will be like "stsam -o databaserepair -url http://sps.company.com -databasename sps_site". http://support.microsoft.com/kb/918744 . In my cases I did not have any orphane objects, I beliave if you do - you need to fix the database.
- Do not use full-text index on any database, if an index exists - delete the index file and disable the indexing on the database (database properties - files option).
- Run prescan.exe tool from MOSS2007 installation CD, run as: "prescan.exe /all" any other option so far gave me an error like something wrong with uri.
- Fix any error, if you run prescan - failed, but if you will run MOSS2007 installation without fixing errors it can give you more specific error log.
- After main upgrade finished you need to check sharepoint timer service - it should be running, and if you have WSS V2 sites very possble you will need to run "psconfig -cmd upgrade -inplace b2b -wait -force" from "\...\12\bin" to finish provisioning SSP(s)
Subscribe to:
Posts (Atom)