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.
Infor has recently announced that Physician Relationship Management (PRM) is now available. This is meant to help enhance the physician business development workforce of an organization while improving physician performance. This will allow for market data, which may help to grow physician referrals and preferences from users. There are a myriad of features available on PRM including physician geographic, referrals, practice information, service volume, issue/complaint resolution and more. No matter the size of the organization or the market, the Infor PRM can increase their visibility and put them ahead of their competitors.
With the numerous digital security breaches in the news in recent months, many companies are asking themselves if their digital perimeters are safe enough to withstand against a cyber-attack. With the price of protection being costly, companies are having to make serious compromises. Organizations’ network perimeters have dramatically extended as companies try to make their private network support digital enterprise. This can be very dangerous because many private networks are based on a many-to-many model, meaning that a network with 10 thousand end points would need a business to watch almost 100 million potential connections.
Infor has announced a new addition to their Talent Science solutions known as Infor Coleman. Infor Coleman is an enterprise-grade, industry-specific Artificial Intelligence (AI) platform for Infor CloudSuite that learns and enhances the process of things like inventory management, human capital, and more. Talent Science is a helpful predictive talent analytic for the cloud that assists in fitting the right people to the right roles. Infor Coleman will benefit Talent Science by utilizing machine learning to improve predictions by leveraging millions of job candidates in the database in order to develop a model that is more accurately calibrated to the global workforce. The AI will also make prediction models more precise and valid. It’s predicted that this will allow for lower turnover rates and higher performances in those who are deemed as good fits for a role.
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
There are many benefits to implementing a new Enterprise Resource Planning (ERP) system at your business. However, there are valid reasons as to why one would be hesitant to do so as it can be a very stressful time for everyone involved. There are certain steps that businesses both large and small can take in order to make the time less stressful and prevent an ERP disaster.
- Get Everyone on board – Explain to your team all of the benefits of implementing the new system and how it is going to improve the daily workflow.
- Take Advantage of Implementation Services – These implementation services were created to help ease with the transition process.
- Choose the right software for your company – What works for one company may not work for another. Research the system and discuss it with your team before making an overall decision.
- Customization isn’t Always Better – Sometimes going overboard with customization can have disastrous consequences and even more difficult to fix the problem.
- Create a Realistic and Flexible Timeframe – Most ERPs take at least two weeks to set-up, so plan ahead and don’t rush through it.
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.