Recent content by joelbm30

  1. J

    No more resources when Disconnect a user

    thanks Cecil, I'm going to make some testing with this options.
  2. J

    No more resources when Disconnect a user

    I found this fix at the progress knowledge base ID: P3523 Title: "TCP port remains in use forever when the socket client has disappeared" Fixes: Turn the KeepAlive mechanism on with: hSocket:SET-SOCKET-OPTION("SO-KEEPALIVE","TRUE"). For socket objects created using CREATE SOCKET, the...
  3. J

    No more resources when Disconnect a user

    Hi Cecil, I have been reading about that.... I found this doc from microsoft: KeepAliveTime Key: Tcpip\Parameters Value Type: REG_DWORD—time in milliseconds Valid Range: 1–0xFFFFFFFF Default: 7,200,000 (two hours) Description: This value controls how often TCP attempts to verify...
  4. J

    No more resources when Disconnect a user

    Thank you very much, I understand much better this problem... I will working on that, and too, I will recommend to my client that upgrade his progress version.
  5. J

    No more resources when Disconnect a user

    Tomorrow, I wil connect to my customer server, who has this problem... I will activate watchdog and I hope it works for me, after that I will tell you the result with this issue...
  6. J

    No more resources when Disconnect a user

    Hi RealHeavyDude, Since my connection mode isn't a self-service client... with remote clients, the watchdog can't resolve my problem? Do I always need to wait about 30 minutes until the broker cleans up a disappeared remote client? Thanks for your reply... Regards.
  7. J

    No more resources when Disconnect a user

    Hi tamhas, I'm not using watchdog, but, I read that PROWDOG enables you to restart a dead secondary broker without shutting down the database server . It will work for any server? not only secondary?... I also read this: The Watchdog cannot detect lost remote clients because remote clients...
  8. J

    No more resources when Disconnect a user

    Hi, I hope somebody can help me with this issue... Progress 9.1e Workgroup Windows Server 2008 14 users 5 data bases with this startup parameters: -n 60 -Mn 5 -Ma 12 -Mpb1 -H VeroSvr -S Gsadmi -N TCP -ServerType 4GL also, I have a secondary broker for each db : -m3 -Ma...
  9. J

    problem printing with raw text

    I'm using a sample code to Dump raw data to printer that I found at www.global-shared.com, and works well, but the characters with accents (Words in Spanish) are changed by other characters, even changing to different character tables. I'm trying an utility called Rawprint, that is suggested...
  10. J

    Horizontal scrolling Browse

    Thank you very much, Joel
  11. J

    Horizontal scrolling Browse

    v8.3a Win NT Hii!! Is there a method or event I can I apply against a browse to force the columns to scroll to the right or left when the horizontal scroll bar is present in a browse? I'm implementing search of browse columns and all works well, but when I scroll to the left for a column...
Top