Hi!
We work without shared datasource.
What we cannot understand is why there is does not work. We simply create a
connection string with credentials "sa" with empty password. The same user
and password defined on each SQL server I want to connect to.
If I try to work with SQL server placed on the same computer with RS server
everything works properly, but if I try connect to SQL server on another
computer, the error will occurred. It seems like we have no permission to
connect from RS server to any other SQL servers except local.
Of cause the problem is in permissions, but is it in SQL server connection
on generally other computer accessing that is a question.
The Datasource definition to work with SQL server on the same computer with
RS server looks like this:
<DataSources>
<DataSource Name="LSRDSOURCEREMP1">
<ConnectionProperties>
<DataProvider>SQL</DataProvider>
<ConnectString>Data Source=multi-rack2003;Initial
Catalog=IBSQL;Packet Size=4096;Workstation ID=IGOR;
</ConnectString>
</ConnectionProperties>
</DataSource>
</DataSources>
To connect to another SQL server looks like this:
<DataSources>
<DataSource Name="LSRDSOURCEREMP1">
<ConnectionProperties>
<DataProvider>SQL</DataProvider>
<ConnectString>Data Source=IGOR;Initial Catalog=IBSQL;Packet
Size=4096;Workstation ID=IGOR;
</ConnectString>
</ConnectionProperties>
</DataSource>
</DataSources>
The call to RenderReport we produce with the same parameters:
In Credentials parameters we send one element with
..DataSourceName = ="LSRDSOURCEREMP1"
..UserName = “saâ€
..Password = “â€
Of cause “sa†is accessible on both SQL servers.
What we are missing in our work?
Best regards!
Igor.
[quoted text, click to view] "Bruce L-C [MVP]" wrote:
> Standard edition is not a problem.
>
> Seems to me to be a credential problem How is your shared datasource setup?
>
>
> --
> Bruce Loehle-Conger
> MVP SQL Server Reporting Services
>
> "Igor" <Igor@discussions.microsoft.com> wrote in message
> news:AEC9C7AF-1149-42D3-91BC-98A0E119E309@microsoft.com...
> > Thanks.
> > As I remember, there is standard edition installed om my server.
> > I'll try with other editions.
> >
> > Best regards!
> > Igor.
> >
> > "darrenmr2@gmail.com" wrote:
> >
> >> Hi Igor,
> >>
> >> I had the same problem with developers edition - seems to work fine
> >> with Enterprise addition - may be undocumented 'feature restriction'.
> >>
> >> Darren
> >>
> >>
> >> Igor wrote:
> >> > Hi everyone!
> >> >
> >> > Does anybody know what I'm doing wrong when trying to connect to SQL
> >> > database placed on other than RS server computer?
> >> > When I'm connecting to SQL database, placed on the same computer as RS
> >> > server, everything works properly, by if am going to execute report for
> >> > database from another computer, the error occurs.
> >> >
> >> > What I have to define or change to allow RS server to execute report
> >> > without
> >> > depending on database and computer.
> >> >
> >> > Best regards!
> >> > Igor.
> >>
> >>
>
>