[Catalyst] Catalyst - Creating DB dump - Getting “No tables found, did you forget to specify db_schema?” on MS SQL Server connection

2012-09-11 Thread Derek W
I'm trying to create a Catalyst project connecting to an existing MS SQL Server database. I got the correct connection string and it's authenticating, but it's not finding any tables. Anyone have an idea of what I might be missing? I substituted the real ip address, database name, username, and pa

Re: [Catalyst] Catalyst - Creating DB dump - Getting “No tables found, did you forget to specify db_schema?” on MS SQL Server connection

2012-09-11 Thread Lukas Thiemeier
On 09/11/2012 07:56 PM, Derek W wrote: > I'm trying to create a Catalyst project connecting to an existing MS > SQL Server database. I got the correct connection string and it's > authenticating, but it's not finding any tables. Anyone have an idea > of what I might be missing? > > I substituted t

Re: [Catalyst] Catalyst - Creating DB dump - Getting “No tables found, did you forget to specify db_schema?” on MS SQL Server connection

2012-09-11 Thread Derek W
Thank you for the quick reply. Yes, I actually have been trying to play around with a few variations, such as not including db_schema, not having quotes, etc, but always end up with the same error. I will also try that DBIC list if I don't get any answers here. Thank you! On Tue, Sep 11, 2012 a