Hi Misi,, Thanks for response I got small doubt I have seen the Class ActiveLink using this do I can set the values based on in put parameters passed in to the tdatabse table.
In brief to query I will pass some parameters so in the Java code based on the parameter I will query the values from database so at that point in the Java code to get the values as much quicker can I use any Class ActiveLink like set field action there so that it will get the values very quickly?. Thanks Gokul Misi Mladoniczky wrote: > > Hi, > > I have used these two configs to copy data from the production server to a > backup server. One config that runs every 15 and synchronizes everything, > and one fast config that runs every minute on the forms where most records > are created. > > 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. > > ### Run every 15 minutes, and took around 3 minutes to complete ### > source_server = kenny1 > source_user = Demo > source_password = *** > target_server = kenny2 > target_user = SOURCE > target_password = SOURCE > multipleforms = * > skipforms = \ > Application Pending, \ > Application Statistics, \ > AR System Licenses Audit, \ > AR System Licenses, \ > AR System Log*, \ > AR System Application State, \ > Server Events, \ > Server Statistics > # Replace source server name with target server name in data > setfields = \ > *=ANYWHERE("kenny1", "kenny2"), \ > *=ANYWHERE("Kenny1", "Kenny2"), \ > *=ANYWHERE("KENNY1", "KENNY2") > splitsearch = YES > transfertype = SYNCTOTARGET > logfile = AUTO > > ### Run every minute, and took about 4 seconds to complete ### > source_server = kenny1 > source_user = Demo > source_password = *** > target_server = kenny2 > target_user = SOURCE > target_password = SOURCE > # List of the forms with a lot of added records > # Make sure you have an index on 'Create Date' on these forms > multipleforms = \ > HelpDesk, \ > HPD:WorkLog, \ > ... > # Sync records created the last 120 second > # Change 120 to %s to supply the number on the command line as an extra > arg > # Make sure to index the Create Date in these forms > qual = '3' > $TIMESTAMP$ - 120 > # Ensures that no heavy copy operations are performed > maxrecords = 100 > # Ensures that no delete operations are performed > syncmaxdeletedpercent = 0 > transfertype = SYNCTOTARGET > logfile = AUTO > >> Hi Misi, >> >> Thanks for replay I am almost done with the vendor form it is showing >> small >> errors hope i am going to solve them. Where can I get this >> rrrchive-config-skeleton. please let me know and I went through you're >> WWRUG09_RRR_LogFilePerformanceTuning.pdf good work keep I really like >> this >> I >> will follow the document. >> >> Thanks >> >> >> >> >> >> Misi Mladoniczky wrote: >>> >>> Hi, >>> >>> No, I can not give you the code. The skeleton program by BMC is a good >>> starting point. >>> >>> I may would actually suggest another solution though, and that is to >>> synchronize the data between the two servers using DSO. >>> >>> Or if you only need read-functionality, you may use RRR|Chive to >>> synchronize the data on regular interval in one direction. This is easy >>> to >>> set up, and version independent. Let me know if you like an >>> rrrchive-config-skeleton to do this. >>> >>> 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 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" >>>> >>> >>> _______________________________________________________________________________ >>> 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..........-tp31030808p31046529.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" >> > > _______________________________________________________________________________ > 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..........-tp31030808p31049990.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"

