LM Remote Service to access Storage - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: LM Remote Service to access Storage (/showthread.php?tid=4262) |
LM Remote Service to access Storage - emme - 24.09.2022 the LM docs shows that external API can require Objects (those marked as EXPORT) goups errors alerts but... what about willing to access a storage key? I do have a key that recap all the power consumption, by Year, by monts, by week, by day and by hours this create a huge structured key.... I'm willing to get it from outside to be pushed to a sql server (I know I can do it straight forward from LM, but I SQL server is not reachable from the LM network so I need to men-in-the-middle) but I cannot figure out how could I do that thanks ciao M RE: LM Remote Service to access Storage - admin - 26.09.2022 You can create a server-side LP script as described in Apps documentation: https://forum.logicmachine.net/showthread.php?tid=85 |