on ‎2011 Mar 22 12:08 PM
Hi,
What are the possible ways integrating LIMS with MII and how we can do this. Is there any examples or someone make me understand how this is accomplished.And i would also like to know how MES is placed here, any recommendations with regards to the best practise available.
Thanks,
Raveen
Edited by: raveensap on Mar 22, 2011 1:08 PM
Request clarification before answering.
In my past experience, there were straight database connections as an option and there were also web services (if I remember right) available between MII and LIMS. There may also have been transfer tables used.
Regards,
Mike
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the comments
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
LIMS information is collected typically collected in a relational database (ORACLE). The information that most users are interested in are divided amongst three tables: SAMPLES, TASKS, & RESULTS. You can either build materialized views, or you can just use straight views into these three tables.
The real trick is that the information is fairly complicated, and unless your LIMS coordinators are very strict about changes in there assay strategies, these data tables can be an absolute bear to map against. This basically means, that I highly encourage you to suggest using a data warehouse or data store for the parameters of interest.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Normally LIMS data is just stored in a relational database and you can directly connect to it from MII with the IDBC SQL connector using the installed oracle JDBC driver. For us, both LIMS and MES are in relational databases (Oracle) so we have a separate connection to each database and then combine the data as needed in the BLS for whatever the business purpose is.
Nothing special was needed at all.
Thanks,
Kerby
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.