When installing SharePoint Foundation 2013 for Ming.le, you may see an error saying, “This product requires Microsoft .Net Framework 4.5.” After reviewing the installation, you see that .Net 4.5 is already installed. So why does the error appear? This can happen because SharePoint does not recognize a later update to the .Net Framework. As a workaround, you can check to see if updates have been installed through Control Panel – Programs – Programs and Features – Installed Updates. The updates to .Net could be in KB’s 3102467, 3151800, 3102436, or 3045557. Select the KB and uninstall it through the control panel. After removing the update and restarting the server, the SharePoint installation can continue.
There are several ways to trigger an IPA process, including 4GL triggers and scheduling. One simple and low-overhead method is to use a HTTP(S) call.
HTTP(S) calls can be used to trigger a Process or a Service. To begin, you should have the process uploaded into IPA. Then you should create the Process or the Service Trigger. These can be created in Rich Client or in the IPA Admin web tool, but note that the following instructions use the verbiage & menus in Rich Client.
Creating a Process Trigger
- In Rich Client, go to Start > Scheduling by Process Definition
- Create New
- Select the Process under Process Name
- Give the trigger a work title
- Add variables if your process accepts them
Creating a Service Trigger
- In Rich Client, first create the Service Definition by going to Start > Configuration > Service Definitions
- Create New
- Give the service a Name and Description
- Check the “Is Service Enabled” check box
- Click the Save button
- Under the Processes tab, add the process that you will be running with this service (click the add new button)
- Select the process to add
- Make sure the “Is Service Process Enabled checkbox is checked
- Click the save button
- Add variables if your process accepts them
URL syntax for calling Process & Service Triggers
- Make sure you give your process a work title, in this case we are using Trigger Test
- These examples assume two variables: TestVar1 and TestVar2 (variables use a zero-based array)
- For a Service Call, triggerName is the service definition name
- For a Process Call, triggerName is the process trigger name
Asynchronous Service Call – https://ipahost:port/bpm/trigger?triggerType=ServiceAsync&triggerName=DHTest&dataArea=prod&workTitle=Trigger%20Test&varName\[0\]=TestVar1&varValue\[0\]=xyz&varName\[1\]=TestVar2&varValue\[1\]=123
Synchronous Service Call – https://ipahost:port/bpm/trigger?triggerType=ServiceSync&triggerName=DHTest&dataArea=prod&workTitle=Trigger%20Test&varName\[0\]=TestVar1&varValue\[0\]=xyz&varName\[1\]=TestVar2&varValue\[1\]=123
Asynchronous Process Call – https://ipahost:port/bpm/trigger?triggerType=ProcessAsync&triggerName=FileAccess&dataArea=prod&workTitle=Trigger%20Test&varName\[0\]=TestVar1&varValue\[0\]=xyz&varName\[1\]=TestVar2&varValue\[1\]=123
Synchronous Process Call – https://ipahost:port/bpm/trigger?triggerType=ProcessSync&triggerName=FileAccess&dataArea=prod&workTitle=Trigger%20Test&varName\[0\]=TestVar1&varValue\[0\]=xyz&varName\[1\]=TestVar2&varValue\[1\]=123
When applying a patch to the LSF environment, we saw Security Violation errors on environment utilities even though security was turned off. In the below example, the error was returned from trying to run ldunivtkns (to load environment tokens) and also on envrelease (to show the environment version.) This issue was resolved after contacting the network team to replicate file system permissions from an older Lawson server. While it was not shared exactly which permissions were changed that were not already in place, once the new permissions were applied, the Security Violations were replaced in the logs with the appropriate responses from the commands.
Initial Error
Error Resolved
Environment Security Settings
When installing Landmark 11 with Oracle, an error may return in the log related to a config variable when setting up the database. The installation will run for some time and eventually call D:\lmkprod]\env\install\dbcon
The SQL Query Node can be used to query any SQL Server database.
Connection information
- Either select the configuration name that contains your JDBC connection information
- Or select Override Connection and provide the override information
The SQL Query Node can run a SQL Query, Run a stored procedure, or perform a create/update command. If you are running a SQL Query, you can click the “Build” button to build the query in a GUI wizard.
The Message Builder Node accepts a string of text and appends each text of that string to the message each time the node is used. This can be useful when your process loops through records and records any error messages for each record. It’s also good for notification messages for multiple records.
The Variable name is what will be referenced when you want to use the built message later in the process.
Reference the variable name just like any other variable name. All nodes after the message builder will have access to the message builder variable.
If you need multiple web sites for Landmark, when you run the IBM plugin configuration for additional sites the sePlugins ISAPI filter for the original site may be overwritten with the ISAPI dll from the new site. For example, the exectuable path for sePlugin on the site lmkdevweb was originally D:\IBM\WebSphere\Plugins\bin\IIS_lmkdevweb\iisWASPlugin_http.dll.
After adding a new site, the sePlugin executable on the initial site may be updated incorrectly to D:\IBM\WebSphere\Plugins\bin\IIS_lmkdevwebext\iisWASPlugin_http.dll. This could cause problems with the application not returning properly in the browser (http error 404). To prevent redirection problems, ensure that the path for each sePlugin is using the proper path for each site. For example:
IIS Site sePlugin Exectuable
lmkdevweb D:\IBM\WebSphere\Plugins\bin\IIS_lmkdevweb\iisWASPlugin_http.dll
lmkdevwebext D:\IBM\WebSphere\Plugins\bin\IIS_lmkdevwebext\iisWASPlugin_http.dll
Your organization may wish to brand your Infor Ming.le site by adding a custom logo to the site. Infor Ming.le 10 and 11 offer this possibility, although Infor Ming.le 12 does not provide tools for updating the logo.
NOTE: You must be a site collection administrator to perform this update.
In Sharepoint 2013, select the gear icon, then Site settings. (If you have Sharepoint 2010, you will click the Admin link then Site settings).
Under the Infor Ming.le Site heading, choose “Customize Infor Ming.le User Interface”
To add your custom logo to the selection list, select the “add image” button.
Browse to your file
Click the “Select image” button to select the image you just added
You can also enter a custom link in the “Company Logo Link” field
Click “Save” when you are done
Your logo is now displayed on the Ming.le header
The FTP node can be used to move records from one server to another over FTP. It is important to note that there can be only one FTP configuration per configuration set. So you should create a new configuration set for each FTP server you are using for file transfers.
- Source File
- Provide the file name
- The source is remote if it is not the Landmark server
- If you are accessing the file via UNC share, you should leave “Is source remote” unchecked
- Connection information – select the configuration set for the remote server where the file resides (not required if it is a local file)
- Destination File
- Provide the file name
- The source is remote if it is not the Landmark server
- If you are accessing the file via UNC share, you should leave “Is source remote” unchecked
- Connection information – select the configuration set for the remote server where the file is being transferred (not required if it is a local file)
- File Transfer Mode