Re: Transfer attachment from one AR Server to another AR Server through Java API

2017-12-18 Thread LJ LongWing
ull, 0);} > > > > > > Am I not using the correct syntax? Should I update the attachment each > time even if I’m not modifying it? Please advise. > > > > *Thanks,* > > *Radhika Narayanan* > > > > *From:* ARSList [mailto:arslist-boun...@arslist.o

RE: Transfer attachment from one AR Server to another AR Server through Java API

2017-12-18 Thread Narayanan, Radhika
LongWing <lj.longw...@gmail.com> Sent: Friday, December 15, 2017 9:54:56 AM To: ARSList Subject: Re: Transfer attachment from one AR Server to another AR Server through Java API Radhika, To retrieve an attachment from the source server you need to do two calls, one from an entry perspe

Re: Transfer attachment from one AR Server to another AR Server through Java API

2017-12-15 Thread Roys, Eric
Re: Transfer attachment from one AR Server to another AR Server through Java API Radhika, To retrieve an attachment from the source server you need to do two calls, one from an entry perspective to get the file name and size, and another from a getblob to get the actual attachment infothen

Re: Transfer attachment from one AR Server to another AR Server through Java API

2017-12-15 Thread LJ LongWing
Radhika, To retrieve an attachment from the source server you need to do two calls, one from an entry perspective to get the file name and size, and another from a getblob to get the actual attachment infothen when moving the attachment to the remote system you need to do the opposite