XTIVIA BLOG
Stopping DB2 Processes For a DB2 Fix Pack Upgrade
When upgrading DB2 fix pack, you need to make sure that all DB2 related processes have been shut down clean. In normal circumstances, you would: db2stop (if that does not work, try db2stop force) db2licd –end ipclean Even after following the steps, you may still see some...
Move data from a custom module when converting a lead in SugarCRM
In SugarCRM a Lead Conversion will not handle data from a custom module. Converting a lead that has data associated to it in a custom module will cause the data to be lost. In my personal opinion this should be done automatically as long as you add this module on to the Lead...
Accessing InforCRM Control Values From JavaScript
Often when one needs to access the value set in an HTML control from the client side script it is tempting to reach into the DOM object and retrieve it directly, using something like this for example: var c =...
Before you restore!
There are several times that you may have DB2 restore authorization errors and have to restore from a production box to a beta or a QA environment as a different user. In that scenario, the restore commands will work just fine but you will receive authorization errors even when...
Unspecified Error logging into Infor CRM / SalesLogix
If you've worked with Infor CRM / SalesLogix for a while, you've probably run into the issue where you enter your username and password (correctly!) and all you get is an Unspecified error! Very descriptive, isn't it? Cause: Essentially what the error means is that the...
What are Page Splits?
Are you noticing a drop in performance? Are you seeing a large percentage of index fragmentation? If your data page fill factor value set to a high number, page splits could be the culprit. We have helped many of our VDBA customers with these problems. What are Page Splits?...
How to Extract Data Using db2audit
One of our customers recently wanted to extract data using db2audit, but the documentation on this topic is very limited and scarce. Moreover, the commands have changed after V9.7 and finding documentation or following it could be tricky. After some testing, we were able to...
Logging into the Infor CRM Mobile Client with an iPhone / iPad
We're often asked, why can't I login to the Infor CRM (SalesLogix) mobile client using my iPhone / iPad? Here are some common things to check on your device: 1) Click on Settings 2) Click on Safari --> Under Privacy and Security...
Conditional Styling of InforCRM Grid with onStyleRow
This is a very common request - the customer wants to see some rows highlighted in the data grid based on the data. For example, they might want to see opportunities with a sales potential above $1M highlighted in green. How might we achieve that in InforCRM? There is no...
Creating Instanceable Liferay Portlets with AngularJS
AngularJS is a great framework for Single Page Applications (SPAs) - it's easy to learn and use. There's no reason not to (and actually every reason to) create your Liferay portlets as AngularJS SPAs. Our organization considers this a primary implementation...









