Wednesday, January 24, 2007

OWA - can not be accessed

When try to access OWA (server OS 2000 sp4, Exchange 2003 sp2) have blank white screen. Rebuild all IIS Exchange directories:
  1. Deleted all Exchange directories under Default web site.
  2. Stop the web site
  3. Restart Exchange Attendant service or just reboot the server.

How to remove orthaned DC

KB 555846

Tuesday, January 23, 2007

Saleslogix Mailmerge Word problems

This is the error we are getting on SLX 6.1 with no SP with Word 2003. -The Mail Merge Engine encountered an error and cannot continue. Word was unable to open the data source.- For now I want to be able to stop the errors and will upgrade to an SP as soon as possible.I saw this from an earlier post but was unsure on how to apply this fix does any one have an idea on how to do this:* Create the file meaning to copy the text?* And how do you run it?I experienced the same issue in the past. After a couple of calls tosupport I was able to get this registry edit file from them called Word2003 Mail Merge DataSource SQL Statement.reg.Here is what it does:Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\SalesLogix\MailMerge]"DataSourceSQLStatement"="SELECT * FROM [SLXMAILMERGE] WHERE ([SKIP] 'F') ORDER BY [POSITION]"

Friday, January 05, 2007

My Site move MOSS 2007

It was a problem after upgrade from 2003 to MOSS, MySite link go nowhere, but I can still access my site s under /personal/username. So I install new SSP with web application for mysites and move the personal sites where.
My site move from one web application to another, batch for moving:
stsadm -o backup -url http://sps.arcweb.com/personal/%1 -filename c:\temp\%1
stsadm -o restore -url http://arcmysites.arcweb.com/personal/%1 -filename c:\temp\%1
stsadm -o deletesite -url http://sps.arcweb.com/personal/%1

there is %1 a user name.

After that deleted old portal (I did not have anything imortant on the portal) and creted a new portal. MySites link became OK.