Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Question about SQL 2005 migration issue

Status
Not open for further replies.

pms18066

Programmer
Jan 12, 2005
94
US
I have ran into an error that I cant figure out. We recently moved our data from 2000 to 2005 servers. We use actuate as a reporting platform and run reports from a server off site against our sql2005 servers here. When I changed the data source for a report to test we get an error.

7405: [SQL State] : [DataDirect][ODBC SQL Server Driver][SQL Server]Heterogeneous queries require th
e ANSI_NULLS and ANSI_WARNINGS options to be set for the connection. This ensures consistent query semantics. Enable these options and then reissue your query.

We have checked/set ansi_nulls and Ansi_warnings on in every location we can find, Server, sproc, dbase, and odbc connection. I have found a load of helpful info dealing with this issue, but my issue must be different, because the problem still exists. The query does use a linked server. and if we point back to the 2000 server it runs fine. Im hoping someone out there has encountered this issue and can give me some insight into how they got around it. Almost all of our reports cross servers to get to their data.

Thx
 
N/M, actuate was overriding the conncetion vars when calling the report....

Thx

Anyway
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top