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.
I'm trying to do a modify to pass variables from an html page. The fex then uses a modify using freeform to update the db2 table. However I'm getting the following error for each of the fields.
(FOC705) THERE HAS BEEN AN INVALID USE OF A TEXT FIELD IN FIXFORM
Any suggestions?This message has been edited. Last edited by: Kerry,
WebFOCUS 8.0.07 and 8.2.01M UNIX, WINDOWS, ORACLE PDF, CSV, Excel, TXT, XML, HTML
Posts: 65 | Location: Maryland | Registered: January 17, 2012
Tom (Flyn), If Tom(S) says he is using FREEFORM, this means that his data is comma-delimited. Are you suggesting he switches to FIXFORM? Also, did you ever try a variable-length input with MODIFY?
Waz, This might work. I hope that SQLDS would know how to convert a fixed length field into a variable one.
Good luck to all...
Daniel In Focus since 1982 wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006
Sorry for the delay, I was pulled onto another project...So, moving all the tx fields to the end of the FREEFORM cleared up the INVALID USE OF A TEXT FIELD error. However, now nothing is being passed and I'm getting the following result
I tried leaving out some of the TX fields so there was only one at the end of the MODIFY and it came back with this error.
Not sure where to go from here...
(FOC14069) SYNTAX ERROR ON LINE 8 AT 'T24' -- Data type not found (FOC14112) STATEMENT WAS NOT BOUND (FOC1400) SQLCODE IS 14069 (HEX: 000036F5) : SYNTAX ERROR ON LINE 8 AT 'T24' -- Data type not found (FOC1740) EXECUTE ERROR : MYTABLE 0 TRANSACTIONS: TOTAL = 1 ACCEPTED= 1 REJECTED= 0 SEGMENTS: INPUT = 0 UPDATED = 0 DELETED = 0
WebFOCUS 8.0.07 and 8.2.01M UNIX, WINDOWS, ORACLE PDF, CSV, Excel, TXT, XML, HTML
Posts: 65 | Location: Maryland | Registered: January 17, 2012
Copy your MASTER and ACX files. Give them another name, e.g. NEWTABLE In your master replace all TXs with A295V. Run your program replacing the filename in the MODIFY command. See if this works.
Daniel In Focus since 1982 wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006
My delay in responding is due to me being pulled in a few different directions...
Anyways, I've tried editing the master, creating a new master, switching to fixform, and removing all but one of the tx fields. All to no prevail.
It turns out that we are making some changes to the information being collected so I'll be creating a new DB with less fields. This new DB wont have any tx fields so i'm hoping that will clear up the issue.
Thank you all for your help. -Tom
WebFOCUS 8.0.07 and 8.2.01M UNIX, WINDOWS, ORACLE PDF, CSV, Excel, TXT, XML, HTML
Posts: 65 | Location: Maryland | Registered: January 17, 2012