Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
matthewp
Creator III
Creator III

ApplyMap error: map_id not found but mapping is there

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);

11 Replies
matthewp
Creator III
Creator III
Author

Checked variable and its correct.

Also deleted variable and used SET in the script and still failed

antoniotiman
Master III
Master III

Can You provide log of loading doc ?