MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

Groups Discussion Board Topic Tag   (Mono Support )

Viewed 45168 time(s), 22 post(s) 6/28/2012 9:01:13 PMby sam0864
sam0864

sam0864

6/28/2012 9:01:13 PM
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
This content has not been rated yet. 
656 Reputation 79 Total posts
khorvat

khorvat

6/29/2012 6:21:51 AM
Hi,

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

Regards
This content has not been rated yet. 
15993 Reputation 2214 Total posts
sam0864

sam0864

6/29/2012 12:59:09 PM
I have 4.5.3200
This content has not been rated yet. 
656 Reputation 79 Total posts
khorvat

khorvat

6/29/2012 1:15:05 PM
Hi,

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

Regards
This content has not been rated yet. 
15993 Reputation 2214 Total posts
sam0864

sam0864

6/29/2012 1:45:35 PM
Thanks a lot
I will give it a try and let you know
This content has not been rated yet. 
656 Reputation 79 Total posts
sam0864

sam0864

7/5/2012 5:07:52 AM
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'
This content has not been rated yet. 
656 Reputation 79 Total posts
khorvat

khorvat

7/5/2012 7:03:14 AM
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
This content has not been rated yet. 
15993 Reputation 2214 Total posts
sam0864

sam0864

7/5/2012 12:40:11 PM
I am using MS SQL server 2008 express
This content has not been rated yet. 
656 Reputation 79 Total posts
sam0864

sam0864

7/5/2012 5:30:20 PM
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

This content has not been rated yet. 
656 Reputation 79 Total posts
khorvat

khorvat

7/6/2012 7:56:19 AM
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
This content has not been rated yet. 
15993 Reputation 2214 Total posts
1 2 3