Here are a few mitigation procedures to use when Landmark applications are crashing or performing very slowly and throwing core dumps on the server.

 

First, check the environment.properties file.  Validate that file is pointing to the correct version/location of Java.  Sometimes, Java is updated on the server, and the environment.properties file is not changed accordingly.  It’s not a guaranteed issue, but should be validated and resolved if found.

 

Secondly, make sure there is adequate heap space provided to the jvm.  Here are some examples for heavy processing:

 

com.lawson.was.nodeagent.jvm-init-mem=1024

com.lawson.was.nodeagent.jvm-max-mem=3072

com.lawson.was.dmgr.jvm-max-mem=4096

com.lawson.was.dmgr.jvm-init-mem=2048

com.lawson.was.<app Server>.jvm-init-mem=3072

com.lawson.was.<app server>.jvm-max-mem=12228

 

àThese values will be deployed every time a CU is applied, so you don’t have to keep updating them

 

Be sure to recycle the Landmark application server once these changes are made.

 

Note that clustering Landmark WebSphere would not do any good.  Landmark applications behave very differently from Lawson applications, and it would only waste resources to vertically scale.

 

Digital transformation, when done in a smart, planned out way, can be the key to growth for your business and team morale. Giuliana Corbo, CEO of remote-first nearshore tech solutions company Nearsure and Forbes council member, shares an article on how to improve executive leadership during periods of digital transformation in your business. Corbo states that best leaders pursue customer and team transformation not simply for the sake of embracing new technology, but to improve the customer experience, the cohesion between teams and build a resilient business that can thrive in the long term. With her own experience at Nearsure, Corbo outlines key steps that can help ease the transition into this new style of leadership.

Invest in people. “Throughout my career, I’ve found that the most important element of success is your team. By carefully selecting employees based on their cultural fit and technical abilities, companies can consistently improve the quality of their digital transformation initiatives and improve cohesion between departments.

Remember that transformation is more than technology. “I know that the most successful changes occur when new technology is integrated into the company’s larger mission statement and long-term goals. This helps improve the quality of software and ensures that the transformation helps improve teamwork, enhance leadership and solidify company culture.”

Secure stakeholder involvement. “The best executives will not only include managers, engineers and customers in the brainstorming process—they’ll also solicit feedback from regular employees. This type of leadership helps regular employees feel like their voices are being heard and are vital for maintaining a strong business culture and succeeding in the remote work age.”

Corbo concludes that those executives interested in building off of outstanding technology and promoting a culture of innovation can assist their organizations in this mission by leading from the front. This means investing in people, thinking about technology and how it fits into the bigger picture, and involving all stakeholders in the planning process.

 

For Full Article, Click Here

The adoption of “mobile” anything is an increasing trend each year. This year is no exception as 2022 say more than 5.31 billion mobile users globally. With the rise of wearables and smart devices, the demand and availability of mobile applications is a norm in our everyday and professional lives. Back End News shares an article listing the top mobile technology trends that more or less defined the way we used our devices and ran our businesses.

  1. Artificial Intelligence
  2. Mobile Security
  3. Virtual Reality and Augmented Reality
  4. Mobile Apps for Small Businesses
  5. IoT (Internet of Things) apps
  6. 5G Network
  7. Rise of M-Commerce
  8. Wearable App Integration
  9. Development of Cross-Platform Apps
  10. Personalization

Mobile technology is here to stay, and it will get more and more advanced this year and the next.

 

For Full Article, Click Here

A user accesses their inbasket they can see the workunit and the associated data, however when they approve the requisition it leaves their inbasket view in portal with a success message.  The workunit does not move on, nor does it show action has been taken within the workunit.

 

Also, no actions can be taken from that workunit.

 

Error from the lps.log

 

Thu Jun 16 14:19:48 PDT 2016 – Message “com.lawson.bpm.errors.ErrorMessages.com.lawson.rdtech.framework.ProcessFlowException: Unknown security exception has occurred.

at com.lawson.bpm.eprocessserver.grid.ProcessFlowExecutor.getActorContext(ProcessFlowExecutor.java:651)

at com.lawson.bpm.eprocessserver.grid.ProcessFlowExecutor.getActorContext(ProcessFlowExecutor.java:617)

at com.lawson.bpm.eprocessserver.grid.ProcessFlowExecutor.processProcessFlowQueue(ProcessFlowExecutor.java:409)

at com.lawson.bpm.eprocessserver.grid.ProcessFlowExecutor._executeFlowPrivate(ProcessFlowExecutor.java:332)

at com.lawson.bpm.eprocessserver.grid.ProcessFlowExecutor._executeFlow(ProcessFlowExecutor.java:212)

at com.lawson.bpm.eprocessserver.grid.ProcessFlowExecutorProcessorImpl.sweepPrivate(ProcessFlowExecutorProcessorImpl.java:284)

at com.lawson.bpm.eprocessserver.grid.ProcessFlowExecutorProcessorImpl.processMessage(ProcessFlowExecutorProcessorImpl.java:81)

at com.lawson.bpm.eprocessserver.grid.ProcessFlowExecutorProcessorImpl.runPrivate(ProcessFlowExecutorProcessorImpl.java:186)

at com.lawson.bpm.eprocessserver.grid.ProcessFlowExecutorProcessorImpl.run(ProcessFlowExecutorProcessorImpl.java:150)

at java.lang.Thread.run(Thread.java:744)

Caused by: com.lawson.security.interfaces.GeneralLawsonSecurityException: Unknown security exception has occurred.

at com.lawson.interfaces.security.LawsonSecurityFactory.setRunAsUserOnDuplicateContext(LawsonSecurityFactory.java:1549)

at com.lawson.bpm.eprocessserver.grid.ProcessFlowExecutor.getActorContext(ProcessFlowExecutor.java:634)

… 9 more

Caused by: java.lang.reflect.InvocationTargetException

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:606)

at com.lawson.interfaces.security.LawsonSecurityFactory.setRunAsUserOnDuplicateContext(LawsonSecurityFactory.java:1545)

… 10 more

Caused by: com.lawson.security.authen.SecurityAuthenException: com.lawson.security.authen.LawsonUserContextImpl.security.authen.actor_does_not_support_run_as

at com.lawson.security.authen.LawsonUserContextImpl.setRunAsUserOnContext(LawsonUserContextImpl.java:1497)

at com.lawson.security.authen.LawsonUserContextImpl.setRunAsUserOnContext(LawsonUserContextImpl.java:1460)

at com.lawson.security.authen.LawsonUserContextImpl.setRunAsUserOnContext(LawsonUserContextImpl.java:1451)

at com.lawson.security.authen.LawsonUserContextImpl.setRunAsUserOnDuplicateContext(LawsonUserContextImpl.java:1592)

at com.lawson.security.authen.DataCtxUserCtxWrapper.setRunAsUserOnDuplicateContext(DataCtxUserCtxWrapper.java:432)

… 15 more

” not found.

 

 

 

Resolution:

The lawson user does not have Run As enabled.  Infor Security Administrator by default has the enable Run As set to “NO” for the lawson user.  When a change is done on the lawson user and saved in the Infor Security Administrator the run as gets flipped back to “NO” in Landmark.  Go to Infor Security Administrator and change the Enable Run As to “YES” save it.  Restart LPA and Async grid nodes.

 

 

Keywords:

 

Recently, Lippert Components Inc. (Lippert™), leading global manufacturer and supplier of highly engineered components for original equipment manufacturers (OEMs), has expanded its use of Infor Configure Price Quote (CPQ) to enhance the digital buying experience for dealers and consumers. The company anticipates an increase in sales conversion and customer satisfaction. Per the press release, the company just introduced its new Solera® RV awning purchase experience through its recently deployed 3D Awning Builder tool, powered by Infor CPQ. This innovative  tool enables customers to build a custom RV awning with the capability of seeing that awning in real time via AR (augmented  reality). Vice President and general manager of Infor CPQ Ron Eismann says of this project, “We appreciate our decade-long partnership with Lippert. The increased demand from buyers for personalized products has made the need for flexibility and highly tailored digital transactions greater than ever. Infor is committed to providing our customers with modern tools to transform their business and accelerate their path to innovation.”

 

For Full Article, Click Here

In LID, type in jobdef, select a user and job name, then F6 >> B. Report Distribution

As you can see, this job isn’t being distributed beyond the prt file that is produced in the users print manager:

You have three options to None, direct to a printer, or to a distribution group:

If we use a distribution group, a distribution group consists of a list of users which can all have different printers setup under them within this group:

The printer itself has to be defined in printer definitions (prtdef) as well as setting up in the distribution list group definitions (dstlistgrpdef)

 

In this example, if the job definition (jobdef) was set to BENEFIT distribution group and ran, it would auto print to PRINTER123 under the lawson user.  All other users are not set so it wouldn’t print to them.  That’s it!

If your organization still heavily relies on Lawson recurring/custom jobs and are looking to support or migrate those jobs to IPA, which is harder and harder to find individuals who have all the skillsets to do so, we recommend you look into hiring a Lawson consultant team who offer managed services at a fixed monthly rate.

These Lawson teams have a wider range of expertise and knowledge and are ideal for larger organizations but also are great for smaller ones that don’t need a dedicated Lawson employee on-site that may only be an expert in 2-3 portions of Lawson.

Since the start of the pandemic, the real estate market has seen it’s extreme highs and lows. In just a few weeks the new year will be upon us and the real estate industry looks to start strong. Peter Abualzolof, CEO and cofounder of real estate data analytics company Mashvisor and Forbes Council Member, shares an interesting article forecasting the real estate landscape in 2023. The biggest factor in real estate is the use of technology.

