Search results

  1. ForEachInvoiceDelete

    Cgiip Vs Wsisa

    So we are on 11.7 and have reverted production back to webspeed due to some PAS issues. (Locking agents not releasing connections). Webspeed is fine but we are sorely missing the performance increases PAS gave us. A request via PAS would take 100ms, but via webspeed it takes 500ms. We are...
  2. ForEachInvoiceDelete

    Progress To Sql Data Replication

    Can you reword the question so its understandable. I would be guessing at what you need otherwise.
  3. ForEachInvoiceDelete

    Question Licensing Impact

    I tutted to myself and closed my browser.
  4. ForEachInvoiceDelete

    Error Getting Html Plain Text In Html Mapping Webspeed Application

    We had an issue in 11.7 where progress have decided to wrap everything in a new header. Broke our old web speed application.
  5. ForEachInvoiceDelete

    Replication In 11.7

    !! Brilliant. Thanks for finding that hidden nugget of information. ill play around with setting these.
  6. ForEachInvoiceDelete

    Replication In 11.7

    OpenEdge 11.7 Documentation I found this. I still dont see how to create a replication set!/Target Synchronisation/Inter-Agent Communication Am i being blind, stupid or a combination of both?
  7. ForEachInvoiceDelete

    Replication In 11.7

    Yeah that would be great. Cant find anything in the documentation still! Ill probably set up a Progress communities login later tonight. My progress ID doesnt seem to be working either! :D
  8. ForEachInvoiceDelete

    Replication In 11.7

    Im trying to turn on the new "Inter-Agent Communication" or "Target Sync". It seems to have multiple names depending on what part of the documentation you find. Cant for the life of me find anything about turning it on. Just that you need it and its amazing. Anyone point me in the right...
  9. ForEachInvoiceDelete

    Database Pruning Please Help

    Do as my name suggests.
  10. ForEachInvoiceDelete

    Question Table Partitioning

    Got any unused fields that have an index? ;) I can take a look next week to see if this is possible without schema changing. If you can modify an existing partition policy it should be.
  11. ForEachInvoiceDelete

    Querying From A Linked Server On An Indexed Date Range Seems To Force Table Scan

    If the same query runs fine in ABL, try running "UPDATE STATISTICS" from your odbc SQL editor. OpenEdge 11.7 Documentation You can specify a table or just run as is to do your entire database. Might be your SQL-92 needs to re-optimize itself after you have added index's etc. You will notice...
  12. ForEachInvoiceDelete

    Question Table Partitioning

    Not currently at work (week off, hurray!) so cant get you exact examples, but you can set up a SQL rule to move data between table partitions based on criteria. Link below for 11.7 but i did this with 11.6.3 so you should be fine. OpenEdge 11.7 Documentation 1. Add a new integer field to your...
  13. ForEachInvoiceDelete

    Sql Queries Against Progress Database.

    Ah okay i must be going crazy then :) Not suprising! Thanks all.
  14. ForEachInvoiceDelete

    Sql Queries Against Progress Database.

    off topic: Also i was reading one of your presentations on ABP earlier today. Very informative.
  15. ForEachInvoiceDelete

    Sql Queries Against Progress Database.

    No i double posted :( Is anything available that did similar or am i going crazy? Dataserver?
  16. ForEachInvoiceDelete

    Sql Queries Against Progress Database.

    11.6.3 on redhat. using dev studio to connect to progress database via JDBC. Our c# developer wrote some SQL queries and when that piece of "software" is being ran it forces the CPU usage up to 100% and slows everything down. This person no longer works here. Im using the SQL Editor in DB...
  17. ForEachInvoiceDelete

    Webspeed Application Is Very Slow

    You're at the point you need to employ a consultant. I am serious here. If you cant go any further by yourself you are way out of your depth. If you were paying me, i would do the following in this order. 1. Tell you to upgrade, repeatedly. When you didn't listen, i would do the following...
Back
Top