Mono 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.

Mono Support Groups Discussion Board Topic Tag  

Viewed 18000 time(s), 26 post(s). 11 month(s) agoby sam0864
sam0864
1

sam0864 11 month(s) ago

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. 
495 Reputation 59 Total posts
khorvat
2

khorvat 11 month(s) ago

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. 
11551 Reputation 1644 Total posts
sam0864
3

sam0864 11 month(s) ago

I have 4.5.3200
This content has not been rated yet. 
495 Reputation 59 Total posts
khorvat
4

khorvat 11 month(s) ago

Hi,

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

Regards
This content has not been rated yet. 
11551 Reputation 1644 Total posts
sam0864
5

sam0864 11 month(s) ago

Thanks a lot
I will give it a try and let you know
This content has not been rated yet. 
495 Reputation 59 Total posts
sam0864
6

sam0864 11 month(s) ago

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. 
495 Reputation 59 Total posts
khorvat
7

khorvat 11 month(s) ago

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. 
11551 Reputation 1644 Total posts
sam0864
8

sam0864 11 month(s) ago

I am using MS SQL server 2008 express
This content has not been rated yet. 
495 Reputation 59 Total posts
sam0864
9

sam0864 11 month(s) ago

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. 
495 Reputation 59 Total posts
khorvat
10

khorvat 11 month(s) ago

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. 
11551 Reputation 1644 Total posts
1 2 3