Rocket U2 | UniVerse & UniData

 View Only
  • 1.  Abnormal termination of UniVerse. Fault type is 11. Layer type is BASIC run machine.

    Posted 12 days ago

    Have created a utility in Universe which calls python script using PyCallFunction. 

    Python script is creating the https connection and posting the request.

    This is where the Universe aborts and we receive the error: Fault type is 11. Layer type is BASIC run machine.

    Any possible solution to resolve this issue?



    ------------------------------
    Shubham Nigam
    Rocket Forum Shared Account
    ------------------------------


  • 2.  RE: Abnormal termination of UniVerse. Fault type is 11. Layer type is BASIC run machine.

    ROCKETEER
    Posted 12 days ago

    Shubham,

    Does it fail every time? 

    If so, does it fail if you call from outside of UniVerse ( Python only )

    If it is failing when you re-run the program, make sure you turn off REINIT.PYTHON, before you run the basic code the first time.



    ------------------------------
    Mike Rajkowski
    MultiValue Product Evangelist
    Rocket Internal - All Brands
    US
    ------------------------------



  • 3.  RE: Abnormal termination of UniVerse. Fault type is 11. Layer type is BASIC run machine.

    Posted 12 days ago
    Edited by Shubham Nigam 12 days ago

    I was able to figure out the issue behind this: whenever I place a DEBUG in Unibasic program which calls the PyCallFunction then it gives me an error Abnormal Termination of UniVerse. Fault type is 11. Layer type is BASIC run machine.

    As soon as I removed the DEBUG statement everything was perfect.



    ------------------------------
    Shubham Nigam
    Rocket Forum Shared Account
    ------------------------------