1. Raymond Longoria
  2. PowerBuilder
  3. Friday, 26 November 2021 18:07 PM UTC

I am in the process of adding our Powerbuilder code (2019 R3) to Git. I am following the instructions in the documentation (Add a workspace to Git). We are using Zscaler as our proxy server. I followed the instructions in the documentation for using a proxy server by updating the pb.ini file with the appropriate settings but when I click the "Test Connection" button I get the following error:

Any help would be greatly appreciated!

Armeen Mazda @Appeon Accepted Answer Pending Moderation
  1. Friday, 26 November 2021 20:24 PM UTC
  2. PowerBuilder
  3. # 1

Did you launch the PB IDE by clicking "Run as Administrator" option?

Comment
  1. Raymond Longoria
  2. Friday, 26 November 2021 21:03 PM UTC
Armeen,

I just did that and I still received the same message. I do have one question. In the documentation under "If using proxy server", I added the url and port information. Do I have to enter the username and password? I did it with and without the username and password and it failed both times.

  1. Helpful
There are no comments made yet.
Tom Jiang @Appeon Accepted Answer Pending Moderation
  1. Tuesday, 30 November 2021 02:59 AM UTC
  2. PowerBuilder
  3. # 2

Hi Raymond,

I suggest that you try your proxy settings on TortoiseGit and see if your can successfully pull/push using TortoiseGit. If it still doesn't work, you may need to contact your IT for help. 

Regards,

Tom Jiang

Comment
There are no comments made yet.
Raymond Longoria Accepted Answer Pending Moderation
  1. Thursday, 16 December 2021 23:30 PM UTC
  2. PowerBuilder
  3. # 3

Armeen,

Any thoughts on inputting the username and password into the pb.ini file?

Comment
  1. Armeen Mazda @Appeon
  2. Friday, 17 December 2021 00:30 AM UTC
Did you follow what Tom said? Does TortoiseGit work or has same problem?
  1. Helpful
  1. Raymond Longoria
  2. Friday, 17 December 2021 21:56 PM UTC
Armeen,

TortoiseGit did connect successfully.
  1. Helpful
There are no comments made yet.
Armeen Mazda @Appeon Accepted Answer Pending Moderation
  1. Friday, 17 December 2021 00:29 AM UTC
  2. PowerBuilder
  3. # 4

You can try adding this to your PB.INI, but obviously put the correct values for your proxy:

[SourceControlProxy]
Url=192.0.0.88
Port=80
Username=
Password=
Timeout=10

Comment
  1. Raymond Longoria
  2. Friday, 17 December 2021 22:00 PM UTC
I did put that in the pb.ini. The username and password should be the same as what I use for the proxy server, correct?
  1. Helpful
  1. Armeen Mazda @Appeon
  2. Friday, 17 December 2021 23:43 PM UTC
Use the same values as TortoiseGit. If TortoiseGit still works but PB doesn’t please open support ticket.
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.