[web2py] Re: Table already exists, yes I know so SKIP it.

2012-06-11 Thread vilas patil
valid table name: %s' % tablename SyntaxError: invalid table name: auth_user Please help. Regards, Vilas Patil On Wednesday, 8 April 2009 09:54:52 UTC+5:30, mdipierro wrote: > If the table already exists > > db.define_table(, migrate=False) > > Massimo > > On Apr 7

[web2py] Re: Table already exists, yes I know so SKIP it.

2012-06-11 Thread vilas patil
8, in insertraise eOperationalError: no such table: web2py_session_myappname Please help. Regards, Vilas Patil On Wednesday, 8 April 2009 09:54:52 UTC+5:30, mdipierro wrote: > If the table already exists > > db.define_table(, migrate=False) > > Massimo > &

[web2py] Add certificate to consume .NET web service

2012-02-15 Thread vilas patil
I am trying to access one .NET webservice. In order to access that web service, I have to send certificate to it. I am using web2py to do this. How do I send certificate to that service?

[web2py] Re: Add certificate to consume .NET web service

2012-02-15 Thread vilas patil
e = " http://def.com/xyzlink2322/1003/12/",trace = True) response=client.service.PingFun() result = response["PingFunResult"] return result I have modified webservice details here. I am not able to access this service as it requires certificate. I get Forbidden error message here.