I want to know that mirth can connect with other database like(cache,sybase,informix). I am getting no way to connect all above database using mirth because In Mcsm(mirth connect server manager) there is only few database option like(postgres,durby,oracle,mysql). so is there any alternate way to use url of (cache,informaix database) in mcsm. please help me any help is highly apprecialble.
mirth can connect with Cache,sybase,informix database?
951 Views Asked by prabhu At
2
There are 2 best solutions below
0
Bad Tea
On
If you have a JDBC driver (.jar file) for the other database(s), you could try these steps:
- Add the .jar file to the $MIRTH_HOME/custom-lib directory
- Add/Change a driver entry to the file $MIRTH_HOME/conf/dbdrivers.xml
I'm not sure if that will let you choose other databases in MCSM or only allows you to choose them in Mirth channels (Database Reader, Database Writer, etc), but it's worth a try. I am unable to test it right now.
See http://www.mirthcorp.com/community/wiki/display/mirth/Server+Configuration
Related Questions in CACHING
- ClassCastException: datastructures.instances.JClass cannot be cast to java.util.ArrayList
- Robospice. How to save data and how to get data from DB?
- Make @lru_cache ignore some of the function arguments
- Xib taking long time (>1s) to load. UIFont cache seems to blame
- Android picasso cache images
- Rails 4 low-level caching not working
- How to cache Exchange web service API autodiscoverurl?
- The process cannot access the file because it is being used by another process asp.net
- Alamofire loading from cache even when cache policy set to ReloadIgnoringLocalAndRemoteCacheData
- Java Heap vs Cache
- In what use cases is locking on ASP.NET cache required/desirable
- Chrome cache overriding angularjs disabling of cache
- AFNetworking 2.0 Cache Issue
- Symfony ESI Cache / Surrogate Listener Issue
- Using getOrElseUpdate of TrieMap in Scala
Related Questions in SYBASE
- Propel 1.6 has some trouble to generate schema from Sybase 15.7
- Cannot Restore from Backup File to Sybase
- STRONG or VERY STRONG keyword syntax meaning in sybase script
- Sybase Table Audit Trigger on Insert and update
- What is the locking schema of sybase used for?
- Calculate working shift giving current datetime in sybase
- How To DROP auto increment from a column in sybase
- Select query won't give expected result in linux script
- sql distinct with multiple fields requried
- select the record with the highest id value in sybase ase
- Sybase IMAGE_LOCATOR type
- "select into" in select statement
- Sybase - Can we find out list of tables, stored procs which are not being accessed/used in last 1 year?
- Issue importing relatively simple .txt file in SQL?
- Sybase SQL - null condition, removing whitespace
Related Questions in INFORMIX
- Warnings in Informix database log
- How to release Informix lock from Java
- Informix - select from a temp table created in a 4gl with Interactive debugger?
- Informix throw internal error when creating new transaction in existing one
- How do I split a time range into days using stored procedure in informix 11.5?
- Informix PDO connection : Error SQLSTATE=HY000, SQLDriverConnect: -329 sqlerrm(systables)
- Informix database connection in Play framework
- What may cause connection to be null and How to reuse null reference object?
- SQL query if not null enter field value
- How to backup a single database residing in a dbspace in Informix?
- select for update in stored procedure (concurrently increment a field)
- Informix database issue: Changing the datatype format
- Unable to save dataframe on HDFS for Informix database
- Informix weekday calendar function not working
- SQL sum column in one table where value in another table is 'S'
Related Questions in MIRTH
- NCPDP D.0 integration using mirth Connect
- Using a Mirth Transformer to loop through multiple PID.3 Segments
- Perl : UTF8 characters gets distorted while trasnmitting
- Testing (C1+C3) on Cypress 3.0.3 throws error on QRDA 1 which are available for QRDA 3
- Mirth performance benchmark
- issue in writing multiple segments in the database through Mirth
- Mirth 3.5.0 - Importing Code Libraries via REST API
- How to insert created_timestamp in MongoDB using its Java Driver for Javascript
- How to get values from a field in Mongo, using its Java Driver (3.5.0)
- Java HotSpot(TM) 64-Bit Server VM warning: Insufficient space for shared memory file
- Mirth Connect Script to Re-process Errors?
- mirth can connect with Cache,sybase,informix database?
- Mirth Connect: Javascript Reader - Error listing files in dir (shared folder)
- Mirth Property File Corrupted on Editing using powershell
- Losing custom segments in batch file transformation
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
derbypostgresmysqloracleSql server2000sql server-These are the various different RDBMS system that Mirth can support at this moment in the latest version
2.2.2.6388Having said that, it means that the
mirthdbthe database that mirth uses for its integration purpose can be configured/installed on any of the above RDBMS systems, most of the times its either postgre or mysql.Other than this, there is no other means of connecting to
informix(even though I would love to see that happen), that depends on Mirth corp.