RDK (OpenInsight 32-Bit)
At 02 MAR 2008 06:29:18PM Barry Stevens wrote:
what is the command for the rdk to exec procs AFTER the rows are copied. EXECUTE PROCEDURES appears to do it before (looking at the old RDKMODULEINSTALL code and testing).
I am sure i saw somewhere that there was a POST_? added for that purpose, but I cant find it.
At 02 MAR 2008 11:46PM Barry Stevens wrote:
OK, found in "whats new".
The answer is POST
At 03 MAR 2008 03:55AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
The answer appears to be: EXECUTE PROCEDURES POSTProgname. Please see Bug Tracker issue # 828.
World leaders in all things RevSoft
At 03 MAR 2008 07:05PM Barry Stevens wrote:
I have:
COPY OSFILE
BMPS/LOGO.bmp
EXECUTE PROCEDURES POST
COPY_PROMOTED_EVENTS
Does not work, creates 2 folders EXECUTE PROCEDURES POST and COPY_PROMOTED_EVENTS
At 03 MAR 2008 08:54PM Barry Stevens wrote:
Sequence changed to:
EXECUTE PROCEDURES POST
COPY_PROMOTED_EVENTS
COPY OSFILE
BMPS/LOGO.bmp
Shows in UPGRADE_LOG:
Error: Invalid instruction in line 1
Error: Invalid instruction in line 2
At 04 MAR 2008 10:06AM Bob Orsini wrote:
This wii be fixed in 8.0.4. The parameters you have entered are
correct.
At 04 MAR 2008 07:35PM Barry Stevens wrote:
Cool! Thanks