Re: listen/notify not working in pgadmin 4 2.1

2018-03-13 Thread Khushboo Vashi
Hi Derek,

On Tue, Mar 13, 2018 at 8:23 PM, Derek Ealy 
wrote:

> I don't think this is the same problem as issue 3094 because I never see
> the notification at all, whereas the description of issue 3094 says that
> the notification does appear eventually.
>
>
Please log this issue @ https://redmine.postgresql.org/projects/pgadmin4
with details.
Also, add steps to reproduce the issue.

Thanks,
Khushboo

On Tue, Mar 13, 2018 at 7:45 AM, Khushboo Vashi <
> khushboo.va...@enterprisedb.com> wrote:
>
>>
>>
>> On Tue, Mar 13, 2018 at 7:56 PM, Derek Ealy 
>> wrote:
>>
>>> I was trying to test a notify/listen channel but couldn't get things
>>> working in PGAdmin4. I'm running it in server mode with Python on Linux.
>>> Eventually I went back to PGAdmin3 and listened on the same channel and
>>> everything worked fine. When the notification happened I simply ran: select
>>> 1; in the same connection and the notify data appeared in the messages tab
>>> as expected.
>>>
>>> When I try the same thing in PGAdmin4 there are no errors, but I cannot
>>> see anything indicating that a notification was published.
>>>
>>> Please have a look @ https://redmine.postgresql.org/issues/3094.
>> If you are facing this kind of issue mentioned in the RM then, it has
>> been fixed.
>> You will get a fix in the upcoming release which is going to be happened
>> very soon.
>>
>>> Is there some other/better way of listening for and seeing notifications
>>> in PGAdmin4?
>>>
>>> Thanks, Derek
>>>
>>> --
>>> dme
>>>
>>>
>>> *Derek Ealy*
>>> Sr. Software Architect
>>>
>>> NovaWurks, Inc.
>>> 10772 Noel Street
>>> 
>>> Los Alamitos, CA 90720
>>> 
>>> P: 562.340.6270 <562.340.6270%20x%20700>
>>> F: 877.353.7537
>>> C: 310.936.4070 <801.319.4613>
>>>
>>> www.novawurks.com
>>> 
>>> CONFIDENTIALITY NOTICE: This e-mail, including attachments, is company
>>> confidential information proprietary to NovaWurks Corporation or its
>>> customers and may be confidential, legally privileged, and protected by
>>> law. If you are not the intended recipient you may not use, disclose,
>>> distribute, copy, print, or rely on this e-mail. If you have received this
>>> transmission in error please notify the sender and destroy the original
>>> transmission and its attachments without reading or saving. Thank you.
>>>
>>
>>
>
>
> --
> dme
>
>
> *Derek Ealy*
> Sr. Software Architect
>
> NovaWurks, Inc.
> 10772 Noel Street
> 
> Los Alamitos, CA 90720
> 
> P: 562.340.6270 <562.340.6270%20x%20700>
> F: 877.353.7537
> C: 310.936.4070 <801.319.4613>
>
> www.novawurks.com
> 
> CONFIDENTIALITY NOTICE: This e-mail, including attachments, is company
> confidential information proprietary to NovaWurks Corporation or its
> customers and may be confidential, legally privileged, and protected by
> law. If you are not the intended recipient you may not use, disclose,
> distribute, copy, print, or rely on this e-mail. If you have received this
> transmission in error please notify the sender and destroy the original
> transmission and its attachments without reading or saving. Thank you.
>


Re: listen/notify not working in pgadmin 4 2.1

2018-03-13 Thread Derek Ealy
I don't think this is the same problem as issue 3094 because I never see
the notification at all, whereas the description of issue 3094 says that
the notification does appear eventually.

On Tue, Mar 13, 2018 at 7:45 AM, Khushboo Vashi <
khushboo.va...@enterprisedb.com> wrote:

