Search results

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

    Multithread with Progress ¿?

    PROPATH = /usr/wrk/deve/; export PROPATH # This is necessary for jobs launched by Cron TERM = VT100; export TERM I'm getting this error: "PROPATH: not found" "PROPATH^M: This is not an identifier." Also with "TERM"
  17. C

    Multithread with Progress ¿?

    It's working, I just have a question, this is my script code "test.sh": /usr/bin/mbpro dbname -N tcp -H host01 -S 9999 -p /usr/wrk/deve/test.r > test.log This is working. But when I try to use this one I get an error in PROPATH ("This is not an identifier"): PROPATH =...
  18. C

    Multithread with Progress ¿?

    Excellent, thank you!!
  19. C

    Multithread with Progress ¿?

    Ahh...., so is it possibly to run a progress process directly from the Unix Server having only an enterprise license of progress? I mean, can I execute "myprocess.r" using Telnet or a Unix Script running in the server? If so, do you have some code examples I can use? I mean syntax for executing...
  20. C

    Multithread with Progress ¿?

    <--"Put the "working message" up immediately before submitting the job and then when the results come back take the "working message" off again."--> That's exactly what I'm doing, the problem is that the screen goes to blank after some time of processing and the users start calling for...
Top