Hi Experts,
I am seeing below error when my custom EBS script is trying to send email.
dmbasic: Exceed limit of 40 parameters
dmExec::ForkLaunch() process exit code: 0
dmExec::ForkLaunch() returning value: 0
Below are my findings:
In the docbase logs I see below line (note there is more to this line I have cropped it as an example)
./dmbasic -f/cfo/Documentum/docoffice/myc_html_sender.ebs -eMail -- -docbase_name "m_corpdocbase" -due_date "none" -event_name "dm_startedworkitem" …..
Total parameters passing here is more than 40 as mentioned in error above. I am not sure from where these parameters are coming. In DA's Methods tab I just see that we pass argument upto -eMail. From where are other parameter getting added ?
Is there a way for me to increase the parameter size? If not from where can I control parameters?