Recent content by egiblock

  1. E

    -T c:\temp hanging login box?

    we run the syteline clients from a couple of citrix boxes, and that's where we are pointing the temp folder.
  2. E

    -T c:\temp hanging login box?

    our .pf files have a -T switch to specify a temp directory. but sometimes when people login to syteline, right after login, the screen just hangs. anyone else see this ?? any fixes ?? thanks
  3. E

    How i can compile a .p to work in syteline

    it's been a while, but try the following: login into syteline. file -> progress -> query ----------- DISCONNECT database. ----------- hit F2 to compile then ----------- COMPILE c:/whatever.p SAVE v6FRAME. ----------- that will create a .r file for you.
  4. E

    WARNING: "-l exceeded." and "-D limit exceeded"

    I think we got it. There were some out dated .pf files on two of our citrix boxes that were missing a "-T c:\temp" line. so the temp files for the users were getting sent across a WAN link to another site. the delays in reading/writing the files were causing the syteline errors to show.
  5. E

    WARNING: "-l exceeded." and "-D limit exceeded"

    we've been getting these error messages lately. 14:25:05 SRV 4: WARNING: -D limit exceeded. Auto incrementing to 225. (5410) 14:25:05 SRV 4: Previous message sent on behalf of user 295. (5512) 14:25:05 SRV 4: Registry error 5: Could not create the 'PROGRESS' key for the Event...
  6. E

    Progress 9.1b performance & speed up

    at least i got a laugh out of it. thanks :)
  7. E

    Progress 9.1b performance & speed up

    we have a consultant team that we work with for some programming help when needed. we also are currently planning an upgrade of syteline to 8 along with obviously upgrading the database at that time. in the meantime, I am just seeing if there is anything that can be done. but this also...
  8. E

    Progress 9.1b performance & speed up

    it's more of a general maintenance question if anything. the hardware in the server is fine, and the o/s is running without any problems. just wasn't sure if doing anything like a re-index would help processing times of some of the larger reports that get run against the db.
  9. E

    Progress 9.1b performance & speed up

    is the only way to increase the speed, performance and decrease the size of the database we use for syteline, to do a dump and reload of the database ? are there any utilities or command lines to run against the database to help it out ? ie: re-indexing or anything like that ? thanks
  10. E

    changing format on a total line

    we have two columns on a report, Sales, and Cost of Sales. When displayed on the report the word "TOTAL" is displayed to the right of the fields. is there a way to move the "TOTAL" word to the other side of the totals? the reason being that the word as is, gets cut off when...
  11. E

    Debugging:

    how does the upgrade work with custom menu's, reports, etc ? and do you know if there is a change in the table structures of the database at all ?
  12. E

    can't update background queue

    we have a process that is stuck in "Running" in our background queue, but it really isn't running. when we try to update the record, it says it's locked. any ideas?
  13. E

    Debugging:

    I understand about the age of it, and honestly I am stuck there for now. The users are content with it, and to put the through 6 months of testing would be more of a pain if anything because the current system is working fine. I was just asking for help of debugging it. And since I have...
  14. E

    Debugging:

    i'm just looking into debugging .p files from syteline, and i grabbed one as an example. i don't have syteline installed on my machine, but i copied the .p files to my machine and opened it in a debugger the error: ** Could not understand line 406 (196) the code it errors on: def...
  15. E

    Nightly Processing/Batch, What is it doing ?

    ~~~ proutil.bat ~~~ @echo off if "%DLC%"=="" set DLC=C:\DLC set PROSQL_ENABLE_UNSUPPORTED_FEATURES=Y type "%DLC%"\version "%DLC%\bin\_proutil" %1 %2 %3 %4 %5 %6 %7 %8 %9 ---------------------------------- our support provider for the syteline / progress helped us configure all this...
Top