Here is a simple step-by-step guide on how to setup a distribution group in Lawson for a jobdef.

  1. Login into Lawson Interface Desktop (LID) and type in: grpdef
  2. Create a group name and add users to group
  3. Create a distribution list using command: dstlstgrpdef
    1. Add your group from step 2 to this new Distribution list
  4. Open jobdef select job you want >> Select step and press F6 >> B. Report Distribution
  5. Now arrow down to Destination and set as Dist Group, under Group/* Print, type your group name or Distribution List. This should populate a list of users on the right side.
  6. So when this job runs, the PRT and Error file will be placed in these users print directories. Press Enter twice to save changes.

That’s it! You can use these groups for distributing printers among other uses in Lawson. Good luck!

  1. Login into LBI
  2. Click ‘Display Dashboard’ link under Tools -> Services -> FS Service module.
  3. Click New Property Button and type ‘showBanner’ then click ok.
    1. Important: type showBanner exactly as shown (case sensitive)

  4. Type NO to hide the banner (if showBanner property is not present, default is YES)
  5. Click Update at the top and refresh the page to see changes.

 

Before:

After:

You may be getting reports from your users of this security warning or if loading to LBI from a portal bookmark, users may receive the below embedded error:

  1. To resolve this, login to Websphere on your LBI server.
  2. Go to Security > SSL Certificate and key management > SSL Configurations
  3. Select NodeDefaultSSLSettings
  1. Then select Quality of protection (QOP) settings
  2. Within this page, change the Protocol to SSL_TLSv2
  3. Save and then save to master configuration at the top. It is recommended to restart the entire LBI Server after this change.

Clear your browser cache before accessing LBI again and the TLS 1.0/1.1 error should be resolved. Also access LBI directly from a portal bookmark to see if it works there too.

 

Good luck!

You may have saw our article “How to load bursting rights into Lawson Business Intelligence” and encountered an error that your CSV file “exceeds the limit”.

To resolve this:

  1. Go to the Reporting Services server and open <application server directory>\ReportingServices\erswar-XXXX\
  2. Find and open the ersImportRights.jsp file in a text editor (backup before editing)
  3. Edit the following line:
    • ERSFileUploadRequest multi=new ERSFileUploadRequest(request,”.”, 1024*1024);
  4. Multiply the 1024*1024 to the number of bytes you want to increase limit to. If you want it to be 10 MB max, the line would look like the below:
  5. Save the .jsp file
  6. Restart your app server, Websphere etc.
  7. Try importing the file again.

Good luck!

We provide several customers with our MSP services in Lawson and often are switching between several VPNs throughout the day. Our VPNs are fairly reliable but every once in a while, they fail to connect and only a reboot seems to resolve. Unfortunately, this means closing all of our current tasks and documents that are open and essentially stepping out of our work flow.

 

Follow these steps below to resolve your CISCO VPN connection issue:

  1. Close CISCO VPN by right clicking it in the bottom right Windows tray bar
  2. Open windows task manager with CTRL + SHIFT + ESCAPE
  3. Go to services and find vpnagent

  4. Right click it and select STOP, wait for it to stop completely.
  5. Right click it again and select START
  6. Open Cisco VPN again and try to connect once more. That’s it!

If you’re still having issues, it may be the VPN server you’re connecting to in which you’ll have to reach out to a dedicated Windows team for that client. Good luck!