2018 May 31 7:59 AM
The issue has occurred in a C-Folder functionality , where we are getting more than 20,000 dumps a day from multiple user Ids. We have contacted the user to ask what actions are performed by them. None of them were using the system . Please find the ST22 dump details .
We are also having logs in SM58 . The status says "An exception has occurred "
when we tried to debug that log , the log vanishes from the queue . Is it a issue where the FM is over running by itself ??? What could be possible errors here? How can dumps and logs generate even when the user is not doing anything . Please note there is no background jobs here which can do so . Please help 😞
2018 May 31 12:18 PM
As cleary stated in the dump, authorization failure triggered the error. When executing the FM yourself (debug mode) your user is authorized, so it will perform successfully.
NB: Did you already look for some background job that would periodically try to execute the tRFC in error? (Look for a program such as RSARFCEX)
2018 May 31 12:18 PM
As cleary stated in the dump, authorization failure triggered the error. When executing the FM yourself (debug mode) your user is authorized, so it will perform successfully.
NB: Did you already look for some background job that would periodically try to execute the tRFC in error? (Look for a program such as RSARFCEX)
2018 May 31 12:30 PM
Yes Raymond , we checked and found that the job is not causing nay error and this issue is coming from the last two days. We asked the user and he is saying that he hasn't even logged into the system then how come we have a dump with this ID . Like this many users are complaining .
2018 May 31 2:34 PM
There is an origin date (date of first FM execution, initial call of FM) in ARFCSSTATE table
But it's hidden in a technical field (ARFCRESERV, length 255) that you should map in a program (to an ARFCRESERV type structure) to get some human-readable data (subfields QDATE and QTIME)
NB: A background job calling report RSARFCEX won't dump or raise an error, as retry of FM call will be performed out of the job, else it would stop at first error...)
2018 Jun 01 5:32 AM
I bow to your technical expertise. 🙂
Looking forward to your threads/replies/comments...religiously.
K.Kiran.