View previous topic :: View next topic |
Author |
Message |
yadav2005 Intermediate
Joined: 10 Jan 2005 Posts: 348 Topics: 144
|
Posted: Mon Apr 19, 2010 11:30 pm Post subject: how to give authorization to particular user |
|
|
I have created a QMF proc and a user is testing to execute the QMF proc but he is not authorised to execute that.Can anyone tell me how can i give authorization to that particular user for executing the QMF PROC.I have the DBA authority.How can i check for the proc which i created have executing authority. |
|
Back to top |
|
|
CZerfas Intermediate
Joined: 31 Jan 2003 Posts: 211 Topics: 8
|
Posted: Tue Apr 20, 2010 2:32 am Post subject: |
|
|
You cannot give execute authorization to particular users. To allow, that your PROC (and QUERY and FORM) can be used by others, you have to save the objects with a parameter "(SHARE=YES".
Additionally you have to prefix the used queries and forms in your PROC with your userid. Otherwise QMF prefixes them implicitly with the userid of the one excuting the PROC.
regards
Christian |
|
Back to top |
|
|
yadav2005 Intermediate
Joined: 10 Jan 2005 Posts: 348 Topics: 144
|
Posted: Tue Apr 20, 2010 5:30 am Post subject: |
|
|
Thanks CZerfas I could understand and I was able to complete my task. |
|
Back to top |
|
|
|
|