Hi !
We have installed new SQL Server and copy databases into new server. username and password is correct.I changed one line of code in index.pl (on windows2000)file as below.
for old server (servername is GREATPLAINS):
my $dbh = DBI->connect('dbi:ODBC:driver={SQL Server};Server=GREATPLAINS; database=ResourceCenterDevel;uid=rescenter;pwd=rescenter$$;');
for New server(servername is STING) :
my $dbh = DBI->connect('dbi:ODBC:driver={SQL Server};Server=STING; database=ResourceCenterDevel;uid=ramesh;pwd=ramesh;');
as soon as i hit the web page. It gives following error message on browser:
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
What could be the reason ? Do i need to configure my web server or sql sever ? please help me.
We have installed new SQL Server and copy databases into new server. username and password is correct.I changed one line of code in index.pl (on windows2000)file as below.
for old server (servername is GREATPLAINS):
my $dbh = DBI->connect('dbi:ODBC:driver={SQL Server};Server=GREATPLAINS; database=ResourceCenterDevel;uid=rescenter;pwd=rescenter$$;');
for New server(servername is STING) :
my $dbh = DBI->connect('dbi:ODBC:driver={SQL Server};Server=STING; database=ResourceCenterDevel;uid=ramesh;pwd=ramesh;');
as soon as i hit the web page. It gives following error message on browser:
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
What could be the reason ? Do i need to configure my web server or sql sever ? please help me.