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 )

48672 put(a) pogledan, 22 odgovor(a) 28.6.2012. 21:01:13Kreirao(la) sam0864
sam0864

sam0864

28.6.2012. 21:01:13
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
Ovaj sadržaj još nije ocijenjen. 
656 Reputacija 79 Ukupno objava
khorvat

khorvat

29.6.2012. 6:21:51
Hi,

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

Regards
Ovaj sadržaj još nije ocijenjen. 
15993 Reputacija 2214 Ukupno objava
sam0864

sam0864

29.6.2012. 12:59:09
I have 4.5.3200
Ovaj sadržaj još nije ocijenjen. 
656 Reputacija 79 Ukupno objava
khorvat

khorvat

29.6.2012. 13:15:05
Hi,

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

Regards
Ovaj sadržaj još nije ocijenjen. 
15993 Reputacija 2214 Ukupno objava
sam0864

sam0864

29.6.2012. 13:45:35
Thanks a lot
I will give it a try and let you know
Ovaj sadržaj još nije ocijenjen. 
656 Reputacija 79 Ukupno objava
sam0864

sam0864

5.7.2012. 5:07:52
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'
Ovaj sadržaj još nije ocijenjen. 
656 Reputacija 79 Ukupno objava
khorvat

khorvat

5.7.2012. 7:03:14
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
Ovaj sadržaj još nije ocijenjen. 
15993 Reputacija 2214 Ukupno objava
sam0864

sam0864

5.7.2012. 12:40:11
I am using MS SQL server 2008 express
Ovaj sadržaj još nije ocijenjen. 
656 Reputacija 79 Ukupno objava
sam0864

sam0864

5.7.2012. 17:30:20
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

Ovaj sadržaj još nije ocijenjen. 
656 Reputacija 79 Ukupno objava
khorvat

khorvat

6.7.2012. 7:56:19
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
Ovaj sadržaj još nije ocijenjen. 
15993 Reputacija 2214 Ukupno objava
1 2 3