Search results

  1. R

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

    @johnheggie Unfortunately, I'm not with that team now and don't remember how it was solved. I'll try to ask my friend that was more involved in that case, but as far I remember it was something very trivial.
  2. R

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

    That is also what first came to my mind, but that was what we checked first. We also tried to simulate that and made compilation with only needed databases, and then statically and dynamically connect additional databases, but that is working well and we don't have any issues. If we will get...
  3. R

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

    Any suggestion? Startup parameters? Memory leaks? We increasing and extending logging level, but it occurs only on live environment, so we cannot do that instantly.
  4. R

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

    Yes, we also experience that on this construction NEXT-VALUE(sequenceName, dbName) but we don't have anywhere implemented construction NEXT-VALUE( dbName.sequenceName ) We will try that with new release but I don't think that this might be the case. Additionally, there is no difference whether I...
  5. R

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

    Hi Tom. If You try You'll notice that Progress didn't bother to give a correct message. Static NEXT-VALUE gives that message. Try disconnecting DB with static function. There is just one message
  6. R

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

    Hi. Strange thing. On PASOE we are started to getting 12747 error on NEXT-VALUE(tableseq) line. It's not happening in other environments but on PASOE, and not always. It's a random issue. We are using 12.8.1 version. Clarifying, table do not have a create or write triggers assigned. Tables and...
  7. R

    Database schema diagram generator for drawio.com 1.0

    This is very first version of database schema diagram generator to be used with draw.io a free diagram drawing platform. I always missed tool to graphically display database schema, what could be very useful for documenting or on boarding new developer, so I made one by myself. It's very first...
Back
Top