Question
CGI
IN
Last activity: 16 Oct 2018 12:03 EDT
Inbound Email with Large attachment is not displaying in attachment tab of newly created case
Inbound Email with Large attachment is not displaying in attachment tab of newly created case. Sometimes it does not create case also.
Do we have any configuration in PEGA 7.1.7.
Thanks in Advance!
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
-
Like (0)
Supuni Nimeshika -
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
CGI
IN
Solution in below url
Pegasystems Inc.
US
Are there errors in the log when this issue occurs?
Enabling debug on the following class will provide you with some data in the logs regarding incoming emails that may be helpful in troubleshooting this:
com.pega.pegarules.integration.engine.internal.services.email.EmailListener
Infosys
AU
This would require some investigation and troubleshooting. Trace the service rule to check what might be happening . Verify the attachment pages.
CGI
IN
Thanks.
How can we trace inbound email with attachment?
CGI
IN
Thanks in Advance!
Can someone guide me how to debug the issue.
Pegasystems Inc.
IN
Hi
Please try to trace the listener following this video guide : https://community.pega.com/video-library/support-guide-how-trace-listener
Also as suggested by Nick, you need to enable debugger on com.pega.pegarules.integration.engine.internal.services.email.EmailListener
CGI
IN
Thanks Santanu,
I will debug and update.
CGI
IN
Currently large attachments to email are not attaching to case or not creating new case.
Where do we configure file size in Pega 7.1.7? if yes, how?
Thanks in Advance!
CGI
IN
Currently large attachments to email are not attaching to case or not creating new case.
Where do we configure file size in Pega 7.1.7? if yes, how?
Thanks in Advance!
Techmahindra
IN
Hello Rajasekhar,
Please find below the information that is available in the help topic under 'System Limits and maximums'. I have taken from PRPC 7.2 help. In earlier versions it is limited to 25 megabytes only.
You cannot attach a file larger than 1 gigabyte to a work item. Similarly, this limit applies when using the Upload button on Rule-File-Text, Rule-File-Binary, and Rule-File-eForm rule forms, and with the Upload button on the Import landing page tab. You can enforce a higher or lower limit on your system by changing the value for the Initialization/MaximumFileUploadSizeMB parameter in the prconfig.xml file or Dynamic System Setting.
Regards,
Shanthini Charles
CGI
IN
Thanks........
We are creating case from Email with Large attachments.
Where do we configure the size for Email attachment file size limitation?
Thanks in Advance!
Techmahindra
IN
Hello Rajashekhar,
Thanks for your response.
However I am confused by your requirement.
Initially i understood that when creating a case and trying to attach an attachment which is too large system fails in doing so.
Now this line "We are creating case from Email with Large attachments." of yours confuse me. How are you creating a case from Email?
Regards,
Shanthini Charles
CGI
IN
Hi Shanthini,
We are creating case in Pega from Inbound Email. Inbound Email is having large files attached. Which is cause problem, sometimes it
- does creates case
- create case but email attachments are not attached to case.
Query: Do we configure in Pega the size of file attached to inbound email. If Yes, where?
Pegasystems Inc.
IN
Hi,
Find this new KR article: https://collaborate.pega.com/discussion/troubleshooting-common-email-issues
CGI
IN
Thanks I will check information regarding attachment size issue.
-
Luis Fernando Orellana
CGI
IN
I am not able to find any information related to size of Email attachment restriction.
Can someone guide us...........
CGI
IN
I am not able to find any information related to size of Email attachment restriction.
Can someone guide us...........
Carelon Global Solutions India LLP
IN
Hi Rajasekhar,
I am not sure whether the below link will be helpful for you or not as it does not specifically speaks about email attachments. However, it implies the entire email size as can be listed under Services/EmailMaxSize of the process tab in an email listener.
https://community.pega.com/sites/default/files/help_v722/procomhelpmain.htm
Thanks,
Praveen
CGI
IN
Thanks Praveen,
As per Maximum Email Size (KB) - If a value is specified, the listener does not attempt to process email messages larger than this value.
In our case sometimes Email listener is processing the inbound email and creating a case but not attaching the email large attachment to the case.
CGI
IN
Thanks Praveen,
As per Maximum Email Size (KB) - If a value is specified, the listener does not attempt to process email messages larger than this value.
In our case sometimes Email listener is processing the inbound email and creating a case but not attaching the email large attachment to the case.
CGI
IN
As per Maximum Email Size (KB) - If a value is specified, the listener does not attempt to process email messages larger than this value.
In our case sometimes Email listener is processing the inbound email and creating a case but not attaching the email large attachment to the case
CGI
IN
As per Maximum Email Size (KB) - If a value is specified, the listener does not attempt to process email messages larger than this value.
In our case sometimes Email listener is processing the inbound email and creating a case but not attaching the email large attachment to the case
Pegasystems Inc.
US
Hi Rajasekhar,
Have you created an SR for this issue? Seems like you have exhausted all resources and maybe it is time to get this in front of our support staff.
CGI
IN
Currently, cases are created with attachments. If it happens again, we will raise SR.
But still we are not able to find the issue..................
Accepted Solution
CGI
IN
Solution in below url