|
Home > Archive > BizTalk Server General > November 2004 > BTS 2004 - Problem with a FILE Adapter
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
BTS 2004 - Problem with a FILE Adapter
|
|
|
|
Hi,
I try to configure a FILE receive location port to get file from ServerA.
I had
- shared the directory
- checked that the permission are enougth.
- created the same user/pass that the biztalk service host (because we use
an novell network)
When i want to enable the location, i have got this error :
The Messaging Engine failed to add a receive URL "myPrtReceive" to the
adapter "FILE". Reason: "File transport does not have read/write privileges
for receive location 'c:\' ".
However, when i'm connect to the server A with remote control, i can
create/delete a file on the directory.
Do you have a solution to resolve my probleme.
Thanks
| |
| Andrew 2004-11-09, 5:49 pm |
| I would temporarily provide 'everyone' permissions to that folder, restart
the biztalk orchestration (and all dependencies) and see if you get the same
problem. If the problem goes away, you can be sure it's permission related.
If that's the case, perhaps a way exists to audit security failures like you
can do in the MS server product line? That would at least point you in the
right direction.
Andrew
"Greg" <Greg@discussions.microsoft.com> wrote in message
news:34706541-704E-46B8-9FAE-FF4A0EE2CC5C@microsoft.com...
>
> Hi,
>
> I try to configure a FILE receive location port to get file from ServerA.
> I had
> - shared the directory
> - checked that the permission are enougth.
> - created the same user/pass that the biztalk service host (because we use
> an novell network)
>
> When i want to enable the location, i have got this error :
>
> The Messaging Engine failed to add a receive URL "myPrtReceive" to the
> adapter "FILE". Reason: "File transport does not have read/write
> privileges
> for receive location 'c:' ".
>
> However, when i'm connect to the server A with remote control, i can
> create/delete a file on the directory.
>
> Do you have a solution to resolve my probleme.
>
> Thanks
>
>
>
>
>
>
>
>
| |
| The Gremlin 2004-11-10, 5:48 pm |
| Run FileMon http://www.sysinternals.com/ntw2k/source/filemon.shtml
on ServerA to find out who tried to access the file and why it failed.
"Greg" wrote:
>
> Hi,
>
> I try to configure a FILE receive location port to get file from ServerA.
> I had
> - shared the directory
> - checked that the permission are enougth.
> - created the same user/pass that the biztalk service host (because we use
> an novell network)
>
> When i want to enable the location, i have got this error :
>
> The Messaging Engine failed to add a receive URL "myPrtReceive" to the
> adapter "FILE". Reason: "File transport does not have read/write privileges
> for receive location 'c:' ".
>
> However, when i'm connect to the server A with remote control, i can
> create/delete a file on the directory.
>
> Do you have a solution to resolve my probleme.
>
> Thanks
>
>
>
>
>
>
>
>
|
|
|
|
|