Best Of
Re: Is the following patch is ready to download and apply??
Thanks Rahul and Somashekar for quick reply and guidiance…..🙂
Re: ETPAT-AT requires p6880880_111000_Linux-x86-64.zip. Where is it?
If you can not download "p6880800_111000_Linux-x86-64.zip"
refer to
How to Request Software Media when it is Unavailable on the Oracle Software Delivery Cloud Site (Doc ID 1071023.1)
Re: ETPAT-AT requires p6880880_111000_Linux-x86-64.zip. Where is it?
Hi
you can find it here :
Re: How to clear Final Status transactions on the sub ledger Period Close Exception report
This post was most helpful; there was a space issue on the database due to other job running longer than expected.
Re: How to clear Final Status transactions on the sub ledger Period Close Exception report
The DBA has identified that another scheduler job was causing an issue, in terms of space.
Re: Query to see "days until next password change"
Thanks Everybody for sharing these replies, I really appreciate them! I will check and see how they work and come back here with the feedback.
Regards,
Charles
Re: How to find Scheduled request set programs and their parameters in Oracle EBS?
For newbies (and if you don't know the request ID) comment that first condition out, and then modify the program name condition. For example:
and fcp.user_concurrent_program_name like 'ERAU%'
Re: Single Sign On solution for Siebel
Hello @User_E92Q6,
You can review below documents that helps about SSO Implementations
Siebel And Identity Cloud Service (IDCS) Integration (Doc ID 2826764.2)
Siebel SSO Integration With Microsoft Azure Active Directory (Doc ID 2682571.1)
Hope this clarifies your queries in related to SSO implementation.
Regards,
Mallik Kalluri
Re: We get an error on ExcelToCI as Run time error
Hi,
Please see if below is helpful else open SR in correct group for which you are using excel to CI.
The application of Microsoft Security patches appear to have invalidated two “temp” files that Microsoft Office uses when Excel is opened.
This prevents the Macros for “Journal Uploads” and “Excel to CI” from executing.
Please follow below steps to fix the issue, if it's due to application Microsoft Security patch:
- Deleting the MSForms.exd from any Temp subfolder in the user's profile via Windows Explorer
C:\Users[user.name]\AppData\Local\Temp\Excel8.0\MSForms.exd
C:\Users[user.name]\AppData\Local\Temp\VBE\MSForms.exd
C:\Users[user.name]\AppData\Local\Temp\Word8.0\MSForms.exd. - Retest opening the JRNL1 file
- If issue still occurs, try shutting down and restarting the client machine.
Trust Center settings for Active X are:
- Prompt me before enabling… Radio button selected.
- Safe Mode checkbox selected
Macros:
- Enable All Macros (last radio button)
- Trust Access to VBA project checkbox selected.
Either the user or their admin needs to ensure the settings are set appropriately. Otherwise, the macro code will not be executed.
Thanks,
Deepa.
Re: Query to see "days until next password change"
From the last update of Bruno you can also do the following: it's good to have a check on which users are potential candidates based on the filters already supplied (and avoid hardcoded values where possible), but you should also run queries to find which accounts have large password life times … this for as much as it is not visible from for example the above query, but typically you can create another query to put focus on actual settings of the password life time value itself (ignoring when last actual password reset), so you'd have a query with a different sorting column as here you're looking for accounts that have abnormal (high) or no password life time.

