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

Lawson Add-ins Script Error

Articles, Frontpage Article, News

Problem: User is trying to login to Lawson add-ins and receives a Script Error, blocking them from entering their credentials.

  1. Update the users add-ins version MOA32bit or MOA64bit installer depending on version of Excel. See compatibility matrix for add-ins on Infors Concierge website.
  2. Make sure the user is on the latest internet explorer version: https://www.microsoft.com/en-us/download/internet-explorer.aspx (Microsoft is planning on leaving support for IE on 6/15/2022 so it is recommended to update the users operating system).

Temporary workaround: Copy the users username and click Yes on the dialog error and quickly paste in the username. Do the same thing for the password.

NOTE: As of posting this article, this info may still be relevant but likely will be resolved through updating the users PC to the latest Windows OS as well as a later version of add-ins and Microsoft Excel.

 

07/12/2022
https://www.nogalis.com/wp-content/uploads/2022/07/Lawson-Add-ins-Script-Error.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2022-07-12 08:23:192022-07-08 14:24:36Lawson Add-ins Script Error

Weekly Patch Notification: July 9, 2022

Articles, Frontpage Article, Patches
Read more
07/09/2022
https://www.nogalis.com/wp-content/uploads/2022/08/Weekly-Patch-Notification-July-9-2022.jpg 427 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2022-07-09 19:39:252022-08-19 11:45:41Weekly Patch Notification: July 9, 2022

LBI Install Errors

Articles, Frontpage Article, News

Here is a simple solution for common LBI Install Errors.

 

Problem:

During an LBI install you get this error regarding a trigger name not the same collation as refencing column.

 

Resolution:

Run this query

IF NOT EXISTS (SELECT * FROM dbo.sysobjects WHERE id = object_id(N'[dbo].[EJS_SIMPROP_TRIGGERS]’) and

                OBJECTPROPERTY(id, N’IsUserTable’) = 1)

                CREATE TABLE [dbo].[EJS_SIMPROP_TRIGGERS]

                                ( [SCHED_NAME] NVARCHAR(120) NOT NULL,

                                [TRIGGER_NAME] NVARCHAR(130) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

                                [TRIGGER_GROUP] NVARCHAR(160) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

                                [STR_PROP_1] NVARCHAR(512) NULL,

                                [STR_PROP_2] NVARCHAR(512) NULL,

                                [STR_PROP_3] NVARCHAR(512) NULL,

                                [INT_PROP_1] INT NULL,

                                [INT_PROP_2] INT NULL,

                                [LONG_PROP_1] BIGINT NULL,

                                [LONG_PROP_2] BIGINT NULL,

                                [DEC_PROP_1] NUMERIC(13,4) NULL,

                                [DEC_PROP_2] NUMERIC(13,4) NULL,

                                [BOOL_PROP_1] NVARCHAR(2) NULL,

                                [BOOL_PROP_2] NVARCHAR(2) NULL,

                                CONSTRAINT PK_EJS_SIMPROP_TRIG PRIMARY KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP),

                                CONSTRAINT FK_EJS_SIMPROP_TRIG FOREIGN KEY (SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP)

                                REFERENCES EJS_TRIGGERS(SCHED_NAME,TRIGGER_NAME,TRIGGER_GROUP));

 

 

Start your install over and the same error should not repeat.

 

07/08/2022
https://www.nogalis.com/wp-content/uploads/2022/06/LBI-Install-Errors.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2022-07-08 08:28:052022-06-30 14:30:46LBI Install Errors

AS400-Job in waiting queue

Articles, Frontpage Article, News

This is a helpful guide for AS400 to view an examine log for a Job in waiting queue. Follow the simple steps below.

 

Login to Green Screen

Type in wrksplf “username”

Hit F11 to get date and time

Find QPJOBLOG for the user and enter a 5 on the OPT column and enter

The examine log shown below

07/05/2022
https://www.nogalis.com/wp-content/uploads/2022/06/AS400-Job-in-waiting-queue.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2022-07-05 08:04:152022-06-30 13:54:56AS400-Job in waiting queue

Weekly Patch Notification: July 2, 2022

Articles, Frontpage Article, Patches
Read more
07/02/2022
https://www.nogalis.com/wp-content/uploads/2022/07/Weekly-Patch-Notification-July-2-2022.jpg 425 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2022-07-02 18:42:072022-08-19 11:47:24Weekly Patch Notification: July 2, 2022

