Urgent: catalog name in SP calls (again)

Posts   
 
    
Posts: 15
Joined: 01-Mar-2005
# Posted on: 12-Dec-2006 22:10:20   

hi guys,

i'm hitting the same problem as Sax here: http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=3663&HighLight=1

sax never confirmed that it worked for him, and it's not working for me.

i have put in sqlServerCatalogNameOverwrites to the config, and it is working for all parts of the application that do not involve stored procs. but any stored proc calls are failing.

i'm using llglben pro 2, adapter/2class scenario for .net 1.1 / vs 2003. here's an example of the line that needs "fixing"

int toReturn = adapter.CallActionStoredProcedure("[DevelopmentDB].[dbo].[GetNextSerialNumber]", parameters);

has anyone got around this problem? it's now LATE and we're desperately trying to put something live.... guess it's going to have to be tomorrow cry

Thanks a lot,

Trevor

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39927
Joined: 17-Aug-2003
# Posted on: 12-Dec-2006 22:34:26   

Do you have the latest runtime libaries ? There was a bugfix recently in the catalogname overwriting logic for stored procs which did make mistakes with spaces in catalogs/schemas.

Frans Bouma | Lead developer LLBLGen Pro
Posts: 15
Joined: 01-Mar-2005
# Posted on: 13-Dec-2006 12:04:16   

i've got version 2.0.0.060722 of the ORM support lib and sql server dqe.

i can't find where to get updates though!?

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 13-Dec-2006 13:34:34   

If you are a customer of LLBLGen Pro -> goto LLBLGen Pro site -> Customers' area -> And then you will find a list on the left side of the screen of LLBLGen Pro Downloads.

If you have a Demo version -> goto the LLBLGen Pro home page and download the demo version again.

Posts: 15
Joined: 01-Mar-2005
# Posted on: 13-Dec-2006 14:02:13   

thanks Walaa.

i was about to post again fearing i was going mad because there was no link for v2.0 downloads. it finally makes sense now: i was logging in using my login details for version 1. rage

we have worked around the problem by regenerating against a renamed database so we shall test the new version later.

cheers.

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 13-Dec-2006 14:14:06   

i was about to post again fearing i was going mad because there was no link for v2.0 downloads. it finally makes sense now: i was logging in using my login details for version 1

Yeah, it happened to me before simple_smile

Glad you have worked out the issue.