Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
vireshkolagimat
Creator III
Creator III

General script error - store command

Hi All,

I'm executing the below script but getting the attached error message.

LIB CONNECT TO 'PROD';

set path ='C:\Users\VireshK\Desktop\Sense';

Salesman:
select division_code,salesmancode,salesman,salestype
from apps.xxegc_qv_salesrep_v
where division_code='CA MCS OU';

Store Salesman into $(path)\Salesman.qvd(QVD);

drop Table Salesman;

what is wrong with above script?

Thank you.

Store command issue in sense.JPG

Labels (1)
2 Replies
ChiragPradhan
Creator II
Creator II

Hi,

You will need to create a new folder type connection to the directory you want to save the QVD files.

See screenshot attached.

 

sasiparupudi1
Master III
Master III

make a folder connection to the folder 'C:\Users\VireshK\Desktop\Sense'

 

Then use the Lib statement in the store command