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 have WebFocus procedure which gets data and Hold in the tempHold file, which is around 65MB in size then use the Modify command to append to the existing focus file which is file type of XFOCUS and its current size is 2.75GB. It getting error out and Webfocus shows as Agent get crash, while I found the error log file generated in the edatemp which say "Assertion failed: !pagexIsDelRecord(page, recid), file P:\R720711B\source\xfnxtx.c, line 90 This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information."
If anybody came across this kind of scenario pls. let me know what is the solution or why I am getting suddenly this error, since it was working before.
Viral, we're testing 716 in win2k3 and we're having wild crashing problems. . the parameter screen launch page from mre dies if the job takes 'too long' to run. . the server starts 2 -3 copies of the same job in new agents, if it decides that the job is taking too long. . and the jobs that access a REMOTE server just die for no apparent reason, What you're seeing may be related. Have you opened a case? you'll have to do a TRACE.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
Thanks for your responses. I ran ? File filename command and it works & shows the file status, path, segment and last change timestamp. I tried to access the file as table request and it shows up data, So it may be not corrputed. Line 90 in my code was ON MATCH DELETE command under modify command. But looks like delete was not the issue since If I run the till that portion of my fex it works. Only last portion of code where it try to append the data it fails.
Viral, I'm on WF 7.1.3/Win 2003 and had problems with XFOCUS modify also on a large database (~2G). What I did was to take out the INDEX from the master file description, run the modify, then added the index back to the master file description and rebuilt the indexes. This worked for me.
Sometimes with a corrupted file, you can report against the file but not modify the file. Try using TABLE to get the data out and into a HOLD file, then try to reload a brand new file.
Good Luck!
WebFOCUS 7.6.6/TomCat/Win2k3
Posts: 428 | Location: Springfield, MA | Registered: May 07, 2003