Knowledge.ToString()

Month: June 2021

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

    |