Store Mirth logs in Database - mirth

I just started using mirth. I am able to send messages from source to destination. But now I want to store the mirth logs in an Oracle database.
I would greatly appreciate any suggestions.

Related

How to store data in nagios from a kafka consumer

I am very new to the Nagios system. I have installed and up nagiosXI and nagios log server on my Linux server.
I have a Kafka cluster that has many JSON items in it. And also a consumer which can read data from it. my data is location-based. This means that the JSON consists of multiple fields which the most important field is the geolocation data and finally I want to show the store data(in Nagios) on a map.
I searched the net (NagiosXI API doc and Nagios log server API doc) but I didn't find any useful thing to know how to store(or send) data to the Nagios.

Mirth Connect send old messages when changing server

I have a Mirth application installed in Ubuntu server. I try to move the application from one server to another server (DRC server). When I moved the application, somehow the Mirth keep sending old messages to the channel.
The source of sending channel is using Database Reader and connecter type for destinations is using TCP Sender. Im using Mirth Connect version 3.5.2
Does anyone know why this is happening. Is there any log files that I need to clear when moving the application from one server to another?
This can happen for several reasons. Application logic, queued messages. My guess is you moved appdata directory along with installation, if so you must be seeing similar stats from where you moved.
Mirth stores all channels information, transactions etc. by default under appdata folder. If you are using default settings it'll use derby db. You can connect to that DB with any DB client support JDBC. i.e.
SQuirelL or DB Visualizer and that can give you an idea what's happening.
I recommend you to make a clear setup. Then, you can export/import your channels into your new environment. You can also consider using any other DB, oracle/sqlserver/mysql.. for Mirth. Current version is 3.9.10 and it has better support for DBs other than derby.
As mentioned in the comments your application logic also matters.

Not able to migrate the data from Parse to local machine

as some of you might aware about the shutting down of parse service in about a year, i am following the migration process as per their tutorials. However, i am not able to migrate these data from parse to local database(i.e. mongodb).
I've started the mongodb instanse locally on 27017, and also created an admin user as part of migration based on these tutorials. Reference-1 & Reference-2.
But when i try to migrate the data from parse developer console, i get No Reachable Servers or Network Error & i don't understand why. I have doubt in the Connection string that i use for this but i am not sure, please find the following image.
I am new to mongodb so don't have much idea about this, your little help would be greatly appreciated.
Since the migration tool runs at parse.com, the tool needs to be able to access your MongoDB instance over the Internet.
Since you're using a local IP (192.168.1.101), parse.com cannot connect to your IP and the transfer will time out.
Either you need to make your MongoDB reachable from the Internet, or you can - as they do in their guide - use an existing MongoDB service.

Database diagnostic information on dashDB

I am trying to load some data into a table in my dashDB database but hit an error message. Can I download db2diag.log from the dashDB console to find out what has happened?
com.ibm.db2.jcc.am.SqlNonTransientConnectionException: [jcc][t4][10335][10366][4.18.60] Invalid operation: Connection is closed. ERRORCODE=-4470, SQLSTATE=08003 Data loading failed.
As Jeff said, you can't access the logs of this DBaaS as it is shared resource. You will need to debug from your applications side. Are you maybe having a contingency problem with passing around the connection handle? Can you share your code?
http://www.ibm.com/developerworks/websphere/techjournal/1205_ramachandra/1205_ramachandra.html
Details about enabling database tracing in Liberty:
http://www-01.ibm.com/support/knowledgecenter/SSAW57_8.5.5/com.ibm.websphere.wlp.nd.iseries.doc/ae/twlp_dep_jdbc_trace.html?cp=SSAW57_8.5.5%2F2-3-11-0-5-3-1&lang=en
Since DashDB is a service, you don't have access to the logs that you normally would have access to.

How to connect database in neoclipse?

I created a database in Neo4j via eclipse. How to view this database on neoclipse? I've seen some tutorials but I don't understand. Can someone help me?
You would point neoclipse to the data directory on disk or to the server http URL that hosts your data.
Probably easier to copy your database directory contents to a neo4j-server's /path/to/neo/data/graph.db