Recent content by cesaroll

  1. C

    Help with Error in Webspeed

    We´re configuring webspeed in UNIX and getting the next error: WebSpeed error from messenger process (6019) Msngr: the specified service name does not exist or has a bad format. (5825): wsbroker1 Any idea about how to fix it???
  2. C

    Why Is Progress Still Here?

    No, it's running in HP Servers, HP 9000.
  3. C

    Why Is Progress Still Here?

    Progress is a very good and stable DB, but just because it has less functionality than others. I mean, why don’t we use mainframe applications instead of Windows GUI or linux or Relational DB? Some Progress disadvantages: Progress has a lot of limitations compared with others true Relational...
  4. C

    How to execut a line of code in a char variable

    Is there a way in Progress to execute a line of code from a char variable or a string? for example: in SQL Server: exec ("select * from user") or exec (" a * b / 2") or StringVar = " a * b / 2" exec (StringVar) Thanks in advance!
  5. C

    TreeView4GL.ocx & Windows Server 2003

    I don't know, the application was developed using this treeview4gl and it's working fine, except with Windows server 2003.
  6. C

    TreeView4GL.ocx & Windows Server 2003

    This error is displayed when I run the "regsvr32 treeview4gl.ocx" command. The application works with Progress WebClient, it is installed through the web server and it installs automatically all the ocx it use. It works perfect, we have around 300 pc's with the application, and the user or...
  7. C

    TreeView4GL.ocx & Windows Server 2003

    Hi, We have an application which uses Treview4GL.ocx (ver 3.7.0.8), it works perfect in any Win 98/NT 4/2000/XP PC we have, the problem is windows Server 2003, when I try to register the ocx it shows the next error: "Run Time Error 255 at 0006A985" "LoadLibrary("Treeview4GL.ocx") failed -...
  8. C

    Db Defrag

    Hi everyone, We have a Progress 9.1d DB on HP-UX. Our original DB was defragmented using a Dump/Reload procedure, we redesign this DB and now we use some sequences in our principal tables, now the question is how can we defrag our DB without a Dump/Reload procedure? Is there any external...
  9. C

    Crystal Reports

    Thanks! I did connect to our progress development environment using Merant ODBC, but now I can't, it displays the following error: "Exceeding Permisible Number of Connections" I have enough licences available, I can connect to the DB using Provision, my question is do we need another kind...
  10. C

    Crystal Reports

    Do you know where can I find information about this? other than Progress manuals. Thanks!
  11. C

    Reporting Tool

    Hi everyone, We have Progress 9.1d (HP-UX, WebClient), we need a report tool preferably a server based tool or web based, we are thinking about Crystal Enterprise and Actuate eReporting but we do not have any idea about how they work with progress, any suggest are welcome. Thanks in advance!!
  12. C

    Crystal Reports

    Hi everyone, Is it possible to connect to My Progress / HP-Unix DB using Crystal reports? Thanks in advance!
  13. C

    Roll Back Transaction ¿?

    Hi everyone, Is there a function like 'Roll Back Transaction' in Progress? I mean, inside an a transaction maybe I could have something like this: . . . if A > B Then Do: /* Stop this process and Roll Back Transaction */ End. . . . Thanks in Advance!
  14. C

    Multithread with Progress ¿?

    I have another question, this process is a complete transaction if something fails all the process rolls back. Now with Client/Server, I mean direct connection between Client PC an Server through App Server, if the user remember something he forgot to do before this process he had the option...
  15. C

    Multithread with Progress ¿?

    Excellent, it is working now, thank you very much.
Top