Question

I've been using Crystal Report for my Adempiere (ERP Software which i believe use Postgres ODBC)

I want to try SSRS cause i've heard some good things about it. At this point i just want to try the SQL Server Data Tools to try and create some reports and see whether i find it easy before attempting to deploy the reports on SSRS. So i'm guessing i should focus on connecting the SQL Server Data Tools or Report Builder?

Anyway, I've tried to follow the instructions from here (http://postgresblog.blogspot.com/) to "New Linked Server". I come across Error:7303

"An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo) -> Cannot Initialize the data source Object of OLE DB provider "MSDASQL" for linked server "Adempiere". OLB DB provider "MSDASQL" for linked server "Adempiere" returned message "[Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application" (Microsoft SQL Server, Error: 7303)

I've tested the DNS Server and its successful.

At this point i'm abit lost on whether im going in the right direction. I just want to try and use SQL Server Data Tools or Report Builder to see if im comfortable creating reports on it. Before the actual deployment of SSRS.

I hope you all can help me with this problem here... Thanks alot! Sorry if all these sounds very noob... My IT manager quit and i used to rely on him to solve all these problems

Was it helpful?

Solution

It is a bit ago that I worked with SSRS. But if I remember correctly you just have to add a connection as described in Step 7. You do not need a linked Server to query data from an other sources. Do you get the same error while creating a new data source in SSRS?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top