From: Randy on
Same issue here, haven't found a resolution! Help!

-Randy

"Sherman" wrote:

> I'm receiving the same message. Hopefully someone form Microsoft Admin
> support will respond.
>
> "profit2k(a)yahoo.com" wrote:
>
> > Im receiving error "Unable Open mailbox - 0x8004011C" when I run the
> > exchange calendar update tool against a Exchange 2000 server...
> >
> > DST patches to OS and Exchange have been applied...
> >
> > We have full admin rights and SendAs on the account being used.
> >
> > Anyone? Please? :)
> >
> >
From: Don Tienter on
One of the nuances I had that caused this error was with TZMOVE.EXE
Microsoft named the self extracting executable the same name as the real
executable, they are both tzmove.exe
The self-extracting file is 8MB, the actual executable is 304KB.
In the MSExTmz_1.ini file make sure the "CommandLine =" points to the real
TZMOVE.EXE not the installer, and that TZMOVER.DLL is in the same directory
as TZMOVE.EXE
ie.
CommandLine = C:\Program Files\Microsoft Office\Office12\Office Outlook Time
Zone Data Update Tool\tzmove.exe /q

I had it pointing to the self-extracting file rather than the actual
executable, once I switched it, everything worked.

-Don


"Randy" wrote:

> Same issue here, haven't found a resolution! Help!
>
> -Randy
>
> "Sherman" wrote:
>
> > I'm receiving the same message. Hopefully someone form Microsoft Admin
> > support will respond.
> >
> > "profit2k(a)yahoo.com" wrote:
> >
> > > Im receiving error "Unable Open mailbox - 0x8004011C" when I run the
> > > exchange calendar update tool against a Exchange 2000 server...
> > >
> > > DST patches to OS and Exchange have been applied...
> > >
> > > We have full admin rights and SendAs on the account being used.
> > >
> > > Anyone? Please? :)
> > >
> > >
From: Don Tienter on
Another issue that I found to cause this error is timing. In the automated
setup you can set default time for Profile creation. I think the default is
15 seconds. In the file MSExTmz_1.ini with: ProfileCreationTimeLimit = 15 I
had intermittant errors. Setting it to: ProfileCreationTimeLimit = 60 worked
fine
I also set: PerMailboxTimeLimit = 60 (just out of good measure)
-Don

"Don Tienter" wrote:

> One of the nuances I had that caused this error was with TZMOVE.EXE
> Microsoft named the self extracting executable the same name as the real
> executable, they are both tzmove.exe
> The self-extracting file is 8MB, the actual executable is 304KB.
> In the MSExTmz_1.ini file make sure the "CommandLine =" points to the real
> TZMOVE.EXE not the installer, and that TZMOVER.DLL is in the same directory
> as TZMOVE.EXE
> ie.
> CommandLine = C:\Program Files\Microsoft Office\Office12\Office Outlook Time
> Zone Data Update Tool\tzmove.exe /q
>
> I had it pointing to the self-extracting file rather than the actual
> executable, once I switched it, everything worked.
>
> -Don
>
>
> "Randy" wrote:
>
> > Same issue here, haven't found a resolution! Help!
> >
> > -Randy
> >
> > "Sherman" wrote:
> >
> > > I'm receiving the same message. Hopefully someone form Microsoft Admin
> > > support will respond.
> > >
> > > "profit2k(a)yahoo.com" wrote:
> > >
> > > > Im receiving error "Unable Open mailbox - 0x8004011C" when I run the
> > > > exchange calendar update tool against a Exchange 2000 server...
> > > >
> > > > DST patches to OS and Exchange have been applied...
> > > >
> > > > We have full admin rights and SendAs on the account being used.
> > > >
> > > > Anyone? Please? :)
> > > >
> > > >
From: ACuoio on
The 15 refers to minutes. You can see that in the MSExTmz.ini file.

I solved the 0x8004011C issue for one of my customers by fixing the tabs in
the Input file. There was 1 too many.

"Don Tienter" wrote:

