Search results

  1. W

    firewall ports open for webspeed

    Hi all, We are configuring a new firewall and want to lock down the ports that are only used by webspeed. Our DB server and transaction server are on our internal network. The webserver is in the DMZ which is running the messenger. I know I have to open up port 5162 for the nameserver. What are...
  2. W

    Answered html (url) to pdf with wkthml2pdf on unix

    I have a question related to wkthml2pdf. This command line utility works great for converting html to pdf but my problem is that I need to run it as command on unix (AIX) which is where webspeed transaction server resides. Has anyone successfully compiled this program to run on Unix ,or...
  3. W

    using stop-after to specify dynamic query timeout

    We just upgraded to 10.2B and I noticed they have a stop-after which allows you to specify a timeout for a block of code. What I would like to do is specify a timeout on a dynamic query. If it runs beyond a certain number of seconds I can stop the query and close. has anyone used stop-after in...
  4. W

    redirect for webspeed error page

    I've been using webspeed for quite some time and I still have never been able to get this to work correctly. How the heck can you specify your own redirect page to replace the webspeed yellow screen of death pages? We are not running everything on windows. Only the messenger is on windows so we...
  5. W

    validate dynamic query before opening query

    Occasionally i will run into dynamic query errors via web app. I would like to validate the dynamic query prior to running the query. I know you can do a NO-ERROR on the QUERY-PREPARE. Does anyone have a sample of checking the errors this way. I would rather stop the query from opening if...
  6. W

    tab delmited export

    I very rarely do tab delimited exports. In progress whats the best method. For example I can do this: output stream myfile to file.txt. for each customer: export stream myfile delimiter "~011" customer.cust-number customer.cust-name...
  7. W

    webspeed messenger on win 2008R2 with IIS7

    Just curious if any of you are using the webspeed messenger on server 2008 with IIS7. We are migrating from IIS6 on 2003 to IIS7 and curious if there are any issues? IIS7 is quite different from IIS6. Also is there a 64bit version of the messenger available? We are on 10.1C.
  8. W

    forcing alphanumeric entry

    Do any of you have a routine that checks a string is alphanumeric. Not that it contains letters or numbers, but that it contains a combination of letters and numbers. I tried this But it doesnt work well. It should work something like this: If I enter "123456" it wont pass If I enter...
  9. W

    fast method for getting total record count and counting facets within all records

    If you do a preselect with a dynamic query is there away to feed all records scanned to a prodataset prior to the repeat? We use dynamic queries to build our lookup and after doing various finds and counts we output the info to a temp table for display. The problem is that we stop the repeat...
  10. W

    dynamic query and fields with extent.

    Hi all, I am noticing when I try using dynamic queries that include fields that have an extent it will return errors. When i check the output of my message string and run it the query works fine. Is there a specific way you have to specify a field with extent when building your query string...
  11. W

    webspeed needs and update.

    Progress needs to up the ante and improve on some tools and utilities for webspeed and appserver. webspeed is just a browser interface which lets you browse your html files, compile etc. Its only useful in development mode etc. I wish they'd change webspeed to a client tool. Something that...
Top