Skip Navigation Links Skip Navigation Links.


AM - Power BI report - Software usage - shows records with the date "1899-12-30" in the column "Last run"

Článek se týká verzí produktů

ALVAO Asset Management 10.4 a vyšší

Příznaky

Power BI report - Software usage or Query.ExecutedSoftwareEnu view shows records with the date "1899-12-30" in column "Last run"

Příčina

The cause is a bug in ALVAO products.

Řešení

Opraveno ve verzi 11.1.2214 - 11.1/SP1 FIX7 (release 2023-12-07)

Náhradní řešení

To clear the nonsense data, run the following SQL script:

update df
set LastRun=null,
    RunCount=null
from tblDetFile df
where datepart(year,df.LastRun)=1899
    and datepart(month,df.LastRun)=12
    and datepart(day,df.LastRun)=30
    and isnull(df.RunCount,0)=0
Note: Until the AM Agent is patched, the script can be run regularly (nonsense data may reappear)

Kroky pro reprodukci tohoto chování

Přílohy

Číslo problému

T149554ALVAO

 

Nenašli jste co jste hledali? Zeptejte se našeho týmu technické podpory.