This SAS KB article describes how to solve issues when you fail to schedule campaigns from SAS® Customer Intelligence Studio 6.6. When this issue occurs, the following pop-up message is commonly displayed:

To circumvent this issue, do as follows:
Verify That the Scheduler Works
If you use the Platform Suite for SAS scheduler, check whether the lsid command works. This command works for Windows and Unix Operating Systems:
$ lsid
$ lsid
IBM Spectrum LSF Standard 10.1.0.9, Oct 16 2019
Copyright International Business Machines Corp. 1992, 2016.
US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
My cluster name is trcvxxx_cluster1
My master name is trcvxxx.trc.sas.com
Cluster in ISV mode : SAS
$
If you use Operating System Services on a Unix system, check that the user has permissions to run the at command. Log on as the lsfadmin user and run the following:
$ at -V
at version 3.1.20
$
Check the Permissions in SAS® Management Console
- The SAS System Services group must be a member of the Customer Intelligence Scheduling Users group.

- Ensure that the Groups and Roles tab does not contain a member.

- Ensure that the login defined for the Customer Intelligence Scheduling Users group is a valid Operating System account with a valid password for this user. The authentication domain is CISchedAuthDomain.

- Customer Intelligence Services User must be a member of the SAS System Services group.

- SAS Trusted User should also a member of the SAS System Services group.

Check the Following Properties:
- The name of the Scheduling Server in the Advanced Properties for Customer Intelligence Core must match exactly with the Scheduling Server Name.
Navigate to SAS Management Console ► Application Management ► SAS Application Infrastructure ► Customer Intelligence Core 6.6 ► Properties ► the Advanced tab.

Note: This example uses the Platform Process Manager. If you use the OS Scheduling Server, you need to check the name of the OS Scheduling Server.

Note: You can copy and paste the name from Server Manager to the Customer Intelligence Core 6.6 Advanced Properties to ensure that the name is identical.
- In SAS Management Console, expand Environment Management ► Server Manager ► click the Scheduling Server (for example, Platform Process Manager). In the right window, navigate to Connection: Platform Process Manager ► Options. Check whether Options contains the correct port and host name and the correct Authentication domain.

- In SAS Management Console, navigate to Server Manager ► SASApp. Check whether the "SASApp MA Java Batch Server" points to the correct host.

- If issues with scheduling still occur, enable trace as described below, which will provide more messages in the SASCustIntelCore6.6.log file:
- Save a backup of the current <sasconfig>\Lev1\Web\Common\LogConfig\SASCustIntelCore=log4j.xml file.
- Edit the SASCustIntelCore=log4j.xml file to enable DEBUG for com.sas.analytics.crm.persistence, as shown below:
<logger name="com.sas.analytics.crm.persistence" additivity="false">
<level value="DEBUG"/>
<appender-ref ref="SAS_FILE"/>
</logger>
Note: If you made any changes to the steps described above, it is mandatory that you restart the SAS Object Spawner on the SAS Compute Tier and SASServer6_x on the mid-tier because the current values are cached.