> Another issue that I found to cause this error is timing. In the automated
> setup you can set default time for Profile creation. I think the default is
> 15 seconds. In the file MSExTmz_1.ini with: ProfileCreationTimeLimit = 15 I
> had intermittant errors. Setting it to: ProfileCreationTimeLimit = 60 worked
> fine
> I also set: PerMailboxTimeLimit = 60 (just out of good measure)
> -Don
>
> "Don Tienter" wrote:
>
> > One of the nuances I had that caused this error was with TZMOVE.EXE
> > Microsoft named the self extracting executable the same name as the real
> > executable, they are both tzmove.exe
> > The self-extracting file is 8MB, the actual executable is 304KB.
> > In the MSExTmz_1.ini file make sure the "CommandLine =" points to the real
> > TZMOVE.EXE not the installer, and that TZMOVER.DLL is in the same directory
> > as TZMOVE.EXE
> > ie.
> > CommandLine = C:\Program Files\Microsoft Office\Office12\Office Outlook Time
> > Zone Data Update Tool\tzmove.exe /q
> >
> > I had it pointing to the self-extracting file rather than the actual
> > executable, once I switched it, everything worked.
> >
> > -Don
> >
> >
> > "Randy" wrote:
> >
> > > Same issue here, haven't found a resolution! Help!
> > >
> > > -Randy
> > >
> > > "Sherman" wrote:
> > >
> > > > I'm receiving the same message. Hopefully someone form Microsoft Admin
> > > > support will respond.
> > > >
> > > > "profit2k(a)yahoo.com" wrote:
> > > >
> > > > > Im receiving error "Unable Open mailbox - 0x8004011C" when I run the
> > > > > exchange calendar update tool against a Exchange 2000 server...
> > > > >
> > > > > DST patches to OS and Exchange have been applied...
> > > > >
> > > > > We have full admin rights and SendAs on the account being used.
> > > > >
> > > > > Anyone? Please? :)
> > > > >
> > > > >
From: darrick.wilson on
On Mar 2, 3:16 pm, ACuoio <ACu...(a)discussions.microsoft.com> wrote:
> The 15 refers to minutes. You can see that in the MSExTmz.ini file.
>
> I solved the 0x8004011C issue for one of my customers by fixing the tabs in
> the Input file. There was 1 too many.
>
>
>
> "Don Tienter" wrote:
> > Another issue that I found to cause this error is timing. In the automated
> > setup you can set default time for Profile creation. I think the default is
> > 15 seconds. In the file MSExTmz_1.ini with: ProfileCreationTimeLimit = 15 I
> > had intermittant errors. Setting it to: ProfileCreationTimeLimit = 60 worked
> > fine
> > I also set: PerMailboxTimeLimit = 60 (just out of good measure)
> > -Don
>
> > "Don Tienter" wrote:
>
> > > One of the nuances I had that caused this error was with TZMOVE.EXE
> > > Microsoft named the self extracting executable the same name as the real
> > > executable, they are both tzmove.exe
> > > The self-extracting file is 8MB, the actual executable is 304KB.
> > > In the MSExTmz_1.ini file make sure the "CommandLine =" points to the real
> > > TZMOVE.EXE not the installer, and that TZMOVER.DLL is in the same directory
> > > as TZMOVE.EXE
> > > ie.
> > > CommandLine = C:\Program Files\Microsoft Office\Office12\Office Outlook Time
> > > Zone Data Update Tool\tzmove.exe /q
>
> > > I had it pointing to the self-extracting file rather than the actual
> > > executable, once I switched it, everything worked.
>
> > > -Don
>
> > > "Randy" wrote:
>
> > > > Same issue here, haven't found a resolution! Help!
>
> > > > -Randy
>
> > > > "Sherman" wrote:
>
> > > > > I'm receiving the same message. Hopefully someone form Microsoft Admin
> > > > > support will respond.
>
> > > > > "profi...(a)yahoo.com" wrote:
>
> > > > > > Im receiving error "Unable Open mailbox - 0x8004011C" when I run the
> > > > > > exchange calendar update tool against a Exchange 2000 server...
>
> > > > > > DST patches to OS and Exchange have been applied...
>
> > > > > > We have full admin rights and SendAs on the account being used.
>
> > > > > > Anyone? Please? :)- Hide quoted text -
>
> - Show quoted text -

Thank you, this solved my problem. Extra tab in the file....who would
have thought.