Search results

  1. M

    Webspeed - How To Execute A Sql Stored Procedure Inside A Cgi-wrapper

    Good morning to all of you. I use OpenEdge 10.2b version. I use also WebSpeed same version. WebSpeed is installed in a Windows Server ... I ' d would know if it is possible to execute a stored procedure called SP_XYZ that resides in a SQL 2014 Bi Edition Database , in an another Windows...
  2. M

    Send A Pdf File Through Webstream Using A Cgi Wrapper Webspeed

    Good Evening Stefan... Now it works fine. I was able to call a procedure on APPSERVER and obtain size and content of bianry file. Thanks again.;)
  3. M

    Send A Pdf File Through Webstream Using A Cgi Wrapper Webspeed

    Hi Stefan. Only today i was able to have time to test that sample ..'How to send CLOB or BLOB objects in a web stream' I put a file PDF in a directory and i tried to download from a CGI Wrapper...like in the example above. I obtain message OPEN or SAVE file PDF but with both choices , program...
  4. M

    Send A Pdf File Through Webstream Using A Cgi Wrapper Webspeed

    Hi Stefan, You are right it is what i need .... I use currently GOOGLE to search PROGRESS KB Articles. I am newbie of this kind of programs...I only needed an advice. Thanks a lot !!! Regards.:):):)
  5. M

    Send A Pdf File Through Webstream Using A Cgi Wrapper Webspeed

    Hi Stefan ... Thanks for your kind reply. I will test as soon as possible your sample. I have some questions again ... I have no file PDF in my WEBSPEED Server. The sample suppose file PDF is on the disk of WEBSPEED Server. I will retrieve PDF file running a procedure .p through APPSERVER...
  6. M

    Send A Pdf File Through Webstream Using A Cgi Wrapper Webspeed

    Hi to all. I need to send a PDF File through WEBSTREAM using a CGI Wrapper ... I work with WebSpeed ... OpendEdge 10.2.B on Windows Server Our ERP is written in OpenEdge Progress 10.2.B on AIX System .. I am not an expert in WEBSPEED framework. In my CGI Wrapper i retrieve PDF File stored in...
  7. M

    Run A Procedure (.r) Compiled In Unix Inside A Webspeed Program

    After your very useful help , i was able to installa an APPSERVER,,, Using APPSERVER i was able to reuse my ERP'S business logic inside a WebSpeed CGI Wrapper. Performance are very good ... Before using APPSERVER , i was forced to run a program (.r) inside my WebSpeed Server. The same program...
  8. M

    Openedge Sql Over Partition Clause

    Thanks for your kind answer. I checked documentation ...i did not find .. Regards.
  9. M

    Openedge Sql Over Partition Clause

    Hi to all of you. I use Progress v.10.2.B on unix AIX Machine. In SQL i did not found the SELECT clause OVER PARTITION like in Sql Server... Will i have to migrate to V11. to find it ??? Regards and thanks in advance.
  10. M

    Error Timeout Expired

    Hi to all. I am using ODBC Driver v. 11.5 32 bit I use a specific DSN xyz that uses this driver to connect a Progress DB inside a SSIS integration service SQL SERVER 2014 Bi Edition. I need to pull data from a specific progress table and write records in a SQL SERVER Table. I receive ,after...
  11. M

    Run A Procedure (.r) Compiled In Unix Inside A Webspeed Program

    Thank you very much RealHeavyDude. Today i will try with my work collegue to install and configuring an APPSERVER on our test UNIX server ... Then i will try to modifiy webspeed application to invoke my procedure with statement RUN <myprocedure> ON <name of appserver> I will be very carefully...
  12. M

    Run A Procedure (.r) Compiled In Unix Inside A Webspeed Program

    If we will be able to installa an APPSERVER , after to test it works or not , i found this useful example. Is it right ??? Another question , if i run "RUN count.p ON hAppSrv." on APPSERVER xyz ,, procedure count.p will be used UNIX version o i need tocompile count,p in my Webspeed Server...or...
  13. M

    Run A Procedure (.r) Compiled In Unix Inside A Webspeed Program

    Thank you very much !!!! I will read together my system administrator db collegue. Besides i think i found a sample to connect to APPSERVER and run <myprocedure.p> on this APPSERVER. Now i will see if we will be able to install an APPSERVER on UNIX or install new Openedge Version 11.xyz on a new...
  14. M

    Run A Procedure (.r) Compiled In Unix Inside A Webspeed Program

    Thank yu very much for your kind answer- I will try to find documentation about it. Thanks again.
  15. M

    Run A Procedure (.r) Compiled In Unix Inside A Webspeed Program

    I add also that yes, Windows WebSpeed Broker are connected to the very same database on the Unix machine So i think you are right... Probably my problem is due from the programm on the Unix machine utilizing a shared memory connection whereas on the Windows machine it utilizes a remote...
  16. M

    Run A Procedure (.r) Compiled In Unix Inside A Webspeed Program

    Hi RealHeavyRude , first of all many thanks for your kin reply. I think you understood very good my problem. According your answer i can : 1) Install Opend EDGE 11.xyz VERSION on a new Windows server machine, (it should be a new WebSpeed server ),,, to override any problems about r-code...
  17. M

    Run A Procedure (.r) Compiled In Unix Inside A Webspeed Program

    Hi to all. I use an ERP written in OpenEdge PROGRESS 10.2b over a UNIX AIX Server. I use WEBSPEED in a Windows server with the same version OpenEdge Progress 10.2b I need to call a procedure written in our ERP on UNIX , inside a WebSpeed program. I need to do something like RUN <myprocedure.p>...
  18. M

    Abl - Persistent Procedure

    Thank you very much TAMHAS and all of you, I think i will do exactly what you explained me. Thanks again.
  19. M

    Abl - Persistent Procedure

    Thank you very much for all your responses. I use Progress 10.2b version on AIX Unix System. CalcPrice.p is a program that execute inside it others .p It is a 'brick' of our company's program. i have ti use it to calculate what price the company can apply to a certain customer. I need to...
  20. M

    Abl - Persistent Procedure

    Good day to all of you. My question is about PERSISTENT PROCEDURE. I have a program that for a million of records (different product) needs to retrieve a price. All calculation depends on several financial factors ..so i have a CalcPrice.p very complex. I thinked to write a program that use...
Back
Top