× Discuss on T24 Installation, Setting up the environment, TC Server, jBOSS, Package & Deployment, etc…

error in input rtn

  • assiddiqui
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
8 years 7 months ago #18002 by assiddiqui
error in input rtn was created by assiddiqui
i found below error in input routine while call on debug mode

** FATAL ERROR IN (SENSITIVE ROUTINES CALLED IN LOCAL RTNS) **

Need help on urgent basis.

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • TAFj-R20 - 'unix'
More
8 years 7 months ago #18004 by jpb
Replied by jpb on topic error in input rtn
I think only JOURNAL.UPDATE is looked upon as sensitive and forbidden to be used in a routine attached to a VERSION.

Please Log in or Create an account to join the conversation.

  • assiddiqui
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
8 years 7 months ago #18007 by assiddiqui
Replied by assiddiqui on topic error in input rtn
Thanks jpb for your reply. this issue is now gets resolved.

I need help in development, my requirement is to restrict customer at MF.ORDER level if he redeem ORDER.AMOUNT more than 100000 or 80% of its total holding, whichever is lower in a specific day, but there is no restriction of no. of transactions but the ORDER.AMOUNT should not exceed 100000 or 80% of his holding in a specific day.

Required help to complete this task.

Please Log in or Create an account to join the conversation.

  • Tissemt
  • Visitor
  • Visitor
7 years 11 months ago - 7 years 11 months ago #19457 by Tissemt
Replied by Tissemt on topic error in input rtn
Hi,

I'm new to T24.
Could you tell me how did you solve the problem please?

My routine is attached to a version as AUTH ROUTINE. A process consists on calculating some fields of the new record created through version and creating after that via OFS new record in TELLER table. the ID of TELLER record must be assigned to a field of my local application. I used in the first time OFS.GLOBUS.MANAGER so that I retrieve the TELLER record ID.

I get this error ** FATAL ERROR IN (SENSITIVE ROUTINES CALLED IN LOCAL RTNS) ** while testing on debug mode. The creation of basic record through version failed but the TELLER record is successful.

I tested in stead OFS.POST.MESSAGE, but I still get the same error.

Many thanks,
Last edit: 7 years 11 months ago by Tissemt.

Please Log in or Create an account to join the conversation.

  • Tissemt
  • Visitor
  • Visitor
7 years 11 months ago #19458 by Tissemt
Replied by Tissemt on topic error in input rtn
while I'm using OFS.GLOBUS.MANAGER and JOURNAL.UPDATE(""), the issue is resolved by adding SAVE.SENSITIVITY = SENSITIVITY to my routine :p .
I don't really anderstand what does SAVE.SENSITIVITY do but it made my day :D

it will be kind if someone can explain the role of save.sensitivity!

Thanks,

Please Log in or Create an account to join the conversation.

Time to create page: 0.108 seconds