Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
NOTE: this reload worked correctly before we upgraded to the latest QV software QV Server upgraded from 12.0 SR1 to 12.10 SR7.
I am getting the following error:
ApplyMap error: map_id not found
LOAD *,
ApplyMap('Amap',Alink,'Missing') as [POAN],
ApplyMap('Cmap',[POCC],'') as [POCCN],
ApplyMap('Smap',STlink,'') as [POSTN],
ApplyMap('Pmap',Plink,'') as [POPN],
ApplyMap('ASmap',ASlink,'') as [POASN]
And the mapping tables which are loaded before this are:
Amap:
Mapping LOAD
[AC] & '!' & [AA] as Alink,
[AD]
FROM
[$(vDetailsQVDDirectory)\PAC.qvd]
(qvd);
Cmap:
Mapping LOAD
[BCC],
[BD] as [CCD]
FROM
[$(vDetailsQVDDirectory)\PACB.qvd]
(qvd);
Smap:
Mapping LOAD
[CC] & '!' & [CCC] as STlink,
[CD]
FROM
[$(vDetailsQVDDirectory)\PACC.qvd]
(qvd);
Pmap:
Mapping LOAD
[DC] & '!' & [DCD] as Plink,
[DD]
FROM
[$(vDetailsQVDDirectory)\PACD.qvd]
(qvd);
ASmap:
MAPPING LOAD
[FC] & '!' & [FA] as ASlink2,
FROM
[$(vDetailsQVDDirectory)\PACF.qvd]
(qvd);
Checked variable and its correct.
Also deleted variable and used SET in the script and still failed
Can You provide log of loading doc ?