Infor recently announced the next generation of Infor Customer Relationship Management (CRM), featuring an intuitive user interface with Infor SoHo styling for the updated mobile application. The latest Infor CRM version 8.3 delivers pre-configured back office integration with multiple Enterprise Resource Planning (ERP) systems via the Infor Intelligent Open Network (ION). Additionally, the new Infor Configure Price Quote (CPQ) integration will allow customers operating in the manufacturing and distribution industry to deliver one vision from order to delivery. Ultimately, with its new reconfigured layout, the smart design promotes user efficiency, greatly reducing the need for use training, and increases user confidence with its unified platform for social, mobile, and cloud.
https://www.nogalis.com/wp-content/uploads/2016/04/infor-CRM-customer-relationship-management-m3.jpg261614Angeli Mentahttps://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.pngAngeli Menta2016-05-10 14:13:302016-05-10 14:13:33Next Generation of Infor Customer Relationship Management Now Available
If you have every had to figure out what version of a certain Java executable you have you will appreciate this simple trick. Simply point your browser to this url:
This example displays the version of the ios.jar file as shown below.
In the above case the version of ios.jar file on the server is 9.0.1.11.521.
This information can be very helpful when working with Infor support to determine if patches are needed.
https://www.nogalis.com/wp-content/uploads/2016/05/How-to-determine-the-version-of-your-Lawson-jar-files-1.jpg441500Angeli Mentahttps://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.pngAngeli Menta2016-05-09 13:32:542016-06-02 15:23:51How to determine the version of your Lawson jar files
During an upgrade, re-pointing all your LBI reports to your new database may seem like a daunting task. Never fear! You don’t have to do it manually (at least not all of them). Here are the steps to overwrite your data sources using a SQL update query:
Create an ODBC connection on your LBI server that connects to your NEW database server.
Don’t forget that you have to use the 32-bit ODBC tool for LBI data sources!
Create your new data source in LBI
Tools > Reporting Services Report Administration > Server Administration > New Data Source
Open SQL Server Management Studio (or whatever database management tool you use)
Log-in to your LBI database server
Navigate to the LawsonRS database
BACK UP YOUR ERS_REPORTDATASOURCES TABLE! (You should always back up the table or the database if you are making changes directly)
Run a query to view all the reports for which you plan to change the data source:
When you are ready, run your update query using the same WHERE clause that you used when you viewed your reports in step 7
NOTE: you are updating RSDATASOURCE. This is so that the report data source will be overridden.
If you have a new username & password for this data source, you will also need to update the DEFAULTUSER and DEFAULTPASSWORD fields as well.
Now your reports should run against the new data source. There are a few cases in which you will need to manually reset the data source in Crystal and republish the report. They are:
If your report mixes schemas (i.e. it uses tables owned by dbo, and views owned by xyz)
If your report has subreports
If your report has a command that explicitly defines the database name (and the database name has changed)
There may be more, but these are the instances that I discovered on a recent upgrade!
https://www.nogalis.com/wp-content/uploads/2016/05/A-More-Efficient-way-to-Update-Report-Data-Sources.jpg454500Angeli Mentahttps://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.pngAngeli Menta2016-05-06 07:39:342016-06-02 15:21:33A More Efficient way to Update Report Data Sources
Infor recently completed the transformative upgrade to their hotel revenue management software, Infor EzRMS, featuring science-infused applications for enhanced optimization, pricing and forecasting. The upgrade has clearer visibility into data trends that can help indicate whether current or historical patterns should be given more weight in forecasting. Infor is also committed to optimizing the user experience, with this iteration boasting beautiful, consumer-grade interface that is designed to help users to work the way they live. Additionally, the upgrade assists hoteliers to better optimize revenue by automatically calculating demand forecasts and recommending appropriate selling strategies based on data such as day-of-week patterns, lead time figures and the number of guests per room.
So your client has scheduled LBI reports that they rely on and for whatever reason, it didn’t run on the day it was scheduled for. Now, it’s Monday and it’s too late to run the report manually! Furthermore, the client wants the report to be available in the LBI “History” section of the report viewer for later reference.
First thing we need to do is start Crystal Report and open the latest instance of our editable report. For our client, this is located on their LBI server in: D:\LawsonDocuments\60_Revenue Check Daily – MRN\
Once your report is open, either enter the date parameters for the report (if it takes parameters) or hard code the dates in the report to reflect the day it was supposed to grab data from. Don’t forget to set the front-end display dates that the end-user will see.
Once the data is verified by the end-user, export the report in crystal format.
Select a directory and name you want your crystal report to export.
Now, find the directory of the instance that didn’t run properly or simply does not exist.
For me, this wasD:\LawsonDocuments\60_Revenue Check Daily – MRN\Instances\2016-04-08_1606\
If a crystal report exists in that directory, delete or move it elsewhere.
Now copy in your exported LBI report that you edited and rename it to the exact name of the report + “_instance number”.
Ours is Revenue Check Daily – MRN + _1606 so Revenue Check Daily – MRN_1606
The instance number can be found in the folder name that is generated by LBI.
That’s it! You can now go back to LBI Report Viewer and click on that report that errored out earlier.
https://www.nogalis.com/wp-content/uploads/2016/05/How-to-Fix-a-Scheduled-LBI-Report-That-Didn’t-Run-Properly.jpg646711Angeli Mentahttps://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.pngAngeli Menta2016-05-02 13:54:522016-06-02 15:19:13How to Fix a Scheduled LBI Report That Didn’t Run Properly
Administering Lawson on Windows has traditionally required using the basic toolset within windows to get things done. With Windows 2012 it seems like some of the very basic tools users are used to are hidden away and require several extra clicks to get to. Here are some quick ways to make Windows 2012 easier to deal with:
This is by far the easiest way to get Windows 2012 to act more like Windows 2008.
Method 2
Since installing 3rd party applications like Classic Shell is not going to appeal to every client. Here’s a quick way to get at least your programs menu back without the help of any 3rd party applications:
Steps (4 total)
Display “Hidden items” on your C: Drive – Open File Explorer and browse to your C: Drive. On the View tab, check the “Hidden items” checkbox.
Add a New Toolbar on your Taskbar. – Right-click on a blank area of your Taskbar and select Toolbars > New Toolbars.
Browse to the Start Menu\Programs folder. – In the New Toolbar dialog box, browse to the “C:\Program Data\Microsoft\Windows\Start Menu\Programs” folder.
Click the “Select Folder” button. – Click the “Select Folder” button to add the new Toolbar to your Taskbar.
https://www.nogalis.com/wp-content/uploads/2016/04/How-to-Setup-Your-2012-Server-for-Easy-Administration-1.jpg434475Angeli Mentahttps://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.pngAngeli Menta2016-04-25 13:30:512016-06-02 15:16:58How to Setup Your 2012 Server for Easy Administration
After dust from the upgrade settles, it’s usually time to automate any and everything that can be automated. When it comes to Lawson (LSF) related services though things can get a big tricky.
There’s a precise order bringing up the services on windows and one way to ensure this happens correctly is to setup service dependencies on your windows applications server.
Let’s first review what depends on what and why.
The services that need to come up are in order:
ADLDS
Lawson Environment
IBM Webshphere Cell Manager (Optional)
IBM Websphere Node Agent
IBM Websphere Application Server
Web server (IIS)
Obviously, since all the authentication work happens through ADLDS, it makes sense that it would be the services to come up first. And since ADLDS has it’s own set of dependencies, we don’t need to create new ones there.
Next we setup a dependencies for the Lawson Environment Service to depend on ADLDS.
To do this, bring up the services window (Start-> Run-> services.msc).
Right click on your ADLDS service and note the service name.
Right Click on your Lawson Environment Service and note the service name.
Now bring up a cmd prompt as administrator and type in the following command:
sc config [service name] depend= <Dependencies(separated by / (forward slash))>
Note: There is a space after the equals sign, and there is not one before it.
Warning: depend= parameter will overwrite existing dependencies list, not append. So for example, if ServiceA already depends on ServiceB and ServiceC, if you run depend= ServiceD, ServiceA will now depend only on ServiceD.
In the above example, my Lawson environment service is called “laserv-prod” and my ADLDS service is called: “ADAM_ProdInfor10ADLDS”.
Once you hit enter, a message should appear that says: “[SC] ChangeServiceConfig SUCCESS”
You have now setup a dependency for the Lawson Environment service to depend on ADLDS. You can confirm this by checking the service properties:
Now you can continue with the rest of the services and setup dependencies as you go. Keep in mind that the Cell manager is really an optional service and you may not want it running all the time, so you can avoid that dependency if you like.
Next, you’ll want to change all the services named above to be automatic. We usually don’t setup any recovery options as they can lead to some unintended results.
In the end, your Web Server’s dependencies should look similar to this:
https://www.nogalis.com/wp-content/uploads/2016/04/How-to-setup-dependencies-for-Lawson-services-1.jpg646711Angeli Mentahttps://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.pngAngeli Menta2016-04-18 15:15:372016-06-02 14:42:05How to Setup Dependencies for Lawson Services
Choosing the right Enterprise Resource Planning (ERP) software for your ecommerce business is more than just picking the best one from a list of “popular” names. A good ERP can painlessly streamline your business processes, helping you operate more efficiently and effectively. Here are a few things to consider when doing ERP research:
Consider Your Unique Needs
Ensure Shopping Cart Compatibility
Efficienct Customer Service
Real Time Transaction Data
Flexibility
Scalability
Included Training and Support
Modern cloud-based ERP is a good solution for any business. Searching for the right ERP solution for your business needs can cost you a lot of time and money, though the return is more than favorable.
https://www.nogalis.com/wp-content/uploads/2016/04/Tipping-Point-for-Cloud-ERP-and-Big-Companies.jpg180233Angeli Mentahttps://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.pngAngeli Menta2016-04-07 10:49:502017-07-24 13:35:33How to Choose an Effective ERP for Ecommerce
Technology is quickly changing the face of healthcare. Electronic health records (EHRs) are readily available and accessible to both the doctor and patient. Additionally, 3-D printed biologies are used for testing and potentially transplantation are very exciting technological advances. And with mobile technology, medical wearables, and various health applications, our health is constantly in our hands and we have the power to change our lifestyles to a more healthy regiment. Investors should keep an eye on how technology is transforming healthcare, since it is likely to provide terrific long-term investments.
https://www.nogalis.com/wp-content/uploads/2015/07/health-analytics-it-nogalis-healthcare.jpg413620Angeli Mentahttps://www.nogalis.com/wp-content/uploads/2013/04/logo-with-slogan-good.pngAngeli Menta2016-03-31 17:03:412016-03-31 17:03:413 Ways Technology Is Set to Change the Face of Healthcare
A recent blog post from enterprise app pros at Panaya surveyed the ease of cloud Enterprise Resource Planning (ERP) solutions and how likely businesses are to move to the cloud. It focused on three categories: cloud integration, security, and return on investment (ROI). Favorable to the cloud, over half of respondents support full cloud integration, with measurable return on investments in terms of agility and cost savings. On the other side of the spectrum, some still have yet to see any reliability or favorable returns to the cloud. Cloud ERP could possibly make ERP solutions easier to use, more reliable, and a worthy investment.