Search results

  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...
  16. E

    love it

    just wanted to share that i love this site.. i don't have any experience with syteline, progress, etc, up until about 2 months ago. this site has helped me answer a lot of questions that i had. so THANKS !!!! :blush::blush::blush::blush::blush::):):):):)
  17. E

    Nightly Processing/Batch, What is it doing ?

    Since switching from a Unix DB to Windows DB, our support provider set up a script to run every night. We have noticed that some times the DB doesn't come back online after running and on those occasions, our nightly queue won't process and we will have to wait till the next day. Could...
  18. E

    SYSTEM ERROR: strent request for more than 32K.

    Hey guys, Every once in a while we start getting errors "SYSTEM ERROR: strent request for more than 32K." and it boots the user out of the session. we've been told that it's because of the version of syteline / progress and running on the Windows 2000 box. It's a known issue and the only...
  19. E

    automating shutdown and startup of queues, db's, systems, etc. ?

    really stupid question now... for syteline upgrades and/or progress upgrades. i can only assume that you can get them from the software publishers ? or are there spots around the web that might have them ?
  20. E

    automating shutdown and startup of queues, db's, systems, etc. ?

    thanks.. i'll look into the upgrading and all of that. does the table structure change in the db ?? we have a lot of custom programs that interact with syteline (reports and procedures) and those all have to work in the new versions.
Top