Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Customer has been using older AspenTech and we are getting data in bulk queries (via Linked Server) through ODBC (JDBC had bugs that couldn't get resolved). Customer is upgrading their AspenTech to latest version and I'm praying there is a better connection option like we do with OSI Pi. Anyone with experience with this product could provide tips?
Solved! Go to Solution.
Hello @BDownen,
Just my 2 cents, in case you don't get a more qualified reply.
I presume you're referring to InfoPlus.21? I've never used it myself, but a quick Google search shows that you should be able to access it via ODBC and/or SOAP wrapper over SQL Plus (essentially SQL over HTTP) and/or Process Data REST API. The latter will probably be the easiest to implement, at least on the ThingWorx side.
If you decide to go the HTTP route (SOAP or REST), there will be few things you'll need to consider:
ThingWorx has a wide range of integration options, you just need to choose the one which fits your situation best.
Regards,
Constantine
Hello @BDownen,
Just my 2 cents, in case you don't get a more qualified reply.
I presume you're referring to InfoPlus.21? I've never used it myself, but a quick Google search shows that you should be able to access it via ODBC and/or SOAP wrapper over SQL Plus (essentially SQL over HTTP) and/or Process Data REST API. The latter will probably be the easiest to implement, at least on the ThingWorx side.
If you decide to go the HTTP route (SOAP or REST), there will be few things you'll need to consider:
ThingWorx has a wide range of integration options, you just need to choose the one which fits your situation best.
Regards,
Constantine
Thanks @Constantine . Yes, IP21 is the Historian they have. I will look into the other methods. With the install base of IP21, I would think there may have been a connector for it, but I guess that isn't the case.
Regards,
BDownen
Hi @BDownen.
If the response from Constantine answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.
Regards.
--Sharon