点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)你好大师 我试图在JSON文件...
点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)你好大师 我试图在JSON文件...
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
你好大师
我试图在JSON文件中提供用户和密码的详细信息,然后将其放置在Desktop Studio的Local文件夹中,如此处的链接所述。 https://blogs.sap.com/2019/07/21/automate-business-processes-using-intelligent-robotics-process-automation-part-3/comment-page-1/ #comment-522593
我面临错误
[fso.file.read]:无法打开文件。
你好
请使用以下语法:
ctx.json.parse(ctx.resources.loadHtml(ctx.fso.file.getParentFolderName(ctx.options.path.resources)+" \\ local \\ Config.json"));
检查JSON格式是否正确,并检查文件的名称/路径。
最好的问候
Jai Vignesh R
嗨,Sulagna,
请确保
无论您的Json是否有效,
并在调试器中检查给定的路径是否正确
最好的问候
Shrinidhi
您好 Shrinidhi Kulkarni
格式正确,当我尝试直接访问文件时,它工作正常。
var sParams = ctx.fso.file.read('****** \\ local \\ user.json');
var oParams = JSON.parse(sParams);
否则使用
var sPath = ctx.options.path.local +" \\ user .json";
var sParams = ctx.fso.file.read(sPath);
这是行不通的,并且会出现上述错误。
您好 Jai Vignesh R
当我尝试直接访问文件时,它工作正常。
var sParams = ctx.fso.file.read('****** \\ local \\ user.json');
var oParams = JSON.parse(sParams);
否则使用
var sPath = ctx.options.path.local +" \\ user.json";
var sParams = ctx.fso.file.read(sPath);
这是行不通的,并产生如上所述的错误。
我还面临的另一个问题是,该变量无法通过该值进行设置。
代码不在此内部,并且未设置变量edClent,用户和密码。 尽管变量rootdata ....已正确填充了正确的数据。
一周热门 更多>