现在的位置: 首页 > 综合 > 正文

Determine File Output Location

2013年02月10日 ⁄ 综合 ⁄ 共 262字 ⁄ 字号 评论关闭

Suppose I want to create a file (printable report, log file, etc), where should I create the file? If you want the file available from the View Log/Trace link, then use the following SQL to determine the process's output directory:

SELECT PRCSOUTPUTDIR FROM PSPRCSPARMS WHERE PRCSINSTANCE = %ProcessInstance

抱歉!评论已关闭.