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: November 7, 2020

Articles, Frontpage Article, Patches
Read more
11/07/2020
https://www.nogalis.com/wp-content/uploads/2020/11/Weekly-Patch-Notification-November-7-2020.jpg 427 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2020-11-07 05:35:542021-01-06 17:43:40Weekly Patch Notification: November 7, 2020

Disabling a user in Lawson Infor Security Services vs Lawson Security Administration

Articles, Frontpage Article, News

Disabling a user in ISS vs LSA is pretty straight forward, however there are differences explained below.

When disabling a user in Lawson ISS, there is no “IsDisabled” field under the LSF tab as seen below:

So when disabling a user in ISS, you simply go to the top left and click on “Disable Actor”:

Once the page loads, search for the user again and you’ll notice the Disable Actor button is now called “Enabled Resource” (this is how you re-enable a user in ISS):

In LSA, you simply query the user >> Edit RM Information and set the “is disabled?” field to YES or NO:

The one advantage of disabling a user in LSA over ISS is that when you run certain user reports (custom or native), the disabled field actually shows YES or NO. This can be helpful to know when reviewing user security or running audits. (This can change in the future so please note this may not be the case anymore after this articles date).

11/06/2020
https://www.nogalis.com/wp-content/uploads/2020/10/Disabling-a-user-in-Lawson-Infor-Security-Services-vs-Lawson-Security-Administration.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2020-11-06 08:58:302021-01-06 17:43:56Disabling a user in Lawson Infor Security Services vs Lawson Security Administration

Combining multiple Lawson reports into one with one line of code

Articles, Frontpage Article, News

You’re running an audit for Lawson security and are generating user, object, profile, security class/role reports left and right. It can be tiresome to review each individual one. With a simple batch command, you can save lots of time combining multiple Lawson reports that are in CSV format.

  1. Place all similarly generated reports into the same directory
  2. Open windows command line and change directory where Lawson CSV reports exist
  3. Type command: copy *.csv Lawson_reports_combined.csv
  4. Open your newly combined report and send away!

 

TIP: Reports may contain header info that will have to be removed via excel or text editor

11/03/2020
https://www.nogalis.com/wp-content/uploads/2020/10/Combining-multiple-Lawson-reports-into-one-with-one-line-of-code.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2020-11-03 09:46:072021-01-06 17:45:56Combining multiple Lawson reports into one with one line of code

Lawson Server File Maintenance

Articles, Frontpage Article, News

Between batch job files, temporary files, and core dumps, file storage can quickly get out of hand on your LSF server.  Here are some recommendations for cleaning up your server:

  1. Download a tool like windirstat to scan your directories and quickly find “problem” areas.
  2. Run a perl script to list out all the files recursively in a directory, and save to CSV. Here is a sample script that traverses the print directory and gets all the file stats within.  This will help you make a more informed decision on what to delete.
  3. Run the deljobhst command with the “r” and “c” parameters to delete completed jobs up to a specific date, including the print files. Make sure you supply a date that meets your company’s archive policy, and/or back up the directory to a separate location.  For more on the deljobhst command, click here.
10/30/2020
https://www.nogalis.com/wp-content/uploads/2020/10/Lawson-Server-File-Maintenance.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2020-10-30 09:23:052021-01-06 17:46:45Lawson Server File Maintenance

Using Lawson jobinteg Command to Clean up Batch Jobs

Articles, Frontpage Article, News

The jobinteg command identifies orphaned jobs and allows you to delete them to clean up your job server.

The parameters for jobinteg are

  • v (Verbose) – prints the bad records
  • t (Terse) – prints totals only
  • P – validate parameters
  • U – print usage/syntax
  • d – deletes bad records

It is recommended that you run a jobinteg -v first to see how many (if any) jobs are orphaned or missing.  Then, run a jobinteg -d to delete the orphaned jobs.  Here is an example of the output:

10/27/2020
https://www.nogalis.com/wp-content/uploads/2020/10/Using-Lawson-jobinteg-Command-to-Clean-up-Batch-Jobs.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2020-10-27 09:48:122021-01-06 17:47:32Using Lawson jobinteg Command to Clean up Batch Jobs

IP Designer Series – Lawson Transaction Node

Articles, Frontpage Article, News

The Lawson Transaction Node can be used to add/edit/delete records in Lawson forms using AGS calls.

After you drag the node to your process, you can enter the AGS call manually, import it, or select “Build” in the properties to open a wizard.  In the Wizard, select all your system values.  When you are selecting the fields to update, also be sure to include all the key fields so that Lawson can find your record.  The field values can be hard-coded, or you can use variables.  Once you’re done building your call, click Finish, and the AGS call will be displayed in the properties window.

