Thursday, December 5, 2013

SDL Tridion 2013 SP1 Released!!

As usual I try to keep up with SDL Tridion product as best as possible. Pretty excited that SDL Tridion 2013 SP1 came out this week!

Just wanted to try it out today installing the basic Content Manager portion and see what has changed.

Here goes!

STEP 1

Choose what feature you want to install. Looks like "Context Expressions" is something new here

 

































STEP 2

Installing the missing prerequisites (nothing changed)



































STEP 3

Enter MTSUser Account (nothing changed)



































STEP 4

Connect to database. In addition to the normal SQL user, you can actually use Windows Authentication now!



































STEP 5

This step is optional but we use SDL WorldServer for our translation services. There's a new selection called SDL BeGlobal which is a new SDL automated translation service that's hosted in the cloud.



































STEP 6

Installing SDL Tridion (nothing changed)



































STEP 7

Select your license file (nothing changed)



































STEP 8

Get ready to install (nothing changed)



































STEP 9

Installing......



































STEP 10

DONE!!





































Upon first access, I am quite impressed! I am immediately greeted with a dynamically spinning "Loading" page.
























Here's the home screen of the completely new dashboard in Tridion 2013 SP1


Finally, here's the new content explorer screen.


Overall, I am quite impress with this version of Tridion. Good job R&D team!!

Tuesday, April 16, 2013

Using Tridion PurgeAppData Tool

Yesterday I experienced a strange issue where the publication property cannot be accessed due to the following error:

The item tcm:0-167-65568 does not exist



Seems like this group ID was somehow removed or corrupted.

Good thing, there is a solution to purge the application data tied to this publication.

Out of the box, Tridion comes with a tool in the Tridion\bin folder called "PurgeAppData.exe". Using this tool we can purge old app data specific to permission, translation configurations, workflow, etc....

By going into CMD, and doing a PurgeAppData.exe list command, I can see all the app data in the CM.

The one I wanted to purge in this scenario is the tm:Rights app data.

The command would be: PurgeAppData.exe purge:tm:Rights



After purging, I can now access the publication property again =)

Wednesday, April 3, 2013

Tridion 2013 GA is out!!

Was able to get my hands on the latest version of Tridion =)


Installation Updates:

  • No more DatabaseManager.exe (Replaced by PowerShell scripts)
  • No more Tridion_cm_log database (never understood why this was required from the start)
  • Windows Server 2012 and SQL Server 2012 SP1 supported
  • ECL (External Content Library)
  • Workflow bundles
  • Facebook Notifi...... I mean Tridion Notification (improved messaging/notification)
  • And my favorite....... "Checked-out Items" shortcut!!! (This will definitely make Content Porting a lot easier!)

Some misc screenshots:




Friday, January 25, 2013

Allowing "-" in Tridion Publication Path

Today we had a requirement where the publication path need to include a "-" for all locales. For example, we will need the publication path of an English site to have "en-US" and not "en_US"

However, by default, Tridion CMS does not allow for this to work. When trying to add a "-" you will get the following error:



Here's the work around:
  • Open \Tridion\bin\cm_xml_usr.xsd
  • Modify the <xsd:simpleType name="FilePath"> element to include "\-" in the XSD Pattern.
  • You will now see the following:
  • Restart Tridion COM+
Now you should be able to add a "-" to the Publication Path!