Error deploying Report Model Project

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
ken.cruzado
Posts: 4
Joined: Fri 18 Jan 2008 20:53

Error deploying Report Model Project

Post by ken.cruzado » Fri 18 Jan 2008 21:02

I've read the readme, and PostgreSQLDirect .NET2 seems to be installed correctly.

Here's what I'm running:
VS 2005
PostgresSQLDirect.NET2 v3.30

Here's what I've done:
1. Created a data source using .Net providers\PostgresSQLDirect .NET. Test Connection is OK.
2. Created Data Source View, added tables and relationships. No errors.
3. Created Report Model. No errors.
4. Build project is OK.
5. Deploy project creates 2 errors:
Corelab.PostgresSql Datasource.ds
Corelab.PostgresSql Model.smdl

Here is the deploy output:
Build complete -- 0 errors, 0 warnings
------ Build started: Project: Data_Warehouse_Report_Model, Configuration: Production ------
Build complete -- 0 errors, 0 warnings
------ Deploy started: Project: Data_Warehouse_Report_Model, Configuration: Production ------
Deploying to http://server/ReportServer?%2f
CoreLab.PostgreSql
Deploying model 'model.smdl'.
CoreLab.PostgreSql
Deploy complete -- 2 errors, 0 warnings
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========

Let me know if you need more info...

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Mon 21 Jan 2008 08:59

Please send me a small test project to reproduce the problem.
It is desirable to use 'test' schema objects, otherwise include the
definition of your own database objects.
Do not use third party components.
If it is impossible for you to create the test project, send us a piece of
your code where the error occurs.

ken.cruzado
Posts: 4
Joined: Fri 18 Jan 2008 20:53

Post by ken.cruzado » Mon 21 Jan 2008 15:10

Hi Alexey,
Sorry this is my first time posting. I'm not sure what database objects or code to send you. I can can send you a copy of my VS report model project if that is helpful. Can I email it to you instead of posting it here?

ken.cruzado
Posts: 4
Joined: Fri 18 Jan 2008 20:53

Project emailed

Post by ken.cruzado » Mon 21 Jan 2008 17:05

Alexey,
I emailed a copy of my project to '[email protected]'

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Tue 22 Jan 2008 10:57

I have received your project. I will send you an e-mail with some results as soon as possible.

ken.cruzado
Posts: 4
Joined: Fri 18 Jan 2008 20:53

Update?

Post by ken.cruzado » Tue 22 Jan 2008 19:20

Hi Alexey,
Were you able to reproduce the same error I emailed you?

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Wed 23 Jan 2008 14:02

I couldn't reproduce the error currently.
But we are investigating the problem.
As soon as we find out what's the reason for the failure I will let you know.

Post Reply