0
votes

I have currently upload my asp.net file which contains crystal report in Website host: (somee.com), but the crystal can't work in somee.com.

Error message:“Error Failed to open the connection. Details: [Database Vendor Code: 17 ] Failed to open the connection. rptUsers {BFFF26F5-4E99-4153-9D71-67B92F5924D9}.rpt Details: [Database Vendor Code: 17 ] ”

How can I solve this problem?

Here is my the website I upload in somee: http://yuanyuanhong.somee.com/Reports/Users.aspx *Try to login with:“Email address:[email protected];password:5780231" in able to access the above page. Thanks.

1

1 Answers

0
votes

Could be several issues: can't connect to database, path to report file incorrect, permissions issues for the web user, no crystal runtime installed on the server. Judging from the error you have an issue connecting to the database. Do you have a DSN (Data Connection) on your development machine that you don't have on the server? Does the web user have access to the database?

Something to start with....

Chris