Hi there,
I've just downloaded the new version because I need the new multiple schema support. Our database has all the tables in one schema and all the SPROCs in another. When I try to create a new project with the two schemas, I get the above error message. Is it possible that it is failing is because the SPROC schema does not contain any tables?
Below is the Core exception information returned:
-----[Core exception]--------------------
at Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure)
at Oracle.DataAccess.Client.OracleCommand.ExecuteReader(Boolean requery, Boolean fillRequest, CommandBehavior behavior)
at Oracle.DataAccess.Client.OracleDataAdapter.Fill(DataTable dataTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
at SD.LLBLGen.Pro.DBDrivers.Oracle.OracleSchemaRetriever.RetrieveAllStoredProcedures(OracleConnection openOracleConnection)
at SD.LLBLGen.Pro.DBDrivers.Oracle.OracleSchemaRetriever.RetrieveSchema(String connectionString, IDBSchema schemaToRetrieve, SchemaFetchFlags fetchFlags)
at SD.LLBLGen.Pro.DBDrivers.Oracle.OracleCatalogRetriever.RetrieveSchemas(String connectionString, IDBCatalog catalogToRetrieve, SchemaFetchFlags fetchFlags)
at SD.LLBLGen.Pro.DBDrivers.Oracle.OracleDBDriver.PopulateSelectedCatalogs(Hashtable callBacks, Hashtable connectionElements, SchemaFetchFlags fetchFlags, Hashtable properties)
at SD.LLBLGen.Pro.Gui.Forms.NewProjectWizard.CreateNewProject()
If I try to create a project based on the table schema, I must uncheck the stored proc and view options otherwise it errors out as well.
Thanks,
Carlo.