Search found 13 matches

by jwolbeck
Tue Apr 05, 2016 2:07 pm
Forum: General
Topic: PowerBuilder Performance issues
Replies: 15
Views: 62474

Re: PowerBuilder Performance issues

What is that feature ?

Appears to cause a refresh of open PBLs and all Target files when that interval is reached and it cannot be "disabled" but can be set as high as 600 minutes. It only seems to carry out the refresh when you do "something" in PB like open PBL, checkin/out objects or even ...
by jwolbeck
Mon Apr 04, 2016 3:39 pm
Forum: General
Topic: PowerBuilder Performance issues
Replies: 15
Views: 62474

Re: PowerBuilder Performance issues

But where is the disk I/O ?
I was assuming the cache was written to disk which could have explained the slowness. Being in memory then that was not the issue, thanks for clarifying.

So where is the rest of the delay coming from ?
When you get the status of the 2038 files do you need to do more ...
by jwolbeck
Fri Apr 01, 2016 2:58 pm
Forum: General
Topic: PowerBuilder Performance issues
Replies: 15
Views: 62474

Re: PowerBuilder Performance issues


Command: svn.exe --show-updates --verbose status --depth files --xml nvo_phdprograms_tv.sru > test.xml
Directory: c:\PHDoc_Source\CurrentVersion\PHDoc_Core\chs\phd_app\

Less than second maybe .5 seconds

CODE: SELECT ALL
Command: svn.exe --show-updates --verbose status --depth files --xml ...
by jwolbeck
Tue Mar 29, 2016 4:50 pm
Forum: General
Topic: PowerBuilder Performance issues
Replies: 15
Views: 62474

Re: PowerBuilder Performance issues

I would agree that the times are exaggerated with debug on. I do not know what a SCC provider is required to do nor do I know how PowerBuilder works let alone the interaction between the two. I do know with Starteam we do not have these performance issues. Starteam also is using a SCC plugin.

There ...
by jwolbeck
Mon Mar 28, 2016 9:17 pm
Forum: General
Topic: PowerBuilder Performance issues
Replies: 15
Views: 62474

PowerBuilder Performance issues

Using the Debug setting I have identified some potential performance issues.

1) Opening PowerBuilder for the first time results in check status of the whole folder the Target file is located. In our case there is 400-500 objects that are checked for no reason (Most are image files). Can't this ...
by jwolbeck
Thu Mar 17, 2016 2:59 pm
Forum: Reporting a Bug
Topic: PowerBuilder Check at target level not creating revision
Replies: 4
Views: 32376

Re: PowerBuilder Check at target level not creating revision

Thanks, that appears to have resolved the issue.
by jwolbeck
Wed Mar 16, 2016 2:24 pm
Forum: Reporting a Bug
Topic: PowerBuilder Check at target level not creating revision
Replies: 4
Views: 32376

Re: PowerBuilder Check at target level not creating revision

1. I cannot shorten the steps but I can shorten the words used to describe the 2 step issue: Checkout two objects in separate Folders/PBLs, Check in Objects by checking in all objects in the target.

I will send you the log of v249 where it worked along with the exact same steps in v255 where it no ...
by jwolbeck
Tue Mar 15, 2016 7:08 pm
Forum: Reporting a Bug
Topic: PowerBuilder Check at target level not creating revision
Replies: 4
Views: 32376

PowerBuilder Check at target level not creating revision

Today we noticed that if we check in at the target level some objects claim to check into their previous revision instead of checking into a new SVN revision. It seems to only check in one PBL at a time.

The two in the phd_nvo pbl get checked in fine but the on in phd_structures does not. That ...
by jwolbeck
Thu Feb 25, 2016 3:25 pm
Forum: Reporting a Bug
Topic: PowerBuilder GET not working
Replies: 4
Views: 29412

Re: PowerBuilder GET not working

Thanks, the new DLL solved the issue!

I appreciate the fast responses.
by jwolbeck
Thu Feb 25, 2016 3:23 pm
Forum: Reporting a Bug
Topic: Agent SVN Unloading Error
Replies: 4
Views: 28604

Re: Agent SVN Unloading Error

Thanks, the updated DLL you sent me appears to solve the issue.
by jwolbeck
Wed Feb 24, 2016 3:12 pm
Forum: Reporting a Bug
Topic: PowerBuilder GET not working
Replies: 4
Views: 29412

Re: PowerBuilder GET not working

Hmm maybe I should add that we are in PBNative (Not PB.NET) where all files are stored in a pbl and not a folder. It is my understanding that the exported files on disk are not monitored by PowerBuilder. Visual Studio is a different game as each file is stored individually on disk from the start ...
by jwolbeck
Tue Feb 23, 2016 10:34 pm
Forum: Reporting a Bug
Topic: PowerBuilder GET not working
Replies: 4
Views: 29412

PowerBuilder GET not working

In PowerBuilder 11.5 the option to revert back to an older revision does not appear to work.

Steps:
1) Checkout object
2) Right click Show History
3) Select older revision in the History Log
4) Click the GET button

Message appears at the bottom saying, "The local working copy has been updated to ...
by jwolbeck
Tue Feb 23, 2016 10:25 pm
Forum: Reporting a Bug
Topic: Agent SVN Unloading Error
Replies: 4
Views: 28604

Re: Agent SVN Unloading Error

1) Windows 7
2) Desktop (Not Citrix or anything)
3) Opens and Closes without any errors.
4) Hmm so with Visual studio I cannot recreate the issue on demand. If I start visual studio and load a solution then close it I do NOT get the error. If I open visual studio in the morning and work in a ...