Getting the version of important Lawson interfaces

Articles, Frontpage Article, News

Interface versions are important when debugging an issue.  This way you can check whether or not a patch exists that addresses the issue or if Infor is assisting you with the problem and needs a starting point.

 

Some of the most common ones needed are:

  • Lawson System Foundation (ILSF)
  • Security Jar files (secLS)
  • Infor Landmark (ILMRK)
  • Distributed Security Package (DSP)

 

Its quite simple as long as you have access to LID, Infor Security Services (cloud) and Landmark Command Line (cloud) access.

 

Starting with LID:

  • For Lawson System Foundation (ILSF) version run command: univver lawsec.jar
  • For Security Jar files (secLS), change directory to %GENDIR%/java/thirdparty and run this command: univver secLS.jar
  • For Distributed Security Package (DSP), change directory to %LAWDIR%/lss/system
    • Type command: lashow install.log
    • This will display the inside of the file, you can copy the version or export as needed.

Infor Security Services (ISS):

  • Click the lower case “i” on the upper right-hand corner of the page

Landmark Command Line (ILMRK):

  • Simply type univver -V

 

It is recommended to run monthly health checks to get versioning a long with analyzing server health and logs. Organizations with a single Lawson professional are sometimes spread thin and overwhelmed.

 

These organizations often hire 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.

 

07/01/2022
https://www.nogalis.com/wp-content/uploads/2019/07/Getting-the-version-of-important-Lawson-interfaces.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2022-07-01 08:02:242022-06-27 13:21:08Getting the version of important Lawson interfaces

How to fully uninstall CRAS

Articles, Frontpage Article, News

Sometimes uninstalling Crystal Reports Application Server from the Programs utility leaves behind extra “stuff” that needs to be removed.  Else, you won’t be able to upgrade or reinstall CRAS.

To clean up CRAS after an uninstall, first make sure install files are deleted (usually under the Business Objects or SAP BusinessObjects folder).

Next, delete the following registry keys:

 

HKEY_LOCAL_MACHINE\SOFTWARE\SAP BusinessObjects

HKEY_CURRENT_USER\Software\SAP BusinessObjects

HKEY_USERS\S-#-#-##-…-####\Software\SAP BusinessObjects

