|
|
|
Rank: Guest
Groups:
Joined: 8/10/2009 Posts: 732
|
Great system thanks
I can connect to database remotely via SQL Server Manager Studio It is a SQL Express 2005 on a PC with win XP and I am connecting from Windows SBS Server 2003
The program works well with the local SQL express on the server
I get the following error:
Database scripting failed: An error occured while getting databaseuser defiend types information. >> System.IndexOutOfRangeException: Precision at System.Data.ProviderBase.FieldNameLookup.GetOrdinal(String fieldName) at System.Data.SqlClient.SqlDataReader.GetOrdinal(String name) at System.Data.SqlClient.SqlDataReader.get_Item(String name) at b.x.n(Stream A_0)
Hope you can help
Many thanks
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 8/10/2009 Posts: 368
|
It seems another permission issue when scripting engine had not enough permissions to get user defined types. That is why scripting is in permanent beta.
|
|
|
|
Rank: Guest
Groups:
Joined: 8/10/2009 Posts: 732
|
ruslan wrote:It seems another permission issue when scripting engine had not enough permissions to get user defined types. That is why scripting is in permanent beta. I appreciate it is beta. Was hoping you could suggest a fix or workarround. perhaps i could add aditional permissions on the database? Any suggestions
|
|
|
|
Rank: Guest
Groups:
Joined: 8/10/2009 Posts: 732
|
Did you ever find a way around this problem? I am trying to backup a Sage database and am finding this same errors you describe.
|
|
|
|
|