Re: Error to start MS on 4.2

2013-07-21 Thread Koushik Das
The code needs to handle the case when the db. entry is not present. It should fall back on some default value. -Koushik On 21-Jul-2013, at 12:38 AM, Min Chen min.c...@citrix.com wrote: Thanks Vijay. I just figured out that trick myself:) I will check in a fix to 4.2, seems that he forgot to

Re: Error to start MS on 4.2

2013-07-21 Thread Min Chen
I have checked in a fix to insert that config value in schema410to420.sql. Frank, you can review to see if more code is needed. Thanks -min Sent from my iPhone On Jul 20, 2013, at 11:03 PM, Koushik Das koushik@citrix.com wrote: The code needs to handle the case when the db. entry is not

RE: Error to start MS on 4.2

2013-07-20 Thread Vijayendra Bhamidipati
Hi Min, Yes it's due to Frank's changes that went into 0633608f8035f8f409c271fc6e7548699a63d366 on master (and a5ee39a54a8574b030655916d6156d049c99009c on 4.2). He introduced a new global configuration variable ucs.sync.blade.interval. So to not run into this error, either redeploy your db or

Re: Error to start MS on 4.2

2013-07-20 Thread Min Chen
Thanks Vijay. I just figured out that trick myself:) I will check in a fix to 4.2, seems that he forgot to seed this config value in schema410to420.sql. -min On 7/20/13 12:05 PM, Vijayendra Bhamidipati vijayendra.bhamidip...@citrix.com wrote: Hi Min, Yes it's due to Frank's changes that went