RobWunderlich / Qlikview-Components

A library for common Qlikview Scripting tasks
197 stars 98 forks source link

ExportModel Error #71

Open srampani opened 6 years ago

srampani commented 6 years ago

Hi Rob,

I use Qlikview 12.20 and now I have this issue when Call EXPORTMODEL.

Could you Help me please?

Test_ExportModel.log

RobWunderlich commented 6 years ago

Workaround is to turn off bnf mode. Add this as the first line of your script:

///$bnf off

On Dec 11, 2017, at 1:35 PM, srampani notifications@github.com wrote:

Hi Rob,

I use Qlikview 12.20 and now I have this issue when Call EXPORTMODEL.

Can you Help me please?

Test_ExportModel.log https://github.com/RobWunderlich/Qlikview-Components/files/1549127/Test_ExportModel.log

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/RobWunderlich/Qlikview-Components/issues/71, or mute the thread https://github.com/notifications/unsubscribe-auth/AFznhEOUUloKCg-Jx5mByalufC0p9Hesks5s_YQHgaJpZM4Q965H .

srampani commented 6 years ago

Hi Rob,

thanks so much , the workaround has resolved my problem and now the task works from QMC without errors.

TOP !! n.b. : Could you explain me why we use 3 / ( ///$bnf off) ?

RobWunderlich commented 6 years ago

See the release notes for Nov 2017 release for a description of the ///bnf. I can’t yet explain why this resolves the issue.

On Dec 12, 2017, at 2:13 AM, srampani notifications@github.com wrote:

Hi Rob,

thanks so much , the workaround has resolved my problem and now the task works from QMC without errors.

TOP !! n.b. : Could you explain me why we use 3 / ( ///$bnf off) ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/RobWunderlich/Qlikview-Components/issues/71#issuecomment-350976597, or mute the thread https://github.com/notifications/unsubscribe-auth/AFznhMCAvTAFhdz3pxBd922ESJ9_mYsnks5s_jW2gaJpZM4Q965H .

srampani commented 6 years ago

Yes , I have readed this post https://community.qlik.com/thread/282594 and the answer from Ricardo Gerhard is very esausitive , then we wait wait the Patch 1. BNF is acronymus of Backus Naur Form?

In any case , feel free to close this issue if it considers closed.

Thanks again !