WEBMethods connection string is not working? -


the following webmethods string not connecting server on our companies network drive. can take string , place in web broswer , windows exploer screen when run webmethods error access denied.

question: causing access denied through webmethods? (i can access file through internet explorer)

connection string: (names change safe guard information) //servername/drivename/s/ab/p/t

error:

     com.wm.app.b2b.server.serviceexception: java.io.filenotfoundexception: \\espr1fs05      \dssxfer\systems\access backups\prod\test\tbe-file02.txt (access denied) 

new code added:

     system.out.println("outputdirectory --> " + outputdirectory);      writer = new printwriter(new bufferedwriter(new filewriter("doug.txt"))); 

i have code in java service , write network drive test.

     allowedwritepaths=//espr1fs05/dssxfer/systems/access backups/prod/test;      allowedreadpaths=//espr1fs05/dssxfer/systems/access backups/prod/test;      alloweddeletepaths=//espr1fs05/dssxfer/systems/access backups/prod/test; 

the above how fileaccesscontrol.cnf file configured , same path put web service input file. when test write java work.

what wrong above write paths?

error statements: com.wm.app.b2b.server.serviceexception: java.io.filenotfoundexception: \espr1fs05\dssxfer\systems\access backups\prod\test\t.txt (access denied)

         com.wm.app.b2b.server.serviceexception: java.io.filenotfoundexception:           \\espr1fs05\dssxfer\systems\access backups\prod\test\t.txt (access denied) 

i'm not sure did try reloading wmpublic package ? maybe changes made fileaccesscontrol.cnf have not been loaded memory.

maybe requires webmethods server reboot.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -