Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit is happening now. Discover what's next in customer experience.
SOLVED

What happens to DPS apps if we cancel our subscription?

Avatar

Level 1

Hi everyone,

Does anyone know if DPS apps continue to function if our Adobe Digital Publishing subscription is cancelled? Thanks for any insight.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi ,

This forum is dedicated for queries related to Adobe DTM. For any of the queries related to Adobe Creative Cloud - Digital Publishing Suite , Please post your query on Adobe Creative Cloud Forums

https://forums.adobe.com/community/creative_cloud

Thanks & Regards

Parit Mittal

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Hi ,

This forum is dedicated for queries related to Adobe DTM. For any of the queries related to Adobe Creative Cloud - Digital Publishing Suite , Please post your query on Adobe Creative Cloud Forums

https://forums.adobe.com/community/creative_cloud

Thanks & Regards

Parit Mittal

The ultimate experience is back.

Join us in Vegas to build skills, learn from the world's top brands, and be inspired.

Register Now
The following has evaluated to null or missing: ==> liql("SELECT id, subject, body, depth, post_time, author.login, author.id, author.rank, metrics.views FROM messages WHERE topic.id = '${topicId}' AND is_solution = true").data.items[0] [in template "analytics-container" at line 80, column 31] ---- Tip: It's the final [] step that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign acceptedAnswer = liql("SELECT... [in template "analytics-container" at line 80, column 5] ----