Great! Now if only I could get it to work for me, I could get back to real
coding and getting some real work done....
I did some digging there isn't really and 2005 documentation that covers
this problem, there is some SQL 2000 that says to ensure the
IWAM_computername user isn't disabled and the DTC (Distributed Transaction
Coordinator) service is running. That could be my problem DTC is not
running, however, when I try to run it it gives me an error:
The Distributed Transaction Coordinator service terminated with
service-specific error 3221229584 (0xC0001010).
So I'm back to still not able to do it. :(
--
George
[quoted text, click to view] "exkievan" wrote:
> Worked fine for me.
> --
> Thanks,
>
> ID
>
>
> "George P boutwell" wrote:
>
> > Hello,
> >
> > I'm trying to setup MS SQL Server 2005 June CTP. Everything seemed to be
> > fine except Reporting Services failed to install, blow is the Setup Log with
> > the section that has the relavent failure:
> >
> > CreateAspApp: start time: 11:44:01
> > CreateAspApp: CustomActionData: /LM/W3SVC/1/Root/Reports
> > CreateAspApp: Error 0x8004e00f: failed to create web application:
> > /LM/W3SVC/1/Root/Reports
> > MSI (s) (38!B0) [11:44:12:625]: Product: Microsoft SQL Server 2005 Reporting
> > Services CTP -- Error 25619. The setup failed to create web application:
> > /LM/W3SVC/1/Root/Reports. The error code is -2147164145.
> >
> > Error 25619. The setup failed to create web application:
> > /LM/W3SVC/1/Root/Reports. The error code is -2147164145.
> > CreateAspApp: end time: 11:44:12, elapsed: 38475601.000000 (seconds)
> >
> > Can someone shed some light on this?
> >
> > --
[quoted text, click to view] On Wed, 22 Jun 2005 06:31:08 -0700, George P Boutwell wrote:
> Great! Now if only I could get it to work for me, I could get back to real
> coding and getting some real work done....
>
> I did some digging there isn't really and 2005 documentation that covers
> this problem, there is some SQL 2000 that says to ensure the
> IWAM_computername user isn't disabled and the DTC (Distributed Transaction
> Coordinator) service is running. That could be my problem DTC is not
> running, however, when I try to run it it gives me an error:
>
> The Distributed Transaction Coordinator service terminated with
> service-specific error 3221229584 (0xC0001010).
>
> So I'm back to still not able to do it. :(
I tried several searches on KnowledgeBase and come-up empty, till I tried
an search on service-specified error 3221229584, which produced the
following:
http://news.gmane.org/gmane.linux.colinux.devel/cutoff=2420
this seemed to have fixed my DTC service, it now runs as expected. And
after uninstalling, rebooting, and re-installing SQL Server 2005 June CTP,
I now have the Report Services working.