Hi,
I am trying to evaluate the product and build a reporting solution using postgres DB.
In my case I need to build the report based on the result returned by a stored procedure(function in postgress) but I could not find any examples on postgress.
Can somebody help me and provide a sample or at least a link to some tutorials?
While I was trying to integrate with postgres, I have found the following error(which was caused by a missing connection string parameter):
An error has occurred while processing Report 'Report2':
Exception has been thrown by the target of an invocation.
------------- InnerException -------------
ERROR: 42P01: relation "voa_keygen" does not exist Telerik.OpenAccess.RT.sql.SQLException: ERROR: 42P01: relation "voa_keygen" does not exist
at Telerik.OpenAccess.RT.Adonet2Generic.Impl.StatementImp.executeQuery(String sql)
at OpenAccessRuntime.Relational.sql.HighLowRelationalKeyGenerator.IsCached(Connection con, RelationalKeyGeneratorInfoCache infoCache, String tab, String kCol, String vCol, String key, Boolean& ret)
at OpenAccessRuntime.Relational.sql.HighLowRelationalKeyGenerator.init(String className, RelationalTable theClassTable, Connection con, RelationalKeyGeneratorInfoCache relationalKeyGeneratorInfoCache)
at OpenAccessRuntime.Relational.RelationalStorageManagerFactory.init(Boolean full)
------------- InnerException -------------
ERROR: 42P01: relation "voa_keygen" does not exist
for everyone who had this issues with postgres, just specify, Protocol = 3 in Connection String and everything should work after.
Kind Regards,
Georgina.
I am trying to evaluate the product and build a reporting solution using postgres DB.
In my case I need to build the report based on the result returned by a stored procedure(function in postgress) but I could not find any examples on postgress.
Can somebody help me and provide a sample or at least a link to some tutorials?
While I was trying to integrate with postgres, I have found the following error(which was caused by a missing connection string parameter):
An error has occurred while processing Report 'Report2':
Exception has been thrown by the target of an invocation.
------------- InnerException -------------
ERROR: 42P01: relation "voa_keygen" does not exist Telerik.OpenAccess.RT.sql.SQLException: ERROR: 42P01: relation "voa_keygen" does not exist
at Telerik.OpenAccess.RT.Adonet2Generic.Impl.StatementImp.executeQuery(String sql)
at OpenAccessRuntime.Relational.sql.HighLowRelationalKeyGenerator.IsCached(Connection con, RelationalKeyGeneratorInfoCache infoCache, String tab, String kCol, String vCol, String key, Boolean& ret)
at OpenAccessRuntime.Relational.sql.HighLowRelationalKeyGenerator.init(String className, RelationalTable theClassTable, Connection con, RelationalKeyGeneratorInfoCache relationalKeyGeneratorInfoCache)
at OpenAccessRuntime.Relational.RelationalStorageManagerFactory.init(Boolean full)
------------- InnerException -------------
ERROR: 42P01: relation "voa_keygen" does not exist
for everyone who had this issues with postgres, just specify, Protocol = 3 in Connection String and everything should work after.
Kind Regards,
Georgina.