Problem:
Patch being installed if failing when running lawappinstall activate. It fails when running ujobload.
10/31/2023 5:44:25 Executing ujobdump.
10/31/2023 5:44:25 ujobdump execution successful.
10/31/2023 5:44:25 Executing ujobload.
10/31/2023 5:44:26 ERROR – ujobload failed.
ujobload via lawappinstall activate *** No jobs found to load When run manually, it fails with Segmentation Fault(coredump:
Resolution:
lawappinstall update will stage tokens potentially needing a ujobdump/ujobload in LAWDIR/productline/backup/ACTIVATEstage/JOBconversion.
If conditions are correct, lawappinstall activate will run ujobdump and ujobload, then clean up the staged area.
- ujobdump -d LAWDIR/productline/backup/ACTIVATEstage/JOBconversion productline $LAWDIR/productline/backup/ACTIVATEstage/JOBconversion.dmp -t <list of Tokens>
In the above <list of Tokens> would be a space-separated list of the tokens located in $LAWDIR/productline/backup/ACTIVATEstage/JOBconversion/??src directories.
- ujobload -ou productline LAWDIR/productline/backup/ACTIVATEstage/JOBconversion.dmp
- remove dump file, LAWDIR/productline/backup/ACTIVATEstage/JOBconversion.dmp
- remove stage dir, LAWDIR/productline/backup/ACTIVATEstage/JOBconversion
Run steps a through d manually, then rerun lawappinstall activate. If the ujobload fails in step b with a Segmentation Fault(coredump) or other error, make sure the user running ujobload has write access to these files and their directories.
LAWDIR/UJobLoadDir/productline/Tokens
LAWDIR/productline/UJobLoadDir/LDLog
Make corrections if necessary, run steps b through d above, and rerun lawappinstall activate.
Replacing Expired Certificates for LDAPS
Articles, Frontpage Article, NewsInstalling LDAP certificate in AD LDS instance
Export the certificate for Java OS & Java WebSphere
Grant Permissions to Certificate Container
Smoke Test
Update the LDAP Certificate in WebSphere
Cell Trust Store
Node Trust Store
Perform these same steps in the Landmark websphere instance.
Update LDAP Certificate in OS Java
Do this in both Lawson and Landmark
Update LDAP Certificate in WebSphere Java
Cloud security becoming top priority for companies worldwide
UncategorizedReporter Dave Jones shares an article on Cyber Security Dive noting the increased priority that companies have placed on cloud security because of the increased instances of cyber attacks and ransomware. To brief, Jones highlights the following:
For Full Article, Click Here
Infor the only Vendor Named as a Leader in All Four IDC MarketScapes for ERP
NewsInfor was listed as the only vendor named as a Leader in all four of the following IDC MarketScape reports – IDC MarketScape: Asia/Pacific SaaS and Cloud-Enabled SMB/Midmarket Segment ERP 2024 Vendor Assessment; IDC MarketScape: Worldwide SaaS and Cloud-Enabled Small Business ERP Applications 2024 Vendor Assessment; IDC MarketScape: Worldwide SaaS and Cloud-Enabled Large Enterprise ERP 2023–2024 Vendor Assessment; and IDC MarketScape: Worldwide SaaS and Cloud-Enabled Medium-Sized Business ERP Applications 2024 Vendor Assessment. Per the press release, the IDC MarketScape reports evaluate vendors based on a comprehensive and rigorous framework relative to the criteria and one another, and key strategy criteria included both qualitative and quantitative data resulting in a single graphical illustration of each vendor’s position within a given market. Infor was recognized for its cloud-platform, its ability to scale, and overall industry expertise. Mickey North Rizza, group VP, IDC’s Enterprise Software, said “The digital world has reshaped businesses’ of all sizes focus on moving to the cloud to improve their speed, scale, agility, market share, and competitive advantage. This requires adapting new ERP technologies that enable speed and scale by reducing process steps and clicks, automating every workflow possible, embedding finance to collect and make payments, and helping improve overall decision velocity.” Further, Infor cloud ERP solutions deliver industry-specific capabilities without extensive customizations or integrations by combining the Infor cloud platform built on infrastructure services from Amazon Web Services® (AWS®) and Infor OS. By migrating critical business applications to the cloud, organizations experience automatic upgrades that deliver the latest advances in enterprise functionality.
For Full Article, Click Here
Lawson Patch Error – failed to uncompress patch.tar.Z file
Articles, Frontpage Article, NewsResolution 1:
One reason you could be receiving this error is because there is an additional patch.tar file from a previous or concurrent CTP install.
After running the tar command you should only have 3 files for this CTP in the <versionfiledir> that you uncompressed the CTP to.
Examine the extracted files to make sure you received the following three files:
– x.x.x_patch_CTPnumber.readme.html
– Versions
– patch.tar.Z
Remove any previous CTP files from this directory, especially any patch.tar files, and run the lawappinstall again.
Resolution 2:
If you are encountering this error on a Windows server it is possible that you have spaces in the folder names of the path to the versions dir. You would receive the failed to uncompress message if this is true.
Use a “_” for the space, or use folders that do not contain a space in the name and run the lawappinstall again.
Resolution 3:
Make sure the user you are applying the patch with has the proper Windows file permissions to install the patch. This should be the entire LSF application directory.
Data does not have to be a burden during cloud migration, here’s how
NewsIn today’s ever-growing digital landscape it is imperative that businesses equip themselves with the essential tools and insights that can help navigate the complex terrain of digital transformation. Ekaterina Dudakova, News Analyst at ERP Today, shares an article that explores these opportunities through a session with Thomas Iseler, global strategic partnerships advisor at Data Migration International (DMI), about his views on the transformation possibilities in retrospect of the SAP Adoption Catalyst event held in the spring of this year. When asked about the key takeaway customers should note from the Catalyst event, Iseler focused specifically on data. Oftentimes, Dudakova notes, customers tend to not think about data as first and foremost matter, but rather leave it as a “difficult and painful” topic that “you deal with when you have to”. Iseler explained that this tends to happen because of how much is at stake when it comes to dealing with data: downtime planning is a topic that is seen as particularly difficult because it involves business interruption with users deciding which data they want. He adds, “During that process, it is common that ‘you will never get a straight answer. It will change five million times and it’s probably always more data than [end users] really need'”. There is a different approach to this where DMI unveiled at the Catalyst event the JiVS Information Management Platform (JiVS IMP) – an SAP-certified solution for S/4HANA migration, aimed to help companies halve their migration workloads, slash operating costs and bolster security measures. At the event, it was explained that JiVS IMP is an end-to-end information management platform that ‘divides and conquers’ customers’ data, separating operational and historical data to reduce the burden on the live systems. “The platform cleans, sorts and refines the data to preserve its quality,” adds Iseler “This way, the historical data and documents are stored in JiVS IMP and can be accessed from both inside and outside SAP. Moreover, Dudakova states that as the cloud gradually overtakes ERP (enterprise resource planning) technology, it is vital to consider how digital transformation will affect your data. “With a solution like DMI’s JiVS IMP,” she concludes, “you can be confident that your data will be stored safely and your cloud migration journey is smooth and efficient.”
For Full Article, Click Here
ujobload fails in lawappinstall activate
Articles, Frontpage Article, NewsProblem:
Patch being installed if failing when running lawappinstall activate. It fails when running ujobload.
10/31/2023 5:44:25 Executing ujobdump.
10/31/2023 5:44:25 ujobdump execution successful.
10/31/2023 5:44:25 Executing ujobload.
10/31/2023 5:44:26 ERROR – ujobload failed.
ujobload via lawappinstall activate *** No jobs found to load When run manually, it fails with Segmentation Fault(coredump:
Resolution:
lawappinstall update will stage tokens potentially needing a ujobdump/ujobload in LAWDIR/productline/backup/ACTIVATEstage/JOBconversion.
If conditions are correct, lawappinstall activate will run ujobdump and ujobload, then clean up the staged area.
In the above <list of Tokens> would be a space-separated list of the tokens located in $LAWDIR/productline/backup/ACTIVATEstage/JOBconversion/??src directories.
Run steps a through d manually, then rerun lawappinstall activate. If the ujobload fails in step b with a Segmentation Fault(coredump) or other error, make sure the user running ujobload has write access to these files and their directories.
LAWDIR/UJobLoadDir/productline/Tokens
LAWDIR/productline/UJobLoadDir/LDLog
Make corrections if necessary, run steps b through d above, and rerun lawappinstall activate.
Infor CEO: AI is the new ‘frontier’ for Filipino businesses
NewsMany businesses worldwide are beginning to allow more artificial intelligence (AI) in their business systems. In the Philippines, experimenting with AI is taking time but promises growth and increased productivity for businesses there. Technology Content Writer Dawn Solano shares an article on PhilSTAR Tech of an interview with Infor CRO Kevin Samuelson and his thoughts on AI’s impact in the Philippine’s business landscape. “AI, being the ‘next frontier for technology’ will encourage creativity that Filipino businesses and businesses in most countries should explore,” he said. In addition, he told PhilSTAR Tech “Those that are experimenting and learning will be those that end up ultimately benefiting the most.” Infor has used AI in their cloud software services for years and had benefitted both themselves and their clients. With their knowledge of AI in the tech industry, this has allowed the tech giant to apply more advanced methods for their clients, Solano notes from the interview. Additionally, when asked how would legacy businesses in the Philippines, that are deep into technology debt approach AI, Samuelson understood that it could be overwhelming yet not totally requiring deep technical expertise. Moreover, he states that there are a lot of third-party agencies that could help companies put ‘up to speed.’ “These hyperscalers have built this amazing amount of compute, put the algorithms in place,” Samuelson notes. “And so I think the evolution of the technology has also made it far easier to adopt.”
For Full Article, Click Here
18 Best Practices For Optimizing AI And Cloud Computing Efficiency
NewsOne of the latest competitive advantages in today’s business digital landscape is the use of artificial intelligence (AI) and cloud computing efficiency. When done right, AI and cloud computing help drive business growth, productivity and security without sacrificing costs or resource use. From innovative AI management tools to cutting-edge cloud optimization strategies, Forbes Technology Council members share some best practices below to help your business maximize performance and minimize costs.
For Full Article, Click Here
CTP Preview fails in lasetup
Articles, Frontpage Article, NewsProblem:
Sometimes when running a CTP patch install preview GENDIR/bin/lawappinstall preview <productline> , the program is executing lasetup with the preview option, and is displaying the following error:
ERROR – failed to uncompress “patch.tar.Z” file.
Installation YEAREND126174.preview of YEAREND126174 terminated abnormally (start = 12/20/2023 13:27:01, stop = 12/20/2023 13:27:01).
ERROR – lasetup execution unsuccessful.
lawappinstall PREVIEW YEAREND126174.preview installation completed unsuccessfully at 12/20/2023 13:27:01.
Resolution:
Follow these simple steps to resolve the issue above.
perl LUUsetup.pl -c E:\LUU
Deploy AI on-premises or in the Cloud? 10 reasons not to make a mistake!
NewsThese days, many businesses are moving their systems to the cloud from on-premise solutions. The reason for this is because of the many benefits cloud computing has to offer. Key offerings of being on the cloud include databases, infrastructure, platforms, software and storage capabilities that scale to seamlessly meet different operational requirements. One such benefit for being on the cloud is the utilization of artificial intelligence (AI) and business process automation. Will Quinn , Director of Global WMS Strategy at Infor, shares an article on Informatique News explaining the circumstances of deploying AI on the cloud versus on-premises. Quinn notes that AI deployment methods brings to light multiple issues and makes it possible to evaluate the advantages and disadvantages while highlighting the central role of security in defining the optimal approach for companies. whose activity relies on AI. Quinn state that the Cloud represents the ideal solution in most cases for 10 reasons below, as well as the disadvantages of AI being deployed on-premises:
Benefits of AI and Cloud
Disadvantages of AI deployed on-premises
For Full Article, Click Here