In many mergers and acquisitions (M & As), retention problems can lead to negative employee attitudes. High-level organizations can lose influential executives and board members, which can damage the deal’s success, and corporate culture and perception can also suffer. Starting with early negotiations and meetings with the team on the integration of the merged corporate culture, regular dialogue between the two merged management and the employees is crucial to ensure alignment towards a shared vision. Keep the services of qualified consultants who understand the merger objectives of the company and have the skills to achieve them. Build an M&A team and select a coach for the M&A leader so that the team leader can focus on how the new company will be integrated into the company leadership, be sensitive to cultural differences, lead the change process and retain and motivate key employees.

Aside from the obvious HR concerns in Merger and Acquisitions, there is the underlying business philosophy differences which might translated to technology differences.  One consideration is how do the two organization manage their inventory.  Is it something that can easily be combined in the same system?  If not, is it better to keep two systems going even though you are in the same industry?

Even if the inventory is very similar, there could be regional differences that make it very difficult to source the same items in all of the various regions that the combined company might encompass.  There could be differences in how the inventory is purchased as well.  For example, a grocery chain that basically has the same products in all of their stores is one view of how to manage multiple locations and makes re-ordering easy.  All stores carry the same products and therefore it is easy to repeat merging with other stores and converting them to the same products your other stores carry.  A repeatable process.

If merging with another grocery chain that allows all of the products to be determined by the store or department manager, then it is a much more complex process to merge these two grocery chains. There is at the core a basic difference between their philosophies about how to manage inventory.  This might be the hidden elephant in the room that no one considered during the M&A negotiations.

In conclusion, make sure that the way that business is conducted at both organizations – the operational philosophies – is compatible with the technology that you are planning on using for the combined organization.  The HR side of things are easier to manage as everyone is aware of them going into negotiations.  It’s the hidden business philosophies that often get left out and cause the biggest upset of successfully combining the organizations.

 

Valmet, a leading global developer and supplier of technologies, automation and services for the pulp, paper and energy industries, has chosen Infor CloudSuite for industrial manufacturers as a next step in the company’s ERP-enabled business transformation, which started in 2016. Per the press release, the company’s ERP renewal will help drive a global, digital transformation of operations. All current on-premises functionalities will be moved to Infor´s multi-tenant cloud, using extensibility capabilities to meet Valmet’s industry requirements while preserving the benefits of continuous upgrades. It will operate on Amazon Web Services (AWS), delivering global scale, performance, and security. Further, the implementation of Infor CloudSuite will not only help retain knowledge across a wide variety of activities based on unified processes throughout these operations, but also will help deliver consistent reporting and “one set of numbers” to help accelerate and improve decision-making.

 

For Full Article, Click Here

If you are getting an error message in Lawson Security Administrator that references “No record found for given key PDLSET1 in PRODLINE”, it is possible that your Lawson instance has lost connection from the database and is unable to recover.  This can happen during an unexpected restart of the system, or a network outage.  To resolve the issue, simple stop and restart the Lawson services, including the IBM WebSphere services.  The startup order is:

  • Insight environment
  • IBM WebSphere Cell Manager
  • IBM WebSphere Node
  • IBM WebSphere application server

 

A manufacturing execution system (MES) is the foundation for just about every smart manufacturing endeavor in the modern digital and industrial age. A MES supports a number of capabilities from data collections to enterprise resource planning (ERP) interfaces and other manufacturing applications. According to or any MES to be highly effective, it must have several specific characteristics that will provide both significant capabilities and significant value. When considering different MES options, Clemons suggests you ask potential vendors about key characteristics to understand if the MES can provide the foundation for smart manufacturing.

Database – “A highly effective MES must start with a comprehensive database to capture all the critical information from the shop floor. Essentially, every piece of data related to the manufacturing operations in the four walls of a plant from the receiving dock to the shipping dock needs a place in the database. That includes materials, suppliers, customers, processes, equipment, labor, quality, maintenance, deviations, incidents and everything else that is part of the manufacturing process.”

