[google-appengine] Re: Accessing SQL Server on cloud from remote

2017-12-29 Thread 'Navi Aujla (Google Cloud Support)' via Google App Engine
Hello 

You can check if the port associated with the SQL services is open on the GCP 
firewall 
 for 
this Windows server instance, in order to make a connection. Also, verify 
Windows server firewall is not blocking the the port associated. 

For best practices for SQL server instances, you can refer to this 
documentation 

. 

FYI: Google offers GCE instances images with SQL 
 as 
well.

On Thursday, December 28, 2017 at 4:27:10 PM UTC-5, R. K. Nair wrote:
>
> No, it is not sql
>
> I have the database installed on a standalone windows server. It has an 
> external ip that I can ping to. However, cannot connect using SQL Server 
> Management Studio.
>
> On Thursday, December 28, 2017 at 11:38:28 AM UTC-6, Yannick (Cloud 
> Platform Support) wrote:
>>
>> As per the guide on Connecting mysql Client Using IP Addresses 
>> 
>>  you 
>> can whitelist IPs to allow connections from outside of the Google Cloud 
>> network. Once access is configured, you should be able to connect to the 
>> instance just like you would with any other SQL instance.
>>
>> I hope this helps.
>>
>> On Thursday, December 28, 2017 at 11:18:19 AM UTC-5, R. K. Nair wrote:
>>>
>>> What is the connection information that I have to use from my office 
>>> (Using local sql server Management studio) to connect to a SQL database 
>>> created on Google Cloud?
>>>
>>> I tried the external IP of the VM instance as the server name, but it 
>>> does not accept. However, I can ping to that external IP without any 
>>> problems.
>>>
>>> Please see the picture included.
>>>
>>> Thanks.
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/bcafab40-75a1-4a1f-9f93-a2c2d954e11f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Small bug in Cloud Storage Python Sample

2017-12-29 Thread Bhushan Bhange

bhushan_ramesh_bhange@bxr8516-2:~$ python -c "import cloudstorage"Traceback 
(most recent call last): File "", line 1, in  File 
"/home/bhushan_ramesh_bhange/anaconda3/lib/python3.5/site-packages/cloudstorage/__init__.py",
 
line 20, in  from .api_utils import RetryParams File 
"/home/bhushan_ramesh_bhange/anaconda3/lib/python3.5/site-packages/cloudstorage/api_utils.py",
 
line 173 except self.retriable_exceptions, e: ^SyntaxError: invalid syntax
bhushan_ramesh_bhange@bxr8516-2:~$ 

I am trying to use gs://  through python and  I imported pip install 
GoogleAppEngineCloudStorageClient -t  {home dir } /lib 
I am getting above error when trying to use import cloudstorage as gcs

On Wednesday, 21 September 2016 18:14:47 UTC-5, Nick (Cloud Platform 
Support) wrote:
>
> Hey Gerhard,
>
> Thanks for letting us know about this. Unfortunately I can't reproduce 
> this on my end. Could you clarify / provide some of the following 
> information?
>
> 1. What version of python and pip are you running?
> 2. What does your PYTHON_PATH environment variable look like?
> 3. What is the full stack trace of the error when it appears?
>
>
> With that information, we'll be closer to determining why it happens on 
> your system. 
>
> I should also mention that generally, issues should be reported in the 
> Public Issue Tracker, but here's fine for now.
>
> Cheers,
>
> Nick
> Cloud Platform Community Support
>
> On Monday, September 19, 2016 at 9:25:12 AM UTC-4, Gerhard Just Olsen 
> wrote:
>>
>> Hi. Hope this is the right place to report this.
>>
>> In the App Engine and Google Cloud Storage Sample for Python.
>> The documentation wants us to install the library in demo/lib
>>
>> pip install GoogleAppEngineCloudStorageClient -t demo/lib
>>
>>
>> That gives an error saying:
>>
>> ImportError: No module named cloudstorage
>>
>>
>> But the file structure shows the library installed in demo/
>>
>> A fix is:
>>
>>> pip install GoogleAppEngineCloudStorageClient -t demo/
>>>
>>
>> Link:
>>
>> https://cloud.google.com/appengine/docs/python/googlecloudstorageclient/app-engine-cloud-storage-sample
>>
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/1d9f53d5-4115-478c-b5ac-5cd49059a23a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


google-appengine@googlegroups.com

2017-12-29 Thread 'Fady (Google Cloud Platform)' via Google App Engine


It seems like a redirect embedded within wordpress itself. You could start 
with checking the settings of WordPress Address (URL) after signing in to 
wp-admin at this link 
. If 
it didn’t work, you may have to modify wp-config.php-file per this 
wordpress.org help article 
and this very similar 
stackoverflow 

 
question.

Furthermore, and if the above didn't solve the issue, I recommend posting 
your question on stackoverflow.com where you have access to a large 
community of enthusiasts and experts to share ideas with and get support 
from. Please make sure to include all relevant details and error messages 
which would help the community troubleshoot. 


On Friday, December 29, 2017 at 12:09:55 PM UTC-5, tony wang wrote:
>
> Hi there,
>
> I just bought a domain from NameCheap and pointed it to my google cloud 
> instance where I installed the Wordpress.
>
> If I type my domain: www.naturalherbalcoloncleanse.com, it works fine.
>
> but whenever I try to type in: www.naturalherbalcoloncleanse.com/wp-admin, 
> it will go wrong something like this:
>
>
> http://35.199.179.111/wp-login.php?redirect_to=http%3A%2F%2Fwww.naturalherbalcoloncleanse.com%2Fwp-admin%2F&reauth=1
>
> Can someone please help me on this?
> thank you
> tony
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/dab54662-eb5b-4d6f-aee9-cb0111eacea2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


google-appengine@googlegroups.com

2017-12-29 Thread tony wang
Hi there,

I just bought a domain from NameCheap and pointed it to my google cloud 
instance where I installed the Wordpress.

If I type my domain: www.naturalherbalcoloncleanse.com, it works fine.

but whenever I try to type in: www.naturalherbalcoloncleanse.com/wp-admin, 
it will go wrong something like this:

http://35.199.179.111/wp-login.php?redirect_to=http%3A%2F%2Fwww.naturalherbalcoloncleanse.com%2Fwp-admin%2F&reauth=1

Can someone please help me on this?
thank you
tony

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/47c0a1b7-cf71-4095-9a48-f240a24264c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.