The number signs (#) represent a series of numbers that are different on each computer.

 

Restart the computer

 

You should now be good to install a new version of CRAS.

 

06/28/2022
https://www.nogalis.com/wp-content/uploads/2022/06/How-to-fully-uninstall-CRAS.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2022-06-28 07:47:362022-06-23 15:51:57How to fully uninstall CRAS

Weekly Patch Notification: June 25, 2022

Articles, Frontpage Article, Patches
Read more
06/25/2022
https://www.nogalis.com/wp-content/uploads/2022/07/Weekly-Patch-Notification-June-25-2022.jpg 425 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2022-06-25 18:38:192022-07-20 13:39:54Weekly Patch Notification: June 25, 2022

Error deleting ActorRole record in Lawson Security Administration

Articles, Frontpage Article, News

Problem: When deleting an ActorRole we receive the following error: “Error deleting ActorRole record. Error – (Access Denied for Update on Actor for actor=<ActorName>)”

 

To resolve this issue, follow the steps below:

The root cause of this error is the ALLGenAccess_ST security class was removed from the SecurityAdministrator_ST role.

 

To resolve the issue perform the following steps:

  1. Run the adminlaw command to place the Landmark environment in a restricted state.
  2. Run the following command to turn security off for the Landmark environments GEN productline: secadm security activate gen ALL_ACCESS
  3. Log into the rich client as an administrator, open the RoleSecurityClass business class and assign the ALLGenAccess_ST security class to the SecurityAdministrator_ST role and save the change.
  4. Run the following command to turn security on for the Landmark environments GEN productline: secadm security activate gen PROCESS_RULES
  5. Run the startlaw command to take the Landmark environment out of a restricted state.
  6. Test the S3 LSF Security Administrator.

 

NOTE: You may also see the following error attempting to update a user’s Identity record.

“Landmark error adding Identity – (Access Denied for CreateNewIdentityForActor on Actor for actor=<ActorName>)”

06/24/2022
https://www.nogalis.com/wp-content/uploads/2022/06/Error-deleting-ActorRole-record-in-Lawson-Security-Administraton.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2022-06-24 08:17:212022-06-20 12:59:28Error deleting ActorRole record in Lawson Security Administration

Common AS/400 commands

Articles, Frontpage Article, News

AS/400 (Application System/400) is the operating system made by IBM. Companies use this system for enterprise resource planning (ERP) in industries that involve extreme reliability. Below is a list of common AS/400 commands that are useful for your everyday knowledge base.

 

DSPMSG Displays messages in queue
DSPMSGD Displays description of messages, ie CPF messages
WRKMSGF QCPFMSG Displays contents of MONMSG file
WRKUSRPRF – Can work with specified user’s profile
WRKSBMJOB *JOB  Displays my jobs for the current session
WRKACTJOB Displays all active jobs
WRKUSRJOB Displays list of my jobs to work with
WRKOBJ Work with an object.  Use *ALLUSR in qualified name to skip Q libraries
WRKSPLF Displays spool files
WRKOUTQ Displays members in specified OUTQ
DISPLIB Displays contents of specified library
EDTLIBL Allows addition and deletion of libraries to and from list
ADDLIBLE Library Name Add library to current list
STRPDM Start PDM
STRDBG Start Debug
ADDBKP Add a break point and variables to monitor in debug
RMVBKP Remove a break point in debug
ENDDBG End Debug
STRDBU Start DBU (Database Utility) Look at and make changes to the database
DBU Qualified Name Runs DBU without the above command.  ADDLIBLE DBU41 *LAST before using
STRDFU Start DFU (Data File Utility) Many of the same functions of DBU
DSPFFD Displays file field descriptions
DSPFD Displays file description for specified file
DSPPFM Displays member of a physical file
DSPDBF Displays contents of database file.
Must add TAATOOL to library list before using this command
DSPPGMREF Display the files used in a program and which libraries the program was compiled over
PRTRNG Will allow printing a range of pages from a member in the specified OUTQ.
Must add PRTRNG to library list before using this command
OUTQ(PRINTER) Mark object in spool file with 2 for change.  Type this on the command line.
WRKJOBSCDE Look at scheduled jobs
RUNQRY QRYFILE(LIB/FILE) Run query on a file with no parameters
DSPDBR  LIB/FILE Shows logicals related to a physical file

 

DSPMSG Displays messages in queue
DSPMSGD Displays description of messages, ie CPF messages
WRKMSGF QCPFMSG Displays contents of MONMSG file
WRKUSRPRF – Can work with specified user’s profile
WRKSBMJOB *JOB  Displays my jobs for the current session
WRKACTJOB Displays all active jobs
WRKUSRJOB Displays list of my jobs to work with
WRKOBJ Work with an object.  Use *ALLUSR in qualified name to skip Q libraries
WRKSPLF Displays spool files
WRKOUTQ Displays members in specified OUTQ
DISPLIB Displays contents of specified library
EDTLIBL Allows addition and deletion of libraries to and from list
ADDLIBLE Library Name Add library to current list
STRPDM Start PDM
STRDBG Start Debug
ADDBKP Add a break point and variables to monitor in debug
RMVBKP Remove a break point in debug
ENDDBG End Debug
STRDBU Start DBU (Database Utility) Look at and make changes to the database
DBU Qualified Name Runs DBU without the above command.  ADDLIBLE DBU41 *LAST before using
STRDFU Start DFU (Data File Utility) Many of the same functions of DBU
DSPFFD Displays file field descriptions
DSPFD Displays file description for specified file
DSPPFM Displays member of a physical file
DSPDBF Displays contents of database file.
Must add TAATOOL to library list before using this command
DSPPGMREF Display the files used in a program and which libraries the program was compiled over
PRTRNG Will allow printing a range of pages from a member in the specified OUTQ.
Must add PRTRNG to library list before using this command
OUTQ(PRINTER) Mark object in spool file with 2 for change.  Type this on the command line.
WRKJOBSCDE Look at scheduled jobs
RUNQRY QRYFILE(LIB/FILE) Run query on a file with no parameters
DSPDBR  LIB/FILE Shows logicals related to a physical file

 

06/21/2022
https://www.nogalis.com/wp-content/uploads/2022/06/Common-AS400-commands.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2022-06-21 09:13:032022-06-20 11:18:47Common AS/400 commands
Page 60 of 117«‹5859606162›»

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