SAP Data Services Management Console -Error: “Enterprise authentication could not log you on”
According to post from last week (here) today I’ll continue description of the next errors that I received during the schedule Batch Job. I have in mind error: “Enterprise authentication could not log you on”. Look at the screenshot below:
Solution
- Log on the Data Services user, for example: sidadm
- Stop the entire Data Services environment:
-- tomcat servername: sap/SID% cd sap_bobj/tomcat/bin/ servername: tomcat/bin% ./shutdown.sh Using CATALINA_BASE: /usr/sap/SID/sap_bobj/tomcat Using CATALINA_HOME: /usr/sap/SID/sap_bobj/tomcat Using CATALINA_TMPDIR: /usr/sap/SID/sap_bobj/tomcat/temp Using JRE_HOME: /usr/sap/SID/sap_bobj/enterprise_xi40/linux_x64/sapjvm/ Using CLASSPATH: /usr/sap/SID/sap_bobj/tomcat/bin/bootstrap.jar:/usr/sap/SID/sap_bobj/tomcat/bin/tomcat-juli.jar -- Data Services servername: dataservices/bin% bash SIDadm@servername::/usr/sap/SID/dataservices/bin> source ./al_env.sh SIDadm@servername::/usr/sap/SID/dataservices/bin> ./svrcfg -TSTOP Waiting for Job Service to terminate. This will take several seconds. Please Wait!!! XX-XX-21 08:00:45 (11003:2209228032) JSERVICE: Shutting down AL_JobService ... XX-XX-21 08:00:49 (11003:2209228032) JSERVICE: AL_JobService has been Stopped. SIDadm@servername::/usr/sap/SID/dataservices/bin> -- Server Intelligence Agent (SIA) SIDadm@servername::/usr/sap/SID/sap_bobj> ./stopservers Stopping all... Stopping servername:... SIDadm@servername::/usr/sap/SID/sap_bobj>
3. In folder: /usr/sap/SID/dataservices/conf move the admin.xml file to a different directory. After that the file will regenerate when the SIA is restarted or the next time.
4. In folder /usr/sap/SID/dataservices/bin source the ./al_env.sh command. For example I use bash, then I’ll write: “source ./al_env.sh“.
5. Start the entire Data Services environment:
-- Server Intelligence Agent (SIA) sidadm@servername:/usr/sap/SID/sap_bobj> ./startservers Starting all servers... Starting servername... sidadm@servername:/usr/sap/SID/sap_bobj> -- Data Services sidadm@servername:/usr/sap/SID/dataservices/bin> ./svrcfg -TSTART Checking for existence of AL_JobService... Starting AL_JobService. This may take several seconds. Please Wait!!! XX-XX-21 08:07:37 (75906:343791424) JSERVICE: Successfully started AL_JobService sidadm@servername:/usr/sap/SID/dataservices/bin> -- tomcat sidadm@servername:/usr/sap/SID/sap_bobj/tomcat/bin> ./startup.sh Using CATALINA_BASE: /usr/sap/SID/sap_bobj/tomcat Using CATALINA_HOME: /usr/sap/SID/sap_bobj/tomcat Using CATALINA_TMPDIR: /usr/sap/SID/sap_bobj/tomcat/temp Using JRE_HOME: /usr/sap/SID/sap_bobj/enterprise_xi40/linux_x64/sapjvm/ Using CLASSPATH: /usr/sap/SID/sap_bobj/tomcat/bin/bootstrap.jar:/usr/sap/SID/sap_bobj/tomcat/bin/tomcat-juli.jar Tomcat started. sidadm@servername:/usr/sap/SID/sap_bobj/tomcat/bin>
6. In Data Services Management Console -> Management -> CMS connection, add the CMS information and click “Apply button” and “Generate Password file” button:
7. At the end reactivate all the existing schedules:
Now I have succeeded – batch job is scheduled without any problems.