Re: [web2py] Migrating a hude database from Spring to web2py

2014-01-09 Thread Tushar Tuteja
No, I don't want to alter the 5 tables schema. But I want to perform CRUD operations. And it would be great if somehow I can restrict web2py from altering table schemas all together as a J2EE application is running on the same the DB and DB is a remote DB. thanks, Tushar Tuteja On 9 January

[web2py] Migrating a hude database from Spring to web2py

2014-01-09 Thread Tushar Tuteja
. and I don't want web2py to make any changes on the database tables and their schema. only crud operations on the records of the 5 tables. Thanks, Regards, Tushar Tuteja -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source

Re: [web2py] Re: MongoDb

2013-12-30 Thread Tushar Tuteja
Hey, Thanks for the answer. Luckily there are no joins, but I need to see what web2py features of DAL won't work. Thanks, Regards, Tushar Tuteja On 30 December 2013 16:44, Alan Etkin wrote: > I have an app running on MySQL , I want to use mongoDB instead. >> I want to help on

[web2py] MongoDb

2013-12-30 Thread Tushar Tuteja
I have an app running on MySQL , I want to use mongoDB instead. I want to help on migration from mysql to mongoDB. Thanks, regards, Tushar Tuteja -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https

[web2py] Re: File upload through Ajax

2013-11-12 Thread Tushar Tuteja
a, 11 de Novembro de 2013 14:07:38 UTC, Tushar Tuteja escreveu: >> >> Hey, >> I want to upload a file, but I want that file to be uploaded via ajax. >> Is there an example code to do so in web2py. >> A fully functional app would be of great help. >> That ju

[web2py] File upload through Ajax

2013-11-11 Thread Tushar Tuteja
Hey, I want to upload a file, but I want that file to be uploaded via ajax. Is there an example code to do so in web2py. A fully functional app would be of great help. That just uploads one single file to the server from the index page and then displays that image in the list on the same page. No

Re: [web2py] Re: Scheduler on Ubuntu Worker name

2013-10-16 Thread Tushar Tuteja
thanks a ton, I ll try this and what would be appropriate place to insert the file , so that it is not efficient. thanks, regards, Tushar Tuteja On 17 October 2013 00:22, Niphlod wrote: > the scheduler is running fine. > In the data you pasted here there's the reason why the sche

[web2py] Scheduler on Ubuntu Worker name

2013-10-16 Thread Tushar Tuteja
Hey I am using web2py on ubuntu. I am trying to use the scheduler but there is not workers name that is coming . and the task is always queued and it never runs. I followed the video on Vimeo on scheduler. it runs on mac but not on ubuntu. apparently my app is hosted on a ubuntu server. -- Resou

[web2py] Re: Amazon RDS Connection String

2013-09-25 Thread Tushar Tuteja
connection string is fine , I was unable to mange the security group. On Tuesday, September 24, 2013 1:32:24 AM UTC+5:30, Massimo Di Pierro wrote: > > What's your connections string? > > On Monday, 23 September 2013 14:12:53 UTC-5, Tushar Tuteja wrote: >> >> hey >&

[web2py] Mail Not Working

2013-09-25 Thread Tushar Tuteja
Hey I hosted my site on EC2. when I use the host as ip address, I am able to send the mails. But when use my domain mydomain.com instead of an ip address it gives me following error "Mail.send failure:[Errno -3] Temporary failure in name resolution " thanks, regards, -- Resources: - http://

[web2py] Amazon RDS Connection String

2013-09-23 Thread Tushar Tuteja
hey I am using turnkey on EC2, I am unable to connect o my db it says unable to connect. is their is some problem with the connection string ? or security groups ? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https

[web2py] Re: Amazon RDS

2013-09-23 Thread Tushar Tuteja
he it is just the end point ? On Tuesday, January 15, 2013 10:41:05 AM UTC+5:30, Simon Ashley wrote: > > Wondering if it is possible to connect an EC2 instance/ application to a > RDS instance (MYSQL), and what the connection string should be? > There is some discussions here implying that it may

[web2py] Uploads not working when file is uploaded using SLQFORM.factory

2013-09-10 Thread Tushar Tuteja
I have created a form using SQLFORM.factory import os form=SQLFORM.factory( Field('image','upload',uploadfolder=os.path.join(request.folder,'uploads/')) ) I am using form.vars.image to populate a db table the file is being uploaded with a changed name. that changed name is populated

[web2py] Re: crud not updating

2013-08-11 Thread Tushar Tuteja
I face the same problem, I am using a latest version of web2py and doing crud.settings.detect_record_change = False doesn't make changes On Tuesday, August 30, 2011 10:37:54 PM UTC+5:30, simon wrote: > > Works with crud.settings.detect_record_change = False > > Without this it fails any time yo