Topic Options
Rate This Topic
#125433 - 10/11/05 05:20 AM Attachment encoding question
yuba30 Offline
newbie

Registered: 10/11/05
Posts: 2
**
Hi,

I am trying to pull an attachment out of the Remedy database using SQL/.NET, but without using the Remedy API. When I retrieve the attachment it seems as if it was encoded in some way by Remedy before it was saved to the database. Does anyone know what format it is encoded in so that I can try to decode it in .NET?

Thanks in advance!
James
This posting was submitted via the Web interface

Top
#125434 - 10/11/05 07:09 AM Re: Attachment encoding question [Re: pragalathar]
axton_grams Offline
old hand

Registered: 03/22/05
Posts: 738
It is a proprietary zip format. You may try using *nix unzip and see
if they used this algorithm for compression.

Axton

On 10/11/05, James Starkovich wrote:
> **
> Hi,
>
> I am trying to pull an attachment out of the Remedy database using SQL/.NET,
> but without using the Remedy API. When I retrieve the attachment it seems as
> if it was encoded in some way by Remedy before it was saved to the database.
> Does anyone know what format it is encoded in so that I can try to decode it
> in .NET?
>
> Thanks in advance!
> JamesThis posting was
> submitted via the Web interface


UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
(Support: mailto:support@arslist.org)


Top
#125435 - 10/11/05 07:32 AM Re: Attachment encoding question [Re: pragalathar]
yuba30 Offline
newbie

Registered: 10/11/05
Posts: 2
**
Thanks Axton, that's exactly what I needed to know.

James


On 10/11/05, Axton wrote:

It is a proprietary zip format. You may try using *nix unzip and see
if they used this algorithm for compression.

Axton

On 10/11/05, James Starkovich wrote:
> **
> Hi,
>
> I am trying to pull an attachment out of the Remedy database using SQL/.NET,
> but without using the Remedy API. When I retrieve the attachment it seems as
> if it was encoded in some way by Remedy before it was saved to the database.
> Does anyone know what format it is encoded in so that I can try to decode it
> in .NET?
>
> Thanks in advance!
> JamesThis posting was
> submitted via the Web interface


UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
(Support: mailto:support@arslist.org)



This posting was submitted via the Web interface

Top