This is regarding the exchange calendar update tool. We are on Exchange 2003 and server 2003 with all SP's applied. I try to run the tool with an account that should have proper rights but get the followwing on the test mailboxes. HrReadConfiguration:Logfile opened as:msextmz.log HrReadConfiguration:Reading Configuration. HrReadConfiguration:Command Line:D:\TZMove\tzmove.exe /q HrReadConfiguration:ServerDN:/O=ARAMCO/OU=America/cn=Configuration/cn=Servers/cn=HOUMAIL HrReadConfiguration:Output File is not set. HrReadConfiguration:InputFile opened as:D:\Program Files\MsExTmz\houmail\Mailboxes_1.txt HrReadConfiguration:Error opened as:Errors.txt HrReadConfiguration:Default Profile set to Default Outlook Profile HrReadConfiguration:Default Timezone is not set. HrReadConfiguration:Per-Mailbox time limit:15 minutes. HrReadConfiguration:Log Directory set to:D:\Program Files\MsExTmz\houmail\ HrProcessInputFile:Processing Mailbox:/O=ARAMCO/OU=AMERICA/CN=RECIPIENTS/CN=EDWARDTA HrProcessMailbox:Timezone set to CENTRAL STANDARD TIME. HrSpawnOLTool:Spawned worker process as pid - 1016. HrScanEventLogForSuccess:Success Event not found in Application log, treating as failure. HrProcessMailbox:Unable to process mailbox /O=ARAMCO/OU=AMERICA/CN=RECIPIENTS/CN=EDWARDTA - 0x80004005 HrProcessInputFile:Error Processing Mailbox:/O=ARAMCO/OU=AMERICA/CN=RECIPIENTS/CN=EDWARDTA - 0x80004005 HrProcessInputFile:Processing Mailbox:/O=ARAMCO/OU=AMERICA/CN=RECIPIENTS/CN=JWOLFE HrProcessMailbox:Timezone set to CENTRAL STANDARD TIME. HrSpawnOLTool:Spawned worker process as pid - 4052. HrScanEventLogForSuccess:Success Event not found in Application log, treating as failure. HrProcessMailbox:Unable to process mailbox /O=ARAMCO/OU=AMERICA/CN=RECIPIENTS/CN=JWOLFE - 0x80004005 HrProcessInputFile:Error Processing Mailbox:/O=ARAMCO/OU=AMERICA/CN=RECIPIENTS/CN=JWOLFE - 0x80004005 HrProcessInputFile:Processing Mailbox:/O=ARAMCO/OU=AMERICA/CN=RECIPIENTS/CN=KNIGHTRW HrProcessMailbox:Timezone set to CENTRAL STANDARD TIME. HrSpawnOLTool:Spawned worker process as pid - 3120. HrScanEventLogForSuccess:Success Event not found in Application log, treating as failure. HrProcessMailbox:Unable to process mailbox /O=ARAMCO/OU=AMERICA/CN=RECIPIENTS/CN=KNIGHTRW - 0x80004005 HrProcessInputFile:Error Processing Mailbox:/O=ARAMCO/OU=AMERICA/CN=RECIPIENTS/CN=KNIGHTRW - 0x80004005 It seems like it is setting the time zone but not actually making any changes. I thought it was also supposed to write a small text file for each mailbox it makes changes to.? Not able to see any. Any ideas on this as searches for issues with this have come up few.? Thanks?
Did you find out what happened with this? Im getting the same errors and not sure what to do next. Thanks
Well I did get it working and there were two things. One was the Exchange group had not actually given my account the proper rights to mailboxes in my site. The other was that the actual TZMOVE.exe was pointing to the self extracting file and not the actual installed version. My mistake! This got it though. "Matt Webb" wrote: > Did you find out what happened with this? Im getting the same errors > and not sure what to do next. > Thanks > >
Change CommandLine = C:\DST\Exchange Calendar Update Tool\tzmove.exe /q to CommandLine = C:\Program Files\Microsoft Office\Office12\Office Outlook Time Zone Data Update Tool\tzmove.exe /q in the ***.ini files this took forever to figure out the CommandLine = C:\DST\Exchange Calendar Update Tool\tzmove.exe /q is acutally the installer, what was M$ thinking? I also found an issue with outlook 12 as it would remove the favorites from for the users using office 11, so I had to remove outlook 12 and install 11 and make the folloing changes: OutlookCommand = C:\Program Files\Office2003\OFFICE11\OUTLOOK.EXE / noextensions OutlookKey = Software\Microsoft\Office\11.0\Outlook
On Mar 5, 10:47 pm, "Adam Gregory" wrote: > Change > > CommandLine = C:\DST\Exchange Calendar Update Tool\tzmove.exe /q > > to > > CommandLine = C:\Program Files\Microsoft Office\Office12\Office > Outlook Time Zone Data Update Tool\tzmove.exe /q > > in the ***.ini files this took forever to figure out the CommandLine = > C:\DST\Exchange Calendar Update Tool\tzmove.exe /q is acutally the > installer, what was M$ thinking? > > I alsofoundan issue with outlook 12 as it would remove the favorites > from for the users using office 11, so I had to remove outlook 12 and > install 11 and make the folloing changes: > > OutlookCommand = C:\Program Files\Office2003\OFFICE11\OUTLOOK.EXE / > noextensions > OutlookKey = Software\Microsoft\Office\11.0\Outlook I was about to call Microsoft when I read your solution to pointing to the correct location of tzmove.exe in the command line: > CommandLine = C:\Program Files\Microsoft Office\Office12\Office > Outlook Time Zone Data Update Tool\tzmove.exe /q That was my problem and now I am sailing. Thank you for sharing your help. Helen