This is a migrated thread and some comments may be shown as answers.

Acessing database from outside network

1 Answer 36 Views
Report Designer (standalone)
This is a migrated thread and some comments may be shown as answers.
Sudarshan
Top achievements
Rank 1
Sudarshan asked on 10 Mar 2016, 01:00 PM

Hi , how do we do access our database from outside of the network for Entity data source. I mean when we copy dll path and connection string to

report designer config file it only allows to access the data base if report designer is on the same network , how can we solve the problem so that from any network we can access our data from any network?

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 11 Mar 2016, 05:53 PM
Hello Sudarshan,

The EntityDataSource component passes a connection string to the specified EF data model, which allows the Report Designer to execute the data context and get the available fields for design purposes.

Thus you need to configure the EF based on the desired database, and make the database accessible remotely. Please contact you system administrators to configure the SQL server and test connecting from your machine. Once configured, check what connection string should be used and use it on configuring the EntityDataSource component.


I hope this information is helpful.

Regards,
Stef
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Report Designer (standalone)
Asked by
Sudarshan
Top achievements
Rank 1
Answers by
Stef
Telerik team
Share this question
or