Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts ,
i have a application with in that i have script like after finishing the reload text file need to be generated ,
but i am getting text file without data but my reload is successful, early it is generating but not now ?
what is the reason behind this ?
Have you enabled the option to Generate Logfile?
This should show you how many records and rows are being loaded into your app and should show you why you are seeing no data.
Hi,
thats already enabled, but i did not required that
i have a comand like
store tablename into ... sales.txt ( i written in script level to store some data in to text file) its working early
but today today it is generating without data what i want to store
ex:
store tablename into ..\sales.qvd and in down i written for one text file(my requirement)
store tablename into ..\sales.txt
store tablename into ..\sales.txt (txt);
try that
is there data in your qvd file?
syntax is correct only in my script i am getting text file also but without data ?
Have you tried
store tablename into ..\sales.txt (csv) ;
Also does the logfile show that data has been loaded into the table?
Hi
Make sure you are not dropping that table before you store it into text.
Regards
ASHFAQ
Have you confirmed in table view (Ctrl + T) that there is data in the relevant table? Just to rule out the possibility that the table was not created correctly...
i did not droped that table .
just i am getting fieldnames only not inside data.
this cannot happen. please copy the script here.
and please also attach a logfile