Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Changing Server Name Takes Long Time
Message
Information générale
Forum:
ASP.NET
Catégorie:
Rapports
Titre:
Changing Server Name Takes Long Time
Divers
Thread ID:
01451564
Message ID:
01451564
Vues:
78
I'm using the following code to change the server name in a Crystal Report.
ReportSource = _ReportInfo.Report;

LogOnInfo[0].ConnectionInfo.ServerName = _ReportInfo.LogonInfo.ServerName;
LogOnInfo[0].ConnectionInfo.DatabaseName = _ReportInfo.LogonInfo.DatabaseName;
LogOnInfo[0].ConnectionInfo.IntegratedSecurity = _ReportInfo.LogonInfo.IntegratedSecurity;

if (! _ReportInfo.LogonInfo.IntegratedSecurity)
{
    LogOnInfo[0].ConnectionInfo.UserID = _ReportInfo.LogonInfo.UserId;
    LogOnInfo[0].ConnectionInfo.Password = _ReportInfo.LogonInfo.Password;
}
The line that changes the server name take 30 seconds to run. Anyone know why this is?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform