Spectrum users are not created in Jasper until tomcat restart on Jasper system
Release : Spectrum integrated with Jasper
Component : SPCJSP
The creation of users in Jasper is accomplished in the following two ways:
If the user in Jasper is not being created until a restart of tomcat on the OneClick system, that is an indication the 0x00010201 event is not getting to the reporting database.
On the Spectrum Report Manager server (by default, this is located on the OneClick Server machine), check for the file:
event-processing-filter.xml
This will be located under the directory
$SPECROOT/tomcat/webapps/spectrum/WEB-INF/repmgr/config
and, if you have a customisation to SRM, then also check under;
$SPECROOT/custom/repmgr
Look for the <ignore> tag. If present, check for the following within it:
<event-type>0x00010201</event-type>
If present, remove the entry and then restart tomcat on the SRM system.