Ticket #1049 (new Defekt) — at Version 1

Opened 13 years ago

Last modified 11 years ago

Går inte att importera transaktioner från SEB

Reported by: marten.fjallstrom@… Owned by: JorgenL
Priority: critical Milestone:
Component: PirateWeb Keywords:
Cc:

Description (last modified by Zash) (diff)

Går inte att importera transaktioner från SEB:

There was an error while doing a partial page update:

System.ArgumentException: Parameter 'amountCents' not found in the collection.

   at MySql.Data.MySqlClient.MySqlParameterCollection.GetParameterFlexible(String parameterName, Boolean throwOnNotFound)

   at MySql.Data.MySqlClient.StoredProcedure.GetAndFixParameter(DataRow param, Boolean realAsFloat)

   at MySql.Data.MySqlClient.StoredProcedure.Resolve(Boolean preparing)

   at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)

   at MySql.Data.MySqlClient.MySqlCommand.ExecuteScalar()

   at PirateWeb.Database.PirateDb.CreateFinancialTransactionStub(Int32 organizationId, DateTime dateTime, Int32 financialAccountId, Double amount, String comment, String importHash, Int32 personId)

   at PirateWeb.Logic.Financial.FinancialTransaction.ImportWithStub(Int32 organizationId, DateTime dateTime, Int32 financialAccountId, Double amount, String description, String importHash, Int32 personId)

   at Pages_v4_ImportBankTransactions.ProcessImportedData(ImportResult import)

   at Pages_v4_ImportBankTransactions.ButtonProcessText_Click(Object sender, EventArgs e)

   at System.Web.UI.WebControls.Button.OnClick(EventArgs e)

   at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)

   at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)

   at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)

   at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)

   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Change History

comment:1 Changed 13 years ago by Zash

  • Description modified (diff)
Note: See TracTickets for help on using tickets.