Upon retrieving the contents of VismaNet.JournalTransactionV2.JournalTransactionLinesByPeriodOrDateV2 or JournalTransactionLines@vnt I get the following error on company 700901:
itgenoda485
The Visma.net Financials API returned no values for any of the 32 fields in row #0. Contact Visma.net Financials Support regarding the payload ‘{ “lineNumber”: 1, “accountNumber”: “2400”, “description”: “…ndørg…”, “subaccount”: { “subaccountNumb…”, “module”: “ModuleAP”, “project”: { “id”: “X”, “description”: “Non-Project Code.” }, “quantity”: 0.0 }’.
The problem also occurs with other companies.
The module code is:
begin
...
create or replace table JournalTransactions@mss
as
select *
from JournalTransactions@vnt
;
...
end;
It reproduces als on:
use all@vnt
select *
from VismaNet.JournalTransactionV2.JournalTransactionLinesByPeriodOrDateV2('702364', '201812')@vnt
A new Invantive Cloud-release has been taken into production on Invantive Cloud, Invantive App Online and Invantive Bridge Online which solves the itgenoda485 on subAccountSegments and journalTransactionLines by altering the handling of the dynamic datamodel of Visma.net Finance.
The change is also present in release 22.0.296 onward of the Invantive on-premises software products.
This question was automatically closed after at least 2 weeks of inactivity after a possible solution was provided. The last answer given has been marked as a solution.
Please ask a new question via a separate topic if the problem occurs again. Please include a link to this topic in the new question by pasting its URL into the text.