Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community Members,
I am trying to reload the data in the loader file and getting the following error message:
If other user having same permissions as me, runs the reload then it execute without any error!! Strange...(which means the script have no errors)
Can anybody suggests any possible reason for this issue?
Can you check this for me, I've tested this part and it's working with out any error and qvd also generated
If you want i will share QVW for you
[Lodgement]:
select * from mytable;
STORE Lodgement INTO $(vDataPath)\Lodge.qvd (qvd);
DROP TABLE Lodgement;
Note: 1) I've removed the Load Statement over here
2) I've removes Square brackets for Store and Drop Statement { [ And ] }
It could be issue tha paths, Can you check whether the path is existing on your server. I mena Data Source
Thanks Anil for reply. Could you please elaborate, which path you are talking about?
Thanks
Load * From C:\Users\XYZ\Downloads\ABC.xls
I am saying check this path is valid or not which i've highlighted
Path is okay, You may share the script?
Thanks Anil,
Yes the path is correct, we have the loader qvw on server, when i try to reload data into the qvw, it fails and if other user logs in and try to reload then it work perfectly fine.
Would you provide Log file of QVW? Document and Server Logs may be
Hi Anil,
I have attached the log file for both the users. Please note user1 has cancelled the task in between, as he did the reload for testing purpose only. user1 has successfully executed the task yesterday. it also works fine for Admin.
Any suggestions about it?
Thanks
Hi Anil,
It seems like the database connection is not working for me, may be i don't have privileges to connect to the data source as other user have.
I am using following in my script:
ODBC CONNECT TO [prdbidomain;DBQ=//biprddomain/biprddomain] (XUserId is abc, XPassword is xyz);
can you suggest any way i can check and compare my permissions with other user?
Note: I can't share whole script here because of some privacy concerns.
Thanks
I've seen log files for User1 and User2
Here, The main issue is If User1 created the application then User2 need the same application. That case it won't reload due to Restriction of Privileges for User2. And, The main issue is User2 doesn't have access(May be application used for NTNAME). That case it won't help
Thanks Anil,
I just checked that I have the permissions to access the database, but still getting the error.