Search Results


Thursday, September 29, 2016

Oracle apps R12: Useful profile option

Some useful R12 Profile Options


Output/Log Viewer

This option makes the concurrent program output to be opened in the internet explorer rather than form window.

Profile Option Name: Viewer: Text      
User: Value: browser


About this page: link

It enabled the "About this Page" link at the bottom of any OAF page. This link helps to find more information about the OA Framework page.

Profile Option Name: FND: Diagnostics 
User: Value: Yes


Forms Diagnostics

To get Diagnostics menu in forms use the following profile option

Profile Option Name: Hide Diagnostics menu entry
User Value: No

Profile Option Name: Utilities:Diagnostics
User Value: Yes


Session Timeout

This one lets the user stay logged-in longer.

Profile Option Name: ICX: Session Timeout
User Value (in Minutes): 180 


ICX: Limit time


This profile option defines the maximum connection time for a connection – regardless of user activity.
If 'ICX:Session Timeout' is set to NULL, then the session will last only as long as 'ICX: Limit Time', regardless of user activity.

Profile Option Name: ICX: Limit time
User Value (in Hours): 4



Wednesday, September 28, 2016

Jdeveloper Salesforce Adapter error

This version of the client is no longer supported


One fine day I opened the jdeveloper and added a new salesforce adapter component. I selected the wsdl and entered the username, password+security key and then "booom!!".

A nasty error message "This version of the client is no longer supported.".





What the heck is wrong with jdeveloper, you worked fine for years and why are you doing this now? grrr!!.

Would you ever give me a meaningful error message?!!

Solution


After a bit of research it is same problem we had with the server. Salesforce has disabled TLSv1.0 for all the SSL communications. (Find out more information about this here SalesForce TLS 1.0 has been disabled)

Luckily the solution is simple, just add  the following in your ../jdeveloper/jdev/bin/jdev.conf file:
AddVMOption -Dhttps.protocols=TLSv1.1 


And restart the Jdeveloper.

Note: This solution should work on both Jdev 12c and 11g