Hi,
I have recently upgraded our dev environment from version 9.1.3 to 9.1.3.5. After the upgrade I noticed that some functions has stopped working. For example I use a stored procedure to search for templates. See code below:
SelectSql(new MetastormDefault(),"EXEC dbo.sp_nasdaqomx_search_SA_invoice @sReqID,@CustID,@CustContract,@CodaInvoiceNo,@AccountNo,@CaseStatus,@ParamStartDate,@ParamEndDate,@ResponsiblePerson,@ProjectNo SELECT 1", SQLArg("@CustID", Local.tCustomerNo), SQLArg("@sReqID", ProcessContext.FolderId), SQLArg("@CustContract", Local.txtCustContractNumber), SQLArg("@CodaInvoiceNo", Local.txtCodaInvoiceNumber), SQLArg("@AccountNo", Local.txtAccountNumber), SQLArg("@ParamStartDate", Local.dtmStartDate), SQLArg("@ParamEndDate", DBUtil.SA_CalculateSearchDate(Local.dtmEndDate)), SQLArg("@ResponsiblePerson", "%"), SQLArg("@ProjectNo", 0), SQLArg("@CaseStatus", Local.txtCaseStatus)).Integer
When I run this search after the upgrade I get the following error in the elog table:
Exception 'Object reference not set to an instance of an object.' occurred when attempting to 'Execute query'.
At he same time I receive a strange warning i the event log:
Failed to find the assembly Metastorm.Engine.Resources.resources, Version=9.0.0.0, Culture=sv, PublicKeyToken=0fa3cc64eebf4c8b.
Anyone else that have had any similar problems after applying the latest hotfixes for the 9.1.3 version?
Best regards,
Magnus