Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing Server Name Takes Long Time
Message
General information
Forum:
ASP.NET
Category:
Reporting
Title:
Changing Server Name Takes Long Time
Miscellaneous
Thread ID:
01451564
Message ID:
01451564
Views:
77
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
Next
Reply
Map
View

Click here to load this message in the networking platform