844-NOGALIS (844-664-2547)
Nogalis, Inc.
  • Link to Facebook
  • Link to X
  • Link to LinkedIn
  • Link to Mail
  • Company
    • News, Events and Articles
    • About Us
  • Products
    • Infor Lawson Data Archive
    • PeopleSoft Data Archive
    • Oracle Data Archive
  • Services
    • Infor Lawson Support
    • Infor Lawson / CloudSuite Consulting
  • Education & Training
  • Support
  • Contact Us
  • Click to open the search input field Click to open the search input field Search
  • Menu Menu

Archive for category: Frontpage Article

You are here: Home1 / News, Events and Articles2 / Frontpage Article

Weekly Patch Notification: December 2, 2023

Articles, Frontpage Article, Patches
Read more
12/02/2023
https://www.nogalis.com/wp-content/uploads/2023/12/Weekly-Patch-Notification-December-2-2023.jpg 427 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2023-12-02 18:18:422024-01-12 08:32:05Weekly Patch Notification: December 2, 2023

How to load email devices into LBI

Articles, Frontpage Article
  1. In LBI, open Reporting Services Report Administration
  2. Under Server Administration click on Email and Printer Settings:
  3. Select All Devices to see current list of devices and note the device type (important for loadfile):
  4. Now lets build the loadfile in CSV format:From left to right, the columns are <ownername>, <username>, <user email>, <Device Type>If it’s a printer, replace username and user email with <printername> and <\\networkprinter>
  5. Now lets import the file with Import Devices:

If there are any errors, it will let you know, if not, you can check All Devices section to see if your device loaded in.

Many organizations opt to engage Lawson consultant teams for managing their Lawson Security and LBI systems. These consultant teams offer managed services at a fixed monthly rate and possess extensive knowledge and expertise. This service is particularly suitable for larger organizations, but smaller organizations that do not require a full-time Lawson employee on-site may also find it beneficial. Nogalis provides this service, and you can contact us via our contact page for further information.

12/01/2023
https://www.nogalis.com/wp-content/uploads/2020/01/How-to-load-email-devices-into-LBI.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2023-12-01 14:55:112023-12-01 14:56:21How to load email devices into LBI

Compile Error Key Number Does Not Exist

Articles, Frontpage Article, News

There are times when you may encounter the following error message, “Fld Error: Key Number Does Not Exist”. This can appear when attempting to compile a 4GL program in Lawson, it is possible that the key needs to be added to kndef.

Note that this error message will likely present itself in the XXXX.scr.err file.

To resolve this error, simply follow the steps outlined below:

  1. Login to LID
  2. Run command kndef to define the missing key
  3. cd LAWDIR/(productline)/sdlib
  4. rm *
  5. srgen (productline) (source)
  6. qcompile (productline) (source) (program)
  7. recompile any other invoked programs

Your error message should now disappear and the program should run normal.

11/28/2023
https://www.nogalis.com/wp-content/uploads/2023/11/Compile-Error-Key-Number-Does-Not-Exist.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2023-11-28 08:57:572023-11-21 12:54:31Compile Error Key Number Does Not Exist

Weekly Patch Notification: November 25, 2023

Articles, Frontpage Article, Patches
Read more
11/25/2023
https://www.nogalis.com/wp-content/uploads/2023/12/Weekly-Patch-Notification-November-25-2023.jpg 427 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2023-11-25 18:49:272023-12-04 16:50:58Weekly Patch Notification: November 25, 2023

EX542 error – Invoice Already Exists

Articles, Frontpage Article, News

Lawson Expense Management can occasionally lead to a duplicate invoice or another issue. If you’re running the EX542 and it goes into status 1 or 2 (in process or error) in EX20.1 and EX20.2 for your expense report.  Then you’ll likely see an error saying “Invoice Already Exists”.

 