Functionality – “The execution part of an MES must include orders, production, consumption, scheduling, quality, materials and recipes at a minimum. It also must have built-in capability for ERP integration, plus integration with other information systems, along with the ability to integrate automation and control systems through the IIoT.”

Scalability – “For companies who have multiple facilities, an MES should easily scale up to those facilities with hundreds of workers in them or scale down to those with very few workers. A highly effective MES must work across a variety of physical architectures.”

Configurable – “An MES solution can’t be custom, and it can’t be a toolkit. It must be a configurable solution built on specific out-of-the-box applications and application templates.”

Flexibility – “In a smart manufacturing and Industry 4.0 environment, manufacturing facilities change all the time — equipment is moved or added, processes are changed or added, and so on, all the time. The MES must be able to easily handle these changes. Whether it’s changes to the plant model, to the database model, to specific applications or to dashboards or analytics, MES must be flexible enough to handle these types of changes on a routine basis.”

 

For Full Article, Click Here

With the latest java update, some instances of Lawson are throwing exceptions.  The portal is throwing a 404 error, and SSOCfgInfoServlet throws a 500 error.

 

In this scenario, the security_authen.log is throwing an exception “Failed to initialize authentication layer.”  The lase_server_0_0.log has a much more detailed error message referring to “Client requested protocol TLSv1 is not enabled or supported in server context”.

 

To resolve the issue, edit the java.security file at JAVA_HOME/jre/lib/security.  Update the jdk.tls.disabledAlgorithms line to include TLSv2.

 

This is a temporary solution; Infor is working on a permanent solution to resolve this issue.

 

security_authen.log

Thu Aug 12 10:02:49.303 CDT 2021 – default-421637524 – L(4) : tenantID=DEFAULT thread=main. CacheManager.setRefreshInterval(): RefreshInterval =null is invalid.

Thu Aug 12 10:02:49.309 CDT 2021 – default-421637524 – L(4) : tenantID=DEFAULT thread=main. CacheManager.setRefreshInterval(): RefreshInterval =28800 seconds

Thu Aug 12 10:02:49.309 CDT 2021 – default-421637524 – L(4) : tenantID=DEFAULT thread=main. CacheManager.getCacheProperties: cache properties were initialized: Development=false, Instance=com.lawson.security.util.cache.ConcurrentCache, RefreshInterval=28800,

Thu Aug 12 10:05:55.179 CDT 2021 – default–932566529 – L(2) : error starting up SecEvent servlet, original message: Failed to initialize authentication layer. Cause Connection error (server.company.com, null). Cause: {2}.

Stack Trace :

com.lawson.security.authen.SecurityAuthenException: Connection error (server.company.com, null). Cause: {2}.

at com.lawson.security.authen.LawsonAuthentication.initClientAuthenDatThroughSSL(LawsonAuthentication.java:449)

at com.lawson.security.authen.LawsonAuthentication.initClientAuthenDat(LawsonAuthentication.java:307)

at com.lawson.security.authen.LawsonAuthentication.remoteInit(LawsonAuthentication.java:2593)

at com.lawson.security.authen.LawsonAuthentication.initializeForTenant(LawsonAuthentication.java:244)

at com.lawson.security.authen.LawsonAuthentication.performInitializeForTenant(LawsonAuthentication.java:181)

at com.lawson.security.authen.LawsonAuthentication.initializeForTenant(LawsonAuthentication.java:127)

at com.lawson.security.authen.LawsonAuthentication.initialize(LawsonAuthentication.java:116)

at com.lawson.security.authen.SecEventServlet.init(SecEventServlet.java:86)

at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:345)

at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.init(ServletWrapperImpl.java:168)

at com.ibm.ws.webcontainer.servlet.ServletWrapper.loadOnStartupCheck(ServletWrapper.java:1369)

at com.ibm.ws.webcontainer.webapp.WebApp.doLoadOnStartupActions(WebApp.java:649)

 

Lase_server_0_0.log

