Known problems with RTDS using Adaptive Server  RTMS_MSGBODY_FORMAT and RTMS_MSGBODY_SCHEMA named incorreclty in sent messages

Installation and Release Bulletin Real-Time Data Services Version 3.0

installmaster uses incorrect configuration numbers

[CR# 397260] Configuration numbers for 'max online Q engines' and 'number of Q engines at startup' are not installed correctly.

Workaround: After running installmaster, a user with system administrator permissions must manually update Adaptive Server with the following:

sp_configure "allow updates", 1
go
update sysconfigures set config = 447
       where name = "max online Q engines"
go
update sysconfigures set config = 448
       where name = "number of Q engines at startup"
go
sp_configure "allow updates", 0
go




Copyright © 2005. Sybase Inc. All rights reserved. RTMS_MSGBODY_FORMAT and RTMS_MSGBODY_SCHEMA named incorreclty in sent messages

View this release bulletin as PDF