Search results

  1. N

    bad performace after restore of backup

    Hi! I have a database with blocksize 8192. I made an online backup to save the db. After that I've deleted the db, restored the backup and started all servers. Now the performace is even worse than before. Any ideas? /tia niklas
  2. N

    returning value from procedure to unix

    I'm running a procedure on AIX and want to return a value to the calling unix-script that starts the progress-procedure. The only way I found out is to put a value in a value in a file on disk. Is there no other way to return values? regards niklas
  3. N

    does group by sort the query result?

    Progress does not support to do both group by and order in an select statement inside a user defined function. Can I rely on group by does also sort my query?
  4. N

    is the new sql-engine a real sql-database

    Has anyone experince with the new sql-92 engine? Is this a real sql-database that supports stored-procedures? I now work with progress v8.2 and have a lot of problems with alias for table-names. Is this solved in the new version? I have also seen problems with using views, both in functionality...
  5. N

    group by and order by inside function using an sql-view

    I have a problem with using both group by and order by inside an user defined function. When I try to compile the code below I get error: "You cannot define a TEMP-TABLE inside a function. (6411)". If I have the code inside a main procedure it works allright aswell as if I comment the "order by"...
  6. N

    max number of progressprocs in ActiveX-proxy

    change midl compiler I tried to change the midl compiler from j++ 1.1 to visual c++ 6.0, and it worked alright then. You can read about how you change this in the section "Setting Up the Environment to Run the MIDL Compiler" in the Open Clients developers Guide.
  7. N

    max number of progressprocs in ActiveX-proxy

    NT4.0 progress 9.0b I try to compile an ActiveX proxy with 78 progress procedures. I get the error message "MIDL error 0xc0000005: unexpected compiler problem. Try to find a work around." If I remove 8 procs from the proxydefinition then the generation works fine. Is there a maximum number of...
  8. N

    AppServer-Proxy and COM problem

    solution If anyone would like to know what the error came from: If you have the server running on an other machine you have to set the CLASSPATH environmentvariable as an systemvariable. You can not set it as an userenvvar for the user running the application. It doesnt help what user you...
  9. N

    AppServer-Proxy and COM problem

    I've made a simple proxy via Proxy generator. In Visual Basic I've made a simple client that runs on an NT-workstation. On an NT-server I have a VB-serverapplication. When I try to instantiate the proxy in the VB-serverapp I get the following error: "ClassFactory cannot supply requested class"...
Top