Install fails when configuring reports

  • Follow


Install of DPM 2007 fails in exact same place every time.  I'm using a local 
SQL database and letting DPM install and configure SQL.  Here is the section 
of the install log that appears to be the problem.  I know the password that 
I supplied during the install wizard meets the complexity requirements.  It 
is 11 characters long, has UPPER, lower, numbers, and special characters.  
Can anyone help?



[11/24/2009 4:36:40 PM] Information : Configure reporting.
[11/24/2009 4:36:40 PM] Data : Path of configuration file of SQL Server 
Reporting Services = d:\Program Files\Microsoft DPM\SQL\MSSQL.2\Reporting 
Services\ReportServer\RSReportServer.config
[11/24/2009 4:36:40 PM] Data : Source folder for reports (.rdl files) = 
D:\Program Files\Microsoft DPM\DPM\bin\\DpmReports
[11/24/2009 4:36:40 PM] Data : Path of dll to invoke = D:\Program 
Files\Microsoft DPM\DPM\bin\DlsUILibrary.dll
[11/24/2009 4:36:40 PM] Information : Set report rendering extensions in 
Reporting Services
[11/24/2009 4:36:40 PM] Information : Set tracing level in Reporting Services
[11/24/2009 4:36:40 PM] Information : Lock down the IIS.
[11/24/2009 4:36:40 PM] Data : SMTP server address for notification = 
[11/24/2009 4:36:40 PM] Information : Configure reporting.
[11/24/2009 4:36:40 PM] Data : Source folder for reports (.rdl files) = 
D:\Program Files\Microsoft DPM\DPM\bin\\DpmReports
[11/24/2009 4:36:40 PM] Data : Path of dll to invoke = D:\Program 
Files\Microsoft DPM\DPM\bin\DlsUILibrary.dll
[11/24/2009 4:36:40 PM] Information : Deploy reports
[11/24/2009 4:36:56 PM] Information : Add the machine to intranet security 
zone
[11/24/2009 4:36:56 PM] Information : Create and set password for Reporting 
account:DpmReport
[11/24/2009 4:36:56 PM] * Exception :  => 
System.Reflection.TargetInvocationException: Exception has been thrown by the 
target of an invocation. ---> 
Microsoft.Internal.EnterpriseStorage.Dls.UI.Library.Reporting.ReportingException: 
Exception of type 
'Microsoft.Internal.EnterpriseStorage.Dls.UI.Library.Reporting.ReportingException' was thrown.
   at 
Microsoft.Internal.EnterpriseStorage.Dls.UI.Library.Reporting.Reporter.CreateUserAccount(String server, String password, Boolean create)
   at 
Microsoft.Internal.EnterpriseStorage.Dls.UI.Library.Reporting.Reporter.SetReportingPassword(String password, String server)
*** Mojito error was: PasswordTooShort; 0; None
   --- End of inner exception stack trace ---



Thanks
0
Reply Utf 11/24/2009 7:53:02 PM

Hi -During DPM installation you are asked for a password with with the DPM 
Reports account is configured (in the DPM wizard). Please make sure that the 
password complexity meets your domain policy requirements.

Thanks,

