Mono Support Groups Discussion Board Topic Tag  

Viewed 49631 time(s), 22 post(s), 6/28/2012 9:01:13 PM - by sam0864
6/28/2012 9:01:13 PM
656 Reputation 79 Total posts

I have issue with topic tags in Groups Discussion Board. I found out clicking on a topic tag will search/filter topics in the MAIN discussion board instead of the group board. Is there anyway to fix that and force only to search within the group board or at least search all the boards including the groups board?

Thank you

1
6/29/2012 6:21:51 AM
15993 Reputation 2214 Total posts

Hi,

this bug is fixed, can you please let us know what version of MonoX are you running ?

Regards

2
6/29/2012 12:59:09 PM
656 Reputation 79 Total posts

I have 4.5.3200

3
6/29/2012 1:15:05 PM
15993 Reputation 2214 Total posts

Hi,

 please try the version I have sent to your InMail and get back to us.

Regards

4
6/29/2012 1:45:35 PM
656 Reputation 79 Total posts

Thanks a lot
I will give it a try and let you know

5
7/5/2012 5:07:52 AM
656 Reputation 79 Total posts

Is Full-text search feature in SQL server required? where is it required?

Also, I am getting an error while I am upgrading the database
I got this error
Msg 15248, Level 11, State 1, Procedure sp_rename, Line 321
Either the parameter @objname is ambiguous or the claimed @objtype (OBJECT) is wrong.


when I tried
EXECUTE sp_rename N'dbo.Tmp_CalendarEventRecurringDefinitionType', N'CalendarEventRecurringDefinitionType', 'OBJECT'

6
7/5/2012 7:03:14 AM
15993 Reputation 2214 Total posts

Hi,

Full-Text search is not required, but you can enable it if you want in the MonoX configuration. As for the error you get while upgrading, can you please let me know what SQL server version are you using ?

Regards

7
7/5/2012 12:40:11 PM
656 Reputation 79 Total posts

I am using MS SQL server 2008 express

8
7/5/2012 5:30:20 PM
656 Reputation 79 Total posts

Since I don't have Full-text feature installed in SQL server, I didn't run the following

CREATE FULLTEXT INDEX ON dbo.[Document]
(
TextContent LANGUAGE 1033
)
KEY INDEX PK_Document
ON MonoXDocuments
WITH CHANGE_TRACKING MANUAL

ALTER FULLTEXT INDEX ON dbo.[Document]
ENABLE

9
7/6/2012 7:56:19 AM
15993 Reputation 2214 Total posts

Hi,

we have fixed upgrade script that requires the Full-Text Indexing to be turned on, can you please let me know if you have solved the "sp_rename" issue ? This error can be caused by selecting wrong database or similar issues, did you get any other error while executing this script or this is the only one ?

If non of the above is the case can you please try the following:

EXECUTE sp_rename N'dbo.Tmp_CalendarEventRecurringDefinitionType', N'CalendarEventRecurringDefinitionType'

Regards

10
1 2 3
This is a demo site for MonoX. Please visit Mono Software for more info.