GFE when test compiling (None Specified)
At 09 MAR 1999 01:03:57PM Egbert Poell wrote:
Hi,
Can anyone tell me what is happening when :
- I press Testcompile after changing a dictionary-item
- The following message appears :
FS493 Group Format Error OS-file REV30000.OV contains an invalid header.
I know what a GFE is after 11 years of Arev development.
I am using OI4WG 3.7 on a Novell SBS 4.11 network with NLM 1.5.
The workstation is Windows NT 4.0 SP3.
Thanks in advance for any help,
Best regards,
Egbert Poell
Mecomp Automatisering
At 09 MAR 1999 02:43PM Oystein Reigem wrote:
Egbert,
Checked my own Revboot, and 30000 is SYSOBJ, i.e executable stored procedures.
- Oystein -
At 10 MAR 1999 11:25AM Scott Kearney wrote:
That should be universal, too. If your REV30000.LK is fried, and you're using a development system, repair or replace your SYSOBJ table (FYI, runtimes use REV10000.LK for SYSOBJ).
If I was getting an "invalid header" error, I would probably opt for the "replacement" option. The nice thing about SYSOBJ, is that you should shouldn't need to dig through backups to find a copy of it. Just install a clean copy of the system and grab its REV30000.* files.
-Scott
At 11 MAR 1999 03:28AM Oystein Reigem wrote:
Scott,
Just install a clean copy of the system and grab its REV30000.* files
…and recompile all your own SPs, right? (Is there a fast way to do that?)
- Oystein -
At 11 MAR 1999 11:00AM Scott Kearney wrote:
Yeah, you do need to recompile any SP's you added. I started coding a "really quick" little routine that would compare SYSPROCS with SYSOBJ and do a repository COMPILE command for any entries of SYSPROCS not found in SYSOBJ, but I started make a huge slew of syntax errors (or otherwise unhelpful mistakes) and it has now officially frustrated me, so I'm going to work on something else and then resume this later today. I'll put it up here when I'm done (and see if I can wrap a KB article around it).
-Scott
At 12 MAR 1999 02:24PM [email protected] - [url=http://www.sprezzatura.com]Sprezzatura Group[/url] wrote:
Just do something like
Ents=Get_Repos_Entities( @APPID, 'STPROC', '' )
Loop While Ents
Remove NextEnt...Stat=Repository( "COMPILE", Ent...)Repeat
At 15 MAR 1999 04:35AM Oystein Reigem wrote:
Scott, Aaron, thanks. - Oystein -