Hi Misi, Thanks for replying to my message. the actual scenario I am using this vendor form is I am trying to pull my arsystem 6.3 data which is out side to my current ARSystem 7.5. Te user requirement here is using vendor form they can get all information related Chg:Change and related tasks hope fully I think i will try to get that information my doubt is to get that all information do I need to write the Plugin in such a way to get all information or do I need to tweak the tables doing left outer join .............can you help me here. if possible can you please please give me the plugin which you created i will check it here.
Thanks Misi Mladoniczky wrote: > > Hi, > > You just implement the ARDBCGetEntryBLOB-call in your ARDBC-plugin. > > I actually did just that doing a general purpose Documentum-integration > for accessing your documents through the ARUser-interface. > > The data is not encrypted, but rather compressed. This is done between the > client and server, but is allays handled uncompressed when sent to an > API-program such as an ARDBC-plugin. > > Best Regards - Misi, RRR AB, http://www.rrr.se > > Products from RRR Scandinavia (Best R.O.I. Award at WWRUG10): > * RRR|License - Not enough Remedy licenses? Save money by optimizing. > * RRR|Log - Performance issues or elusive bugs? Analyze your Remedy logs. > Find these products, and many free tools and utilities, at http://rrr.se. > >> Wouldn't the proprietary encryption that Remedy uses for its attachment >> create a >> problem to read attachments stored by some other application in a foreign >> table >> in a BLOB? Or is the Vendor form functionality smart enough to know that >> since >> its not a ARS attachment to use the regular database compression >> algorithm >> to >> read the attachment? >> >> Joe >> >> >> >> ________________________________ >> From: Misi Mladoniczky <[email protected]> >> To: [email protected] >> Sent: Mon, February 28, 2011 10:09:29 AM >> Subject: Re: is it possible to get attachments from a vendor >> form.......... >> >> Hi, >> >> The Vendor-form-functionality (ARDBC) definitely supports the attachment >> data >> type, but if ARGetEntryBLOB is fully supported depends on that specific >> implementation of ARDBC. >> >> Are you writing your own plugin or do you make use of one that someone >> else >> wrote? >> >> Many of the Vendor-forms supplied by BMC only support the bare minimum >> required >> of them, depending on their purpose. >> >> For example they may have implemented simple qualifications for searching >> using >> ARGerListEntryWithFields, but not retrieval of individual records using >> ARGetEntry. In other words if you do a search in ARUser, you will see the >> list, >> but the fields will be blank in the form details. >> >> Best Regards - Misi, RRR AB, http://www.rrr.se >> >> Products from RRR Scandinavia (Best R.O.I. Award at WWRUG10): >> * RRR|License - Not enough Remedy licenses? Save money by optimizing. >> * RRR|Log - Performance issues or elusive bugs? Analyze your Remedy logs. >> Find these products, and many free tools and utilities, at http://rrr.se. >> >> hi all, >> >> I am trying to get data from out side and most of the data had >> attachments in >> .txt and pdf and .doc is it possible to get those through by using >> the vendor >> form. >> >> Thanks in advance >> >> >> >> >> _______________________________________________________________________________ >> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org >> attend wwrug11 www.wwrug.com ARSList: "Where the Answers Are" > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > attend wwrug11 www.wwrug.com ARSList: "Where the Answers Are" > > -- View this message in context: http://old.nabble.com/is-it-possible-to-get-attachments-from-a-vendor-form..........-tp31030808p31043349.html Sent from the ARS (Action Request System) mailing list archive at Nabble.com. _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug11 www.wwrug.com ARSList: "Where the Answers Are"

