Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
I'm facing a problem when I try to call a SQL procedure.
I'm connecting to the DB via ODBC32, and when I run the app in desktop, it works; but, when I run the app via QMC I receive the following error "
17/12/2014 16:40:44: 0144 Call insere_resumo_agente_ano(1, 201411, 1802581.3799994)
17/12/2014 16:40:44: Error: SQL##f - SqlState: S1000, ErrorCode: 1456, ErrorMsg: [Oracle][ODBC][Ora]ORA-01456: não é possível executar a operação de inserção/deleção/atualização em uma transação READ ONLY
17/12/2014 16:40:44: ORA-06512: em "QLIKVIEW.INSERE_RESUMO_AGENTE_ANO", line 43
17/12/2014 16:40:44: General Script Error"
And this error occurs only after one successful call.
Marcio
try to add a commit at the end of the stor proc
Do QMC service account has access to SQL procedure?
Hi everyone.
Thanks for the help.
What I've did is to define the parameter "mode is write" in the string connection and set the option "Open Databases in Read and Write mode" in script editor.
Márcio