Knowledge.ToString()

Month: April 2021

  • 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…

    |

  • SuiteCRM Error: Inbound Email Cannot Function Without the IMAP c-client Libraries

    When I migrated SuiteCRM from Windows Server to Ubuntu, I scheduled cron job but the output showed the following error. Inbound Email cannot function without the IMAP c-client libraries enabled/compiled with the PHP module. When I tried to search online, I did not get a quick answer. After understanding some technical details of the error,…

    |