| Author |
Messages |
|
dnncreative
Posts:2
Send A Message
 |
| 12/07/2007 8:29 AM |
|
Hello, I have a list of items in the search queue, when I select all of them and then click on the approve button I get an error. - I alsoi get an error if I edit an individual queue item and tick approve: Error: VenexusSearchQueue is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Invalid column name 'Title'. Invalid column name 'Url'. ---> System.Data.SqlClient.SqlException: Invalid column name 'Title'. Invalid column name 'Url'. at EntitySpaces.Core.esEntity.SaveToProvider(esSqlAccessType sqlAccessType) at EntitySpaces.Core.esEntity.Save(esSqlAccessType sqlAccessType) at EntitySpaces.Core.esEntity.Save() at Venexus.Modules.VenexusSearchQueue.ViewVenexus.cmdUpdate_Click(Object sender, EventArgs e) --- End of inner exception stack trace --- Thanks, |
|
|
|
|
Venexus Host
Posts:24
Send A Message
 |
| 12/12/2007 6:39 PM |
|
| Looks like something was not updated in the SQLDataProvider file...should have fix shortly. |
|
|
|
|
Venexus Host
Posts:24
Send A Message
 |
| 12/12/2007 7:02 PM |
|
Run the following through Host > SQL: ALTER TABLE {databaseOwner}[{objectQualifier}Venexus_UserIndex] ADD [Title] nvarchar(250) GO ALTER TABLE {databaseOwner}[{objectQualifier}Venexus_UserIndex] ADD [URL] nvarchar(2000) |
|
|
|
|
Venexus Host
Posts:24
Send A Message
 |
| 12/12/2007 7:19 PM |
|
| Seamus version 2.4.1 has a the SQLDataProvider file with the update for this. |
|
|
|
|
|
| You are not authorized to post a reply. |
|
|
|
|
|
|
|