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.
The following MODIFY works approximately 99.9999% of the time, BUT, occasionally the LINEITEMINS rows get dropped leading me to believe that the user is either closing their session while this is running or loses their connection or some other interuption occurs in the middle of this process resulting in a bad accounting transaction. It was my understanding that the default setting for WF was such that if the MODIFY was interrupted that the interface would issue a rollback for all previous work (BT with no ET). Is this true? Is there another setting that I need to issue in the top of the MODIFY? Thanks. I am using TeraData. joe
CASE MAIN1000 PERFORM INSVOSG PERFORM INSVLSG PERFORM INSMASG IF WH_DISBMODE EQ 'V' OR 'T' THEN PERFORM INSWHSG; ENDCASE
CASE INSVOSG MATCH VO_TBLSEG VO_INVNO ON NOMATCH INCLUDE ENDCASE CASE INSVLSG MATCH VL_TBLSEG VL_INVNO VL_LINENO ON NOMATCH INCLUDE ENDCASE CASE INSMASG MATCH MA_TBLSEG MA_INVNO ON NOMATCH INCLUDE ENDCASE CASE INSWHSG MATCH WH_TBLSEG WH_APPLIC WH_DOCNO ON NOMATCH INCLUDE ENDCASE LOG DUPL MSG OFF LOG NOMATCH MSG OFF DATA ON LOADX END -RUNThis message has been edited. Last edited by: Kerry,
Linux/zVM/WF7.6.11
Posts: 29 | Location: Washington DC | Registered: June 06, 2008
From our technicals: you will need a case with Customer Support Services to debug the issue. Please call 1-800-736-6130, or access online at InfoResponse.
Cheers,
Kerry
Kerry Zhan Focal Point Moderator Information Builders, Inc.
Posts: 1948 | Location: New York | Registered: November 16, 2004
I use the Maintain Commands INSERT and UPDATE which allows me to examine the FocError code returned prior to explicitly issuing a Rollback or Commit. Maybe worth considering. They can be issued in a standard focexec.
J.
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007