Attachment Size, Max file size allowed, Compression ratio, other details.

2012-06-21 Thread Raj
Hello All, I have some questions around attachment field, and wanted to check in here with experts to understand it more clearly. 1. What is the max size of file allowed for an attachment ? Max attachment size allowed is currently set at 10MB in ar.conf. - In HPD Ticket, I was able to attach

Re: How to check attachment size?

2011-03-26 Thread Jarl Grøneng
Do a set field (the attachment field) into an integerfield. The value in the integerfield holds the size of the attachment. -- J 2011/3/25 Mark Milke mark_mi...@yahoo.com: Hello there, a web service is creating records in one of our forms. The attachment size is here is unlimited

How to check attachment size?

2011-03-25 Thread Mark Milke
Hello there, a web service is creating records in one of our forms. The attachment size is here is unlimited. In the next step I create tickets in our incident tickets. Here the attachment has a limit and I need to check the size of the attachment before the transfer from the middle form

Re: How to check attachment size?

2011-03-25 Thread Saurabh Mehta
Hi Mark, If the aim is to create the incident only if the attachment size is less than 5 MB, then you can limit the size of attachment to 5 MB in the middle form. Regards, Saurabh On 3/25/11, Mark Milke mark_mi...@yahoo.com wrote: Hello there, a web service is creating records in one of our

Re: How to check attachment size?

2011-03-25 Thread Mark Milke
Well, I could, but the requirement is to accept tickets with any size of attachment and if the attachment is to big to drop the attachment, log the fact that I'm dropping the attachment and to create the ticket. ___

Re: Need to throw custom error message on attachment size

2010-03-18 Thread Joe DeSouza
message on attachment size ** How can this be achieved. Is there any option in AL or Filter? -- Regards, Bhupesh Gupta ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug10 www.wwrug.com ARSlist

Re: Need to throw custom error message on attachment size

2010-03-18 Thread Jason Miller
I have used SQL in a set fields action to pull the file size from the attachment (B) table in the past (we showed the file size in a table field in a document library). You could do that with a filter and then throw your own error if it exceeds the threshold. The downside is that you need to

Re: Need to throw custom error message on attachment size

2010-03-12 Thread Guillaume Rheault
...@gmail.com] Sent: Thursday, March 11, 2010 6:33 AM To: arslist@ARSLIST.ORG Subject: Need to throw custom error message on attachment size ** How can this be achieved. Is there any option in AL or Filter? -- Regards, Bhupesh Gupta _Platinum Sponsor: rmisoluti...@verizon.net ARSlist: Where the Answers Are_

Re: ARS 5.12 max attachment size limitations?

2010-01-20 Thread Cecil, Ken
:01 PM To: arslist@ARSLIST.ORG Subject: ARS 5.12 max attachment size limitations? ** Anybody out there still running ARS 5.12 with Oracle 9i from a windows 2003 server, remote database? We are having a problem saving attachments larger than 5 megs. We have set the ar.cfg parameters of Db-Max

Re: ARS 5.12 max attachment size limitations?

2010-01-19 Thread Brittain, Mark
. Mark From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of davetay...@boiseinc.com Sent: Monday, January 18, 2010 6:01 PM To: arslist@ARSLIST.ORG Subject: ARS 5.12 max attachment size limitations? Anybody out there still

ARS 5.12 max attachment size limitations?

2010-01-18 Thread DaveTaylor
files verses those like word docs. Whatever we set this parameter to and restart the ARS service, it doesn't to let us save the record. The error we receive through the 5.12 user tool is error 8703, bad attachment size. If anybody has any ideas on this it would be much appreciated. Thanks Dave

Re: Getting Attachment Size

2008-04-24 Thread Steve
of bytes */ ARLocStruct loc; /* how to locate attachment content */ } ARAttachStruct; ie compressed size. In short, set fields to a char field, read from attachment field. Parse the char field to find out attachment size. Then error out on save/modify in filter if size allowed size

Getting Attachment Size

2008-04-11 Thread Frank Caruso
Is there anyway to get the size of a file in an attachment field? I would like to check the size of the file to ensure that it will fit before the user clicks Save. Thank you ___ UNSUBSCRIBE or access ARSlist Archives at

Question: Email Notification Attachment Size Limitation

2006-10-30 Thread Tyrone Dee
Title: RE: ARERR 405 exporting Display Only form to .def file ** I have a filter that sends out an email to the user with the attachment they added. I was wondering if there are an known size limitations that Remedy can handle. I know that the Exchange Server can have limitations and our

Re: Question: Email Notification Attachment Size Limitation

2006-10-30 Thread Rick Cook
** In modern (32 bit) versions of Remedy, the only limitations are at the OS level. You would run into firewall/mail server limitations well before you hit the OS limit of around 2 GB. Rick On 10/30/06, Tyrone Dee [EMAIL PROTECTED] wrote: ** I have a filter that sends out an email to the user

Re: Attachment Size

2006-07-17 Thread Tucker, Rob
System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of David YearsleySent: Monday, July 17, 2006 9:03 AMTo: arslist@ARSLIST.ORGSubject: Attachment Size ** I have a strange request to put the size of an attachment in a number field. I have been searching the documentation

Re: Attachment Size

2006-07-17 Thread McKenzie, James J C-E LCMC HQISEC/L3
Title: RE: Attachment Size ** David: This is possible as long as you know the Table name (that is where the attachments are stored in the database.) The attachment field information is stored in a Large Object datatype in Oracle. Since I work with this datatype (but what I'm going

Re: Attachment Size

2006-07-17 Thread Chris Williams
From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of David Yearsley Sent: Monday, July 17, 2006 9:03 AM To: arslist@ARSLIST.ORG Subject: Attachment Size ** I have a strange request to put the size of an attachment in a number field. I have been