21-08-12 10:10:46:682 12 default.SEVERE authen.SSOServer.run(): SSOServer: Got unexpected exception when processing new secured connection  com.lawson.security.server.LawsonNetException: Got exception while writing to connection /11.111.111.11,10001

Stack Trace : com.lawson.security.server.LawsonNetException: Got exception while writing to connection /11.111.111.11,10001

at com.lawson.security.server.AbstractDefaultEventSource.write(AbstractDefaultEventSource.java:299)

at com.lawson.security.server.Connection.<init>(Connection.java:170)

at com.lawson.lawsec.authen.SecuredConnection.<init>(SecuredConnection.java:39)

at com.lawson.lawsec.authen.SSOServer.run(SSOServer.java:180)

Caused by: javax.net.ssl.SSLHandshakeException: Client requested protocol TLSv1 is not enabled or supported in server context

at sun.security.ssl.Alert.createSSLException(Alert.java:131)

at sun.security.ssl.Alert.createSSLException(Alert.java:117)

at sun.security.ssl.TransportContext.fatal(TransportContext.java:357)

at sun.security.ssl.TransportContext.fatal(TransportContext.java:313)

at sun.security.ssl.TransportContext.fatal(TransportContext.java:304)

at sun.security.ssl.ClientHello$ClientHelloConsumer.negotiateProtocol(ClientHello.java:740)

at sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:705)

at sun.security.ssl.ClientHello$ClientHelloConsumer.consume(ClientHello.java:683)

 

 

Update JAVA_HOME/jre/lib/security/java.security

SACO, a retail and wholesale leader in the Kingdom of Saudi Arabia (KSA) region, has deployed Infor WMS (warehouse management system) with Infor ION, and third-party application, Loftware Labelling. Per the press release, the Infor WMS solution, which is fully integrated with SACO’s SAP ERP platform using Infor ION, is set to optimize order processing and picking, enhance put-away, and expedite the loading and validation processes. The project was managed by Infor partner SNS. Infor WMS will support SACO’s warehouse operations managed by logistics services provider MEDSCAN. MEDSCAN will capitalize on the Infor WMS portal, in particular to streamline financials and billing for the retail and wholesale giant. Further, with eight warehouses SACO needed a solution to optimize performance across its warehouse management. As well as enhancing its picking processes, the company needed to facilitate seamless integration with its ERP platform to ensure a real-time view of operations at any given time and expedite decision-making.

 

For Full Article, Click Here

You may encounter an error message when running a federation sync after Lawson is federated to Landmark.  There can be many causes of these errors, so it is important to start reviewing logs on both servers for more details.  In this case, the security_provisioning.log on LSF and the security_authen.log on LMK indicated a PKIX error “got exception while reading from connection.”

There is a workaround for this error.  Open LAWDIR/system/lsservice.properties on LSF and LADIR/system/lsservice.properties on Landmark.  In both files, add the line “server.keystore.use.classic=false”.  Reboot both machines and try the sync again.

Security_provisioning.log (LSF)

Security_authen.log (LMK)

Lsservice.properties (both)

It’s no doubt that the COVID-19 pandemic sent every industry on emergency mode and required everyone to make changes whether they liked it or not. In the healthcare industry, the new era of digital health began and has redefined patient care. Pediatric otolaryngologist Dr. Eric Gantwerker shares an article on MedCity News about the focus on digital health for the coming years based on these bold predictions for 2022.

The enhancement of biometric data collection and what that means for the patient and physician
It has become increasingly simple to monitor a patient’s health in the comfort of their home.Home-based wearable and implantable biosensors have become more prevalent and more accessible to consumers. Demand for this technology will only increase as at-home or on-the-go physician monitoring continues to grow, fueling adoption by healthcare practitioners.”

Digital health will alter HIPAA compliance
“As consumers continue to monitor their health at home, there will surely be an increase in patient data. This is extremely beneficial to help manage and understand the health of a patient outside of the doctor’s office. Patients no longer need to visit a clinical setting to obtain this data. However, as patients continue to measure their health via devices, patient data can be compromised given currently limited privacy protection for consumer-level data.”

