Focal Point
7.6.1 to 7.6.5

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/5991065292

July 22, 2008, 04:38 PM
Scott R
7.6.1 to 7.6.5
Has anyone upgraded from 7.6.1 to 7.6.5? I see that it can be applied as a service pack. Did you need to do any migration procedures or make any DB changes?


7.6.1
Linux SLES 9
July 22, 2008, 05:33 PM
Prarie
Scott,

If you will do a Search on the Forum there have been several discussions on this. Search on 7.6.5. Read thru and see if you get some ideas...if not come back and ask.


In Focus since 1993. WebFOCUS 7.7.03 Win 2003
Scott,
As a quick pointer (I have not had the time to view other discussions).
We were successful in upgrading the WF761 server to WF765 with no obvious issues.
However, the client with Report Caster, was cause for much challenges. I would strongly recommend installing the WebFOCUS Client from scratch.
Trust you have success.


--------------------------------------------------------------------------------
prod: WF/AS 8.2.05; OmniGen;
In FOCUS since 1991
Prarie,

This is precisely what I did. I couldn't find anything specific to going from 7.6.1 to 7.6.5 regarding having to do migration steps or not so I posted here.

Thanks,
Scott


7.6.1
Linux SLES 9
I just upgraded fron 762 to 765 using the service pack approach and I had no problems other than my web-xml files not getting updated. But apparantly that had something to do with file and directory permissions on Unix.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
Ginny
i learned a very handy unix command
to clear up the permissions on an entire directory , to avoid just such , um, challenges.
chmod -R 777 subdirname
the -R stands for 'recursive' but means 'change the rights in all the files in this specified subdir...make them all rwxrwxrwx...
755 is often enough




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Thanks, Susannah. I am familiar with that command. However I can't give 755 permissions to the software directories because my developers have ids on the box and oh what havoc they would wreak if they had a mind to. Wink

I think it has to do with the owner and the next time I have to upgrade, I will check out the permissions before I start.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
ah
i learned that there is a difference between
su owner
and
su -owner
the second propogates rights, apparently




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID