Get below error message:
Thu Jun 30 04:19:46 2011 539287: 103150[103150] TRACE LAUNCH: ./dmbasic -f./dm_event_sender_xxx.eb
s -eMail -- "xxx" "nulldate" "Job_Failure" "[ERROR] [LAUNCHER 103145] Detected while completing processing for job dm_WebPublish_08xxxxxx9b50: FAILED: Method dm_webcache_publish return value was 1." "dm_WebPublish_080xxx9b50" 08xxx39b54 "nulldate" 1 dm_null_id " " "usrxxx" "dxxxuser" "event" " " "dxxxuser" "xxxx@xxx.com" undefined "dxxx" 1bxxxxe9366 "06/30/2011 04:19:46" 0 "dm_job" " " 0 " " "hostxx.com|80" "" "/var/tmp/aaaMla3Lm" ./dm_mailwrapper.sh " " " "
Then search out below solution.
"You would have recieved a notification in the inbox of the dmadmin, when the SCS job (dm_WebPublish_080000018000a312) has failed. In DA, you can go to jobs and search the dm_WebPublish_080000018000a312 and find the job configuration and the method it is pointing.
Also if you run this dql
select * from dm_webc_config where r_object_id = '080000018000a312', you will get the object name of the SCS job that is failing.
Then if you goto the particular SCS config object and check for the log for the particular time it has failed. you will find this time when the notification has come into inbox or you can check the properties of SCS config object to see when it was scheduled to run.
Check to see the log what was the reason the job is failing. The log could throw some light on it."
Thu Jun 30 04:19:46 2011 539287: 103150[103150] TRACE LAUNCH: ./dmbasic -f./dm_event_sender_xxx.eb
s -eMail -- "xxx" "nulldate" "Job_Failure" "[ERROR] [LAUNCHER 103145] Detected while completing processing for job dm_WebPublish_08xxxxxx9b50: FAILED: Method dm_webcache_publish return value was 1." "dm_WebPublish_080xxx9b50" 08xxx39b54 "nulldate" 1 dm_null_id " " "usrxxx" "dxxxuser" "event" " " "dxxxuser" "xxxx@xxx.com" undefined "dxxx" 1bxxxxe9366 "06/30/2011 04:19:46" 0 "dm_job" " " 0 " " "hostxx.com|80" "" "/var/tmp/aaaMla3Lm" ./dm_mailwrapper.sh " " " "
Then search out below solution.
"You would have recieved a notification in the inbox of the dmadmin, when the SCS job (dm_WebPublish_080000018000a312) has failed. In DA, you can go to jobs and search the dm_WebPublish_080000018000a312 and find the job configuration and the method it is pointing.
Also if you run this dql
select * from dm_webc_config where r_object_id = '080000018000a312', you will get the object name of the SCS job that is failing.
Then if you goto the particular SCS config object and check for the log for the particular time it has failed. you will find this time when the notification has come into inbox or you can check the properties of SCS config object to see when it was scheduled to run.
Check to see the log what was the reason the job is failing. The log could throw some light on it."
本文提供了一种解决SCS作业(dm_WebPublish_080000018000a312)失败的方法。当作业失败时,管理员会收到通知邮件。可通过查询dm_webc_config表来获取失败作业的详细配置信息。检查SCS配置对象的日志,以确定作业失败的具体原因。

被折叠的 条评论
为什么被折叠?



