Recent content by kirsch59

  1. K

    Webspeed Server Upgrade

    Is it possible to run OE App Server 11.6.3 against a 10.1C database?
  2. K

    Webspeed Server Upgrade

    I plan on upgrading the server that WebSpeed (10.1.C cgiip.exe) is currently running on. Does WebSpeed run on Windows Server 2012 and 2016? Is there anything I should be aware of when installing and configuring the software? I appreciate the help. Mark
  3. K

    Openxml Libraries

    When I try passing a comma separated list of buffers: input string( buffer item:handle) + "," + string( buffer customer:handle ), I get the following errors in the WebSpeed server log file and the spreadsheet is not populated: [16/07/20@14:15:18.709-0400] P-003804 T-003324 1 WS --...
  4. K

    Openxml Libraries

    How do I pass multiple Named range and buffer field mappings? How would I pass the following as one parameter? input "ItemNum = Item.ItemNum" + ",ItemName = Item.ItemName", + ",Price = Item.Price" + ",OnHand = Item.OnHand" input "CustNum = Custmer.CustNum" + ",CustName = Customer.CustName"...
  5. K

    Openxml Libraries

    I would like to create MS EXCEL files (.xlsx) from a CGI program and not use MS Office. I've been using OpenXML Libraries by DocxFactory. It works well when I use a predefined EXCEL template and a buffer handle. I would like to be able to have two tables setup in the template. Each table...
  6. K

    Question Problem Opening Excel From Browser Using Webspeed

    You are spot on. I changed the following Trust settings in EXCEL. This will be a workaround until I can make some coding changes.
  7. K

    Question Problem Opening Excel From Browser Using Webspeed

    Microsoft does Window's Updates on the second Tuesday of each month. I believe this is the update that is causing my EXCEL problem: Security Update for Microsoft Excel 2010 (KB3115322) 64-Bit Edition Installation date: ‎7/‎14/‎2016 3:04 AM Installation status: Successful Update type: Important...
  8. K

    Question Problem Opening Excel From Browser Using Webspeed

    No ghost excel.exe. The problems occurs after rebooting the PC in which it happened. Also, it happens on other PCs.
  9. K

    Question Problem Opening Excel From Browser Using Webspeed

    So I did a system restore dated 7/10/16. After the restore completed the spreadsheets open with the data in EXCEL. The MS windows update seemed to cause the problem. Any creative ideas how to solve the problem?
  10. K

    Question Problem Opening Excel From Browser Using Webspeed

    I'm running Webspeed 10.1C on a Window Server 2003. Client PC is Windows 7 pro and I.E. 11 and EXCEL 2010 Years ago I wrote a CGI program that downloads order information into EXCEL. I have the following statements output-http-header("Content-disposition","Attachment~; filename=orders.xls")...
  11. K

    Client side digital certificates with SSL

    It is my understanding that ABL does not support client side digital certificates with SSL . The web service that I'm calling requires HTTPS - client side certificates with SSL. One workaround is to use a proxy server stunnel. Stunnel will handle the SSL encryption/decryption. Does any one...
  12. K

    Web Service & HTTPS

    I tried the knowledge base solution and I received an error when trying to download the certificate which I would then manually input into OpenEdge. I tried sslc s_client -connect hostname:443 -showcerts > certs.out using proenv>sslc s_client -connect www.newlondontape.com:443...
  13. K

    Web Service & HTTPS

    I'm using WebSpeed 10.1C I was able to consume a web service and call a variety of methods using HTTP. The ISP has migrated the web service over to HTTPS. I tried using bprowsdldoc -show100style https: //XXXXX and received errors: Secure Socket Layer (SSL) failure. error code...
  14. K

    Web Service and HTTPS

    Moved thread over to Development Forum
  15. K

    Transmitting XML

    I'm running bprowsdldoc on a Windows Server 2003 R2. I'm also running 10.1c on an AIX 5.1 server. I just tried the bprowsdldoc command and it worked - all the files were written and no protrace dump. Thanks for your help.
Top