We are using SDL Tridion 5.3.
In MMC snap in I am trying to add "SDL Tridion Content Manager" as mentioned below
Start - Run - mmc - in cosole File - > Add remove snap in - click add - Add stand alone snap in window .
I cannot see SDL Tridion Content Manager snap in here, can anyone help me with this.
I am doing this to see/change my CMS database. We are using SQL Server. Is there any other way to find to which database(CMS) Conent Manager Server is pointing to ?
Thanks.
If you are on x64 system you have to type mmc /32, otherwise you will not see it
You can start the Tridion Content Manager Configuration tool from the start menu. Doesn't that work for you?
Related
In Sitecore 6.4.1 is there a way to turn off permissions for the Document Manager button in the Hyperlink Manager. I have been looking through the Core database but have not found the setting to turn it off.enter image description here
Edit 1:
The Hyperlink manager make use of the Telerik. You can check the blog post on the following link on how to modified the UI
http://www.awareweb.com/awareblog/9-21-11-hyperlinkmgr
Thanks
How to enable rss news feed on the home page visual studio 2013? Since it was in visual studio 2012.
The option to customize the news channel of VS Start Page has been removed.
To do so you will have to create a new page using the VS SDK : http://msdn.microsoft.com/en-us/library/ee663382.aspx
You can also edit the in links.XML file. (into you Common7\IDE\StartPages\en\ folder).
According to the MSDN documentation, the procedure is similar to VS2012:
Go to the Startup options page (Tools / Options, Environment, Startup,
or type startup in the Quick Launch window). To change what is
displayed at startup, choose one of the options in the At startup
drop-down list. To change the RSS feed, change the URL in the Start
page news channel box.
The default settings in VS2012 are as follows so copy these to VS2013 settings:
I have SSRS 2008 R2 installed with a custom security sublayer. When logging into the client side area of SSRS via the /ReportServer url, SSRS returns a basic virtual directory listing as seen here:
Obviously this looks rubbish for a client to see, but I'm currently at a loss for how to tart it up and apply my own branding and styling to it. How do I add header and footer images, other standard navigation, css etc to make it look like our corporate website?
Suggestions gratefully received, many thanks.
The actual server page is not meant to be changed...you want to go to http://yourURL/Reports and change the actual report manager. The report manager has a CSS file that can be modified.
Report manager style sheet is available in C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportManager\Styles
SDL Tridion 2011 introduced the new dashboard (or control panel) in the CME. Under User Preferences > View Settings on that page, it is possible for a user to change their start-up view to load the main view rather than the dashboard. Is it possible to set this as a system wide setting for all users?
We are interested in doing this because we have a default custom page that we want our editors to see, but this page is no longer loaded due to the dashboard being loaded by default.
We can do this in per-user settings:
Set: Screen Displayed after starting SDL Tridion to Main View
Leave Start on specific folder unselected.
Right-click one a custom page and set it to default.
This user will now open Tridion on that default custom page.
However, I've seen organizations want to set this for all users without having to do it manually. I've been able to do so on my personal VM but can NOT recommend it for a production environment:
In %TRIDION_HOME%\web\WebUI\Editors\CME\Configuration\CME.config, set the following to an existing custom page URI.
<settings>
<defaultpage>/Views/Dashboard/Dashboard.aspx#locationId=cme:0-1-custompg</defaultpage>
<navigatorurl>/Views/Dashboard/Dashboard.aspx#locationId=cme:0-1-custompg</navigatorurl>
...
</settings>
So yes, it's possible to force a default for at least this version of SDL Tridion. But I'm not sure of a supported way.
We are using a custom page on Tridion 2009.
This custom page was working fine earlier.
Recently we have moved this to another server. Now this custom page is throwing error saying that
Error 424 occurred while rendering the Page: Object required: 'TMSMail'
(source: WriteOut TMSMail.GetHTMLStartTag())
Please suggest on how to fix this.
When am looking around DLL's and the tridion MMC Snap-In, I got an Idea.
What will happen if we add the below entry on MMC Snap-In
Click on Script Extension
Add a new object
TCM Object Name: TMSMail
COM Object Name: TMSScriptExtension.ProfileHelper
EDIT:
Finally, I have solved after a lot of trails.
Below are the steps I followed to solve:-
First I have added above entry on MMC Snap-In
I found the dll location for this extension and registered this using regsvr32 command
Restarted COM+ service
Now tried it, its working fine.
Thanks a lot for the inputs.
This looks to be specific to the code of your custom page rather than a generic Tridion error.
If you're using a third party library (from tmssoftware.com perhaps?) check that it's installed/available on your new server.
Also, the DLL with the TmsMail class may need to be added to the GAC or the registry (look up regasm.exe on how to do this).