Best Of
Re: Large response to REGISTER due to multiple Contact headers
Hello J
under sip-config there is parameter called "sip-message-len" , with a default value of 4096 .
Have a look at it and if needed try to increase it , then just make a test .
Personally I never changed it because I never met a problem like yours .
Hope it helps !
Cheers
Antonio
Re: PATCH 36047272 failing with ARXTWMAI.pll compilation error
Hi,
I've flagged this thread to be moved to Receivables.
Regards!
Re: The Create Accounting process in Receivables errors for one OU
Thanks Bharat.
Appreciate your response.
Re: I do not see my operating unit to define system options in Receivables
Thank you, Bharat. It is working now.
Re: Purchase Order Approval Issue – Record Not Appearing in Approval Screen
Hi Vaibhav,
Glad to hear that the issue is resolved! Feel free to reach out to Oracle Communities or Oracle Support if you run into any more issues.
Regards,
Mahesh
Re: Requisition
Hi Oliver,
No, Oracle does not support merging multiple internal requisitions into a single one at the requisition level.
Thanks !!
Re: How to set up Privilege Delegation to sudo to oracle with shell set to /sbin/nologin
Hi,
Find the steps provided below:
1) On the target host configure sudo with no password for the user in question e.g.
visudo
<username> ALL=(ALL) NOPASSWD: ALL
2) Configure the public a private keys as per usual using "ssh-keygen".
3) On the target server
agent_inst/sysman/config/emd.properties
# EMPDP_PASSWORD_PROMPT_SUDO=MAYBE
EMPDP_PASSWORD_PROMPT_SUDO=FALSE # Add this line
(This is the key step here).
4) Restart the agent
5) Configure a global set of named credentials in the UI as per normal, but this time using the "Run Privilege" sudo and the user as oracle/root
6) Create a test file:
[oracle@apem16 ~]$ ls -l test
-rw------- 1 oracle oracle 33 Sep 10 00:58 test
[oracle@apem16 ~]$ cat test
This is an oracle read only file
6) Create a simple job using the named ssh key credentials to confirm your steps are correct.
Display the read only test file would be a good test:
cat /home/oracle/test (Assumes your runas in step 5 was oracle).
Best Regards,
Venkat
Re: Sorry - Simple SIP-Manip question
Cheers Antonio.
I must have tried every combination I could think of.
KISS always works.
Paul.
Re: Sorry - Simple SIP-Manip question
Hello Paul
give it a try to the following ER :
element-rule
name mod_from_ER
parameter-nametype uri-user-only
action replace
match-val-type any
comparison-type pattern-rule
match-value ^\+697\d{2}(.+)
new-value "+"+$1
Cheers
Antonio


