9.1 - HTML can't open flat file in secure folder, FAT can

Frosty the Coder

Legendary Poster
9.1 - HTML can\'t open flat file in secure folder, FAT can

List,

I am in the middle of another "learning experience" during our XE to 9.1 upgrade

We have custom appl, that in XE the user could browse for a folder to select a csv input file.

In 9.1, they can't do this.
We've changed the appl to have a network path pointing to a secured windows folder.

When tested on a fat client, the appl can see/open the file.
When tested via HTML, it cannot.

My userid has access to that folder (as proved by fat client).
I'm GUESSING that HTML is using another ID that needs authority.
We don't want to give a generic ID access to a secured folder.

HTML is running on a windows server.
The secured folder is on a windows server (or so I'm told).

Am I able to clear/open/view JAS logs?
If so how? If not, do I need the CNC group to do so for me?
 
Re: 9.1 - HTML can\'t open flat file in secure folder, FAT can

Are you using a UNC path? Make sure you are not using a mapped drive.
 
Re: 9.1 - HTML can\'t open flat file in secure folder, FAT can

The network crew says that we are using a UNC.

One of them is looking into whether there is an issue w/proxy server user id & password.

I'll update when I know more.
 
Re: 9.1 - HTML can\'t open flat file in secure folder, FAT can

Hi, make sure that the user with which the JDE service is running (if on Windows Server) has access to the network drive. Ideally, this is a UNC path instead of a mapped drive.

Regards,

Peter
 
Back
Top