Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
ali_hijazi
Partner - Master II
Partner - Master II

LCGV function not working

Hello

I'm using the version 1.7.1 of the QDF

I'm trying to link / mount containers

in my script I put the following code:

/*

QDF initiation script

*/

set vG.BasePath=; //Clrear cache

set vG.SharedBasePath=; //Clrear cache

SET vG.RootContainer='lib://QDF_ROOT/';

SET vG.HomeContainer='lib://QDF_ROOT/3.Customer_Case_Analysis/';

$(Include=lib://QDF_ROOT/InitLink.qvs);

/*****************************************************************/

/*

we need to read QVD files from the QVD Generator resource

and mainly from the Transform folder of the QVDs

*/

call LCGV('QVDGEN','QVD');

/*****************************************************************/?

However I get the following warning: (check attached image)

kindly advise as I'm stuck and don't know a work around this issue

Ali M. Hijazi - BI Solution Architect

ali.hijazi@setelia.com<mailto:Jean.Aboujaoude@setelia.com>

Mobile : +961 03 197337- Tel: +33 (0)1 55 43 26 01 - 961 (5) 955 417- Fax: + 33 (0)1 55 43 26 10

This message and any attachments are confidential. If you are not the intended recipient or his authorized agent, please be advised that copying, distributing or revealing the contents of this message is expressly prohibited. If you are not the intended recipient, kindly notify the sender immediately by return e-mail and delete this message from your system.

I can walk on water when it freezes
40 Replies
ali_hijazi
Partner - Master II
Partner - Master II
Author

so QDF is not yet working for Qlik Sense?

here I'm stuck and I cannot proceed with development

I can walk on water when it freezes
felipedl
Partner - Specialist III
Partner - Specialist III

Can you do the LCGV on other folders with your full code?

Or the QVDGEN is the only problem?

ali_hijazi
Partner - Master II
Partner - Master II
Author

the problem exists for all containers not only QVDGEN
I tried to connect to Shared, Admin, and Example but same warning
here's what  I get when I try to link to Example containercapture_5.PNG

I can walk on water when it freezes
ali_hijazi
Partner - Master II
Partner - Master II
Author

this is what I get when I try to link to Admin container

capture_6.PNG

I can walk on water when it freezes
felipedl
Partner - Specialist III
Partner - Specialist III

As I understood, you're setting the HomeContainer variable to the 3.Customer_Case folder.

Try setting that to the 2.QVD_Generator and run the command.

felipedl
Partner - Specialist III
Partner - Specialist III

You have posted this:

/*

QDF initiation script

*/

set vG.BasePath=;  //Clrear cache

set vG.SharedBasePath=; //Clrear cache

SET vG.RootContainer='lib://QDF_ROOT/';

// Try changing this

//SET vG.HomeContainer='lib://QDF_ROOT/3.Customer_Case_Analysis/';

// To the following, where you created the bellow data connection

SET vG.HomeContainer'lib://QDF_ROOT/2.QVD_Generator/';

$(Include=lib://QDF_ROOT/InitLink.qvs);

ali_hijazi
Partner - Master II
Partner - Master II
Author

still not working

CAPTURE_8.PNG

CAPTURE_7.PNG

I can walk on water when it freezes
felipedl
Partner - Specialist III
Partner - Specialist III

Open up this file from the correspondent folder on your folder:

sample.png

Check if all the containers are mapped on the file, as you configured on the QDF Setup.

ali_hijazi
Partner - Master II
Partner - Master II
Author

why there exists 2 commas after the container names

capture_9.PNG

I can walk on water when it freezes
felipedl
Partner - Specialist III
Partner - Specialist III

Its a representation of what you set up on the QDF setup (comments and alt path)

Since you didn't set if for certain containers, the file has this configuration with two commas, not having a value for those fields.