Search results

  1. TomBascom

    Question Electronic signature

    First you need to define your requirements. “It” is just a little vague…
  2. TomBascom

    Question The open database table is full

    I think that you should probably be talking to Gilles @ Riverside to determine how to configure PCT for your purpose.
  3. TomBascom

    Question The open database table is full

    Have you increased -h yet?
  4. TomBascom

    Report Builder error - character field no longer in table

    That sounds like you have corrupted data feeding that drop down. Unfortunately I know nothing about Report Builder and how it is configured so that's about all that I can say.
  5. TomBascom

    Report Builder error - character field no longer in table

    The field name really starts with "?"?
  6. TomBascom

    Site registration seems to be broken

    You’d have thought wrong
  7. TomBascom

    Site registration seems to be broken

    I did. He has no magic key either.
  8. TomBascom

    What Is Meaning Here Order 20 And Order 30

    As TheMadDBA points out above- it will also impact the order of fields in EXPORT and IMPORT statements.
  9. TomBascom

    Site registration seems to be broken

    Got a reply: > I no longer actively monitor this email address, chris.kelleher@me.com
  10. TomBascom

    Site registration seems to be broken

    Until just now I did not have that email in my contacts. I have now sent a note to him.
  11. TomBascom

    Site registration seems to be broken

    I am told that site registration is not working. FWIW -- I, personally, have no ability to do anything about that. I also lack a means of contacting the site owner. The best that I can do is to post this and hope that he sees it.
  12. TomBascom

    What Is Meaning Here Order 20 And Order 30

    ORDER is logical, and can be changed, POSITION is physical and cannot be changed.
  13. TomBascom

    NEXT-VALUE throws 12747 ERROR (You must provide valid connected database name to dynamic....)

    https://community.progress.com/s/article/P80479 Maybe you have somehow managed to connect more than one database? Does your code use CONNECT statements?
  14. TomBascom

    NEXT-VALUE throws 12747 ERROR (You must provide valid connected database name to dynamic....)

    Thanks for the complete error message. I was mistaken, that IS a dynamic something. Have you tried using NEXT-VALUE( dbName.sequenceName )
  15. TomBascom

    NEXT-VALUE throws 12747 ERROR (You must provide valid connected database name to dynamic....)

    That code that you are showing is not a dynamic anything so… either the error message is erroneous or you are looking at the wrong bit of code. Seeing the full and complete error message would, of course, be helpful. And if there are multiple errors occurring please share all of them.
  16. TomBascom

    PUG Challenge 2024

    If you have been waiting on the detailed schedule - it's up!!! Prague Schedule Boston Schedule If you are already registered: Congratulations! You're going to have a great time and learn a TON about OpenEdge. If you're not registered: What? Why Not? What are you waiting for! Get to PUG...
  17. TomBascom

    Question Command to stop PAS

    On the other hand... You're doing this "so that we can backup the db". Why? Are you unaware of "probkup online"?
  18. TomBascom

    Question CIM function

    CIM is a very QAD/MFGPro specific bit of tooling. You would be better off asking in the QAD/MFGPro forum.
  19. TomBascom

    OERP with managed databases

    No. Adding dsrutil capabilities to the admin server commands (maybe “dsrman” or “rplman”) is similar to some long-standing enhancement requests though. For instance: https://openedge.ideas.aha.io/ideas/OPENEDGE-I-830
  20. TomBascom

    Question Way to delete records of table from database? (DBA related query using and utility)

    Two other common reasons for an urgent need to purge data: 1) Someone thinks that it will solve a performance problem. If that turns out to be true then the real problem is the quality of the WHERE clause or the lack of proper indexes to support that WHERE clause 2) You're hiding something...
Back
Top