StrataFrame Forum

problem with LocalizationKey

http://forum.strataframe.net/Topic18434.aspx

By David Daragon - 8/12/2008

Hi,

When I click on the LocalizationKey property of my textbox (or of my form...), this error message appears.
Does anyone ever see this ?

I hope so because I have no idea of why it appears. Doze

Regards

David

By Dustin Taylor - 8/12/2008

It looks like a SQL error from the connection to the StrataFrame database. Can you get into the DDT or BO Mapper? Are there any other symptoms? 

The only thing I can think of would be that either your StratFrame deployment isn't clean (i.e the strataframe databse itself is missing items or structures), or your connection to the strataframe database isn't valid (due to network issues or an invalid connection string in solution preferences.)

By David Daragon - 8/12/2008

I can access to the BO mapper without error.

Here is a copy screen of a message I have by clicking on PopulateDataSourceSettings on a list view.

My connection string seems to be correct.

ConnectString = @"Data Source=SRV-DOMAINE-1\CORWIN;Initial Catalog=ProjetPatient;Integrated Security=True;Persist Security Info=False;Asynchronous Processing=True";

I think there is a problem on the StrataFrame database but where I don't know

Can the error message help you to find a solution ?

David

By David Daragon - 8/12/2008

Hi,

I succeed to resolve my problem. In fact, my StrataFrame database was on a sql server 2000 ans there was a problem between text and varchar.
I copied the SF database on a server 2005 and now all work good.

I'm happy Smile

Thans all for your help.

Regards
David

By Dustin Taylor - 8/13/2008

That would make sense Smile. Glad you got it all figured out!