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: Articles

You are here: Home1 / News, Events and Articles2 / Articles

Weekly Patch Notification: November 12, 2022

Articles, Frontpage Article, Patches
Read more
11/12/2022
https://www.nogalis.com/wp-content/uploads/2022/12/Weekly-Patch-Notification-November-12-2022.jpg 427 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2022-11-12 18:03:162022-12-05 15:05:09Weekly Patch Notification: November 12, 2022

How to refresh data for an LBI dashboard report

Articles, Frontpage Article, News

Typically when you click on an LBI report that’s been setup on the dashboard, it will show you data of the last generated instance.  To add a refresh is incredibly easy.

 

First login to LBI and go to the dashboard you want to modify a report on. When you click it, you’ll see something like:

To allow the report to refresh data, select the plus sign >> Edit

You’ll see a URL field, all you need to do is add &Refresh=True to the end of the URL and click save.

The URL may look something like this:

FSRemote%3Ffsid%3DRS%3ARS-COMPANY%20Reporting%20Services%3A25%26

Now add %Refresh=True at the end of it like below:

FSRemote%3Ffsid%3DRS%3ARS-COMPANY%20Reporting%20Services%3A25%26&Refresh=True

 

Done! Now the report will always pull up the parameters (if any) so you can see the latest data:

If your organization still heavily relies on LBI today, which is harder and harder to find individuals who support it, we recommend organizations 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.

11/11/2022
https://www.nogalis.com/wp-content/uploads/2019/07/How-to-refresh-data-for-an-LBI-dashboard-report.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2022-11-11 08:13:402022-11-10 15:17:34How to refresh data for an LBI dashboard report

AS400 recdef jobs listing

Articles, Frontpage Article, News

There is not a delivered report that you can run to list out your recdef jobs. The file that holds the recdef data is called recurjob in your Gen Database Collection.

 

To get a report of all recurring jobs that are set up in recdef on AS400, follow these instructions:

From the AS400 command line type; CALL LAWENV  hit enter and choose the subsystem in which you want to dump the records from.

qsh

rngdbdump -c GEN recurjob > /home/userprofile/recdef.csv (a dump of all recurring jobs that exist in recdef)

You can now use the wrklnk command to look in the directory listed in the rngdbdump command above to see the csv file that was created with these recurjob records.

wrklnk ‘/home/userprofile/recdef.csv’  place a 2 next to the file and hit enter

or

map a drive to your IBM i  root directory via Windows Explorer and open the .csv file from there.

or

use the System i  Navigator to open the file

11/08/2022
https://www.nogalis.com/wp-content/uploads/2022/11/AS400-recdef-jobs-listing.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2022-11-08 08:49:092022-11-04 14:41:53AS400 recdef jobs listing

Weekly Patch Notification: November 5, 2022

Articles, Frontpage Article, Patches

c

Read more
11/05/2022
https://www.nogalis.com/wp-content/uploads/2022/11/Weekly-Patch-Notification-November-5-2022.jpg 427 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2022-11-05 18:21:592022-12-05 15:03:01Weekly Patch Notification: November 5, 2022

LBI Report prompting for credentials even though Lawson access is granted

Articles, Frontpage Article, News

When clicking on an LBI report, LBI prompts for credentials even though the user has LBI access already granted:

 

This is not an uncommon occurrence, and can easily be fixed.

First, on the LBI server, check the ODBC connection (partially hidden)

In LBI >> Manage Datasource, select data source and verify the Server field matches the ODBC connection.

Run the Test Saved Connection link after saving to validate (partially hidden in screenshots)

Once you are validated, make sure the report itself is defaulting to this LBI Datasource. If so, then you should no longer be prompted for credentials. Hope this helps!

11/04/2022
https://www.nogalis.com/wp-content/uploads/2022/11/LBI-Report-prompting-for-credentials-even-though-Lawson-access-is-granted.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2022-11-04 07:59:502022-11-03 15:48:19LBI Report prompting for credentials even though Lawson access is granted

