Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
FOC 255
 Login/Join
 
<luciag>
posted
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,
 
Report This Post
Gold member
posted Hide Post
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...
 
Posts: 90 | Location: Tinker AFB | Registered: June 03, 2003Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders