博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Determine File Output Location
阅读量:4684 次
发布时间:2019-06-09

本文共 423 字,大约阅读时间需要 1 分钟。

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

posted on
2012-08-02 13:54 阅读(
...) 评论(
...)

转载于:https://www.cnblogs.com/chessonray/archive/2012/08/02/2619838.html

你可能感兴趣的文章
Hdu 2100 Lovekey 模拟大数相加<进位转换..>
查看>>
html标签pre在php调试中使用技巧
查看>>
简单的下路由(我们可以在控制器中看到路由参数)
查看>>
springmvc 加载静态文件失败
查看>>
Oracle 系统表大全
查看>>
微信个人公众号推广
查看>>
hdu 4081 次小生成树
查看>>
springboot 整合 mybatis,thymeleaf
查看>>
SQL Server 同步复制中的MSSQL_REPL-2147201001問題處理
查看>>
HDOJ 动态规划总结
查看>>
拜师鸟哥之linux学习体会(5)——linux的档案权限与目录设置
查看>>
职业 行业 2 博客
查看>>
golang--安装、配置以及Hello World!
查看>>
【机器学习】支持向量机(SVM)
查看>>
js控制页面的全屏展示和退出全屏显示
查看>>
PAT 1129 Recommendation System
查看>>
托管调试助手“NonComVisibleBaseClass”检测到问题
查看>>
《DSP using MATLAB》Problem 7.1
查看>>
java学习
查看>>
iOS 发短信
查看>>