-
1. Regular Expression (Regex) AR API Filter Plug-in
Vincent Riedweg May 4, 2011 2:21 AM (in response to Yudi Maryanto)Hi,
Good job
Did you test this plugin with AR System 7.6.04? Now in 7.6.04, the arplugin process runs in 64 bits and that's not the case in the version 7.5 described in your documentation.
Vincent.
-
2. Regular Expression (Regex) AR API Filter Plug-in
Yudi Maryanto May 4, 2011 2:27 AM (in response to Vincent Riedweg)Hi vriedweg,
I have not tested it on ARS 7.6.04. But since this plugin uses java (no native libraries are included in this plugin distribution), I think It should work seamlessly.
Or could you please test it on your ARS 7.6.04 on 64 bit machine and share the result here?
-
3. Regular Expression (Regex) AR API Filter Plug-in
Vincent Riedweg May 4, 2011 2:30 AM (in response to Yudi Maryanto)Hi,
Sure, I will test it on a 64bits 7.6.04 installation as soon as I have enough time.
I'll keep you informed.
Vincent.
-
4. Regular Expression (Regex) AR API Filter Plug-in
Abhijit NameToUpdate Jul 25, 2011 9:28 AM (in response to Yudi Maryanto)Hi Yudi,
I have tested this on windows 2008 and ARS 7.6.03.
This is working fine.
Thanks for sharing such a nice plugin.
Thanks and regards,
Abhijit Khewale
-
5. Regular Expression (Regex) AR API Filter Plug-in
Yudi Maryanto Jul 25, 2011 9:31 AM (in response to Abhijit NameToUpdate)Hi Abhijit,
thank you for your effort testing the plugin. Nice to hear that it works on ARS 7.6.03. I hope it will broaden the people that can take benefit of this plugin.
Best Regard
-
6. Regular Expression (Regex) AR API Filter Plug-in
Sergey Klevtsov Jul 27, 2011 3:59 AM (in response to Yudi Maryanto)Hi Yudi,
thanks for the plugin, good job!
If you're accepting wishes for future versions, here's one: add regexp-based substitution/replacement, as in perl 's/<regex>/<subst>/g' construct. This would be the most-welcomed feature
Sergey
-
7. Regular Expression (Regex) AR API Filter Plug-in
Yudi Maryanto Jul 27, 2011 4:06 AM (in response to Sergey Klevtsov)Hi Sergey,
Thank you for your suggestion. That's really a great idea. I will inform here when the feature is available
-
8. Regular Expression (Regex) AR API Filter Plug-in (v3.0)
Yudi Maryanto Aug 7, 2011 5:11 AM (in response to Yudi Maryanto)Hi All,
Based on Sergey's wish, I have updated the Regex plug-in. Now it supports string substitution. Hope that this will make you take more benefit from this plugin.
Thank you Sergey. Anyone who has any idea to improve this plug-in, kindly write your wishes here
-
9. Re: Regular Expression (Regex) AR API Filter Plug-in (v3.0)
Jose Huerta Aug 3, 2012 7:36 PM (in response to Yudi Maryanto)Hi,
I tried to install it on ARS 7.5. I followed your instructions, but when trying to access the plugin I get the error:
The specified plug-in does not exist. :
MII.ARF.REGEXVALID (ARERR 8755)
I activated the plugin log, and don't see anything extrange.
Could you tell me where to start to solve the problem?
Thanks!
-
10. Re: Regular Expression (Regex) AR API Filter Plug-in (v3.0)
Yudi Maryanto Aug 3, 2012 8:56 PM (in response to Jose Huerta)Hi Jose,
1. Make sure that your <AR System Installation>/pluginsvr/pluginsvr_config.xml file contains MII.ARF.REGEXVALID configuration like this:
<plugin>
<name>MII.ARF.REGEXVALID</name>
<classname>id.co.mii.filterplugin.RegexFilterPlugin</classname>
<pathelement type="location">C:/Program Files/BMC Software/ARSystem/pluginsvr/regexfilterapi-3.0.jar</pathelement>
</plugin>
2. Make sure that your ar.cfg (or ar.conf) file contains MII.ARF.REGEXVALID configuration like this
Server-Plugin-Alias: MII.ARF.REGEXVALID MII.ARF.REGEXVALID <your arserver name>:9999
3. After you modify these values, restart arplugin. If you don't know how to restart arplugin, just restart the arsystem service.
-
12. Re: Regular Expression (Regex) AR API Filter Plug-in (v3.0)
Yudi Maryanto Aug 4, 2012 5:33 AM (in response to Jose Huerta)1 of 1 people found this helpfulHi Jose,
first of all, your jar location file is "C:/BMCSoftware/ARSystem/pluginsvr/regexfilterapi-3.0.jar" but you write it in your pluginsvr_config.xml file as "C:/BMC Software/ARSystem/pluginsvr/regexfilterapi-3.0.jar". So, remove the space in "BMC Software".
I notice that in your pluignsvr_config.xml, you write (with space after dot)
id.co.mii.filterplugin. SplitRegexFilterPlugin
id.co.mii.filterplugin. ExtractRegexFilterPlugin
id.co.mii.filterplugin. ReplaceRegexFilterPlugin
It must not contain any spaces. It must be
id.co.mii.filterplugin.SplitRegexFilterPlugin
id.co.mii.filterplugin.ExtractRegexFilterPlugin
id.co.mii.filterplugin.ReplaceRegexFilterPlugin
Note: there are some errors in the documentation. I checked the documentation of this plugin and it contains spaces as well. I will revise the documentation and reupload it.
Modify your pluginsvr_config.xml file accordingly then don't forget to restart the arplugin.
-
13. Re: Regular Expression (Regex) AR API Filter Plug-in (v3.0)
Jose Huerta Aug 6, 2012 3:37 AM (in response to Yudi Maryanto)Hi Yudi,
Solved!
That was the error. Changed the files, restarted the service and it's now running. Thank you for this valuable contribution.
I'm creating a def file so the call to the filter api is made using a service wich can be easier to many people (including me), and also can unitarily test the functionality or the regular expression used.
Also I will publish this plug in and the def file on my blog, citing you (if you don't have any inconvenience).
Regards,
Jose Huerta
-
14. Re: Regular Expression (Regex) AR API Filter Plug-in (v3.0)
Yudi Maryanto Aug 6, 2012 4:04 AM (in response to Jose Huerta)Hi Jose,
Thanks for your contribution. Sure, you can publish this plugin on your blog. That's the power of communities. Our contributions will make ordinary product become good and good product become great.
More Like This
Incoming Links
- Re: Strip domain value from FQDN
- Re: Extracting text from a string
- Re: What will be the workflow to extract numbers from Character field.(Using functions in Set Fields.)
- Re: IP Address Patern - Developer Studio
- Re: Regular Expression (Regex) AR API Filter Plug-in (v4.0)
- Re: Creating Tickets Via Outlook on a Custom Helpdesk Application