Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community

At 29 NOV 2001 03:13:33PM F Dietrich wrote:

I'm having a problem w/ the RDK. I made a patch that contained several entities, including a couple of Stored Procedures. When I tested it on a copy of our Runtime, all of the entities came over EXCEPT for one of the Stored Procedures. I check the record for it in SYSREPOS and it still has the old date (which is around 10000 in internal format, not in the 12000s, which the internal date currently is in). I've tried making another RDK w/ the same entities and installing that, but it still didn't update the Stored Procedure and I tried running the RDK on a different runtime version and it still didn't install it. I also tried Sync Stored Procedures in our development version, rebuilding the RDK and running it again, hoping that that would make it work, but it still didn't update the Stored Procedure. What could be wrong? How do I solve this problem?


At 29 NOV 2001 04:59PM Donald Bakke wrote:

Go into the Entity Properties for this stored procedure and see if the Evaluate flag has been set. If so, remove it. The RDK has a minor bug where it confuses the Evaluate flag with the Publishable flag and therefore prevents any entities from be deployed.

dbakke@srpcs.com

SRP Computer Solutions, Inc.


At 29 NOV 2001 05:07PM Don Miller - C3 Inc wrote:

Don B.

Thanks for that tip. That has been a bugaboo of mine for a couple of years now. BTW, did the transparent bitmap work for you?

Don


At 29 NOV 2001 05:41PM Donald Bakke wrote:

Don,

I had already replied to you on the transparant bitmap. I think you missed the post. Here it is.

dbakke@srpcs.com

SRP Computer Solutions, Inc.


At 03 DEC 2001 04:04PM Robert Lee wrote:

Don

I presume it must be possible to write a program to remove this flag on all entities. It is obviously not feasible to check this for each and every entity in the system. Where is this evaluate flag stored?

Robert Lee


At 03 DEC 2001 04:39PM Donald Bakke wrote:

Robert,

Field position 18 in the relevant SYSREPOS record.

(EQU SYSREP_EVALUATE$ TO 18)

dbakke@srpcs.com

SRP Computer Solutions, Inc.


At 24 MAY 2002 05:26PM F Dietrich wrote:

I'm finally getting around to responding to these posts after several months. I've been ignoring the problem, in the hopes that it will go away on it's own (of course it didn't :-) ), but I made ANOTHER RDK with the same problem.

The Evaluate flag is NOT checked for any of the stored procedures that are not coming over. Also, there are no Stored Procedure Executables in the Repository Outline. They're in the repository and every other part of OI seems to know that they're there, but I was wondering if the fact that their not in the outline could be part of the problem. If so, is there some way of getting them to come back into the outline? I've tried Sync Stored Procedures, Rebuild System Indexes and all of the other major processes that appear in the second section of the Development menu, but it's not helping.


At 24 MAY 2002 10:02PM Richard Bright wrote:

When you have built your RDK Deployment, do you ever look at the SYSUPGRADE table which contains the RDK upgrade? To do this just attach the folder for the Deployment. In the System Editor you will now be able to inspect the SYSUPGRADE table contents. If the stored proceedures you are updating are missing, just copy them into the sysupgrade table (using the appropriate key structure).

I do this alot when I have prepared an upgrade and then have last minute changes, dont want to re-do the whole process.

Richard Bright

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/3dad154ff75f0e6285256b13006f1af6.txt
  • Last modified: 2023/12/28 07:40
  • by 127.0.0.1