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.
How easy/Is it possible to change the location of EDATEMP? Right now it is on c:\ and I need it to be on D:\. I'd like to not have to reinstall the server/client.
- ABTThis message has been edited. Last edited by: ABT,
-WINNT echo ========= WHERE AM I? ============
-WINNT cd
-WINNT dir /b
output
-----------------------------------------------
No HTML Output!
-----------------------------------------------
========= WHERE AM I? ============
C:\temp\edatemp\ts000003
stderr.log
stdout.log
sysh.tmp
This should be the only spot where you can set the temp dir. And by the look of it, there does not seem to be anything wrong with the setting itself. If I do the same thing, it changes the temp dir to that directory. Mind you, the directory does have to exist, otherwise it will revert to the default. But in this case it goes to the correct dir only on the c-disk iso the d-disk. If this persists, I'd open a case with ib to check if something specific needs to be done for your release.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
thanks for the confirmation GamP. I think I am going to open a case. I have a second issue I need resolved too, might as well get them both done at the same time.
Are you trying to define the foccache directory? There is a place to define this on the reporting server. Go to Workspace -> Settings-> Application Settings. there you can set the foccache_dir. This will require a server restart.
I'm hoping this is what you are looking for.
Eric Woerle 8.1.05M Gen 913- Reporting Server Unix 8.1.05 Client Unix Oracle 11.2.0.2
Posts: 750 | Location: Warrenville, IL | Registered: January 08, 2013
I changed it there and it isn't working, so I'm still missing something. An SE recommended a change to edatemp in edaenv.cfg. This is one of those things where there's some sticky issue that I need to find.
I've tried the C drive and an external drive, neither works. I'm still working it.
I'm on a virtual machine and it's out of space on the C drive sometimes, when I do very big runs.
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007
Now, when I say it isn't working, I mean that it isn't moving the tmp0000* directories. I see the logs move, but not the big stuff. The big stuff is what I need to move.
I know -- just make the C drive bigger. But the Ops guys aren't interested in making the change. If I can quote Valmont, "it's beyond my control."
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007
There's a trick to everything, eh Hank? You set me on the right path. I put my changes in and restarted Apache and it didn't take. But at that point I just said to heck with it, and bounced the entire machine. That did the trick. So, what I did for Version 8.1.0.4 on Windows Server 2012 was:
1. Proceeded to the C:\ibi\srv81\dm\bin folder and open the edaserve.cfg file. Note -- this is for Data Migrator, not WebFOCUS. To make the same change for WebFOCUS you would proceed to C:\ibi\srv81\wfs\bin.
2. Added the new edatemp directory line to the file. For me it was this line -- "edatemp = X:\edatemp" that I put right underneath the "scaroot = C:\ibi\scale" line, about 20 lines down the file.
3. Rebooted the entire box.
4. Ran the text.fex file from ABT's post above (fourth post in this thread) and got a response showing the use of the new directory for temporary files.
I haven't tested if using that external drive adversely affects execution speed very much. That is an interesting question that I'll need to look into. Some of these jobs are plenty big.
Thank you all Eric and Hank for contributing. As with most configuration issues, you just need to figure out what the magic step is to close the deal. In this case I needed to bounce the machine.
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007