Re: Issue with PgAdmin
Aditya Toshniwal <[email protected]> Tue, 7 Jan 2020 13:11:23 +0530
| Newsgroups | gmane.comp.db.postgresql.pgadmin.devel |
|---|---|
| Message-ID | <CAM9w-_=khfC1=0fo9qbHZuVRaAzzUkG8nXn8XWfr2CwOiGvxOA@mail.gmail.com> |
--000000000000444fa0059b87e98c Content-Type: text/plain; charset="UTF-8" Hi Vivek, That's strange. It should not take that amount of time. Can you try disabling firewall once ? I suspect the port used by pgAdmin is blocked by firewall. On Tue, Jan 7, 2020 at 12:51 PM Vivek Parmar <[email protected]> wrote: > Hi Aditya, > > It is still not working. I tried with 3000 value too. Here are the logs: > > 07.01.2020 12:41:46 Checking for system tray... >> 07.01.2020 12:41:46 Starting pgAdmin4 server... >> 07.01.2020 12:41:46 Creating server object, port:53102, >> key:70fc2f32-3034-4b33-bf21-6c23cd3138b8, >> logfile:C:/Users/vivek/.pgAdmin4.4018626542.log >> 07.01.2020 12:41:46 Python Path: S:/Program Files/PostgreSQL/12/pgAdmin >> 4/venv/Lib/site-packages;S:/Program Files/PostgreSQL/12/pgAdmin >> 4/venv/DLLs;S:/Program Files/PostgreSQL/12/pgAdmin 4/venv/Lib >> 07.01.2020 12:41:46 Python Home: S:/Program Files/PostgreSQL/12/pgAdmin >> 4/venv >> 07.01.2020 12:41:46 Initializing Python... >> 07.01.2020 12:41:46 Python initialized. >> 07.01.2020 12:41:46 Adding new additional path elements >> 07.01.2020 12:41:46 Redirecting stderr... >> 07.01.2020 12:41:46 stderr redirected successfully. >> 07.01.2020 12:41:46 Initializing server... >> 07.01.2020 12:41:46 Webapp Path: S:/Program Files/PostgreSQL/12/pgAdmin >> 4/web/pgAdmin4.py >> 07.01.2020 12:41:46 Server initialized. >> 07.01.2020 12:41:46 Starting Server Thread... >> 07.01.2020 12:41:46 Open the application code and run it. >> 07.01.2020 12:41:46 Set the port number, key and force SERVER_MODE off >> 07.01.2020 12:41:46 PyRun_SimpleFile launching application server... >> 07.01.2020 12:41:47 Application Server URL: >> http://127.0.0.1:53102/?key=70fc2f32-3034-4b33-bf21-6c23cd3138b8 >> 07.01.2020 12:41:47 The server should be up, we'll attempt to connect and >> get a response. Ping the server >> 07.01.2020 12:47:19 Attempt to connect one more time in case of a long >> network timeout while looping >> > > On Tue, Jan 7, 2020 at 12:02 PM Aditya Toshniwal < > [email protected]> wrote: > >> [please do not remove pgadmin-hackers from cc] >> >> Hi Vivek, >> >> Seems like pgAdmin is timing out on your system. It is taking longer than >> 90 secs for server to start. It generally happens on windows systems where >> sqlite3 (which is used by pgAdmin config) takes a lot of time to initialize. >> Try the following: >> 1) Open regedit. >> 2) Go to HKEY_CURRENT_USER/Software/pgadmin/pgadmin4 and create a new >> string value - ConnectionTimeout. Set the value to 300. >> 3) Start pgAdmin. >> Try increasing timeout if it still fails. >> >> >> On Tue, Jan 7, 2020 at 10:49 AM Vivek Parmar <[email protected]> wrote: >> >>> I already checked that file but it is empty. >>> >>> On Tue, Jan 7, 2020 at 10:26 AM Aditya Toshniwal < >>> [email protected]> wrote: >>> >>>> Hi Vivek, >>>> >>>> Kindly also share - C:/Users/vivek/.pgAdmin4.4018626542.log >>>> >>>> On Mon, Jan 6, 2020 at 9:01 PM Vivek Parmar <[email protected]> wrote: >>>> >>>>> Hi Aditya, >>>>> >>>>> Here it is: >>>>> >>>>> 06.01.2020 16:47:22 Checking for system tray... >>>>>> 06.01.2020 16:47:22 Starting pgAdmin4 server... >>>>>> 06.01.2020 16:47:22 Creating server object, port:50920, >>>>>> key:8f41a047-ebc0-4ab4-a684-d2d8c1e1e819, >>>>>> logfile:C:/Users/vivek/.pgAdmin4.4018626542.log >>>>>> 06.01.2020 16:47:22 Python Path: S:/Program >>>>>> Files/PostgreSQL/12/pgAdmin 4/venv/Lib/site-packages;S:/Program >>>>>> Files/PostgreSQL/12/pgAdmin 4/venv/DLLs;S:/Program >>>>>> Files/PostgreSQL/12/pgAdmin 4/venv/Lib >>>>>> 06.01.2020 16:47:22 Python Home: S:/Program >>>>>> Files/PostgreSQL/12/pgAdmin 4/venv >>>>>> 06.01.2020 16:47:22 Initializing Python... >>>>>> 06.01.2020 16:47:22 Python initialized. >>>>>> 06.01.2020 16:47:22 Adding new additional path elements >>>>>> 06.01.2020 16:47:22 Redirecting stderr... >>>>>> 06.01.2020 16:47:22 stderr redirected successfully. >>>>>> 06.01.2020 16:47:22 Initializing server... >>>>>> 06.01.2020 16:47:22 Webapp Path: S:/Program >>>>>> Files/PostgreSQL/12/pgAdmin 4/web/pgAdmin4.py >>>>>> 06.01.2020 16:47:22 Server initialized. >>>>>> 06.01.2020 16:47:22 Starting Server Thread... >>>>>> 06.01.2020 16:47:22 Open the application code and run it. >>>>>> 06.01.2020 16:47:22 Set the port number, key and force SERVER_MODE off >>>>>> 06.01.2020 16:47:22 PyRun_SimpleFile launching application server... >>>>>> 06.01.2020 16:47:23 Application Server URL: >>>>>> http://127.0.0.1:50920/?key=8f41a047-ebc0-4ab4-a684-d2d8c1e1e819 >>>>>> 06.01.2020 16:47:23 The server should be up, we'll attempt to connect >>>>>> and get a response. Ping the server >>>>>> 06.01.2020 16:49:32 Attempt to connect one more time in case of a >>>>>> long network timeout while looping >>>>>> >>>>> >>>>> On Mon, Jan 6, 2020 at 4:58 PM Aditya Toshniwal < >>>>> [email protected]> wrote: >>>>> >>>>>> Hi Vivek, >>>>>> >>>>>> As I mentioned - you'll find the logs in the users home directory eg >>>>>> - "C:\Users\Aditya Toshniwal". Kindly send the logs. >>>>>> >>>>>> On Mon, Jan 6, 2020 at 4:54 PM Vivek Parmar <[email protected]> >>>>>> wrote: >>>>>> >>>>>>> Hi Aditya, >>>>>>> >>>>>>> I am unable to find out the pgadmin logs file in the windows system. >>>>>>> I've attached the error screenshot. >>>>>>> >>>>>>> On Mon, Jan 6, 2020 at 3:57 PM Aditya Toshniwal < >>>>>>> [email protected]> wrote: >>>>>>> >>>>>>>> Hi Vivek, >>>>>>>> >>>>>>>> Since it is not able to start, kindly share .pgAdmin4* logs from >>>>>>>> your user home directory. >>>>>>>> >>>>>>>> On Mon, Jan 6, 2020 at 3:55 PM Janus <[email protected]> wrote: >>>>>>>> >>>>>>>>> Hi Vivek >>>>>>>>> >>>>>>>>> Do you get the same error message using another browser, such as >>>>>>>>> Chrome? >>>>>>>>> >>>>>>>>> Best regards, >>>>>>>>> Janus >>>>>>>>> >>>>>>>>> On Mon, 6 Jan 2020 at 11:20, Vivek Parmar <[email protected]> >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>>> Dear PgAdmin Development Team, >>>>>>>>>> >>>>>>>>>> I am unable to run pgadmin on my windows 10 laptop. I am getting >>>>>>>>>> the below error. >>>>>>>>>> >>>>>>>>>> Fatal error: >>>>>>>>>> The application server could not be contacted. >>>>>>>>>> >>>>>>>>>> I tried reinstalling software and also cleared the session from >>>>>>>>>> the AppData folder. >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> *Regards,* >>>>>>>>>> *Vivek Parmar <https://www.linkedin.com/in/vp393001/>* >>>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Thanks and Regards, >>>>>>>> Aditya Toshniwal >>>>>>>> pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune >>>>>>>> "Don't Complain about Heat, Plant a TREE" >>>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> *Regards,* >>>>>>> *Vivek Parmar <https://www.linkedin.com/in/vp393001/>* >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Thanks and Regards, >>>>>> Aditya Toshniwal >>>>>> pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune >>>>>> "Don't Complain about Heat, Plant a TREE" >>>>>> >>>>> >>>>> >>>>> -- >>>>> *Regards,* >>>>> *Vivek Parmar <https://www.linkedin.com/in/vp393001/>* >>>>> >>>> >>>> >>>> -- >>>> Thanks and Regards, >>>> Aditya Toshniwal >>>> pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune >>>> "Don't Complain about Heat, Plant a TREE" >>>> >>> >>> >>> -- >>> *Regards,* >>> *Vivek Parmar <https://www.linkedin.com/in/vp393001/>* >>> >> >> >> -- >> Thanks and Regards, >> Aditya Toshniwal >> pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune >> "Don't Complain about Heat, Plant a TREE" >> > > > -- > *Regards,* > *Vivek Parmar <https://www.linkedin.com/in/vp393001/>* > -- Thanks and Regards, Aditya Toshniwal pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune "Don't Complain about Heat, Plant a TREE" --000000000000444fa0059b87e98c Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div dir=3D"ltr"><div class=3D"gmail_default" style=3D"fon= t-family:verdana,sans-serif">Hi Vivek,</div><div class=3D"gmail_default" st= yle=3D"font-family:verdana,sans-serif"><br></div><div class=3D"gmail_defaul= t" style=3D"font-family:verdana,sans-serif">That's strange. It should n= ot take that amount of time.</div><div class=3D"gmail_default" style=3D"fon= t-family:verdana,sans-serif">Can you try disabling firewall once ? I suspec= t the port used by pgAdmin is blocked by firewall.</div></div><br><div clas= s=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Tue, Jan 7, 2020= at 12:51 PM Vivek Parmar <<a href=3D"mailto:[email protected]">vp39300= [email protected]</a>> wrote:<br></div><blockquote class=3D"gmail_quote" style= =3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding= -left:1ex"><div dir=3D"ltr">Hi Aditya,<div><br></div><div>It is still not w= orking. I tried with 3000 value too. Here are the logs:</div><div><br></div= ><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border= -left:1px solid rgb(204,204,204);padding-left:1ex">07.01.2020 12:41:46 Chec= king for system tray...<br>07.01.2020 12:41:46 Starting pgAdmin4 server...<= br>07.01.2020 12:41:46 Creating server object, port:53102, key:70fc2f32-303= 4-4b33-bf21-6c23cd3138b8, logfile:C:/Users/vivek/.pgAdmin4.4018626542.log<b= r>07.01.2020 12:41:46 Python Path: S:/Program Files/PostgreSQL/12/pgAdmin 4= /venv/Lib/site-packages;S:/Program Files/PostgreSQL/12/pgAdmin 4/venv/DLLs;= S:/Program Files/PostgreSQL/12/pgAdmin 4/venv/Lib<br>07.01.2020 12:41:46 Py= thon Home: S:/Program Files/PostgreSQL/12/pgAdmin 4/venv<br>07.01.2020 12:4= 1:46 Initializing Python...<br>07.01.2020 12:41:46 Python initialized.<br>0= 7.01.2020 12:41:46 Adding new additional path elements<br>07.01.2020 12:41:= 46 Redirecting stderr...<br>07.01.2020 12:41:46 stderr redirected successfu= lly.<br>07.01.2020 12:41:46 Initializing server...<br>07.01.2020 12:41:46 W= ebapp Path: S:/Program Files/PostgreSQL/12/pgAdmin 4/web/pgAdmin4.py<br>07.= 01.2020 12:41:46 Server initialized.<br>07.01.2020 12:41:46 Starting Server= Thread...<br>07.01.2020 12:41:46 Open the application code and run it.<br>= 07.01.2020 12:41:46 Set the port number, key and force SERVER_MODE off<br>0= 7.01.2020 12:41:46 PyRun_SimpleFile launching application server...<br>07.0= 1.2020 12:41:47 Application Server URL: <a href=3D"http://127.0.0.1:53102/?= key=3D70fc2f32-3034-4b33-bf21-6c23cd3138b8" target=3D"_blank">http://127.0.= 0.1:53102/?key=3D70fc2f32-3034-4b33-bf21-6c23cd3138b8</a><br>07.01.2020 12:= 41:47 The server should be up, we'll attempt to connect and get a respo= nse. Ping the server<br>07.01.2020 12:47:19 Attempt to connect one more tim= e in case of a long network timeout while looping<br></blockquote></div><br= ><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Tue, J= an 7, 2020 at 12:02 PM Aditya Toshniwal <<a href=3D"mailto:aditya.toshni= [email protected]" target=3D"_blank">[email protected]</= a>> wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0p= x 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><d= iv dir=3D"ltr"><div style=3D"font-family:verdana,sans-serif">[please do not= remove pgadmin-hackers from cc]</div><div style=3D"font-family:verdana,san= s-serif"><br></div><div style=3D"font-family:verdana,sans-serif">Hi Vivek,<= /div><div style=3D"font-family:verdana,sans-serif"><br></div><div style=3D"= font-family:verdana,sans-serif">Seems like pgAdmin is timing out on your sy= stem. It is taking longer than 90 secs for server to start. It generally ha= ppens on windows systems where sqlite3 (which is used by pgAdmin config) ta= kes a lot of time to initialize.</div><div style=3D"font-family:verdana,san= s-serif">Try the following:</div><div style=3D"font-family:verdana,sans-ser= if">1) Open regedit.</div><div><font face=3D"verdana, sans-serif">2) Go to = HKEY_CURRENT_USER/Software/pgadmin/pgadmin4 and create a new string value -= ConnectionTimeout. Set the value to 300.</font></div><div><font face=3D"ve= rdana, sans-serif">3) Start pgAdmin.</font></div><div><font face=3D"verdana= , sans-serif">Try increasing timeout if it still fails.</font></div><div st= yle=3D"font-family:verdana,sans-serif"><br></div></div><br><div class=3D"gm= ail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Tue, Jan 7, 2020 at 10:= 49 AM Vivek Parmar <<a href=3D"mailto:[email protected]" target=3D"_bla= nk">[email protected]</a>> wrote:<br></div><blockquote class=3D"gmail_q= uote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,2= 04);padding-left:1ex"><div dir=3D"ltr">I already checked that file but it i= s empty.</div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmai= l_attr">On Tue, Jan 7, 2020 at 10:26 AM Aditya Toshniwal <<a href=3D"mai= lto:[email protected]" target=3D"_blank">aditya.toshniwal@e= nterprisedb.com</a>> wrote:<br></div><blockquote class=3D"gmail_quote" s= tyle=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);pad= ding-left:1ex"><div dir=3D"ltr"><div style=3D"font-family:verdana,sans-seri= f">Hi Vivek,</div><div style=3D"font-family:verdana,sans-serif"><br></div><= div style=3D"font-family:verdana,sans-serif">Kindly also share -=C2=A0<span= style=3D"font-family:Arial,Helvetica,sans-serif">C:/Users/vivek/.</span><s= pan style=3D"font-family:Arial,Helvetica,sans-serif">pgAdmin4.4018626542.lo= g</span></div></div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class= =3D"gmail_attr">On Mon, Jan 6, 2020 at 9:01 PM Vivek Parmar <<a href=3D"= mailto:[email protected]" target=3D"_blank">[email protected]</a>> wro= te:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px = 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir=3D"= ltr">Hi=C2=A0Aditya,<div><br></div><div>Here it is:</div><div><br></div><bl= ockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-lef= t:1px solid rgb(204,204,204);padding-left:1ex">06.01.2020 16:47:22 Checking= for system tray...<br>06.01.2020 16:47:22 Starting pgAdmin4 server...<br>0= 6.01.2020 16:47:22 Creating server object, port:50920, key:8f41a047-ebc0-4a= b4-a684-d2d8c1e1e819, logfile:C:/Users/vivek/.pgAdmin4.4018626542.log<br>06= .01.2020 16:47:22 Python Path: S:/Program Files/PostgreSQL/12/pgAdmin 4/ven= v/Lib/site-packages;S:/Program Files/PostgreSQL/12/pgAdmin 4/venv/DLLs;S:/P= rogram Files/PostgreSQL/12/pgAdmin 4/venv/Lib<br>06.01.2020 16:47:22 Python= Home: S:/Program Files/PostgreSQL/12/pgAdmin 4/venv<br>06.01.2020 16:47:22= Initializing Python...<br>06.01.2020 16:47:22 Python initialized.<br>06.01= .2020 16:47:22 Adding new additional path elements<br>06.01.2020 16:47:22 R= edirecting stderr...<br>06.01.2020 16:47:22 stderr redirected successfully.= <br>06.01.2020 16:47:22 Initializing server...<br>06.01.2020 16:47:22 Webap= p Path: S:/Program Files/PostgreSQL/12/pgAdmin 4/web/pgAdmin4.py<br>06.01.2= 020 16:47:22 Server initialized.<br>06.01.2020 16:47:22 Starting Server Thr= ead...<br>06.01.2020 16:47:22 Open the application code and run it.<br>06.0= 1.2020 16:47:22 Set the port number, key and force SERVER_MODE off<br>06.01= .2020 16:47:22 PyRun_SimpleFile launching application server...<br>06.01.20= 20 16:47:23 Application Server URL: <a href=3D"http://127.0.0.1:50920/?key= =3D8f41a047-ebc0-4ab4-a684-d2d8c1e1e819" target=3D"_blank">http://127.0.0.1= :50920/?key=3D8f41a047-ebc0-4ab4-a684-d2d8c1e1e819</a><br>06.01.2020 16:47:= 23 The server should be up, we'll attempt to connect and get a response= . Ping the server<br>06.01.2020 16:49:32 Attempt to connect one more time i= n case of a long network timeout while looping<br></blockquote></div><br><d= iv class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Mon, Jan = 6, 2020 at 4:58 PM Aditya Toshniwal <<a href=3D"mailto:aditya.toshniwal@= enterprisedb.com" target=3D"_blank">[email protected]</a>&g= t; wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0p= x 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div d= ir=3D"ltr"><div style=3D"font-family:verdana,sans-serif">Hi Vivek,</div><di= v style=3D"font-family:verdana,sans-serif"><br></div><div><font face=3D"ver= dana, sans-serif">As I mentioned - you'll find the logs in the users ho= me directory=C2=A0 eg - "C:\Users\Aditya Toshniwal". Kindly send = the logs.</font></div></div><br><div class=3D"gmail_quote"><div dir=3D"ltr"= class=3D"gmail_attr">On Mon, Jan 6, 2020 at 4:54 PM Vivek Parmar <<a hr= ef=3D"mailto:[email protected]" target=3D"_blank">[email protected]</a>&g= t; wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0p= x 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div d= ir=3D"ltr">Hi Aditya,<div><br></div><div>I am unable to find out the pgadmi= n=C2=A0logs file in the windows system. I've attached=C2=A0the error sc= reenshot.=C2=A0</div></div><br><div class=3D"gmail_quote"><div dir=3D"ltr" = class=3D"gmail_attr">On Mon, Jan 6, 2020 at 3:57 PM Aditya Toshniwal <<a= href=3D"mailto:[email protected]" target=3D"_blank">aditya= [email protected]</a>> wrote:<br></div><blockquote class=3D"gm= ail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,= 204,204);padding-left:1ex"><div dir=3D"ltr"><div style=3D"font-family:verda= na,sans-serif">Hi Vivek,</div><div style=3D"font-family:verdana,sans-serif"= ><br></div><div style=3D"font-family:verdana,sans-serif">Since it is not ab= le to start, kindly share .pgAdmin4* logs from your user home directory.</d= iv></div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_att= r">On Mon, Jan 6, 2020 at 3:55 PM Janus <<a href=3D"mailto:janus.e@gmail= .com" target=3D"_blank">[email protected]</a>> wrote:<br></div><blockquo= te class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px = solid rgb(204,204,204);padding-left:1ex"><div dir=3D"ltr">Hi Vivek<div><br>= </div><div>Do you get the same error=C2=A0message using another browser, su= ch as Chrome?</div><div><br></div><div>Best regards,</div><div>Janus</div><= /div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">O= n Mon, 6 Jan 2020 at 11:20, Vivek Parmar <<a href=3D"mailto:vp393001@gma= il.com" target=3D"_blank">[email protected]</a>> wrote:<br></div><block= quote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1= px solid rgb(204,204,204);padding-left:1ex"><div dir=3D"ltr">Dear PgAdmin D= evelopment Team,<div><br></div><div>I am unable to run pgadmin on my window= s 10 laptop. I am getting the below error.</div><div><br></div><div>Fatal e= rror:</div><div>The application server could not be contacted.=C2=A0</div><= div><br></div><div>I tried reinstalling software and also cleared the sessi= on from the AppData folder.=C2=A0<br clear=3D"all"><div><br></div>-- <br><d= iv dir=3D"ltr"><div dir=3D"ltr"><div><div dir=3D"ltr"><div><div dir=3D"ltr"= ><b>Regards,</b><div><b><a href=3D"https://www.linkedin.com/in/vp393001/" t= arget=3D"_blank">Vivek Parmar</a></b></div></div></div></div></div></div></= div></div></div> </blockquote></div> </blockquote></div><br clear=3D"all"><div><br></div>-- <br><div dir=3D"ltr"= ><div dir=3D"ltr"><div><div dir=3D"ltr"><div><div dir=3D"ltr"><div><div dir= =3D"ltr"><div><div dir=3D"ltr"><font size=3D"2" color=3D"#000000" face=3D"v= erdana, sans-serif">Thanks and Regards,</font><div><span style=3D"backgroun= d-color:rgb(255,255,255)"><font size=3D"2" color=3D"#000000" face=3D"verdan= a, sans-serif">Aditya Toshniwal</font></span></div><div><font face=3D"verda= na, sans-serif"><span style=3D"background-color:rgb(255,255,255)"><font siz= e=3D"2" color=3D"#000000">pgAdmin Hacker | Sr. Software Engineer |=C2=A0Ent= erpriseDB India |=C2=A0</font></span><span style=3D"color:rgb(0,0,0)">Pune<= /span></font></div><div><font color=3D"#38761d" face=3D"verdana, sans-serif= " size=3D"1">"Don't Complain about Heat, Plant a TREE"</font>= </div></div></div></div></div></div></div></div></div></div></div> </blockquote></div><br clear=3D"all"><div><br></div>-- <br><div dir=3D"ltr"= ><div dir=3D"ltr"><div><div dir=3D"ltr"><div><div dir=3D"ltr"><b>Regards,</= b><div><b><a href=3D"https://www.linkedin.com/in/vp393001/" target=3D"_blan= k">Vivek Parmar</a></b></div></div></div></div></div></div></div> </blockquote></div><br clear=3D"all"><div><br></div>-- <br><div dir=3D"ltr"= ><div dir=3D"ltr"><div><div dir=3D"ltr"><div><div dir=3D"ltr"><div><div dir= =3D"ltr"><div><div dir=3D"ltr"><font size=3D"2" color=3D"#000000" face=3D"v= erdana, sans-serif">Thanks and Regards,</font><div><span style=3D"backgroun= d-color:rgb(255,255,255)"><font size=3D"2" color=3D"#000000" face=3D"verdan= a, sans-serif">Aditya Toshniwal</font></span></div><div><font face=3D"verda= na, sans-serif"><span style=3D"background-color:rgb(255,255,255)"><font siz= e=3D"2" color=3D"#000000">pgAdmin Hacker | Sr. Software Engineer |=C2=A0Ent= erpriseDB India |=C2=A0</font></span><span style=3D"color:rgb(0,0,0)">Pune<= /span></font></div><div><font color=3D"#38761d" face=3D"verdana, sans-serif= " size=3D"1">"Don't Complain about Heat, Plant a TREE"</font>= </div></div></div></div></div></div></div></div></div></div></div> </blockquote></div><br clear=3D"all"><div><br></div>-- <br><div dir=3D"ltr"= ><div dir=3D"ltr"><div><div dir=3D"ltr"><div><div dir=3D"ltr"><b>Regards,</= b><div><b><a href=3D"https://www.linkedin.com/in/vp393001/" target=3D"_blan= k">Vivek Parmar</a></b></div></div></div></div></div></div></div> </blockquote></div><br clear=3D"all"><div><br></div>-- <br><div dir=3D"ltr"= ><div dir=3D"ltr"><div><div dir=3D"ltr"><div><div dir=3D"ltr"><div><div dir= =3D"ltr"><div><div dir=3D"ltr"><font size=3D"2" color=3D"#000000" face=3D"v= erdana, sans-serif">Thanks and Regards,</font><div><span style=3D"backgroun= d-color:rgb(255,255,255)"><font size=3D"2" color=3D"#000000" face=3D"verdan= a, sans-serif">Aditya Toshniwal</font></span></div><div><font face=3D"verda= na, sans-serif"><span style=3D"background-color:rgb(255,255,255)"><font siz= e=3D"2" color=3D"#000000">pgAdmin Hacker | Sr. Software Engineer |=C2=A0Ent= erpriseDB India |=C2=A0</font></span><span style=3D"color:rgb(0,0,0)">Pune<= /span></font></div><div><font color=3D"#38761d" face=3D"verdana, sans-serif= " size=3D"1">"Don't Complain about Heat, Plant a TREE"</font>= </div></div></div></div></div></div></div></div></div></div></div> </blockquote></div><br clear=3D"all"><div><br></div>-- <br><div dir=3D"ltr"= ><div dir=3D"ltr"><div><div dir=3D"ltr"><div><div dir=3D"ltr"><b>Regards,</= b><div><b><a href=3D"https://www.linkedin.com/in/vp393001/" target=3D"_blan= k">Vivek Parmar</a></b></div></div></div></div></div></div></div> </blockquote></div><br clear=3D"all"><div><br></div>-- <br><div dir=3D"ltr"= ><div dir=3D"ltr"><div><div dir=3D"ltr"><div><div dir=3D"ltr"><div><div dir= =3D"ltr"><div><div dir=3D"ltr"><font size=3D"2" color=3D"#000000" face=3D"v= erdana, sans-serif">Thanks and Regards,</font><div><span style=3D"backgroun= d-color:rgb(255,255,255)"><font size=3D"2" color=3D"#000000" face=3D"verdan= a, sans-serif">Aditya Toshniwal</font></span></div><div><font face=3D"verda= na, sans-serif"><span style=3D"background-color:rgb(255,255,255)"><font siz= e=3D"2" color=3D"#000000">pgAdmin Hacker | Sr. Software Engineer |=C2=A0Ent= erpriseDB India |=C2=A0</font></span><span style=3D"color:rgb(0,0,0)">Pune<= /span></font></div><div><font color=3D"#38761d" face=3D"verdana, sans-serif= " size=3D"1">"Don't Complain about Heat, Plant a TREE"</font>= </div></div></div></div></div></div></div></div></div></div></div> </blockquote></div><br clear=3D"all"><div><br></div>-- <br><div dir=3D"ltr"= ><div dir=3D"ltr"><div><div dir=3D"ltr"><div><div dir=3D"ltr"><b>Regards,</= b><div><b><a href=3D"https://www.linkedin.com/in/vp393001/" target=3D"_blan= k">Vivek Parmar</a></b></div></div></div></div></div></div></div> </blockquote></div><br clear=3D"all"><div><br></div>-- <br><div dir=3D"ltr"= class=3D"gmail_signature"><div dir=3D"ltr"><div><div dir=3D"ltr"><div><div= dir=3D"ltr"><div><div dir=3D"ltr"><div><div dir=3D"ltr"><font size=3D"2" c= olor=3D"#000000" face=3D"verdana, sans-serif">Thanks and Regards,</font><di= v><span style=3D"background-color:rgb(255,255,255)"><font size=3D"2" color= =3D"#000000" face=3D"verdana, sans-serif">Aditya Toshniwal</font></span></d= iv><div><font face=3D"verdana, sans-serif"><span style=3D"background-color:= rgb(255,255,255)"><font size=3D"2" color=3D"#000000">pgAdmin Hacker | Sr. S= oftware Engineer |=C2=A0EnterpriseDB India |=C2=A0</font></span><span style= =3D"color:rgb(0,0,0)">Pune</span></font></div><div><font color=3D"#38761d" = face=3D"verdana, sans-serif" size=3D"1">"Don't Complain about Heat= , Plant a TREE"</font></div></div></div></div></div></div></div></div>= </div></div></div></div> --000000000000444fa0059b87e98c--