-- 
Nileema [MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights.


"p-ratty" <p-ratty@discussions.microsoft.com> wrote in message 
news:E78823DC-7681-49B8-A690-C85919B03081@microsoft.com...
> Install of DPM 2007 fails in exact same place every time.  I'm using a 
> local
> SQL database and letting DPM install and configure SQL.  Here is the 
> section
> of the install log that appears to be the problem.  I know the password 
> that
> I supplied during the install wizard meets the complexity requirements. 
> It
> is 11 characters long, has UPPER, lower, numbers, and special characters.
> Can anyone help?
>
>
>
> [11/24/2009 4:36:40 PM] Information : Configure reporting.
> [11/24/2009 4:36:40 PM] Data : Path of configuration file of SQL Server
> Reporting Services = d:\Program Files\Microsoft DPM\SQL\MSSQL.2\Reporting
> Services\ReportServer\RSReportServer.config
> [11/24/2009 4:36:40 PM] Data : Source folder for reports (.rdl files) =
> D:\Program Files\Microsoft DPM\DPM\bin\\DpmReports
> [11/24/2009 4:36:40 PM] Data : Path of dll to invoke = D:\Program
> Files\Microsoft DPM\DPM\bin\DlsUILibrary.dll
> [11/24/2009 4:36:40 PM] Information : Set report rendering extensions in
> Reporting Services
> [11/24/2009 4:36:40 PM] Information : Set tracing level in Reporting 
> Services
> [11/24/2009 4:36:40 PM] Information : Lock down the IIS.
> [11/24/2009 4:36:40 PM] Data : SMTP server address for notification =
> [11/24/2009 4:36:40 PM] Information : Configure reporting.
> [11/24/2009 4:36:40 PM] Data : Source folder for reports (.rdl files) =
> D:\Program Files\Microsoft DPM\DPM\bin\\DpmReports
> [11/24/2009 4:36:40 PM] Data : Path of dll to invoke = D:\Program
> Files\Microsoft DPM\DPM\bin\DlsUILibrary.dll
> [11/24/2009 4:36:40 PM] Information : Deploy reports
> [11/24/2009 4:36:56 PM] Information : Add the machine to intranet security
> zone
> [11/24/2009 4:36:56 PM] Information : Create and set password for 
> Reporting
> account:DpmReport
> [11/24/2009 4:36:56 PM] * Exception :  =>
> System.Reflection.TargetInvocationException: Exception has been thrown by 
> the
> target of an invocation. --->
> Microsoft.Internal.EnterpriseStorage.Dls.UI.Library.Reporting.ReportingException:
> Exception of type
> 'Microsoft.Internal.EnterpriseStorage.Dls.UI.Library.Reporting.ReportingException' 
> was thrown.
>   at
> Microsoft.Internal.EnterpriseStorage.Dls.UI.Library.Reporting.Reporter.CreateUserAccount(String 
> server, String password, Boolean create)
>   at
> Microsoft.Internal.EnterpriseStorage.Dls.UI.Library.Reporting.Reporter.SetReportingPassword(String 
> password, String server)
> *** Mojito error was: PasswordTooShort; 0; None
>   --- End of inner exception stack trace ---
>
>
>
> Thanks 

0
Reply Nileema 11/28/2009 12:20:13 PM


Thanks for the reply, but I've already looked into that and the password I 
supply exceeds the requirement for password complexity.  That is why I don't 
understand the error.  In order to eliminate the possibility of SQL being 
configured incorrectly I've tried the install with a remote SQL database and 
a local database.  I get the same error in exactly the same spot regardless 
of which database I use.  I am not installing SQL first, but rather letting 
the DPM setup install a local copy so that it can do the configuration itself.

Do you have any other ideas?

Thanks again for your first reply

"Nileema [MSFT]" wrote:

> Hi -During DPM installation you are asked for a password with with the DPM 
> Reports account is configured (in the DPM wizard). Please make sure that the 
> password complexity meets your domain policy requirements.
> 
> Thanks,
> 
> -- 
> Nileema [MSFT]
> 
> This posting is provided "AS IS" with no warranties, and confers no rights.
> 
> 
> "p-ratty" <p-ratty@discussions.microsoft.com> wrote in message 
> news:E78823DC-7681-49B8-A690-C85919B03081@microsoft.com...
> > Install of DPM 2007 fails in exact same place every time.  I'm using a 
> > local
> > SQL database and letting DPM install and configure SQL.  Here is the 
> > section
> > of the install log that appears to be the problem.  I know the password 
> > that
> > I supplied during the install wizard meets the complexity requirements. 
> > It
> > is 11 characters long, has UPPER, lower, numbers, and special characters.
> > Can anyone help?
> >
> >
> >
> > [11/24/2009 4:36:40 PM] Information : Configure reporting.
> > [11/24/2009 4:36:40 PM] Data : Path of configuration file of SQL Server
> > Reporting Services = d:\Program Files\Microsoft DPM\SQL\MSSQL.2\Reporting
> > Services\ReportServer\RSReportServer.config
> > [11/24/2009 4:36:40 PM] Data : Source folder for reports (.rdl files) =
> > D:\Program Files\Microsoft DPM\DPM\bin\\DpmReports
> > [11/24/2009 4:36:40 PM] Data : Path of dll to invoke = D:\Program
> > Files\Microsoft DPM\DPM\bin\DlsUILibrary.dll
> > [11/24/2009 4:36:40 PM] Information : Set report rendering extensions in
> > Reporting Services
> > [11/24/2009 4:36:40 PM] Information : Set tracing level in Reporting 
> > Services
> > [11/24/2009 4:36:40 PM] Information : Lock down the IIS.
> > [11/24/2009 4:36:40 PM] Data : SMTP server address for notification =
> > [11/24/2009 4:36:40 PM] Information : Configure reporting.
> > [11/24/2009 4:36:40 PM] Data : Source folder for reports (.rdl files) =
> > D:\Program Files\Microsoft DPM\DPM\bin\\DpmReports
> > [11/24/2009 4:36:40 PM] Data : Path of dll to invoke = D:\Program
> > Files\Microsoft DPM\DPM\bin\DlsUILibrary.dll
> > [11/24/2009 4:36:40 PM] Information : Deploy reports
> > [11/24/2009 4:36:56 PM] Information : Add the machine to intranet security
> > zone
> > [11/24/2009 4:36:56 PM] Information : Create and set password for 
> > Reporting
> > account:DpmReport
> > [11/24/2009 4:36:56 PM] * Exception :  =>
> > System.Reflection.TargetInvocationException: Exception has been thrown by 
> > the
> > target of an invocation. --->
> > Microsoft.Internal.EnterpriseStorage.Dls.UI.Library.Reporting.ReportingException:
> > Exception of type
> > 'Microsoft.Internal.EnterpriseStorage.Dls.UI.Library.Reporting.ReportingException' 
> > was thrown.
> >   at
> > Microsoft.Internal.EnterpriseStorage.Dls.UI.Library.Reporting.Reporter.CreateUserAccount(String 
> > server, String password, Boolean create)
> >   at
> > Microsoft.Internal.EnterpriseStorage.Dls.UI.Library.Reporting.Reporter.SetReportingPassword(String 
> > password, String server)
> > *** Mojito error was: PasswordTooShort; 0; None
> >   --- End of inner exception stack trace ---
> >
> >
> >
> > Thanks 
> 
> .
> 
0
Reply Utf 12/7/2009 2:24:01 PM

2 Replies
391 Views

(page loaded in 0.092 seconds)

Similiar Articles:













8/1/2012 4:31:47 PM


Reply: