- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2022 02:24 PM
After installing Employee Center Pro, Content Experiences and Content Publishing, getting an error when building my first content library per this link: Setting up Employee Center Pro — with Demo Data
Content Publishing > Content Library, New, Styled Content, continue. Fill out 2 mandatory fields Content Name and Heading Text, click save. In the preview pane, in the preview pane, getting error: 'Could not find sn_ca_campaign_item null'
Anyone see this before? Im assuming Im missing a config of some sort.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 02:59 PM
We found out our issue was something different, 2 script includes were not updated with the plugin install, cd_contentDelivery and ca_CampaignContent. We were using content delivery before it was updated to content publishing, so on the script include cd_contentDelivery, we changed the caller access from caller restriction to caller tracking so we could use it in a global portal, so it was getting missed in updates. Once we updated cd_contentDelivery, we also had to update ca_CampaignContent. Then it all started working again.
Thanks for the reply, I did check the setting you referenced and we have it set correctly.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2022 08:45 PM
Hi
I just tried to replicate with the same steps i am getting it perfectly fine, there is no issue with the steps followed , see below my styled component:
Just check if you have completed the prior steps in the configuration from this blog :Setting up Employee Center Pro — with Demo Data
Because it doesn't matter whether you have anything in sn_ca_campaign_item table or not .
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2022 06:39 AM
Thank you for the post. I did run the steps per the doco in a pdi and had no issues, but installed in our sandbox and dev environment without the demo data. We typically don't install demo data in our business environments. Is the demo data needed?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2022 07:11 AM
Yes Demo data is required here as you do not have much data already existing in the system already.
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2022 02:11 PM
I ran a repair in our sandbox environment, loaded all the demo data and still having the same issue.