>
>
> On Tue, Mar 13, 2018 at 7:56 PM, Derek Ealy 
> wrote:
>
>> I was trying to test a notify/listen channel but couldn't get things
>> working in PGAdmin4. I'm running it in server mode with Python on Linux.
>> Eventually I went back to PGAdmin3 and listened on the same channel and
>> everything worked fine. When the notification happened I simply ran: select
>> 1; in the same connection and the notify data appeared in the messages tab
>> as expected.
>>
>> When I try the same thing in PGAdmin4 there are no errors, but I cannot
>> see anything indicating that a notification was published.
>>
>> Please have a look @ https://redmine.postgresql.org/issues/3094.
> If you are facing this kind of issue mentioned in the RM then, it has been
> fixed.
> You will get a fix in the upcoming release which is going to be happened
> very soon.
>
>> Is there some other/better way of listening for and seeing notifications
>> in PGAdmin4?
>>
>> Thanks, Derek
>>
>> --
>> dme
>>
>>
>> *Derek Ealy*
>> Sr. Software Architect
>>
>> NovaWurks, Inc.
>> 10772 Noel Street
>> 
>> Los Alamitos, CA 90720
>> 
>> P: 562.340.6270 <562.340.6270%20x%20700>
>> F: 877.353.7537
>> C: 310.936.4070 <801.319.4613>
>>
>> www.novawurks.com
>> 
>> CONFIDENTIALITY NOTICE: This e-mail, including attachments, is company
>> confidential information proprietary to NovaWurks Corporation or its
>> customers and may be confidential, legally privileged, and protected by
>> law. If you are not the intended recipient you may not use, disclose,
>> distribute, copy, print, or rely on this e-mail. If you have received this
>> transmission in error please notify the sender and destroy the original
>> transmission and its attachments without reading or saving. Thank you.
>>
>
>


-- 
dme


*Derek Ealy*
Sr. Software Architect

NovaWurks, Inc.
10772 Noel Street
Los Alamitos, CA 90720
P: 562.340.6270 <562.340.6270%20x%20700>
F: 877.353.7537
C: 310.936.4070 <801.319.4613>

www.novawurks.com

CONFIDENTIALITY NOTICE: This e-mail, including attachments, is company
confidential information proprietary to NovaWurks Corporation or its
customers and may be confidential, legally privileged, and protected by
law. If you are not the intended recipient you may not use, disclose,
distribute, copy, print, or rely on this e-mail. If you have received this
transmission in error please notify the sender and destroy the original
transmission and its attachments without reading or saving. Thank you.


Re: listen/notify not working in pgadmin 4 2.1

2018-03-13 Thread Khushboo Vashi
On Tue, Mar 13, 2018 at 7:56 PM, Derek Ealy 
wrote:

> I was trying to test a notify/listen channel but couldn't get things
> working in PGAdmin4. I'm running it in server mode with Python on Linux.
> Eventually I went back to PGAdmin3 and listened on the same channel and
> everything worked fine. When the notification happened I simply ran: select
> 1; in the same connection and the notify data appeared in the messages tab
> as expected.
>
> When I try the same thing in PGAdmin4 there are no errors, but I cannot
> see anything indicating that a notification was published.
>
> Please have a look @ https://redmine.postgresql.org/issues/3094.
If you are facing this kind of issue mentioned in the RM then, it has been
fixed.
You will get a fix in the upcoming release which is going to be happened
very soon.

> Is there some other/better way of listening for and seeing notifications
> in PGAdmin4?
>
> Thanks, Derek
>
> --
> dme
>
>
> *Derek Ealy*
> Sr. Software Architect
>
> NovaWurks, Inc.
> 10772 Noel Street
> 
> Los Alamitos, CA 90720
> 
> P: 562.340.6270 <562.340.6270%20x%20700>
> F: 877.353.7537
> C: 310.936.4070 <801.319.4613>
>
> www.novawurks.com
> 
> CONFIDENTIALITY NOTICE: This e-mail, including attachments, is company
> confidential information proprietary to NovaWurks Corporation or its
> customers and may be confidential, legally privileged, and protected by
> law. If you are not the intended recipient you may not use, disclose,
> distribute, copy, print, or rely on this e-mail. If you have received this
> transmission in error please notify the sender and destroy the original
> transmission and its attachments without reading or saving. Thank you.
>


listen/notify not working in pgadmin 4 2.1

2018-03-13 Thread Derek Ealy
I was trying to test a notify/listen channel but couldn't get things
working in PGAdmin4. I'm running it in server mode with Python on Linux.
Eventually I went back to PGAdmin3 and listened on the same channel and
everything worked fine. When the notification happened I simply ran: select
1; in the same connection and the notify data appeared in the messages tab
as expected.

When I try the same thing in PGAdmin4 there are no errors, but I cannot see
anything indicating that a notification was published.

Is there some other/better way of listening for and seeing notifications in
PGAdmin4?

Thanks, Derek

-- 
dme


*Derek Ealy*
Sr. Software Architect

NovaWurks, Inc.
10772 Noel Street
Los Alamitos, CA 90720
P: 562.340.6270 <562.340.6270%20x%20700>
F: 877.353.7537
C: 310.936.4070 <801.319.4613>

www.novawurks.com

