News:

Welcome on our forum!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - jouniraiha

#1
Hi,

I created a dedicated local user account for the service, put that user in local administrators and the service could start. Now it run longer than ever, but still only ~45 minutes. What I should try next? Do you need any special logs? What to turn on?
#2
Data loggers and plug-ins / Re: Adv TCP/IP Data logger
December 23, 2010, 08:00:00 AM
Hi, I registered and purchased enterprise version, but when I try to run it either desktop or service mode, it will stop working in ~7 minutes. Here attached prints from event log. From application log I see only messages, no errors.

How can I check that the registration is OK and there are no trial limitations for number of messages or time limitations?


BR:Jouni
#3
OK, thanks. I will try that.

What license do I need, if I want to use this parsing feature and redirecting? Is Professional enough?
#4
Hi,
oc= is static, but the value varies, ([\-\d]+) should match. The string ends with ].
#5
Hi,
thanks, now I get the data redirected, but how about the transforming? I need to drop some data away from input string, like
input: [sts=begin,tp=appear,zn=2,rl=4,bb=46488:37822:3805:4629,oc=-1]
output: [sts=begin,tp=appear,zn=2,oc=-1]
#6
Hi,

here is one example of data I would like to process before redirecting it to another port:
info=ch=0&configmask=128&almnum=1&almnumold=0&ev0[sts=begin,tp=appear,zn=2,rl=4,bb=46488:37822:3805:4629,oc=-1]&timestamp=1245752047,447770

I am interested to forward only [sts=begin,tp=appear,zn=2,oc=-1] or [sts=begin,tp=appear,zn=2]
#7
Data loggers and plug-ins / Adv TCP/IP Data logger
June 30, 2009, 05:29:27 AM
Hi I am evaluating TCP data logger. My intention is to read from one TCP port (got that working), transform the data and redirect it to another TCP port. I downloaded redirection plugin, but how to make this process happen, i.e. parse and output only the parts of the string required and push it into another TCP port?
I will purchase a license if this is possible and easy to do.