AS400 recdef jobs are submitted but not completing

Articles, Frontpage Article, News

If your Lawson System Foundation software is installed on an AS/400 and your recdef jobs are submitted, but just sit in an active status. View the examine log.

If the Examine Log/joblog for the batch job that was kicked off due to the schedule in RECDEF says this:

BEGIN: Recurring Job Submitted:  Day Month XX   TimeStamp

      Step1:   xx999 Started. . . . . . :  Day Month XX   TimeStamp

**Creating .prt and .dtl files

 

To understand the solution you need to be an IBM i admin that understands how to check and change both ownership and permission on files within the IFS directory.

Check your LAWDIR/Productline/IBM files for the application productline (ex. “lawapp10”, “logan” and for the “gen” productline.) They should be owned by LAWSON and both LAWSON and *PUBLIC should have *RW and all data and object authorities, except for “Execute” on the object authorities.

If they are not set that way, change the authority of the two IBM files to match what was just described above. Next take these steps:

  1. call lawenv
  2. qsh
  3. dbadmin idleAll (this will stop your idle cdriver jobs in the subsystem for this environment)
11/01/2022
https://www.nogalis.com/wp-content/uploads/2022/11/AS400-recdef-jobs-are-submitted-but-not-completing.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2022-11-01 09:11:002022-11-01 09:11:00AS400 recdef jobs are submitted but not completing

Weekly Patch Notification: October 29, 2022

Articles, Frontpage Article, Patches
Read more
10/29/2022
https://www.nogalis.com/wp-content/uploads/2022/11/Weekly-Patch-Notification-October-29-2022.jpg 427 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2022-10-29 19:01:292022-11-04 15:03:30Weekly Patch Notification: October 29, 2022

Update Infor OS Certificate

Articles, Frontpage Article, News

Updating the Infor OS certificate is an important housekeeping task and it is as simple as adding your new certificate to the binding on the InforOS websites.  There are two website where this can be performed. The two websites in question are InforPlatformBackend and InforPlatformUI. Follow these quick steps below to easily update your Infor OS Certificate.

First, you will need to navigate to these two sites in IIS. Once there, next you will need to edit the bindings and select your new certificate. After you select your new certificate simply perform an iisreset, and you are all done!

 

Hope this article was helpful!

10/28/2022
https://www.nogalis.com/wp-content/uploads/2022/10/Update-Infor-OS-Certificate.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2022-10-28 08:41:022022-10-20 16:19:51Update Infor OS Certificate

How to find your lawappinstall version on AS400

Articles, Frontpage Article, News

Want to know how to check your lawappinstall system version on AS400? This quick guide explains how you can find out what version of the AS400 you are using on your operating system. There may be more than one way of doing this but this, we’ve found, to be a very simple solution.

 

To find your version of lawappinstall, you will need to run the command(s) below that correspond:

 

  • IBM® i®:
    call lawenv [envName]
    qsh
    grep LaVersion $GENDIR/bin/lawappinstall | sed “s/.*8-)@(#)@//”

If ran correctly, the screen will display your system’s version. Here is an example version output from each platform:
10.0.9.0.1807 2020-09-17 18:28:22

 

That’s it! Hope you found this article helpful.

10/25/2022
https://www.nogalis.com/wp-content/uploads/2022/10/How-to-find-your-lawappinstall-version-on-AS400.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2022-10-25 09:08:472022-10-25 17:03:43How to find your lawappinstall version on AS400

Weekly Patch Notification: October 22, 2022

Articles, Frontpage Article, Patches
Read more
10/22/2022
https://www.nogalis.com/wp-content/uploads/2022/11/Weekly-Patch-Notification-October-22-2022.jpg 427 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2022-10-22 18:59:462022-11-04 15:01:19Weekly Patch Notification: October 22, 2022
Page 55 of 117«‹5354555657›»

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