We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
I am trying to validate a field in the cmdb_ci_server table leveraging ATF. For some reason, I can only get one choice. I have also included the screen shot below of choices. Any thoughts would be helpful.
I have a user table that has 110K plus records. I am trying to get a breakdown of a team by user. When I create a breakdown source off the sys_user table I get the following error: "This breakdown source was automatically disabled because the num...
Curious if anyone on this thread has used the newer 3.0.0 app for Self-Test Certification? There is some quirkiness about the tool that I am trying to understand like when you rescan the app after giving an explanation (even when the explanation doe...
I don't believe it is one or the other. If I am going to make an outbound REST call, I am going to set it up in "sys_rest_message". Then I will call it from where I want, including a subflow. Not sure this answers your question but will try to tak...
I realize that this response might need a little more context. Doing a cache.do will NOT clear this error. You will need to create a global fix script and run the line.
gs.invalidateCache();
Support came back and solved my issue on this one. Would not have thought clearing the cache would have fixed this, but it did. Hopefully this helps.
Solution Proposed:Clearing the cache on the instance fixed the issue.
Thank you for the reply
I don't think this is the issue. Table can and should be able to be accessed tables cross scope. Otherwise, new applications could not write to the task tables or its subordinates. This is either a misconfiguration, which a...