Focal Point
FOC 255

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/4791058331

May 13, 2005, 11:01 AM
<luciag>
FOC 255
Hi, I am new to webfocus and this forum (sorry if the topic has been discussed before or is too basic... ) Wink

I am developing an 'exit' for webfocus to authenticate via a third party application.

I'm passing an encrypted token as an additional parameter to calls to WFServlet, like this:

http://myserver.mydom.com/ibi_apps/WFServlet?myssotoken=EMvtKdiJuHbm3ICdOX6RhA98nfa1ZORXzUMi%2BXkMgCIq8P5Z%2BL5CWBLAKolL0wrGtwrDm8ac1aI%3D&IBIWF_language=es&servername=default&IBIC _server=&appbx=1&IBIF_ex=carinst&IBIAPP_app=IBISAMP&IBIF_parms=COUNTRY%3DENGLAND.

This example works fine. However, when I'm passing a token that is a little longer:

http://myserver.mydom.com/ibi_apps/WFServlet?myssotoken=EMvtKdiJuHbm3ICdOX6RhAJW9zhGr6ddlpiZH7oQc%2BgkTdvEizQpdvSre3U3Pips5E9S913vvmG3%0ACsObxpzVog%3D%3D&IBIWF_language=es&serverna m e=default&IBIC_server=&appbx=1&IBIF_ex=carinst&IBIAPP_app=IBISAMP&IBIF_parms=COUNTRY%3DENGLAND

The result is:
(FOC255) COMPUTATIONAL ELEMENT IS TOO LONG: 'EMvtKdiJuHbm3ICdOX6

However, my "exit" code is correctly decrypting the content in the token, and finding that it contains something like this:

0=123456789012345678901234567

What's the limit I'm hitting???

Thanks and best regards,
May 13, 2005, 02:31 PM
Boogarweed
It's supposed to be the following:
The expression contains a number represented by more than 33 characters or
more than 31 digits. This exceeds the maximum size of a computational number.
However, I only count 27 in your example. Sorry I couldn't help...