CONFIDENTIALITY NOTICE: This e-mail, including attachments, is company
confidential information proprietary to NovaWurks Corporation or its
customers and may be confidential, legally privileged, and protected by
law. If you are not the intended recipient you may not use, disclose,
distribute, copy, print, or rely on this e-mail. If you have received this
transmission in error please notify the sender and destroy the original
transmission and its attachments without reading or saving. Thank you.


Re: Faded text in pgAdmin 4 2.0/Win Server 2008r2

2018-03-13 Thread Dave Page
Hi

Please try the test build at
https://developer.pgadmin.org/~dpage/pivotal/pgadmin4-3.0-dev-x86.exe

Thanks.

On Mon, Mar 12, 2018 at 10:59 AM, noAnymous <
vhwftl1rzizurxvgg...@discardmail.com> wrote:

> Hi Edson, Hi Dave,
>
> i've also had the same problem from the very beginning of pgAdmin4. The
> text
> looks like in your screenshot
> http://www.postgresql-archive.org/attachment/5988298/0/2017-
> 10-16%2014_10_34-pgAdmin%204.png
> and this rendered pgAdmin4 unusable for me. And i also experienced the
> problems only with pgAdmin4. All the other Applications looked fine. No RDP
> was involved - i tested locally on the machine.
>
> System: Windows 7 x64
> Resolution: 1920x1080
> GPU: Intel(R) G45/G43 Express Chipset
> Color-Depth: 16 bit
> ClearType: off
>
> pgAdmin4:
> Version: 2.1
> Python Version: 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:42:59) [MSC
> v.1500 32 bit (Intel)]
> Flask Version: 0.12.2
> Application Mode: Desktop
>
> After hours of searching the web and trials and errors i finally found a
> solution for this problem. In my case the 16 bit color depth was the
> problem. Setting the color depth to 32 bit (and restarting pgAdmin4)
> resulted the fonts being readable.
>
> @pgAdmin devs: Please make pgAdmin4 always render readable fonts - also in
> 16 bit color depth. THX.
>
> HTH
>
>
>
> --
> Sent from: http://www.postgresql-archive.org/PostgreSQL-pgadmin-
> support-f2191615.html
>
>


-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


Re: "The application server could not be contacted" error during start as App-V application.

2018-03-13 Thread Pavlo Golub
Greetings, Dave.

You wrote 13.03.2018, 14:49:

> On Tue, Mar 13, 2018 at 8:40 AM, Murtuza Zabuawala
>  wrote:

> Hello,


> You can try installing pgAdmin4 as a web application.
> Ref: https://www.pgadmin.org/docs/pgadmin4/dev/server_deployment.html



> You might also try the test build of 3.0 at
> https://developer.pgadmin.org/~dpage/pivotal/pgadmin4-3.0-dev-x86.exe

Thanks, Dave. I'll try.


> That said, I have no idea if App-V imposes network restrictions or
> has other weirdness that may affect things here.
>  

> ​-- Murtuza​


> On Tue, Mar 13, 2018 at 6:01 PM, Pavlo Golub  wrote:

> Greetings, Pavlo.

>  You wrote 06.03.2018, 16:28:

 >> Greetings, Pgadmin-support.

 >> my client wants to use pgAdmin4 as a virtualized App-V application.

 >> Quote:
 >>> it doesn’t work as a virtualized application. I understand the
 >>> application should create a log file at runtime. I have not found that log.
 >>> Maybe you could help us configure the server manually for app-v?
 >>> This is the error we get (when the application is an app-v package).
 >>> With the original source it works.


 >> I reported this to redmine: https://redmine.postgresql.org/issues/3181

 >> Thanks in advance for any help

>  Guys, this is bad. Users cannot use official tool for Postgres. I
>  believe this is inappropriate.

>  I'm pretty sure this is the old bug of pgAdmin:
> https://stackoverflow.com/questions/43211296/pgadmin4-postgresql-application-server-could-not-be-contacted/43234250

>  There were complaints earlier:
> https://www.postgresql.org/message-id/flat/329494048.1940229.1510670282981%40mail.yahoo.com#329494048.1940229.1510670282...@mail.yahoo.com


>  --
>  Kind regards,
>   Pavlo                          mailto:pavlo.go...@cybertec.at












-- 
Kind regards,
 Pavlo  mailto:pavlo.go...@cybertec.at




Re: "The application server could not be contacted" error during start as App-V application.

2018-03-13 Thread Dave Page
On Tue, Mar 13, 2018 at 8:40 AM, Murtuza Zabuawala <
murtuza.zabuaw...@enterprisedb.com> wrote:

> Hello,
>
> You can try installing pgAdmin4 as a web application.
> Ref: https://www.pgadmin.org/docs/pgadmin4/dev/server_deployment.html
>