Virtual Reality. “The use of virtual reality (VR) and augmented reality (AR) is not a new trend, but it is something that the pandemic has definitely accelerated. Expect the use of VR and AR in real estate to continue expanding, especially among investors. While homebuyers might be more prompted to visit their future home and feel the atmosphere before buying, 3D tours and walk-throughs usually meet the needs and requirements of investors.”

AI-Enhanced Analytics. “The development of artificial intelligence (AI) has been on-going for decades in the real estate technology industry, and there have been major advancements in recent years. For example, property investors are able to find and analyze deals at a rate and speed previously unimaginable. This has been enabled by AI and big data.”

Streamlining Of All Processes. “Enhanced efficiency is by far the most important benefit of the recent boom of technology in real estate. Real estate agents, brokers, lenders, property managers, investors and even homebuyers and sellers have been able to automate many tedious day-to-day responsibilities, allowing them to complete tasks faster and better than ever before.”

Fractional Ownership. “This is not something new in real estate as investors have been using syndication, real estate investment trust (REITs) and other forms of partnerships to own shares of real estate assets for decades. However, technology is further accelerating this trend in a way that many see as the democratization of the real estate market.”

The Metaverse. “The last major technology trend that is expected to drive real estate in 2023 is the additional growth of virtual real estate and investment opportunities. Buying assets in a virtual world is still a relatively new concept, so investors will likely continue to proceed cautiously, as the metaverse offers a unique way to diversify your portfolios, but they might consider it ill-advised to shift all their investments from physical real estate to virtual properties.”

Abualzolof predicts that the coming year promises to be another exciting year in real estate, and technology will play a major role.

 

For Full Article, Click Here

Today’s competitive landscape calls for the need of businesses to have a customer relationship management (CRM) system in place. The most effective way to utilize your CRM system is to automate your processes. Tech Digest has a great article describing how CRM automation can help your business organize and manage customer data efficiently, improving customer relationships and sales processes simultaneously. Below are 8 benefits, according to Tech Digest, that CRM automation can do for your business.

  • Enhanced Customer Service. “Great customer service is the key to any successful business. It’s what keeps customers coming back, and it’s what helps you to stand out from your competition.”
  • Better Data Management. “Data management is integral to any business, and customer relationship management (CRM) systems are essential. Customer relationship management automation can help improve data management in several ways.”
  • Better Decision-Making. “In business, time is money. The faster you can make decisions, the better. By automating CRM tasks, businesses can free up time for employees to focus on more strategic tasks.”
  • Improved Flexibility And Efficiency In Your Processes. “Automation is quickly becoming a staple in the business world as companies race to keep up with the competition. Businesses can improve flexibility and efficiency by automating specific processes and reducing costs. With CRM automation, processes can be streamlined, reducing the likelihood of errors and freeing your team to focus on more critical tasks.”
  • Enhanced Reporting Capabilities. “A CRM system allows businesses to view and analyze customer data in real time. This can help to identify patterns and trends that may take time to be apparent when looking at traditional data reports.”
  • Improved Team Communication. “By automating the process of updating and distributing customer data, team members can spend less time gathering information and more time communicating with one another.”
  • Cost-Effective. “CRM automation can save your business money. By automating repetitive tasks, CRM automation frees up your staff to focus on more critical tasks.”
  • Boost Sales. “Sales representatives are always looking for ways to increase their sales. One way they can do this is by using CRM automation. This allows them to automate repetitive tasks, such as data entry and contact management. As a result, they can spend more time selling, leading to more sales.”

 

For Full Article, Click Here

In Lawson Security, you may come across a problem where no programs are found with any securable types enabled. This is a simple fix. Follow the steps below to learn how to fix security not registering Lawson (when given all securable types):

When editing the class select Add Rule, then in the Securable Types Online, add all top system codes (HR, AP, TE etc.) as shown below:

Next, you will need to validate that the objects are added:

Clear Server cache in LSA, Clear IOS cache in Portal.

Logout then log back in and test again. This should enable all and solve the issue.

 

Good luck!

The Chickasaw Nation recently decided to select Infor to help it consolidate all of its key business processes with Infor HR, payroll, financial, and supply chain applications. Per the press release, Infor will help the organization standardize on one enterprise resource planning (ERP) software and modernize with best-in-class applications to improve its user experience, data insights and management. The Chickasaw Nation turned to Infor to enhance process standardization and optimization, improve availability and circulation of information, and implement a platform that is scalable and extendable. Additionally, this new project will be focused on standardization, empowerment and management. Infor will deliver a single, integrated ERP solution to reinforce leading business practices, improve process automation, and offer higher levels of visibility and control.

 

For Full Article, Click Here