[google-appengine] Google App Engine and Database Access

2010-09-24 Thread Sathish
How much is hosted SQL and what RDBMS platforms are available. Does
the price differ by the RDBMS chosen?
If we use our own Database will it be directly accessed or must we
utilize web services?

In hosted SQL environment, can we also manage our own databases and to
what extent?  Is there another role that is given for this access or
is it an administrator account?

Is replication automatically provided in a Hosted SQL Environment?

Regards!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Group Sharing

2010-02-11 Thread sathish
Hi everybody
  Is group sharing is possible in google app for domain. send any
examples if u have
Regards
Sathish

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Encrypt secret key

2010-03-10 Thread sathish
Hi,
 i'm working with google app application using java program,for my
application i'm having  consumer key and secret key.In my programs
i'm directly using the secret key.But i wish to use encrypted secret
key is it possible, how to work with this concept. I didnt have any
idea about it. Help me.

Thanks
Regards
Sharun.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] connection timed out error while deploying application to google app engine

2011-03-23 Thread sathish
i tried in ecplise and command prompt.but it is not working and giving 
following error.

i tried this 
url(https://appengine.google.com/api/updatecheck?runtime=java&release=1.4.2×tamp=1297891083&api_versions=['1.0'])
 
in browser and its working and giving following output(release: "1.4.2" 
timestamp: 1296665324 api_versions: ['1.0'] )..Please help to resolve this 
error.


Mar 23, 2011 3:50:48 PM com.google.appengine.tools.info.RemoteVersionFactory 
getVersion
INFO: Unable to access 
https://appengine.google.com/api/updatecheck?runtime=java&release=1.4.2×tamp=1297891083&api_versions=['1.0']
java.net.ConnectException: Connection timed out: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source)
at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.protocol.https.HttpsClient.(Unknown Source)
at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at 
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown
 
Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at 
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown 
Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown 
Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown 
Source)
at java.net.URL.openStream(Unknown Source)
at 
com.google.appengine.tools.info.RemoteVersionFactory.getVersion(RemoteVersionFactory.java:76)
at 
com.google.appengine.tools.info.UpdateCheck.checkForUpdates(UpdateCheck.java:99)
at 
com.google.appengine.tools.info.UpdateCheck.doNagScreen(UpdateCheck.java:174)
at 
com.google.appengine.tools.info.UpdateCheck.maybePrintNagScreen(UpdateCheck.java:142)
at 
com.google.appengine.tools.development.DevAppServerMain$StartAction.apply(DevAppServerMain.java:150)
at 
com.google.appengine.tools.util.Parser$ParseResult.applyArgs(Parser.java:48)
at 
com.google.appengine.tools.development.DevAppServerMain.(DevAppServerMain.java:113)
at 
com.google.appengine.tools.development.DevAppServerMain.main(DevAppServerMain.java:89)
Mar 23, 2011 3:50:49 PM com.google.apphosting.utils.jetty.JettyLogger info
INFO: Logging to JettyLogger(null) via 
com.google.apphosting.utils.jetty.JettyLogger
Mar 23, 2011 3:50:50 PM 
com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml
INFO: Successfully processed 
D:\eclipse\workspace\TestEngine\war\WEB-INF/appengine-web.xml
Mar 23, 2011 3:50:50 PM 
com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml
INFO: Successfully processed 
D:\eclipse\workspace\TestEngine\war\WEB-INF/web.xml
Mar 23, 2011 3:50:53 PM 
com.google.appengine.tools.development.DevAppServerImpl start
INFO: The server is running at http://localhost:/

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Filter and Order didnt work properly

2011-05-31 Thread renu sathish
SetFiltering property  and setordering property  are different. how to
do the active of set order and setFilter simultaneously

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] set ordering and setfilter is not working

2011-05-31 Thread renu sathish
set ordering and setfilter is not working

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Slow deploys, corrupted app

2011-05-31 Thread renu sathish
it needs proper sending request to client,it searching which server u cal.if
its available then only its working. please check which server be called

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Slow deploys, corrupted app

2011-05-31 Thread renu sathish
ur trying to upload ur application, that time u face the problem. the app
engine must know who is the server. so u should check appengine web.xml
default it load the server name when u deployed. second u check verify your
project setting correct version and and correct server name that must be
check.



or if u or using client server application please check web.xml for u
calling the server or not


Thank u

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] set ordering and setfilter is not working

2011-05-31 Thread renu sathish
Thanks for Reply,  setFilter for example first name and
lastname.setFilter("age>20 && age<80") but sort order is setOrder("Name
asc");

GAE asking me the order must the age .Inequality filter must be order their
corresponding the age.the inequality property equal to set order property.
not possible to order Name

>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] set ordering and setfilter is not working

2011-05-31 Thread renu sathish
Hi Robert, i am trying all these ways but it didn't work

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Google calendar sharing

2010-02-11 Thread sathish kumar
Hi Everybody
i'm working with google app for domain in which admin want to share user
A's calendar to user B. is it possible.

Thanks
Regards
Sathish.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.