Error Message while Publishing Report

Stimulsoft Reports.PHP discussion
Post Reply
drshail23
Posts: 15
Joined: Wed Jan 02, 2019 5:50 am

Error Message while Publishing Report

Post by drshail23 »

Hi , i made a Report in MS SQL Database and it work perfect in Stimulsoft Designer 2019.1.1 Version but when i Publish it with Php i got this Error
Image
Attachments
Applist.zip
(2.05 MiB) Downloaded 219 times
Lech Kulikowski
Posts: 6247
Joined: Tue Mar 20, 2018 5:34 am

Re: Error Message while Publishing Report

Post by Lech Kulikowski »

Hello,

Please check that MS SQL extension is added on your PHP server.

Thank you.
drshail23
Posts: 15
Joined: Wed Jan 02, 2019 5:50 am

Re: Error Message while Publishing Report

Post by drshail23 »

Yes , I can view data from mssql server in phpsite
Image
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Error Message while Publishing Report

Post by HighAley »

Hello,

We are using sqlsrv or mssql to connect to the MS SQL server.
PDO is not used in our data adapter.

You should install on of supported drivers or modify our data adapter as you need.

Thank you.
drshail23
Posts: 15
Joined: Wed Jan 02, 2019 5:50 am

Re: Error Message while Publishing Report

Post by drshail23 »

hi i Added ms sql extension in php server eventhough i got this error , i m using xampp server with php 7.1
i have added this file in php ext folder and this line in php.ini
i also add ms sql server in odbc administrator in system dsn
extension=php_pdo_sqlsrv_71_ts.dll
extension=php_sqlsrv_71_ts.dll
;extension=php_sqlsrv_7_ts_x64.dll
extension=php_sqlsrv.dll
SDo kindly help me
Lech Kulikowski
Posts: 6247
Joined: Tue Mar 20, 2018 5:34 am

Re: Error Message while Publishing Report

Post by Lech Kulikowski »

Hello,

Please check your connection on your PHP server without the designer.

Thank you.
drshail23
Posts: 15
Joined: Wed Jan 02, 2019 5:50 am

Re: Error Message while Publishing Report

Post by drshail23 »

in PHP Application i Can Fetch Data and Display in my Website with MSSQL Server , It worked Perfect but only in Stimulsoft report it Showed THis Error ?
Lech Kulikowski
Posts: 6247
Joined: Tue Mar 20, 2018 5:34 am

Re: Error Message while Publishing Report

Post by Lech Kulikowski »

Hello,

Please send us your report for analysis.

Thank you.
Post Reply