0

我正在使用 Microsoft Dynamics GP 2015。我让 Windows Scheduler 打开 Dynamics 并运行宏。这已经工作了多年,处理 Dynamics 的 IT 人员告诉我没有任何改变。调度器打开 Dynamics,但宏似乎没有启动;它永远不会超过登录页面。也没有写入日志。谁能建议过去一周 Dynamics 中可能发生的事情或可能发生的变化?如果没有这些过程,我们就死在水里了,所以我很感激你能提供任何帮助。谢谢!

通常宏通过调度程序运行。这是它的名称:

在此处输入图像描述

我还尝试通过命令提示符运行它:

在此处输入图像描述

这是仅让用户登录的宏的精简版本(我已经删除了名称和密码):

# DEXVERSION=14.00.0084.000 2 2
Logging file ':c:/log.txt'
CheckActiveWin dictionary 'default'  form Login window Login 
  TypeTo field 'User ID' , 'xxxx'
  MoveTo field Password 
  TypeTo field Password , 'xxxx'
  MoveTo field 'OK Button' 
  ClickHit field 'OK Button' 
NewActiveWin dictionary 'default'  form sheLL window sheLL 
NewActiveWin dictionary 'default'  form 'Switch Company' window 'Switch Company' 
  ClickHit field '(L) Company Names' item 3  # '****' 
  MoveTo field 'OK Button' 
  ClickHit field 'OK Button' 
NewActiveWin dictionary 'default'  form sheLL window sheLL 
NewActiveWin dictionary 'default'  form sheLL window sheLL 
# Your current copy of Mekorma Products Manager 14.00.0020 is incompatible. You need to upgrade to version 14.00.0155 or greater.
NewActiveWin dictionary 'Mekorma Products Manager'  form DiaLog window DiaLog 
  ClickHit field OK 
NewActiveWin dictionary 'default'  form sheLL window sheLL 
NewActiveWin dictionary 'default'  form syReminders window syReminders 
  MoveTo field '(L) btnClose' 
  ClickHit field '(L) btnClose' 
NewActiveWin dictionary 'default'  form sheLL window sheLL 
4

0 回答 0