Skip to main content
Solved

Customer invoice report error

  • November 15, 2021
  • 8 replies
  • 272 views

Forum|alt.badge.img+2

After applying the UPD13 in Sandbox, we cannot preview customer invoice reports.

We did not modify the permissions.

Any idea on how to resolve this

Ifs.Fnd.FndSystemException: Explorer: An Unhandled Exception has occurred ---> Ifs.Fnd.FndSystemException: Unexpected error while calling server method PrintReport/ReportFormatRequest ---> Ifs.Fnd.FndServerFaultException: Failed executing statement (ORA-01031: insufficient privileges)

Best answer by Manoj Ruwanhewa

Hi @srkhdnnd ,

Kindly ignore that URL as it seems a internally visible one. 

But that has suggested the solution for same error as your error stack which has solved by granting permission to 'IFSSYS' user

 

 

 

 

Regards

Manoj

View original
Did this topic help you find an answer to your question?
This topic has been closed for comments

8 replies

Minoshini Fonseka
Superhero (Employee)
Forum|alt.badge.img+19

Hi @srkhdnnd ,

Can IFSAPP user view the reports.

If this issue happens for some other user, see the reports whether permission sets are granted for this user.


Manoj Ruwanhewa
Superhero (Partner)
Forum|alt.badge.img+15
  • Superhero (Partner)
  • 152 replies
  • November 15, 2021

Hi @srkhdnnd ,

I found below article in the community which suggests to 

grant permission to 'IFSSYS' user.

 

https://community.ifs.com/reporting-117/error-ora-01031-insufficient-privileges-on-previewing-reports-2797

Please try that in your case as well by running below code from plsql developer or sql developer tool

 

BEGIN
   Installation_SYS.Grant_Ifssys(TRUE);
END;  

 

Regards

Manoj


Forum|alt.badge.img+2
  • Author
  • Do Gooder
  • 2 replies
  • November 15, 2021

Thank you for you for the suggestions.

@Minoshini Fonseka , IFSAPP also results same error and other reports also cannot preview as ifsapp.

I verified the permissions for other users as well.

@Manoj Ruwanhewa  , I will try your method.

 

 


Minoshini Fonseka
Superhero (Employee)
Forum|alt.badge.img+19
Manoj Ruwanhewa wrote:

Hi @srkhdnnd ,

I found below article in the community which suggests to 

grant permission to 'IFSSYS' user.

 

https://community.ifs.com/reporting-117/error-ora-01031-insufficient-privileges-on-previewing-reports-2797

Please try that in your case as well by running below code from plsql developer or sql developer tool

 

BEGIN
   Installation_SYS.Grant_Ifssys(TRUE);
END;  

 

Regards

Manoj



@srkhdnnd : Are these Crystal layout related reports?


Forum|alt.badge.img+2
  • Author
  • Do Gooder
  • 2 replies
  • November 15, 2021

@Minoshini Fonseka , Yes we have Crystal layouts in sales reports

@Manoj Ruwanhewa , I cannot open the link in your comment


Manoj Ruwanhewa
Superhero (Partner)
Forum|alt.badge.img+15
  • Superhero (Partner)
  • 152 replies
  • Answer
  • November 15, 2021

Hi @srkhdnnd ,

Kindly ignore that URL as it seems a internally visible one. 

But that has suggested the solution for same error as your error stack which has solved by granting permission to 'IFSSYS' user

 

 

 

 

Regards

Manoj


Minoshini Fonseka
Superhero (Employee)
Forum|alt.badge.img+19

 Hi @srkhdnnd ,

If you encounter the issue with Crystal reports, you could try granting as suggested by @Manoj Ruwanhewa.

This can be resolved by granting permission to 'IFSSYS' user.

'IFSSYS' is the user who impersonates the “Foundation1 user” and therefore needs access to all related database objects. Execute the below script on database to achieve that.

BEGIN    Installation_SYS.Grant_Ifssys(TRUE); END;  

 


As another option, please check whether DATABASE_SYS.SHRINK_LOB_SEGMENTS has run recently. If so, that should be investigated separately. 


KristenGastaldo
Superhero
Forum|alt.badge.img+18

@srkhdnnd - I’ve updated your permissions and you should have access to the knowledge base now!


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings