BizTalk 2004 and File Adapter Error
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server Applications Integration > BizTalk 2004 and File Adapter Error




Pages (2): [1] 2 »   Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

StereoMC is offline     BizTalk 2004 and File Adapter Error  
StereoMC


View Ip Address Report This Message To A Moderator Edit/Delete Message


Click Here to See the Profile for StereoMC Click here to Send StereoMC a Private Message Find more posts by StereoMC Add StereoMC to your buddy list
 
07-28-04 12:11 PM

Hi all!
I need to put file to another server in my network. In MSDN I have read that
 I must use "Map Network Drive" to create Network Drive and use it in File A
dapter to show Destination Folder. I have maid it and when i start my Orches
tration, BizTalk show me error in Application log (The adapter failed to tra
nsmit message going to send port "G:\1C_%MessageID%.xml". It will be retrans
mitted after the retry interval specified for this Send Port. Details:"The F
ILE send adapter cannot open file G:\1C_{23570300-54EC-4308-B7B3-B3C8552A8E2
E}.xml for writing. ".
) , where G:\  - Network Drive.
OK, I gave all permission to Map Folder (Everyone with full control), but it
 has not work.
Maybe somebody know, what is this and how can i perform my task!
Please help!




[ Post a follow-up to this message ]



    Re: BizTalk 2004 and File Adapter Error  
Yossi Dahan


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-28-04 11:09 PM

Hi
First of all you should actually be able to use UNC path instead of mapped
drive.
You need to make sure that the user BizTalk uses has permissions for the
folder and drive you are trying to access (best check is to login with that
user to the BizTalk machine and try to access the mapped drive)
the problem with mapped drives is that they get disconnected, and I'm not
sure that BizTalk will re-connect them when this happens

Yossi


"StereoMC" <StereoMC.1a3tt2@mail.webservertalk.com> wrote in message
news:StereoMC.1a3tt2@mail.webservertalk.com...
>
> Hi all!
> I need to put file to another server in my network. In MSDN I have read
> that I must use "Map Network Drive" to create Network Drive and use it
> in File Adapter to show Destination Folder. I have maid it and when i
> start my Orchestration, BizTalk show me error in Application log (The
> adapter failed to transmit message going to send port
> "G:\1C_%MessageID%.xml". It will be retransmitted after the retry
> interval specified for this Send Port. Details:"The FILE send adapter
> cannot open file G:\1C_{23570300-54EC-4308-B7B3-B3C8552A8E2E}.xml for
> writing. ".
> ) , where G:\  - Network Drive.
> OK, I gave all permission to Map Folder (Everyone with full control),
> but it has not work.
> Maybe somebody know, what is this and how can i perform my task!
> Please help!
>
>
>
> --
> StereoMC
> ------------------------------------------------------------------------
> Posted via http://www.webservertalk.com
> ------------------------------------------------------------------------
> View this thread: http://www.webservertalk.com/message324156.html
>







[ Post a follow-up to this message ]



    Re: BizTalk 2004 and File Adapter Error  
Michael Roze [MSFTF]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-28-04 11:09 PM

Yossi is right.
It is preferable to use a UNC path.

Thanks,
MRoze

This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
[vbcol=seagreen] 
that[vbcol=seagreen] 







[ Post a follow-up to this message ]



    Re: BizTalk 2004 and File Adapter Error  
Nikolai @ intergen.co.nz


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-29-04 07:47 AM

The reason the BizTalk documentation suggests you use the mapped drive is th
at you can't supply domain\user password credentials with the file adapter w
hen connecting to a drive say on another domain.
ms-help://BTS_2004/Troubleshooting/htm/ebiz_prog_adapt_owtd.htm

I have this exact problem right now. I have created a persisted mapped drive
 with a domain user and password under f:, in my static send port I referenc
e this and on my dynamic send port I reference it, and they both fail. The B
izTalk service is running u
nder the same account used to create the mapped drive, and I have tested it 
on a few machines.

"Yossi Dahan" wrote:

> Hi
> First of all you should actually be able to use UNC path instead of mapped
> drive.
> You need to make sure that the user BizTalk uses has permissions for the
> folder and drive you are trying to access (best check is to login with tha
t
> user to the BizTalk machine and try to access the mapped drive)
> the problem with mapped drives is that they get disconnected, and I'm not
> sure that BizTalk will re-connect them when this happens
>
> Yossi
>
>
> "StereoMC" <StereoMC.1a3tt2@mail.webservertalk.com> wrote in message
> news:StereoMC.1a3tt2@mail.webservertalk.com... 
>
>
>





[ Post a follow-up to this message ]



    Re: BizTalk 2004 and File Adapter Error  
Ruchi


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-05-04 10:49 PM


I tried using UNC and mapped drive but i am not getting desired result.
UNC i am giving is \\mcd16\data\a.xml
is this right???
Is there any other way i can send my file in different network location ??
ruchi

"Nikolai @ intergen.co.nz" wrote:

> The reason the BizTalk documentation suggests you use the mapped drive is 
that you can't supply domain\user password credentials with the file adapter
 when connecting to a drive say on another domain.
> ms-help://BTS_2004/Troubleshooting/htm/ebiz_prog_adapt_owtd.htm
>
> I have this exact problem right now. I have created a persisted mapped drive with 
a domain user and password under f:, in my static send port I reference this and on 
my dynamic send port I reference it, and they both fail. The BizTalk service is runn
ing
under the same account used to create the mapped drive, and I have tested it on a few machin
es.[vbcol=seagreen]
>
> "Yossi Dahan" wrote:
> 





[ Post a follow-up to this message ]



    Re: BizTalk 2004 and File Adapter Error  
Yossi Dahan


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-05-04 10:49 PM

You've written you don't get the desired result, can you describe what you
ARE getting?

the unc path looks ok to me if you are trying to create a file named a.xml
and the \\mcd16\data is a valid location (and you have sufficient
permissions to create files on it)


Yossi Dahan


"Ruchi" <Ruchi@discussions.microsoft.com> wrote in message
news:8F094AF1-4097-47E2-94E7-43D455FFAB46@microsoft.com...[vbcol=seagreen]
>
> I tried using UNC and mapped drive but i am not getting desired result.
> UNC i am giving is \\mcd16\data\a.xml
> is this right???
> Is there any other way i can send my file in different network location ??
> ruchi
>
> "Nikolai @ intergen.co.nz" wrote:
> 
is that you can't supply domain\user password credentials with the file
adapter when connecting to a drive say on another domain.[vbcol=seagreen] 
drive with a domain user and password under f:, in my static send port I
reference this and on my dynamic send port I reference it, and they both
fail. The BizTalk service is running under the same account used to create
the mapped drive, and I have tested it on a few machines.[vbcol=seagreen] 
mapped[vbcol=seagreen] 
the[vbcol=seagreen] 
that[vbcol=seagreen] 
not[vbcol=seagreen] 
read[vbcol=seagreen] 
it[vbcol=seagreen] 
i[vbcol=seagreen] 
(The[vbcol=seagreen] 
adapter[vbcol=seagreen] 
for[vbcol=seagreen] 
control),[vbcol=seagreen] 
> ------------------------------------------------------------------------ 
> ------------------------------------------------------------------------ 







[ Post a follow-up to this message ]



    Re: BizTalk 2004 and File Adapter Error  
Ruchi


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-05-04 10:49 PM

Hi
I am new to Biztalk 2004
I want to put file from Comp1 to Comp2 (computer names)which are under same 
domain.(diff user ID)
in comp2 biztalk is installed.
In the Biztalk Explorer i added address of receive location as
\\Comp1\data\a.xml
data is a shared folder in comp1 having full rights.
i have created a.xml in comp1...
i have created a sln in which orches. receive message a.xml from \\Comp1\dat
a\
and puts in Comp2 C:\.
no error while compileing.
Ideally when i put a.xml in comp1 it should move that to comp2 C:\ location.
but nothing is happening and no error also.
a.xml is still present in Comp1\data\

please help for the same
ruchi



"Yossi Dahan" wrote:

> You've written you don't get the desired result, can you describe what you
> ARE getting?
>
> the unc path looks ok to me if you are trying to create a file named a.xml
> and the \\mcd16\data is a valid location (and you have sufficient
> permissions to create files on it)
>
>
> Yossi Dahan
>
>
> "Ruchi" <Ruchi@discussions.microsoft.com> wrote in message
> news:8F094AF1-4097-47E2-94E7-43D455FFAB46@microsoft.com... 
> is that you can't supply domain\user password credentials with the file
> adapter when connecting to a drive say on another domain. 
> drive with a domain user and password under f:, in my static send port I
> reference this and on my dynamic send port I reference it, and they both
> fail. The BizTalk service is running under the same account used to create
> the mapped drive, and I have tested it on a few machines. 
> mapped 
> the 
> that 
> not 
> read 
> it 
> i 
> (The 
> adapter 
> for 
> control), 
>
>
>





[ Post a follow-up to this message ]



    Re: BizTalk 2004 and File Adapter Error  
Yossi Dahan


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-05-04 10:49 PM

Three things come to mind -
1. Make sure the receive location is enabled.
2. Look in the event log (where biztalk is installed) to make sure there are
no entries
3. Make sure the full rights are given to the user running the bts service

Yossi Dahan

"Ruchi" <Ruchi@discussions.microsoft.com> wrote in message
news:80220BB5-102F-4DAE-ADC4-BA9E539A4E1B@microsoft.com...
> Hi
> I am new to Biztalk 2004
> I want to put file from Comp1 to Comp2 (computer names)which are under
same domain.(diff user ID)
> in comp2 biztalk is installed.
> In the Biztalk Explorer i added address of receive location as
> \\Comp1\data\a.xml
> data is a shared folder in comp1 having full rights.
> i have created a.xml in comp1...
> i have created a sln in which orches. receive message a.xml from
\\Comp1\data\
> and puts in Comp2 C:\.
> no error while compileing.
> Ideally when i put a.xml in comp1 it should move that to comp2 C:\
location.[vbcol=seagreen]
> but nothing is happening and no error also.
> a.xml is still present in Comp1\data\
>
> please help for the same
> ruchi
>
>
>
> "Yossi Dahan" wrote:
> 
you[vbcol=seagreen] 
a.xml[vbcol=seagreen] 
result.[vbcol=seagreen] 
location ??[vbcol=seagreen] 
drive[vbcol=seagreen] 
mapped[vbcol=seagreen] 
create[vbcol=seagreen] 
of[vbcol=seagreen] 
for[vbcol=seagreen] 
with[vbcol=seagreen] 
I'm[vbcol=seagreen] 
message[vbcol=seagreen] 
have[vbcol=seagreen] 
use[vbcol=seagreen] 
when[vbcol=seagreen] 
retry[vbcol=seagreen] 
G:\1C_{23570300-54EC-4308-B7B3-B3C8552A8E2E}.xml[vbcol=seagreen] 
> ------------------------------------------------------------------------ 
> ------------------------------------------------------------------------ 
http://www.webservertalk.com/message324156.html[vbcol=seagreen] 







[ Post a follow-up to this message ]



    Re: BizTalk 2004 and File Adapter Error  
Ruchi


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-05-04 10:49 PM

Thanks Yossi Dahan
It was rights problem

Regards
Ruchi

"Yossi Dahan" wrote:

> Three things come to mind -
> 1. Make sure the receive location is enabled.
> 2. Look in the event log (where biztalk is installed) to make sure there a
re
> no entries
> 3. Make sure the full rights are given to the user running the bts service
>
> Yossi Dahan
>
> "Ruchi" <Ruchi@discussions.microsoft.com> wrote in message
> news:80220BB5-102F-4DAE-ADC4-BA9E539A4E1B@microsoft.com... 
> same domain.(diff user ID) 
> \\Comp1\data\ 
> location. 
> you 
> a.xml 
> result. 
> location ?? 
> drive 
> mapped 
> create 
> of 
> for 
> with 
> I'm 
> message 
> have 
> use 
> when 
> retry 
> G:\1C_{23570300-54EC-4308-B7B3-B3C8552A8E2E}.xml 
> http://www.webservertalk.com/message324156.html 
>
>
>





[ Post a follow-up to this message ]



    Re: BizTalk 2004 and File Adapter Error  
Ruchi


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-05-04 10:49 PM

Thanks Yossi Dahan
It was rights problem

Regards
Ruchi

"Yossi Dahan" wrote:

> Three things come to mind -
> 1. Make sure the receive location is enabled.
> 2. Look in the event log (where biztalk is installed) to make sure there a
re
> no entries
> 3. Make sure the full rights are given to the user running the bts service
>
> Yossi Dahan
>
> "Ruchi" <Ruchi@discussions.microsoft.com> wrote in message
> news:80220BB5-102F-4DAE-ADC4-BA9E539A4E1B@microsoft.com... 
> same domain.(diff user ID) 
> \\Comp1\data\ 
> location. 
> you 
> a.xml 
> result. 
> location ?? 
> drive 
> mapped 
> create 
> of 
> for 
> with 
> I'm 
> message 
> have 
> use 
> when 
> retry 
> G:\1C_{23570300-54EC-4308-B7B3-B3C8552A8E2E}.xml 
> http://www.webservertalk.com/message324156.html 
>
>
>





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 11:16 AM.      Post New Thread    Post A Reply      
Pages (2): [1] 2 »   Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register