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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     WebFocus Agent crashed

Read-Only Read-Only Topic
Go
Search
Notify
Tools
WebFocus Agent crashed
 Login/Join
 
Platinum Member
posted
Hi,

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.

I am using WF 7.1.1 and OS WINDOWS 2003.


WF 7.6.2/ OS WIN2003.
DM 7.6.2
 
Posts: 103 | Registered: September 08, 2006Report This Post
Guru
posted Hide Post
Not sure why you're getting this error or what's on line 90.....

One thing you can try is starting and stopping the modify with the START and STOP commands

MODIFY FILE FILENAME
START 1
STOP 89
modify logic here

If you can't add any records to your database, it could be corrupt. Try the

? FDT

or

? FILE filename

to see if you get any error messages.

Or try and REBUILD the file.

Good Luck!

Carol



WebFOCUS 7.6.6/TomCat/Win2k3
 
Posts: 428 | Location: Springfield, MA | Registered: May 07, 2003Report This Post
Expert
posted Hide Post
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, 2003Report This Post
Platinum Member
posted Hide Post
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.


WF 7.6.2/ OS WIN2003.
DM 7.6.2
 
Posts: 103 | Registered: September 08, 2006Report This Post
Guru
posted Hide Post
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.


WF 8.1.05 Windows
 
Posts: 333 | Location: Orlando, FL | Registered: October 17, 2006Report This Post
Guru
posted Hide Post
If I recall correctly, the ? FDT is the one that would show a corrupted file error message showing an invalid pointer.

Sometimes when a file is corrupt, you can still report on the file but you can't modify it.



WebFOCUS 7.6.6/TomCat/Win2k3
 
Posts: 428 | Location: Springfield, MA | Registered: May 07, 2003Report This Post
Platinum Member
posted Hide Post
Hi All,

Sorry to give late update. I tried the index option didn't worked. Repopluatin the foc file work. Look like my focus file was corrputed.

Thanks again for you feedback.


WF 7.6.2/ OS WIN2003.
DM 7.6.2
 
Posts: 103 | Registered: September 08, 2006Report This Post
Guru
posted Hide Post
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, 2003Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     WebFocus Agent crashed

Copyright © 1996-2020 Information Builders