You might also try the test build of 3.0 at
https://developer.pgadmin.org/~dpage/pivotal/pgadmin4-3.0-dev-x86.exe

That said, I have no idea if App-V imposes network restrictions or has
other weirdness that may affect things here.


>
>
> ​-- Murtuza​
>
> On Tue, Mar 13, 2018 at 6:01 PM, Pavlo Golub 
> wrote:
>
>> Greetings, Pavlo.
>>
>> You wrote 06.03.2018, 16:28:
>>
>> > Greetings, Pgadmin-support.
>>
>> > my client wants to use pgAdmin4 as a virtualized App-V application.
>>
>> > Quote:
>> >> it doesn’t work as a virtualized application. I understand the
>> >> application should create a log file at runtime. I have not found that
>> log.
>> >> Maybe you could help us configure the server manually for app-v?
>> >> This is the error we get (when the application is an app-v package).
>> >> With the original source it works.
>>
>>
>> > I reported this to redmine: https://redmine.postgresql.org/issues/3181
>>
>> > Thanks in advance for any help
>>
>> Guys, this is bad. Users cannot use official tool for Postgres. I
>> believe this is inappropriate.
>>
>> I'm pretty sure this is the old bug of pgAdmin:
>> https://stackoverflow.com/questions/43211296/pgadmin4-postgr
>> esql-application-server-could-not-be-contacted/43234250
>>
>> There were complaints earlier:
>> https://www.postgresql.org/message-id/flat/329494048.1940229
>> .1510670282981%40mail.yahoo.com#329494048.1940229.15106702
>> 82...@mail.yahoo.com
>>
>>
>> --
>> Kind regards,
>>  Pavlo  mailto:pavlo.go...@cybertec.at
>>
>>
>>
>


-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


Re: "The application server could not be contacted" error during start as App-V application.

2018-03-13 Thread Murtuza Zabuawala
Hello,

You can try installing pgAdmin4 as a web application.
Ref: https://www.pgadmin.org/docs/pgadmin4/dev/server_deployment.html

​-- Murtuza​

On Tue, Mar 13, 2018 at 6:01 PM, Pavlo Golub 
wrote:

> Greetings, Pavlo.
>
> You wrote 06.03.2018, 16:28:
>
> > Greetings, Pgadmin-support.
>
> > my client wants to use pgAdmin4 as a virtualized App-V application.
>
> > Quote:
> >> it doesn’t work as a virtualized application. I understand the
> >> application should create a log file at runtime. I have not found that
> log.
> >> Maybe you could help us configure the server manually for app-v?
> >> This is the error we get (when the application is an app-v package).
> >> With the original source it works.
>
>
> > I reported this to redmine: https://redmine.postgresql.org/issues/3181
>
> > Thanks in advance for any help
>
> Guys, this is bad. Users cannot use official tool for Postgres. I
> believe this is inappropriate.
>
> I'm pretty sure this is the old bug of pgAdmin:
> https://stackoverflow.com/questions/43211296/pgadmin4-
> postgresql-application-server-could-not-be-contacted/43234250
>
> There were complaints earlier:
> https://www.postgresql.org/message-id/flat/329494048.
> 1940229.1510670282981%40mail.yahoo.com#329494048.1940229.
> 1510670282...@mail.yahoo.com
>
>
> --
> Kind regards,
>  Pavlo  mailto:pavlo.go...@cybertec.at
>
>
>


Re: "The application server could not be contacted" error during start as App-V application.

2018-03-13 Thread Pavlo Golub
Greetings, Pavlo.

You wrote 06.03.2018, 16:28:

> Greetings, Pgadmin-support.

> my client wants to use pgAdmin4 as a virtualized App-V application.

> Quote:
>> it doesn’t work as a virtualized application. I understand the
>> application should create a log file at runtime. I have not found that log.
>> Maybe you could help us configure the server manually for app-v?
>> This is the error we get (when the application is an app-v package).
>> With the original source it works.


> I reported this to redmine: https://redmine.postgresql.org/issues/3181

> Thanks in advance for any help

Guys, this is bad. Users cannot use official tool for Postgres. I
believe this is inappropriate.

I'm pretty sure this is the old bug of pgAdmin:
https://stackoverflow.com/questions/43211296/pgadmin4-postgresql-application-server-could-not-be-contacted/43234250

There were complaints earlier:
https://www.postgresql.org/message-id/flat/329494048.1940229.1510670282981%40mail.yahoo.com#329494048.1940229.1510670282...@mail.yahoo.com


-- 
Kind regards,
 Pavlo  mailto:pavlo.go...@cybertec.at