10/23/2020
https://www.nogalis.com/wp-content/uploads/2020/10/IP-Designer-Series-Lawson-Transaction-Node.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2020-10-23 10:13:232021-01-06 17:49:00IP Designer Series – Lawson Transaction Node

IP Designer Series – Resource Update Node

Articles, Frontpage Article, News

The Resource Update node is used to add/edit/delete resources in Lawson Security (Resource Manager).  This node is extremely useful for automating onboarding and offboarding.

In the properties of the node, click “Build” to build your resource update action.

Select your action and the type of object you are updating (People or Thing).  The selection criteria and the updated values can be IPA variables.

After you click “OK” on the build, you will be able to see what is being updated in the properties window.

10/16/2020
https://www.nogalis.com/wp-content/uploads/2020/10/IP-Designer-Series-Resource-Update-Node.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2020-10-16 09:38:342021-01-06 17:50:48IP Designer Series – Resource Update Node

LBI Ancestors Error

Articles, Frontpage Article, News

If your LBI instance is installed with Crystal Report Application Server 2011, you may see a recurring error in your LBI WebSphere logs, referencing “JSONOBject[“ancestors”] is not a JSONArray”.

This is a known defect in CRAS 2011, and will be resolved with an update to CRAS 2011 SP4.  You can safely ignore this error, or you can configure the logger to ignore it.  To configure the logger to ignore the error, add the following to the LBI_HOME\Reporting Services….\erswar-x.x.war\WEB-INF\classes\log4j.xml:

<!– Workaround to supress com.businessobjects.report.web.json.JSONException: JSONObject [“ancestors”] is not a JSONArray. error–>

<logger name=”com.businessobjects.report.web”>

<level value=”FATAL”/>

</logger>

 

Then, restart WebSphere and verify that the errors are no longer being logged.

 

10/13/2020
https://www.nogalis.com/wp-content/uploads/2020/10/LBI-Ancestors-Error.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2020-10-13 12:03:492021-01-06 17:51:52LBI Ancestors Error

ADFS Login Failed in Rich Client

Articles, Frontpage Article, News

If you are logging into Rich Client and getting a “login failed error”, check the security_authen.log file located on the Landmark server at LASYSDIR/security_authen.log.  If this file contains the error “ADFS login failed. The call to ADFS Login page was not successful”, you can configure your Rich Client installation to use an ADFS login.

These steps can be performed in the LPA Web App, or you can get to Rich Client using the command line utility.  To do this, log into the Landmark server as the Lawson user.  Open a Landmark command window, and type the command “canvas64 gen”.  This task is performed in the GEN data area.

In the search window, type “IRC” and select “IRC Install Specifications.”

The default specifications for Rich Client 64 should look something like this:

Modify the specifications to:

  1. -s
  2. $specfile.href.url$:$specfile.version$
  3. -iw
  4. -m
  5. $com.lawson.url.protocol$://$com.lawson.url.host$:$com.lawson.url.port$
  6. <your data area>
  7. -q
  8. $com.lawson.url.protocol$://$com.lawson.url.host$:$com.lawson.url.port$

Download Rich Client again, and you will be presented with a new style of login page:

10/08/2020
https://www.nogalis.com/wp-content/uploads/2020/10/ADFS-Login-Failed-in-Rich-Client.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2020-10-08 08:19:282021-01-06 17:57:27ADFS Login Failed in Rich Client

Document Express error 52 – Bad file name or number

Articles, Frontpage Article, News

You may be running Document Express with Lawson and Citrix Storefront and encountering this error. Before you jump to conclusions that this issue is related to Lawson or Citrix security, check these steps below.

 

The user is likely experiencing this error when trying to import invoices into Document express.

  1. Make sure that all application related access is set in MHC.
  2. Verify the user has Active Directory access to the import routine folder on the server where the invoices are loaded in from Lawson.
  3. Lastly, verify the user has access to the import routine directly from Windows folder explorer. This path can be found in the import routine itself in document express.
  4. Copy the import routine path, paste it into Windows folder explorer to verify access.

Conclusion: When the user imports the invoice in doc express, it downloads the file locally and opens it. Verify both channels are open for the user.

10/06/2020
https://www.nogalis.com/wp-content/uploads/2020/10/Document-Express-error-52-Bad-file-name-or-number.jpg 470 470 Angeli Menta https://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.png Angeli Menta2020-10-06 08:09:092021-01-06 17:58:06Document Express error 52 – Bad file name or number
Page 86 of 106«‹8485868788›»

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