Healthcare will continue to evolve, and so will the Food and Drug Administration (FDA)
“The world of digital health is expanding rapidly, and the healthcare industry has a lot of catching up to do. With the help of AI technology and recent surges in data from consumer-based medical devices, patients’ health information will be at risk until HIPAA updates its compliances.”

The increased importance of offering telehealth services
“Telehealth is no longer considered a luxury, but an integral part of a health systems’ care strategy. Remote healthcare is here to stay, and healthcare institutions should invest in the proper technology to remain relevant in an ever-evolving virtual care world—this includes ensuring that patients have the same-quality visits in a virtual setting as they would in the doctor’s office.”

 

For Full Article, Click Here

Customer interaction drives almost every decision in your marketing and sales department. Customer relationship management (CRM) software helps to streamline and develop better and long-lasting relationships with customers to ensure a positive experience every time. Selecting a CRM solution can be an extremely difficult task because of all the considerations to take for your company. Solutions Review writer and analyst William Jepma shares a list of questions to ask yourself when considering implementing a CRM system for your business.

  1. What Business Needs Am I Looking to Address? “Figuring out your team’s needs should be the first step to selecting the most appropriate CRM solution to fit your needs.” 
  2. What Are My Budgetary Constraints? “Before beginning your search for a CRM platform, make sure your company has a concrete budget to refer to once you start getting quotes from different vendors in the marketplace.”
  3. Can the CRM Scale Alongside My Organization? “Before purchasing a solution, consider how it can benefit your organization in the present and the future.
  4. How Will the Customer Data be Secured? “Your chosen solution must offer secure data storage to protect your customer privacy.”
  5. Is the Software Easy to Use? “Once implemented, your company will use its CRM every day, so you will need to find a platform that your team can quickly learn to use.” 

 

For Full Article, Click Here

An Enterprise Resource Planning System (ERP) is a business process management software that enables companies to integrate and manage automated processes in one place. ERP software offers the advantages of optimized and integrated business processes, lower operating costs, improved reporting capacity, data security and increased productivity. Solutions Review is an online directory of ERP vendors, platforms and software solutions that contains a condensed overview, contact information, links to the company’s social media handlers and the top 24 vendors.

 

Your company needs to identify the exact solutions and automation capabilities it needs in an ERP system to determine which system best serves your specific needs. You should create a cross-functional team that consists of accounting, supply chain, IT and possibly HR personnel that are part of the selection team; people who know how your business is run day-to-day.  One of the worst mistakes companies make in selecting an ERP system is having the executives watch a snazzy sales presentation with all the reporting at the end and decide on bells and whistles instead of what your company needs to perform your day-to-day processes.  All ERP systems provide reporting capabilities.  There are many inexpensive tools to create reporting dashboards for any ERP system so this should not be a deciding factor.

As a selection tool, it might be good to create a spreadsheet which lists the functions of an ERP system that your organization needs. These vary by company so your spreadsheet may look entirely different from another company’s spreadsheet.  Then have everyone on the cross-functional selection team rate the various ERP companies on their ability to provide each function on a 1 – 5 scale, for example.  Then totaling the scores will provide a good idea about which ERP solution best fits your overall needs.  Don’t forget to include the integration piece in your evaluation for making sure you can easily integrate any other software that your organization needs so you end up with a fully automated system.  Using this type of selection criteria: multi-functional, objective scoring on each function, allows you to end up with an objective way of making a decision based on the overall needs of your organization.

The cost of an ERP system is composed of license fees (depending on how many users you have), the software itself, the modules you choose, the host hardware, installation, maintenance, training and support. The Software Path Report 2019 states that you can expect to spend up to $7,200 per user on your system on average – and that’s a big investment – a reminder that ERP selection is a long-term consideration. In the traditional view of your ERP – selection, you don’t need to choose the most expensive; choose the system which you can get the best fit for your business.