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     Reportcaster Applet .jar files copied to User Profile

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Reportcaster Applet .jar files copied to User Profile
 Login/Join
 
Master
posted
Hello to All

This is a minor irritation rather than a pressing issue,k but does anyone know a way to stop the .jar files that power reportcaster being copied from the wf internet server every time it is invoked.

We have roaming profiles of limited size and each time we run rcaster a new .jar of considerable size is copied into the profile.

After a certain number of invocations Windows 2000 starts to moan that your Profile Size has been exceeded and its not going to let you log off unless you do something about it.

Now the idea behind downloading the applet each time was that visitors to a website would get the latest version of the software each time. This idea is redundant with wf in that the s/w is constant from version to version and thus only needs to be downloaded once or once every month say.

Is there anyway we can adjust the refresh on the .jar files.

Failing that:

Is there any way we can move the java cache outside of our profile.


Failing that:

Here's our Fudge solution. We run this before we log off to remove the files from cache.


rem #######################################################################
rem # #
rem # This batch process removes cached jar files from the local profile. #
rem # #
rem #######################################################################

C:

cd %USERPROFILE%\Application Data\Sun

cd Java\Deployment\cache\javapi\v1.0\jar

DEL reportcaster*.*

DEL IBIMRADmin*.*

DEL threed*.*

DEL IBI*.*

cd c:\

paus



Server: WF 7.6.2 ( BID/Rcaster) Platform: W2003Server/IIS6/Tomcat/SQL Server repository Adapters: SQL Server 2000/Oracle 9.2
Desktop: Dev Studio 765/XP/Office 2003 Applications: IFS/Jobscope/Maximo
 
Posts: 888 | Location: Airstrip One | Registered: October 06, 2006Report This Post
Platinum Member
posted Hide Post
For caster you can try using a technique that i found on Techsupport

http://techsupport.informationbuilders.com/sps/13472020.html

Itrequires you to copy the jar file to the location machine (in your case profile) and invoke it from there.

See if it helps


Prod: WebFOCUS 7.1.6, Windows 2003

Dev: WebFOCUS 7.6.2, Windows 2003
 
Posts: 140 | Registered: May 02, 2007Report 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     Reportcaster Applet .jar files copied to User Profile

Copyright © 1996-2020 Information Builders