Entries by Angeli Menta

, ,

Configuring MSCM 10 with ADFS

To configure MSCM 10.x for ADFS, update the mscm.filter.properties file.  Set the service.name.param to the thick client identity, or you can set it to both thick client and SSOP delimited by a comma (i.e. SSOP, THICKCLIENTLDAPLS).  Also, set the lawson.username to the UPN (i.e. [email protected]). Run an updateconfig to set the changes. NOTE: All MSCM […]

NTM Set for Success with Infor

Finnish engineering leader Närpes Trä & Metall (NTM) recently decided to partner with Infor CloudSuite Industrial Enterprise to help unify and standardize its complex operational and manufacturing processes across the globe. Per the press release, the system, which will be delivered via multi-tenant cloud on Amazon Web Services (AWS), will be deployed by local Infor partner Midport Scandinavia, […]

, ,

IP Designer Series – Web Run

The Web Run node can be used to make different types of web calls, whether it be to external APIs or internal Infor Lawson commands. The first step to setting up a Web Run node, is to configure the Web Run Connection in your IPA configuration set.  For Internal Lawson commands, this will be your […]

Infor Extends Commitment to Sustainability in Fashion with Made2Flow Partnership

Infor recently announced one of their newest partnerships with Made2Flow, a tech company specializing in analysis and validation of environmental data in the fashion industry. Infor and Made2Flow together will support global fashion brands looking to increase transparency of the production supply chain through traceability and impact measurement solutions. Per the press release, consumer-driven interest in […]

The 9 Best Healthcare Technologies That Have Improved Wellness

Technological advancements of any kind should always be recognized for their contribution to society. In the healthcare sector, certain technologies have been essentially “life savers”. Writer Chris Odogwu shares a great article on makeuseof.com highlighting the best technologies that have improved wellness in the healthcare industry. This influx in healthcare technologies will continue to put a […]

, ,

Configure S3 Connection Pooling

If you are receiving frequent connection failures between IPA and Lawson S3, you may want to configure the connection pooling for S3. To do this, open the Landmark Grid, and click the “gear” to open the configuration manager.  Click Applications > [your landmark application] > Edit Properties. Expand “LPA Settings” then “S3 Pooling”.  Click “pfi.pooling.s3UsePooledConnections” […]

My Food Bag Delivers Quality Meal Service at Scale with Infor

My Food Bag recipe and meal delivery service recently deployed Infor CloudSuite Food & Beverage (F&B) ERP in order to achieve organizational-wide transparency and full visibility of end-to-end profitability. Per the press release, My Food Bag experienced exponential growth over its first five years of operation with revenues of more than $100 million, thus recognizing […]

, ,

Unable to get a SQL connection from the pool

What to do if you are seeing this error on a SQL node in an IPA work unit: java.sql.SQLException: Unable to get a SQL connection from the pool at com.lawson.bpm.processflow.pooling.SQLConnectionPool.borrow(SQLConnectionPool.java:79) at com.lawson.bpm.processflow.pooling.SQLConnectionPool.getPooledConnection(SQLConnectionPool.java:58) at com.lawson.bpm.processflow.workFlow.flowGraph.FgSQL.executeQuery(FgSQL.java:1107) at com.lawson.bpm.processflow.workFlow.flowGraph.FgaSQLQuery.startActivity(FgaSQLQuery.java:149) at com.lawson.bpm.processflow.workFlow.flowGraph.FgActivity.execute(FgActivity.java:947) at com.lawson.bpm.processflow.workFlow.flowGraph.FgProcess.run(FgProcess.java:2201) at com.lawson.bpm.eprocessserver.grid.ExecuteFlowImpl.executeFlow(ExecuteFlowImpl.java:427) at com.lawson.bpm.eprocessserver.grid.ExecuteFlowImpl.restartFlowForUA(ExecuteFlowImpl.java:181) at com.lawson.bpm.eprocessserver.ProcessFlowEngine.execute(ProcessFlowEngine.java:193) at com.lawson.bpm.eprocessserver.ProcessFlowEngine.reStartProcessAt(ProcessFlowEngine.java:116) at com.lawson.bpm.eprocessserver.KBConnectionDispatch.dispatch(KBConnectionDispatch.java:48) at com.lawson.bpm.eprocessserver.KBConnectionDispatch.run(KBConnectionDispatch.java:37) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at […]