To resolve this, you may need elevated privileges. If you believe you have the access, follow the steps below.

  1. Go to EX20.1, inquire on your ER number.
  2. Change the status to 9 and click Change.
  3. Go to EX20.2, inquire on your ER number (locate the ER with the error field “Invoice Already Exists”
  4. Change the status to 9 and then remove the error field. Click Change.
  5. Re-run EX542 and see if it completes properly.

That it! If you’re still having issues and Infor is not able to assist, it might be worth looking into Lawson Managed Services (MSP). Reach out to a Nogalis representative to see if they can assist and or to provide your organization 24/7 Lawson support from an entire team of consultants at a fixed rate instead of having to hire a full-time position.

11/24/2023
https://www.nogalis.com/wp-content/uploads/2023/11/EX542-error-Invoice-Already-Exists.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2023-11-24 08:29:382023-11-20 09:31:01EX542 error – Invoice Already Exists

Using tokendef to add a user menu

Articles, Frontpage Article, News

tokendef: Using tokendef to add a user menu with a couple of different forms as menu options in Portal.

 

Trying to use ‘tokendef’ to add a user menu with a couple different forms as menu options, specifically for AP90.1 and AP90.2.  In Portal the menu launches (the menu name appears at the top), but the menu options do not display.  An XML error may also be encountered in Portal when trying this.

Resolution:

To setup this up correctly, menu names that are going to be used in Portal, must be in a XXXX.01 format, where ‘X’ is a letter or number.

 

After creating a new menu using tokendef you will need to run an IOSCacheRefresh otherwise, you will get an error stating bookmark not found in Portal when trying to access the new menu.

11/21/2023
https://www.nogalis.com/wp-content/uploads/2023/11/Using-tokendef-to-add-a-user-menu-with-a-couple-of-different-forms-as-menu-options-in-Portal.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2023-11-21 08:27:052023-11-20 09:28:48Using tokendef to add a user menu

Weekly Patch Notification: November 18, 2023

Articles, Frontpage Article, Patches
Read more
11/18/2023
https://www.nogalis.com/wp-content/uploads/2023/12/Weekly-Patch-Notification-November-18-2023.jpg 427 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2023-11-18 18:47:182023-12-04 16:49:03Weekly Patch Notification: November 18, 2023

Restoring existing Lawson Cloud Security Users – Unable to Authenticate Error

Articles, Frontpage Article, News

When restoring an existing cloud user in Lawson security (that was previously disabled), you have to match the mingle IFS ID with the SSOP identity.

 

  1. Go to mingle >> User Management

  1. View a user and under details look for the IFS User GUID
  2. Go to your orgs Infor Security Service webpage and edit the users identity
  3. Under SSOP Identity, (delete existing one) and copy the IFS User GUID in step 2 in the user field.
  4. Type in any password in both fields and click Save

 

 

This should resolve the authentication error.

 

Here is a screenshot of the whole process (ISS on left, Mingle User Management on right):

Good luck!

11/17/2023
https://www.nogalis.com/wp-content/uploads/2023/11/Restoring-existing-Lawson-Cloud-Security-Users-Unable-to-Authenticate-Error.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2023-11-17 08:26:112023-11-10 15:30:00Restoring existing Lawson Cloud Security Users – Unable to Authenticate Error

Lawson Portal: Requestor does not exist error when logging in to Portal and selecting the shopping link for RQC

Articles, Frontpage Article, News

At times your user may get the error “Requestor does not exist” when logging into Lawson Portal and selects the Shopping link for Requisition Center.

 

This is because a valid Requestor must exist in Manage Identities in the Lawson Security Administrator (LSA) application.  To verify this, follow these steps:

1)  Login to the LSA Application

2)  Select User Management

3)  Select Manage Identities and verify the correct Requestor is populated

4)  Upon entering RQC/Shopping and the User’s Profile in Shopping where you see the user’s Requester, if it’s not showing the correct Requester, have the user click on the “New” button in the bottom-right-hand corner of the screen.

 

Note:  After any changes are made in LSA, upon re-entering RQC XML, you need to go into the Utilities link (rqc/html/utility.htm) and click on the RQC IOS Cache Refresh button before accessing the Shopping link again in RQC.

11/14/2023
https://www.nogalis.com/wp-content/uploads/2023/11/Lawson-Portal-Requestor-does-not-exist.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2023-11-14 08:22:432023-11-10 15:25:47Lawson Portal: Requestor does not exist error when logging in to Portal and selecting the shopping link for RQC

Weekly Patch Notification: November 11, 2023

Articles, Frontpage Article, Patches
Read more
11/11/2023
https://www.nogalis.com/wp-content/uploads/2023/12/Weekly-Patch-Notification-November-11-2023.jpg 427 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2023-11-11 18:45:062023-12-04 16:46:53Weekly Patch Notification: November 11, 2023
Page 39 of 106«‹3738394041›»

LEGACY ERP DATA ARCHIVE SOLUTION



Discover how our clients are leveraging AWS services to archive their Legacy ERP data and provide ubiquitous access to users via a light-weight, secure, and read-only web interface. Secure, Fast, Reliable, and Cost Effective. That is the promise of APIX. Follow the link below to find out more and book a discovery call with our data archive specialist.

BOOK DEMO

© Copyright - Nogalis, Inc. 2024
  • Legal
  • Privacy
  • Contact Us
Scroll to top Scroll to top Scroll to top