Ram Saurabh
Ram Saurabh

Reputation: 1584

Tridion UI 2012 - Error "The item tcm:280-29837-64 does not exist."

When we are trying to create a new page through a PageType in Tridion UI.It is throwing below error --

"The item tcm:280-29837-64 does not exist."

Is it the Id of the page which i want to create,as it is no more exists in the tridion?

Could any body help me out in this regard ?

Note :-we defined the pagetype to those pages which already exist and published.

Edit-1 When we click on the 'Create Page' button(see the attached screenshot), above mentioned error Pops up.

enter image description here

In the cd_core.log file below error and warning comes --

ERROR XMLConfigurationReader - Error while validating file 'cd_ambient_conf.xml' with schema 'schemas/cd_ambient_conf.xsd'. cvc-complex-type.2.4.a: Invalid content was found starting with element 'ClaimStoreProvider'. One of '{Cookies}' is expected.

WARN AmbientDataContext - There is no current ambient data context - the ambient data framework is not properly initialised

Edit-2 Now errors related to AmbientDataWork are resolved but we are still getting same issue. There are two options in UI (a) "New Page" (b) Create and insert Content. This error also comes when we go with the option "Create and Insert Content". On each click of "Create Page" or "Create and insert Content" it generate a new Id(XXX-59248 -64 then XXX-59249- 64 etc) for page and same way for component also and throws above mentioned error message.

Note:- We are using IIS 6.

Edit-3 - I am using VB script in my page templates.

Upvotes: 4

Views: 458

Answers (2)

Ram Saurabh
Ram Saurabh

Reputation: 1584

If someone is using VB script page template,it is required to install UI_2012.0.0.81248 hotfixes to create new pages in UI 2012. I was not aware about this so fact of using VB script is not mentioned anywhere in the question .So I am updating my question again to assist community member in right direction.

Upvotes: 2

Bjørn van Dommelen
Bjørn van Dommelen

Reputation: 1097

It "looks like" the creation of the page somehow fails on the CM side (but i'm doing an awful lot of interpretation here based on very limited data...).

Can you verify
1. that you can create pages in the content management explorer in the publication with ID 280
2. that your blueprint context settings for UI 2012 are correct (should the new page/component be created in the publication with ID 280?)
3. that you have no workflow or event system interfering with the creation of the page

I would also expect an event log entry in the Tridion/Tridion Content Manager event log which would contain a detailed stack trace...

Upvotes: 0

Related Questions