- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Dear Cédric, thank you for you answer.
The template is working and I can preview the client content editor, as well as in a delivery.
Given the following datapoints:
content
id: 86530
schema Namespace: rbe
Scema Name: blockContent
publication model
name: rbe:blockContent
schema: rbe:blockContent
check satus before generating content: true
template name: HTML
rendering type: javascript
format: HTML
Javascript template: rbe:blockContent
DOM interface: false
the following jssp:
<%
logonEscalation("webapp");
response.setContentType("text/html;charset=utf-8");
var content = ncm.publishing.TransformFromId('rbe:blockContent','HTML','rbe:blockContent|89480');
%>
<%==content[1]%>
gives error: XFR-180000 The file 'C:\Program Files\Adobe\Adobe Campaign Classic v7\datakit\eng\schema\.xml' does not exist on the server. Unable to load the document of identifier '' and type 'xtk:schema'. SOP-330011 Error while executing the method 'TransformFromId' of service 'ncm:publishing'.
Changing the first and second parameter results in a different error message refferning the publication model, so it comes down to the "|" format of the third parameter. I can not find any documentation of this format (but I have used similar format when duplicating content elsewhere), do you have any further input?
I know the logical explanation would be that the content-id is wrong, but that is why I have included the information above, and also tested several different just to be sure. Thank you for your kind help!
Views
Replies
Total Likes