Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi together,
i am using NPrinting triggers in QlikView QMC for over a year and today i created a new Connection in the NPrinting together with a new task. So i created a new NPrinting trigger in the QMC so that after the reload of the qvw also the NPrinting starts.
But today came this error:
Error: QVX_UNEXPECTED_END_OF_DATA: HTTP protocol error 405 (Method Not Allowed):
{"message":"The requested resource does not support http method 'POST'."}
Execution Failed
Do you know maybe what caused it and how can i fix it?
Thanks and best regards
Stavros
Hi,
Please remember to always add the label with the correct Qlik NPrinting version you are using. Thanks.
Please check the article https://community.qlik.com/t5/Support-Knowledge-Base/QVX-UNEXPECTED-END-OF-DATA-HTTP-protocol-error-...
Best Regards,
Ruggero
It seem like your script is not written properly and you are using GET (or other) method with POST connection... Without seeing your script we are unable to say more
Hallo Lech,
i will attach the script here. Machines and passworts are deleted.
Thank you very much for your help!!
Best regards from Munich.
Stavros
Hi,
Instead of let vCookie = TextBetween('$(vCookieRaw)','SameSite=None,','Path=/',3); try to use Let vCookie = TextBetween(vCookieRaw,'SameSite=None,',' Path=/',SubStringCount(vCookieRaw,'SameSite=None')-1);
Best Regards,
Ruggero