Setting to 1001 worked. Now, what does this 1001 actually mean?<br><br><br><br><div><span class="gmail_quote">On 3/7/06, <b class="gmail_sendername">Bogdan-Andrei Iancu</b> <<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br><br>depends on what openser version you are using...for 1.0.x you need to
<br>set 1001. For 0.9.x, use 5.<br><br>anyhow, set for the new table the same version as already is set for<br>"subscriber" table.<br><br>regards,<br>bogdan<br><br>Script Head wrote:<br><br>> I have a solid setup of OpenSER and PostgreSQL. My route in question
<br>> looks like this<br>><br>> if(method=="REGISTER") {<br>> if (!www_authorize("domain", "subscriber")) {<br>> www_challenge("domain", "0");
<br>> return;<br>> };<br>> save("location");<br>> return;<br>> }<br>><br>> I would like to use a view called subscriber_active instead of table
<br>> subscriber. It's a view that returns a result set identical to SELECT<br>> * FROM subscriber. I also did INSERT INTO<br>> version(table_name,table_version) VALUES('subscriber_active',1). When<br>> I replace the subscriber with subscriber_active in the above route, I get
<br>><br>> 0(0) auth_db:str_fixup: Invalid table version (use ser_mysql.sh reinstall)<br>> 0(0) ERROR: fix_expr : fix_actions error<br>> ERROR: error -1 while trying to fix configuration<br>><br>><br>> so can someone explain what the table version is supposed to be?
<br>><br>>------------------------------------------------------------------------<br>><br>>_______________________________________________<br>>Users mailing list<br>><a href="mailto:Users@openser.org">Users@openser.org
</a><br>><a href="http://openser.org/cgi-bin/mailman/listinfo/users">http://openser.org/cgi-bin/mailman/listinfo/users</a><br>><br>><br><br></blockquote></div><br>