FileNet Error: HTTPS is Required
I am trying to push documents to FileNet using .Net 4.5 console application. This program is working fine on one machine but it does not work on another machine. I get the following error when I execute it: This error comes from FileNet.Api.dll. I tried to change the URL with https but it gave another…
|
The OLE DB Provider “ORAOLEDB.Oracle” for Linked Server Supplied Inconsistent Metadata for a Column.
You have setup an Oracle linked server. It seems successful but when you are trying to get the data from Oracle using following simple SQL statement: The Oracle linked server throws following error: You may be scratching your head why it does not work. Here is the reason. Is your Oracle database on Oracle 11g?…
Phaser 3 Example: Set Gravity And Stop Object From Moving When Clicked
In Phaser 3, we can set gravity for an object to make it falling for floating. I am working on a project where I want to set the gravity but when I click on it, the object should stop moving. Here is a working example of a scene. As you would notice, body.stop(), and body.allowGravity…
VB .Net – Calling a Function Calls Property Setter Method
I encountered a nasty bug (technically: design) when I was using an HTML Web control in a WinForms application. I am storing html and plain text version of text into a SQL table. This control has InnerHtml and InnerText properties. Both of these properties have getter and setter. I was calling a 3rd party dll…
|
SSRS: Create Placeholder Not Available
If you want to show HTML in SSRS reports, online tutorials are available to show how to add placeholder within your SSRS reports. When I tried to follow the tutorials, no matter what I do, I could not see “Create Placeholder” option. Every tutorial was mentioning to right click on the textbox and it will…
|
Digital Ocean Recovery Console Stuck in Caps Mode
I am using Digital Ocean for hosting couple of Website including .Net Core Websites. For certain maintenance, I use Digital Ocean recovery console to login to the server. One day, accidentally something went wrong and console was stuck in caps mode. Trying to type in lower case would type in upper case and typing in…
How To Setup DKIM For Multiple Domains in Virtualmin
I am hosting multiple domains using Webmin and wanted to setup DKIM for multiple domains. If you are using DNS server from Virtualmin, it would be easy to setup DKIM because Virtualmin takes care of not only enabling the DKIM for the domain but also setting up correct DNS record. I use 3rd party DNS…
Error Creating SSIS Package 0xC001100E In Visual Studio 2017
I had Visual Studio 2017 Professional installed. When I tried to create a new SSIS package, it threw following error. Error creating SSIS package 0xC001100E. There was no other information available. What I Tried I tried following steps but it did not help fix the problem. I verified in Visual Studio that I have SQL…
SuiteCRM: Change Date Format in PDF Template
The default date format within SuiteCRM depends on the locale set within the application. But if you want to customize the date format available within the PDF Template, use the following code and make changes as per your need for date formatting. Warning: This change is not upgrade safe. If you upgrade SuiteCRM, you must…
Fixed: Virtualmin Keeps Disabling DKIM
I wanted to enable DKIM for the multiple websites hosted on Digital Ocean using Webmin. I am using Digital Ocean DNS server and do not use the DNS server provided with Webmin. In fact, I keep the DNS service disabled. When I wanted to enable DKIM for emails, I went to Virual Min > Email…