You may have read my “Creating an LBI Dashboard Series” articles and have many dashboards created at this point and are wondering how to rearrange their order.
To do this, first Login into LBI and determine what order you want your dashboards to appear as you won’t see there order change live.
Select your first dashboard tab
Select the + sign on the top left >> EDIT
Under Main, edit the Row Number to determine the order and select the Display as Tab option:
The lower the Row Number, the farther left they are.
That’s all there is to it!
Many organizations opt to engage Lawson consultant teams for managing their Lawson Business Intelligence (LBI) system. These consultant teams offer managed services at a fixed monthly rate and possess extensive knowledge and expertise in managing LBI. 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.
https://www.nogalis.com/wp-content/uploads/2020/11/How-to-rearrange-LBI-dashboard-tabs.jpg470470Angeli Mentahttps://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.pngAngeli Menta2023-09-19 07:52:552023-09-15 16:57:23How to rearrange LBI dashboard tabs
So, you have a list of users with several LBI bursting rights. Manually doing this is common but prone to mistakes while also timely. This is where loading a file into LBI is more efficient.
First let’s build a template file in excel (this can be used over and over again in the future).
You’ll need to know how structures are setup in your LBI system since this will vary
In this example we have an ACCOUNTING UNIT structure that is equal to a number value, ours is 4 digits.
I will explain each column in order of your template file
Action mode, A for Add, C for change, D for delete.
Username
Username
Structure Name (ACOUNTING UNIT in our example)
Structure Sub-name (ACCOUNTING UNIT under Group1 in our example)
Condition (equal to, greater than etc.)
Assigned value to structure
Used to create a 2nd column after column G
Represents element group (multiple would create sub groups within same structure)
Represents multiple element fields within a structure group (see below example)
Owner – typically Lawson or another admin user
Start Date (how far back could the user access older reports)
End Date (how far in the future could user access new reports)
Now once you create your load file, go into LBI Reporting Services Administration and go to Import Rights
Browse and select your CSV template file
Click Validate Only to see any returned errors
If contents are valid, add file again and this time click the Validate and Load button
Go to maintain rights and validate your user was loaded with proper data. Good luck!
Many organizations opt to engage Lawson consultant teams for managing their Lawson Business Intelligence (LBI) system. These consultant teams offer managed services at a fixed monthly rate and possess extensive knowledge and expertise in managing LBI. 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.
https://www.nogalis.com/wp-content/uploads/2020/12/How-to-load-bursting-rights-into-Lawson-Business-Intelligence.jpg470470Angeli Mentahttps://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.pngAngeli Menta2023-08-25 08:22:272023-08-25 14:08:37How to load bursting rights into Lawson Business Intelligence
This article shows you a step by step guide on how to resolve the following Lawson error:
“loadResource(): returned identity [User:] already exists“
We need to run a list-based sync but first let’s explain what it is.
How list-based sync works: Initially, an XML file containing all the records to be synchronized is required for executing the procedure. Later, the ssoconfig utility is employed to import the file. As a result of the sync command, all the relevant data related to actors/users, identities, and their associated roles (and services if required) is transferred from the “original system” (the one with updated data) to the “target system” (the one in need of an update).
Note: Please keep in mind that when synchronizing, if a service is present on the original system but not on the target system, it will be generated on the target system. It is important to note that syncing of services is a one-time process.
By default, during synchronization, Actor Roles are included with other user information and combined. For instance, if an Actor record in the LSF has one role “NormalUser,” and the same Actor is present in Landmark with two roles “NormalUser” and “BenefitsClerk,” then after synchronization, both systems would display “NormalUser” and “BenefitsClerk” for that actor. However, if you prefer to prevent the merging of Actor Role attributes, you can override the default setting in the input file. In this case, you will be asked to decide between Update Local or Update Remote action for each difference, similar to other attributes.
Create the XML input file (default behavior for Actor Roles)
Prepare an XML file in the suitable format for importing. The following example depicts the standard approach, where Actor Roles are combined during synchronization.
Example File:
XML input file in which you specify behavior of Actor Roles
This instance contains the “mergeActorRoles” attribute, which is present in the file and set to “false.” Consequently, the roles will not be merged, and the specified action in the XML file will be followed instead.
NOTE: If you require the merging of roles for some Actor records, you should adjust the “mergeActorRoles” attribute to “true.”
Example file:
Run the import command using the ssoconfig utility
Execute the import command using the ssoconfig utility. Open a command window and enter the following command:
ssoconfig -S PWD <full_path_and>InputFileName
In this command, replace PWD with the security administrative password and <full_path_and>InputFileName with the name of the input file that you created in the previous step.
Once entered, a notification will confirm that the synchronization process has begun.
To monitor the synchronization progress, navigate to the Check Background Sync Status option within the Manage Federation sub-menu.
For whatever reason that you need a Lawson profile ID, below is a quick way to access it in LID.
Login into LID and go to a temp directory you’re okay with dumping a file to.
Run this command lsdump -f roledump.txt ROLE SuperAdminRole
Go to the directory you dumped the file in and open roledump.txt in a text editor
Search for ProfileID until you find the one you’re looking for
Chances are, SuperAdminRole is created with an admin class assigned to it. You can also view this file using LASHOW command without having to dump the file.
Good luck!
Many organizations opt to engage Lawson consultant teams for managing their Lawson Security. 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.
https://www.nogalis.com/wp-content/uploads/2020/10/How-to-get-a-Lawson-Profile-ID-in-LID-without-access-to-Lawson-Security-Administrator.jpg470470Angeli Mentahttps://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.pngAngeli Menta2023-07-28 08:19:182023-07-28 14:22:44How to get a Lawson Profile ID in LID without access to Lawson Security Administrator