Re: Add-Attachment fail on Filter

2009-12-22 Thread Rajendra Kapale
Hi,

If you are using RunProcess action in filter instead of set fields actions
then you will have to use the filter phase override naming convention i.e.
filter name must ends with '!. This causes the action to run in first phase
and allow the changes to be committed to database.

Thanks,
Rajendra

On Sun, Dec 13, 2009 at 10:41 AM, dhut...@tds.net dhut...@tds.net wrote:

  Joe D'Souza wrote:

 If it works it should work from either Run Process or the set field
 $PROCESS$..

 Set field actions are better though as they return a success or failure
 code
 to the field and you can do what you want with that result in terms of
 error
 handling..

 I think what might be interesting to check besides the filter log, is what
 gets returned as that value..

 Joe

 -Original Message-
 From: Action Request System discussion list(ARSList)
 [mailto:arsl...@arslist.org]on Behalf Of dhut...@tds.net
 Sent: Friday, December 11, 2009 3:14 PM
 To: arslist@ARSLIST.ORG
 Subject: Re: Add-Attachment fail on Filter


 Hyunkel v2.0 wrote:


 ** I'm trying now to add the attachment to the field, but guess i'm doing
 something wrong.

 For add the attachment i'm using a filter with a Run Process that calls
 for:

 $PROCESS$ PERFORM-ACTION-ADD-ATTACHMENT 536880912
 /home/remedy/fit_ftp/other.txt

 The filter is getting executed but, the attachment is not being attached
 to the field.

 Do i need to do anything, or am i missing something?

 Best Regards


 *Hugo Ruesga*
 *perotsystems*^*®*
 US  972.577.7000
 MX +52 (33) 3332.3868

 P Please consider the environment before printing this email

 /The information contained in and transferred with this electronic
 message is intended only for the recipient(s) designated above, it is
 protected by law and it may contain information which is privileged and
 confidential. If you are not the intended recipient, please do not read,
 copy, or use it, and do not disclose it to others. Please notify the sender
 of the delivery error by replying to this message, and then delete it from
 your system. //Thank you./





 I'm curious to see if the problem is both ways.  Save the file into the
 attachment field, and remove from the server.

 Add a filter the runs PERFORM-ACTION-SAVE-ATTACHMENT 536880912
 /home/remedy/fit_ftp/other.txt

 Also, have you tried running from the Run Process instead of $PROCESS$ ?

 Do you have a Db-Max-Attach-Size set in the ar.conf?


 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
 Platinum 
 Sponsor:rmisoluti...@verizon.netsponsor%3armisoluti...@verizon.netARSlist: 
 Where the Answers Are



 Yes, it should work the same unless something was done wrong.  Could be a
 good reason it is in the List...

 Since error handling was mentioned; if the $PROCESS$ is set in the
 attachment field, it should get a data type error pop up; unless we are on a
 version with error trap, and the filter has one.  I'm sure everyone looking
 at this thread would like to see the filter log.  I would not mind getting
 the filter in a def file.

 -David



 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
 Platinum 
 Sponsor:rmisoluti...@verizon.netsponsor%3armisoluti...@verizon.netARSlist: 
 Where the Answers Are


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: Add-Attachment fail on Filter

2009-12-12 Thread Carey Matthew Black
Joe,

I actually did not notice exactly what was said until your comment...

I quote:

Date: Thu, 10 Dec 2009 12:37:02 -0600
From: Hyunkel v2.0 lord_dyna...@hotmail.com
Subject: Add-Attachment fail on Filter

I'm trying now to add the attachment to the field, but guess i'm doing
something wrong.

For add the attachment i'm using a filter with a Run Process that calls for:

$PROCESS$ PERFORM-ACTION-ADD-ATTACHMENT 536880912 /home/remedy/fit_ftp/oth=
er.txt

The filter is getting executed but, the attachment is not being
attached to the field.
...


However if that is all accurate then I think the problem is that the
lord_dynasty is using the $PROCESS$ syntax inside a Run Process
action. (That will not work.)


So lord_dynasty... a few questions to try to clarify things...

Are you using a Set Field action (with the $PROCESS$ construct) or a
Run Process action?

If Set Field action the
  The set field action should be setting an INTEGER field( not the
attachment field) with the string:
$PROCESS$ PERFORM-ACTION-ADD-ATTACHMENT 536880912
/home/remedy/fit_ftp/other.txt

If you are using a Run Process action then the full string for that
action should be:
 PERFORM-ACTION-ADD-ATTACHMENT 536880912 /home/remedy/fit_ftp/other.txt

Just another thought...
If you are using a Run Process action then the filter may need to be
NON-PHASED because Run Process actions are Phase 3 actions. ( Not
sure why I did not think/say that before.)

Maybe some of that will help push you in the right direction?

-- 
Carey Matthew Black
BMC Remedy AR System Skilled Professional (RSP)
ARS = Action Request System(Remedy)

Love, then teach
Solution = People + Process + Tools
Fast, Accurate, Cheap Pick two.



On Fri, Dec 11, 2009 at 8:49 PM, Joe D'Souza jdso...@shyle.net wrote:
 If it works it should work from either Run Process or the set field
 $PROCESS$..

 Set field actions are better though as they return a success or failure code
 to the field and you can do what you want with that result in terms of error
 handling..

 I think what might be interesting to check besides the filter log, is what
 gets returned as that value..

 Joe

 -Original Message-
 From: Action Request System discussion list(ARSList)
 [mailto:arsl...@arslist.org]on Behalf Of dhut...@tds.net
 Sent: Friday, December 11, 2009 3:14 PM
 To: arslist@ARSLIST.ORG
 Subject: Re: Add-Attachment fail on Filter


 Hyunkel v2.0 wrote:
 ** I'm trying now to add the attachment to the field, but guess i'm
 doing something wrong.

 For add the attachment i'm using a filter with a Run Process that
 calls for:

 $PROCESS$ PERFORM-ACTION-ADD-ATTACHMENT 536880912
 /home/remedy/fit_ftp/other.txt

 The filter is getting executed but, the attachment is not being
 attached to the field.

 Do i need to do anything, or am i missing something?

 Best Regards


 *Hugo Ruesga*
 *perotsystems*^*®*
 US  972.577.7000
 MX +52 (33) 3332.3868

 P Please consider the environment before printing this email

 /The information contained in and transferred with this electronic
 message is intended only for the recipient(s) designated above, it is
 protected by law and it may contain information which is privileged
 and confidential. If you are not the intended recipient, please do not
 read, copy, or use it, and do not disclose it to others. Please notify
 the sender of the delivery error by replying to this message, and then
 delete it from your system. //Thank you./



 I'm curious to see if the problem is both ways.  Save the file into the
 attachment field, and remove from the server.

 Add a filter the runs PERFORM-ACTION-SAVE-ATTACHMENT 536880912
 /home/remedy/fit_ftp/other.txt

 Also, have you tried running from the Run Process instead of $PROCESS$ ?

 Do you have a Db-Max-Attach-Size set in the ar.conf?

 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
 Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: Add-Attachment fail on Filter

2009-12-12 Thread dhut...@tds.net

Joe D'Souza wrote:

If it works it should work from either Run Process or the set field
$PROCESS$..

Set field actions are better though as they return a success or failure code
to the field and you can do what you want with that result in terms of error
handling..

I think what might be interesting to check besides the filter log, is what
gets returned as that value..

Joe

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org]on Behalf Of dhut...@tds.net
Sent: Friday, December 11, 2009 3:14 PM
To: arslist@ARSLIST.ORG
Subject: Re: Add-Attachment fail on Filter


Hyunkel v2.0 wrote:
  
** I'm trying now to add the attachment to the field, but guess i'm 
doing something wrong.


For add the attachment i'm using a filter with a Run Process that 
calls for:


$PROCESS$ PERFORM-ACTION-ADD-ATTACHMENT 536880912 
/home/remedy/fit_ftp/other.txt


The filter is getting executed but, the attachment is not being 
attached to the field.


Do i need to do anything, or am i missing something?

Best Regards


*Hugo Ruesga*
*perotsystems*^*®*
US  972.577.7000
MX +52 (33) 3332.3868

P Please consider the environment before printing this email

/The information contained in and transferred with this electronic 
message is intended only for the recipient(s) designated above, it is 
protected by law and it may contain information which is privileged 
and confidential. If you are not the intended recipient, please do not 
read, copy, or use it, and do not disclose it to others. Please notify 
the sender of the delivery error by replying to this message, and then 
delete it from your system. //Thank you./






I'm curious to see if the problem is both ways.  Save the file into the 
attachment field, and remove from the server.


Add a filter the runs PERFORM-ACTION-SAVE-ATTACHMENT 536880912 
/home/remedy/fit_ftp/other.txt


Also, have you tried running from the Run Process instead of $PROCESS$ ?

Do you have a Db-Max-Attach-Size set in the ar.conf?

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are

  
Yes, it should work the same unless something was done wrong.  Could be 
a good reason it is in the List...


Since error handling was mentioned; if the $PROCESS$ is set in the 
attachment field, it should get a data type error pop up; unless we are 
on a version with error trap, and the filter has one.  I'm sure everyone 
looking at this thread would like to see the filter log.  I would not 
mind getting the filter in a def file.


-David

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: Add-Attachment fail on Filter

2009-12-11 Thread Carey Matthew Black
Hugo (or should I say Hyunkel v2.0 or maybe lord_dynasty ? It is
Friday, and I chucked about your email address. :) ),

Make sure that the field ID being used is for a Attachment Field and
not an Attachment Pool field. (The difference is like a Table Column's
field ID vs the Table Field's field ID.)

In the Admin Tool, looking at the field Properties dialog the title of
that window (at least in 6.3) should say Field Properties -
Attachment and NOT Field Properties - Attachment Pool.

You can also tell by the content of the Display tab. The Pool has
a large, grayed out Text widget on the right and the Attachment
field shows 'Data Type' = Attachment.

HTH.

-- 
Carey Matthew Black
BMC Remedy AR System Skilled Professional (RSP)
ARS = Action Request System(Remedy)

Love, then teach
Solution = People + Process + Tools
Fast, Accurate, Cheap Pick two.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: Add-Attachment fail on Filter

2009-12-11 Thread John Bibby
Hi,
I had a similar problem whilst trying to load attachments in ARS version
6.3. It would load the first attachment but not any more in the same filter
processing run. BMC told me it was a known fault and was fixed in 7.x It
wasn't! I solved it by using active links to call the filter processing for
each attachment load.
The other reason why the attachment may not save is the way the run process
line is passed to the server. Try to run filter and sql log and look at the
processing statements to make sure they conform to the syntax of the
command.

Regards

John


On Thu, 10 Dec 2009 13:04:35 -0600, Hyunkel v2.0 lord_dyna...@hotmail.com
wrote:


ARS 7.1 patch 007
Unix Server -- Solaris 10

The file is storage on the unix server.


Hugo Ruesga 
perotsystems® 
US  972.577.7000
MX +52 (33) 3332.3868
P Please consider the environment before printing this email

The information contained in and transferred with this electronic message
is intended only for the recipient(s) designated above, it is protected by
law and it may contain information which is privileged and confidential. If
you are not the intended recipient, please do not read, copy, or use it, and
do not disclose it to others. Please notify the sender of the delivery error
by replying to this message, and then delete it from your system. Thank you.






Date: Thu, 10 Dec 2009 12:42:25 -0600
From: tony.worthing...@kohls.com
Subject: Re: Add-Attachment fail on Filter
To: arslist@ARSLIST.ORG

**
What version and patch?  Bugs around
this process...



Tony Worthington
| Sr. Technical Analyst |
Kohl’s Department Stores

N56 W17000 Ridgewood Drive | Menomonee Falls,
WI  53051 | office: (262) 703-7763 | e-mail: tony.worthing...@kohls.com








From:
Hyunkel v2.0 lord_dyna...@hotmail.com

To:
arslist@ARSLIST.ORG

Date:
12/10/2009 12:38 PM

Subject:
Add-Attachment fail on Filter

Sent by:
Action Request System discussion
list(ARSList) arslist@ARSLIST.ORG








** 

I'm trying now to add the attachment to
the field, but guess i'm doing something wrong.



For add the attachment i'm using a filter with a Run Process that calls
for:



$PROCESS$ PERFORM-ACTION-ADD-ATTACHMENT 536880912
/home/remedy/fit_ftp/other.txt



The filter is getting executed but, the attachment is not being attached
to the field.



Do i need to do anything, or am i missing something?



Best Regards





Hugo Ruesga 

perotsystems®


US  972.577.7000

MX +52 (33) 3332.3868

P
Please consider the environment
before printing this email

The information contained
in and transferred with this electronic message is intended only for the
recipient(s) designated above, it is protected by law and it may contain
information which is privileged and confidential. If you are not the
intended
recipient, please do not read, copy, or use it, and do not disclose it
to others. Please notify the sender of the delivery error by replying to
this message, and then delete it from your system. Thank you.










Cuida tu aguinaldo y tus cuentas bancarias,
OTTO
te enseña cómo.

_Platinum Sponsor: rmisoluti...@verizon.net ARSlist: Where
the Answers Are_ 


CONFIDENTIALITY NOTICE: 

This is a transmission from Kohl's Department Stores, Inc.

and may contain information which is confidential and proprietary.

If you are not the addressee, any disclosure, copying or distribution or
use of the contents of this message is expressly prohibited.

If you have received this transmission in error, please destroy it and
notify us immediately at 262-703-7000.



CAUTION:

Internet and e-mail communications are Kohl's property and Kohl's reserves
the right to retrieve and read any message created, sent and received. 
Kohl's reserves the right to monitor messages by authorized Kohl's
Associates at any time

without any further consent.


CONFIDENTIALITY NOTICE: 

This is a transmission from Kohl's Department Stores, Inc.

and may contain information which is confidential and proprietary.

If you are not the addressee, any disclosure, copying or distribution or
use of the contents of this message is expressly prohibited.

If you have received this transmission in error, please destroy it and
notify us immediately at 262-703-7000.



CAUTION:

Internet and e-mail communications are Kohl's property and Kohl's reserves
the right to retrieve and read any message created, sent and received. 
Kohl's reserves the right to monitor messages by authorized Kohl's
Associates at any time

without any further consent.


CONFIDENTIALITY NOTICE: 

This is a transmission from Kohl's Department Stores, Inc.

and may contain information which is confidential and proprietary.

If you are not the addressee, any disclosure, copying or distribution or
use of the contents of this message is expressly prohibited.

If you have received this transmission in error, please destroy it and
notify us immediately at 262-703-7000.



CAUTION:

Internet and e-mail communications are Kohl's property and Kohl's reserves
the right to retrieve and read any

Re: Add-Attachment fail on Filter

2009-12-11 Thread Hyunkel v2.0

LOL! That happens when your mail was created by a friend... Nevermind, I've 
already review that but the field type is te propper one. My guess is that 
there's something missing or broken in the communication between ARS and the OS.

Best Regards


Hugo Ruesga 
perotsystems® 
US  972.577.7000
MX +52 (33) 3332.3868
P Please consider the environment before printing this email

The information contained in and transferred with this electronic message is 
intended only for the recipient(s) designated above, it is protected by law and 
it may contain information which is privileged and confidential. If you are not 
the intended recipient, please do not read, copy, or use it, and do not 
disclose it to others. Please notify the sender of the delivery error by 
replying to this message, and then delete it from your system. Thank you.






 Date: Fri, 11 Dec 2009 08:22:34 -0500
 From: black@gmail.com
 Subject: Re: Add-Attachment fail on Filter
 To: arslist@ARSLIST.ORG
 
 Hugo (or should I say Hyunkel v2.0 or maybe lord_dynasty ? It is
 Friday, and I chucked about your email address. :) ),
 
 Make sure that the field ID being used is for a Attachment Field and
 not an Attachment Pool field. (The difference is like a Table Column's
 field ID vs the Table Field's field ID.)
 
 In the Admin Tool, looking at the field Properties dialog the title of
 that window (at least in 6.3) should say Field Properties -
 Attachment and NOT Field Properties - Attachment Pool.
 
 You can also tell by the content of the Display tab. The Pool has
 a large, grayed out Text widget on the right and the Attachment
 field shows 'Data Type' = Attachment.
 
 HTH.
 
 -- 
 Carey Matthew Black
 BMC Remedy AR System Skilled Professional (RSP)
 ARS = Action Request System(Remedy)
 
 Love, then teach
 Solution = People + Process + Tools
 Fast, Accurate, Cheap Pick two.
 
 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
 Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are
  
_
Juega y gana con Samsung y Windows Live
http://www.equipatucasa.com.mx
___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: Add-Attachment fail on Filter

2009-12-11 Thread Joe D'Souza
Hugo,

Have you tried taking filter logging? What does your filter log show?

Joe
  -Original Message-
  From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org]on Behalf Of Hyunkel v2.0
  Sent: Friday, December 11, 2009 1:48 PM
  To: arslist@ARSLIST.ORG
  Subject: Re: Add-Attachment fail on Filter


  ** LOL! That happens when your mail was created by a friend... Nevermind,
I've already review that but the field type is te propper one. My guess is
that there's something missing or broken in the communication between ARS
and the OS.

  Best Regards


  Hugo Ruesga
  perotsystems®
  US  972.577.7000
  MX +52 (33) 3332.3868

  P Please consider the environment before printing this email

  The information contained in and transferred with this electronic message
is intended only for the recipient(s) designated above, it is protected by
law and it may contain information which is privileged and confidential. If
you are not the intended recipient, please do not read, copy, or use it, and
do not disclose it to others. Please notify the sender of the delivery error
by replying to this message, and then delete it from your system. Thank you.









   Date: Fri, 11 Dec 2009 08:22:34 -0500
   From: black@gmail.com
   Subject: Re: Add-Attachment fail on Filter
   To: arslist@ARSLIST.ORG
  
   Hugo (or should I say Hyunkel v2.0 or maybe lord_dynasty ? It is
   Friday, and I chucked about your email address. :) ),
  
   Make sure that the field ID being used is for a Attachment Field and
   not an Attachment Pool field. (The difference is like a Table Column's
   field ID vs the Table Field's field ID.)
  
   In the Admin Tool, looking at the field Properties dialog the title of
   that window (at least in 6.3) should say Field Properties -
   Attachment and NOT Field Properties - Attachment Pool.
  
   You can also tell by the content of the Display tab. The Pool has
   a large, grayed out Text widget on the right and the Attachment
   field shows 'Data Type' = Attachment.
  
   HTH.
  
   --
   Carey Matthew Black
   BMC Remedy AR System Skilled Professional (RSP)
   ARS = Action Request System(Remedy)
  
   Love, then teach
   Solution = People + Process + Tools
   Fast, Accurate, Cheap Pick two.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: Add-Attachment fail on Filter

2009-12-11 Thread dhut...@tds.net

Hyunkel v2.0 wrote:
** I'm trying now to add the attachment to the field, but guess i'm 
doing something wrong.


For add the attachment i'm using a filter with a Run Process that 
calls for:


$PROCESS$ PERFORM-ACTION-ADD-ATTACHMENT 536880912 
/home/remedy/fit_ftp/other.txt


The filter is getting executed but, the attachment is not being 
attached to the field.


Do i need to do anything, or am i missing something?

Best Regards


*Hugo Ruesga*
*perotsystems*^*®*
US  972.577.7000
MX +52 (33) 3332.3868

P Please consider the environment before printing this email

/The information contained in and transferred with this electronic 
message is intended only for the recipient(s) designated above, it is 
protected by law and it may contain information which is privileged 
and confidential. If you are not the intended recipient, please do not 
read, copy, or use it, and do not disclose it to others. Please notify 
the sender of the delivery error by replying to this message, and then 
delete it from your system. //Thank you./





I'm curious to see if the problem is both ways.  Save the file into the 
attachment field, and remove from the server.


Add a filter the runs PERFORM-ACTION-SAVE-ATTACHMENT 536880912 
/home/remedy/fit_ftp/other.txt


Also, have you tried running from the Run Process instead of $PROCESS$ ?

Do you have a Db-Max-Attach-Size set in the ar.conf?

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: Add-Attachment fail on Filter

2009-12-11 Thread Joe D'Souza
If it works it should work from either Run Process or the set field
$PROCESS$..

Set field actions are better though as they return a success or failure code
to the field and you can do what you want with that result in terms of error
handling..

I think what might be interesting to check besides the filter log, is what
gets returned as that value..

Joe

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org]on Behalf Of dhut...@tds.net
Sent: Friday, December 11, 2009 3:14 PM
To: arslist@ARSLIST.ORG
Subject: Re: Add-Attachment fail on Filter


Hyunkel v2.0 wrote:
 ** I'm trying now to add the attachment to the field, but guess i'm 
 doing something wrong.

 For add the attachment i'm using a filter with a Run Process that 
 calls for:

 $PROCESS$ PERFORM-ACTION-ADD-ATTACHMENT 536880912 
 /home/remedy/fit_ftp/other.txt

 The filter is getting executed but, the attachment is not being 
 attached to the field.

 Do i need to do anything, or am i missing something?

 Best Regards


 *Hugo Ruesga*
 *perotsystems*^*®*
 US  972.577.7000
 MX +52 (33) 3332.3868

 P Please consider the environment before printing this email

 /The information contained in and transferred with this electronic 
 message is intended only for the recipient(s) designated above, it is 
 protected by law and it may contain information which is privileged 
 and confidential. If you are not the intended recipient, please do not 
 read, copy, or use it, and do not disclose it to others. Please notify 
 the sender of the delivery error by replying to this message, and then 
 delete it from your system. //Thank you./



I'm curious to see if the problem is both ways.  Save the file into the 
attachment field, and remove from the server.

Add a filter the runs PERFORM-ACTION-SAVE-ATTACHMENT 536880912 
/home/remedy/fit_ftp/other.txt

Also, have you tried running from the Run Process instead of $PROCESS$ ?

Do you have a Db-Max-Attach-Size set in the ar.conf?

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: Add-Attachment fail on Filter

2009-12-10 Thread Tony Worthington
What version and patch?  Bugs around this process...

Tony Worthington | Sr. Technical Analyst | Kohl?s Department Stores
N56 W17000 Ridgewood Drive | Menomonee Falls, WI  53051 | office: (262) 
703-7763 | e-mail: tony.worthing...@kohls.com



From:
Hyunkel v2.0 lord_dyna...@hotmail.com
To:
arslist@ARSLIST.ORG
Date:
12/10/2009 12:38 PM
Subject:
Add-Attachment fail on Filter
Sent by:
Action Request System discussion list(ARSList) arslist@ARSLIST.ORG



** 
I'm trying now to add the attachment to the field, but guess i'm doing 
something wrong.

For add the attachment i'm using a filter with a Run Process that calls 
for:

$PROCESS$ PERFORM-ACTION-ADD-ATTACHMENT 536880912 
/home/remedy/fit_ftp/other.txt

The filter is getting executed but, the attachment is not being attached 
to the field.

Do i need to do anything, or am i missing something?

Best Regards


Hugo Ruesga 
perotsystems® 
US  972.577.7000
MX +52 (33) 3332.3868
P Please consider the environment before printing this email
The information contained in and transferred with this electronic message 
is intended only for the recipient(s) designated above, it is protected by 
law and it may contain information which is privileged and confidential. 
If you are not the intended recipient, please do not read, copy, or use 
it, and do not disclose it to others. Please notify the sender of the 
delivery error by replying to this message, and then delete it from your 
system. Thank you.




Cuida tu aguinaldo y tus cuentas bancarias, OTTO te enseña cómo.
_Platinum Sponsor: rmisoluti...@verizon.net ARSlist: Where the Answers 
Are_ 

**
CONFIDENTIALITY NOTICE: 
This is a transmission from Kohl's Department Stores, Inc.
and may contain information which is confidential and proprietary.
If you are not the addressee, any disclosure, copying or distribution or use of 
the contents of this message is expressly prohibited.
If you have received this transmission in error, please destroy it and notify 
us immediately at 262-703-7000.

CAUTION:
Internet and e-mail communications are Kohl's property and Kohl's reserves the 
right to retrieve and read any message created, sent and received.  Kohl's 
reserves the right to monitor messages by authorized Kohl's Associates at any 
time
without any further consent.

**
CONFIDENTIALITY NOTICE: 
This is a transmission from Kohl's Department Stores, Inc.
and may contain information which is confidential and proprietary.
If you are not the addressee, any disclosure, copying or distribution or use of 
the contents of this message is expressly prohibited.
If you have received this transmission in error, please destroy it and notify 
us immediately at 262-703-7000.

CAUTION:
Internet and e-mail communications are Kohl's property and Kohl's reserves the 
right to retrieve and read any message created, sent and received.  Kohl's 
reserves the right to monitor messages by authorized Kohl's Associates at any 
time
without any further consent.

**
CONFIDENTIALITY NOTICE: 
This is a transmission from Kohl's Department Stores, Inc.
and may contain information which is confidential and proprietary.
If you are not the addressee, any disclosure, copying or distribution or use of 
the contents of this message is expressly prohibited.
If you have received this transmission in error, please destroy it and notify 
us immediately at 262-703-7000.

CAUTION:
Internet and e-mail communications are Kohl's property and Kohl's reserves the 
right to retrieve and read any message created, sent and received.  Kohl's 
reserves the right to monitor messages by authorized Kohl's Associates at any 
time
without any further consent.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: Add-Attachment fail on Filter

2009-12-10 Thread Hyunkel v2.0

ARS 7.1 patch 007
Unix Server -- Solaris 10

The file is storage on the unix server.


Hugo Ruesga 
perotsystems® 
US  972.577.7000
MX +52 (33) 3332.3868
P Please consider the environment before printing this email

The information contained in and transferred with this electronic message is 
intended only for the recipient(s) designated above, it is protected by law and 
it may contain information which is privileged and confidential. If you are not 
the intended recipient, please do not read, copy, or use it, and do not 
disclose it to others. Please notify the sender of the delivery error by 
replying to this message, and then delete it from your system. Thank you.






Date: Thu, 10 Dec 2009 12:42:25 -0600
From: tony.worthing...@kohls.com
Subject: Re: Add-Attachment fail on Filter
To: arslist@ARSLIST.ORG

**
What version and patch?  Bugs around
this process...



Tony Worthington
| Sr. Technical Analyst |
Kohl’s Department Stores

N56 W17000 Ridgewood Drive | Menomonee Falls,
WI  53051 | office: (262) 703-7763 | e-mail: tony.worthing...@kohls.com








From:
Hyunkel v2.0 lord_dyna...@hotmail.com

To:
arslist@ARSLIST.ORG

Date:
12/10/2009 12:38 PM

Subject:
Add-Attachment fail on Filter

Sent by:
Action Request System discussion
list(ARSList) arslist@ARSLIST.ORG








** 

I'm trying now to add the attachment to
the field, but guess i'm doing something wrong.



For add the attachment i'm using a filter with a Run Process that calls
for:



$PROCESS$ PERFORM-ACTION-ADD-ATTACHMENT 536880912 
/home/remedy/fit_ftp/other.txt



The filter is getting executed but, the attachment is not being attached
to the field.



Do i need to do anything, or am i missing something?



Best Regards





Hugo Ruesga 

perotsystems®


US  972.577.7000

MX +52 (33) 3332.3868

P
Please consider the environment
before printing this email

The information contained
in and transferred with this electronic message is intended only for the
recipient(s) designated above, it is protected by law and it may contain
information which is privileged and confidential. If you are not the intended
recipient, please do not read, copy, or use it, and do not disclose it
to others. Please notify the sender of the delivery error by replying to
this message, and then delete it from your system. Thank you.










Cuida tu aguinaldo y tus cuentas bancarias,
OTTO
te enseña cómo.

_Platinum Sponsor: rmisoluti...@verizon.net ARSlist: Where
the Answers Are_ 


CONFIDENTIALITY NOTICE: 

This is a transmission from Kohl's Department Stores, Inc.

and may contain information which is confidential and proprietary.

If you are not the addressee, any disclosure, copying or distribution or use of 
the contents of this message is expressly prohibited.

If you have received this transmission in error, please destroy it and notify 
us immediately at 262-703-7000.



CAUTION:

Internet and e-mail communications are Kohl's property and Kohl's reserves the 
right to retrieve and read any message created, sent and received.  Kohl's 
reserves the right to monitor messages by authorized Kohl's Associates at any 
time

without any further consent.


CONFIDENTIALITY NOTICE: 

This is a transmission from Kohl's Department Stores, Inc.

and may contain information which is confidential and proprietary.

If you are not the addressee, any disclosure, copying or distribution or use of 
the contents of this message is expressly prohibited.

If you have received this transmission in error, please destroy it and notify 
us immediately at 262-703-7000.



CAUTION:

Internet and e-mail communications are Kohl's property and Kohl's reserves the 
right to retrieve and read any message created, sent and received.  Kohl's 
reserves the right to monitor messages by authorized Kohl's Associates at any 
time

without any further consent.


CONFIDENTIALITY NOTICE: 

This is a transmission from Kohl's Department Stores, Inc.

and may contain information which is confidential and proprietary.

If you are not the addressee, any disclosure, copying or distribution or use of 
the contents of this message is expressly prohibited.

If you have received this transmission in error, please destroy it and notify 
us immediately at 262-703-7000.



CAUTION:

Internet and e-mail communications are Kohl's property and Kohl's reserves the 
right to retrieve and read any message created, sent and received.  Kohl's 
reserves the right to monitor messages by authorized Kohl's Associates at any 
time

without any further consent.

_Platinum Sponsor: rmisoluti...@verizon.net ARSlist: Where the Answers Are_   
  
_
Una nueva experiencia de búsqueda está aquí
http://www.bing.com/?mkt=es-MXFORM=M006IRPubl=WLHMTAGCrea=TEXT_M006IR_Bing_ES_SaveTimeClicks_1X1
___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum

Re: Add-Attachment fail on Filter

2009-12-10 Thread Joe D'Souza
Is 536880912 a Display-Only attachment field?

Does the user running the AR System on UNIX have access to the path as well
as the file to be attached?

Joe
  -Original Message-
  From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org]on Behalf Of Hyunkel v2.0
  Sent: Thursday, December 10, 2009 2:05 PM
  To: arslist@ARSLIST.ORG
  Subject: Re: Add-Attachment fail on Filter


  ** ARS 7.1 patch 007
  Unix Server -- Solaris 10

  The file is storage on the unix server.


  Hugo Ruesga
  perotsystems®
  US  972.577.7000
  MX +52 (33) 3332.3868

  P Please consider the environment before printing this email

  The information contained in and transferred with this electronic message
is intended only for the recipient(s) designated above, it is protected by
law and it may contain information which is privileged and confidential. If
you are not the intended recipient, please do not read, copy, or use it, and
do not disclose it to others. Please notify the sender of the delivery error
by replying to this message, and then delete it from your system. Thank you.











--
  Date: Thu, 10 Dec 2009 12:42:25 -0600
  From: tony.worthing...@kohls.com
  Subject: Re: Add-Attachment fail on Filter
  To: arslist@ARSLIST.ORG

  ** What version and patch?  Bugs around this process...

  Tony Worthington | Sr. Technical Analyst | Kohl’s Department Stores
  N56 W17000 Ridgewood Drive | Menomonee Falls, WI  53051 | office: (262)
703-7763 | e-mail: tony.worthing...@kohls.com


From:  Hyunkel v2.0 lord_dyna...@hotmail.com
To:  arslist@ARSLIST.ORG
Date:  12/10/2009 12:38 PM
Subject:  Add-Attachment fail on Filter
Sent by:  Action Request System discussion list(ARSList)
arslist@ARSLIST.ORG



--



  **
  I'm trying now to add the attachment to the field, but guess i'm doing
something wrong.

  For add the attachment i'm using a filter with a Run Process that calls
for:

  $PROCESS$ PERFORM-ACTION-ADD-ATTACHMENT 536880912
/home/remedy/fit_ftp/other.txt

  The filter is getting executed but, the attachment is not being attached
to the field.

  Do i need to do anything, or am i missing something?

  Best Regards


  Hugo Ruesga
  perotsystems®
  US  972.577.7000
  MX +52 (33) 3332.3868
  P Please consider the environment before printing this email
  The information contained in and transferred with this electronic message
is intended only for the recipient(s) designated above, it is protected by
law and it may contain information which is privileged and confidential. If
you are not the intended recipient, please do not read, copy, or use it, and
do not disclose it to others. Please notify the sender of the delivery error
by replying to this message, and then delete it from your system. Thank you.






--
  Cuida tu aguinaldo y tus cuentas bancarias, OTTO te enseña cómo.
  _Platinum Sponsor: rmisoluti...@verizon.net ARSlist: Where the Answers
Are_


--
  CONFIDENTIALITY NOTICE:
  This is a transmission from Kohl's Department Stores, Inc.
  and may contain information which is confidential and proprietary.
  If you are not the addressee, any disclosure, copying or distribution or
use of the contents of this message is expressly prohibited.
  If you have received this transmission in error, please destroy it and
notify us immediately at 262-703-7000.

  CAUTION:
  Internet and e-mail communications are Kohl's property and Kohl's reserves
the right to retrieve and read any message created, sent and received.
Kohl's reserves the right to monitor messages by authorized Kohl's
Associates at any time
  without any further consent.


--
  CONFIDENTIALITY NOTICE:
  This is a transmission from Kohl's Department Stores, Inc.
  and may contain information which is confidential and proprietary.
  If you are not the addressee, any disclosure, copying or distribution or
use of the contents of this message is expressly prohibited.
  If you have received this transmission in error, please destroy it and
notify us immediately at 262-703-7000.

  CAUTION:
  Internet and e-mail communications are Kohl's property and Kohl's reserves
the right to retrieve and read any message created, sent and received.
Kohl's reserves the right to monitor messages by authorized Kohl's
Associates at any time
  without any further consent.


--
  CONFIDENTIALITY NOTICE:
  This is a transmission from Kohl's Department Stores, Inc.
  and may contain information which is confidential and proprietary.
  If you are not the addressee, any disclosure

Re: Add-Attachment fail on Filter

2009-12-10 Thread Hyunkel v2.0

The field is an Attachment Field and yes the user that runs the ARS application 
is the owner of the directory and the file.

Regards


Hugo Ruesga 
perotsystems® 
US  972.577.7000
MX +52 (33) 3332.3868
P Please consider the environment before printing this email

The information contained in and transferred with this electronic message is 
intended only for the recipient(s) designated above, it is protected by law and 
it may contain information which is privileged and confidential. If you are not 
the intended recipient, please do not read, copy, or use it, and do not 
disclose it to others. Please notify the sender of the delivery error by 
replying to this message, and then delete it from your system. Thank you.






Date: Thu, 10 Dec 2009 14:33:40 -0500
From: jdso...@shyle.net
Subject: Re: Add-Attachment fail on Filter
To: arslist@ARSLIST.ORG

**







Is 536880912 a 
Display-Only attachment field?
 
Does the user 
running the AR System on UNIX have access to the path as well as the file to be 
attached?
 
Joe

  -Original Message-
From: Action Request System 
  discussion list(ARSList) [mailto:arsl...@arslist.org]on Behalf Of 
  Hyunkel v2.0
Sent: Thursday, December 10, 2009 2:05 
  PM
To: arslist@ARSLIST.ORG
Subject: Re: Add-Attachment 
  fail on Filter

** 
  
  ARS 7.1 patch 007
Unix Server -- Solaris 10

The file is storage 
  on the unix server.


  
  Hugo 
  Ruesga 
perotsystems® 
  
US  972.577.7000
MX +52 (33) 3332.3868
  P Please consider the environment before 
  printing this email
  
  The 
  information contained in and transferred with this electronic message is 
  intended only for the recipient(s) designated above, it is protected by law 
  and it may contain information which is privileged and confidential. If you 
  are not the intended recipient, please do not read, copy, or use it, and do 
  not disclose it to others. Please notify the sender of the delivery error by 
  replying to this message, and then delete it from your system. 
  Thank you.
  






  
  Date: Thu, 10 Dec 2009 12:42:25 -0600
From: 
  tony.worthing...@kohls.com
Subject: Re: Add-Attachment fail on 
  Filter
To: arslist@ARSLIST.ORG

** What 
  version and patch?  Bugs around this process... 

Tony Worthington | Sr. Technical Analyst | Kohl’s Department Stores 
N56 W17000 Ridgewood Drive | Menomonee Falls, WI  53051 | 
  office: (262) 703-7763 | e-mail: tony.worthing...@kohls.com 




  


  From: 
  Hyunkel v2.0 
lord_dyna...@hotmail.com 

  To: 
  arslist@ARSLIST.ORG 

  Date: 
  12/10/2009 12:38 PM 

  Subject: 
  Add-Attachment fail on Filter 


  Sent by: 
  Action Request System discussion 
list(ARSList) 
arslist@ARSLIST.ORG

  
  


** 
I'm trying 
  now to add the attachment to the field, but guess i'm doing something 
  wrong.

For add the attachment i'm using a filter with a Run Process 
  that calls for:

$PROCESS$ PERFORM-ACTION-ADD-ATTACHMENT 536880912 
  /home/remedy/fit_ftp/other.txt

The filter is getting executed but, 
  the attachment is not being attached to the field.

Do i need to do 
  anything, or am i missing something?

Best 
  Regards


Hugo Ruesga 
  
perotsystems® 
  
US  972.577.7000
MX +52 (33) 
  3332.3868 
P Please 
  consider the environment before printing this email 
The information contained in and 
  transferred with this electronic message is intended only for the 
recipient(s) 
  designated above, it is protected by law and it may contain information which 
  is privileged and confidential. If you are not the intended recipient, please 
  do not read, copy, or use it, and do not disclose it to others. Please notify 
  the sender of the delivery error by replying to this message, and then delete 
  it from your system. Thank you. 





  
  Cuida tu aguinaldo y tus cuentas bancarias, 
  OTTO te enseña cómo. 
_Platinum 
  Sponsor: rmisoluti...@verizon.net ARSlist: Where the Answers Are_ 


  
  CONFIDENTIALITY NOTICE: 
This is a transmission from Kohl's Department 
  Stores, Inc.
and may contain information which is confidential and 
  proprietary.
If you are not the addressee, any disclosure, copying or 
  distribution or use of the contents of this message is expressly 
  prohibited.
If you have received this transmission in error, please destroy 
  it and notify us immediately at 262-703-7000.

CAUTION:
Internet and 
  e-mail communications are Kohl's property and Kohl's reserves the right to 
  retrieve and read any message created, sent and received. Kohl's reserves the 
  right to monitor messages by authorized Kohl's Associates at any 
  time
without any further consent.

  
  CONFIDENTIALITY NOTICE: 
This is a transmission from Kohl's Department 
  Stores, Inc.
and may contain information which is confidential and 
  proprietary.
If you are not the addressee, any disclosure, copying or 
  distribution or use of the contents of this message is expressly 
  prohibited.
If you

Re: Add-Attachment fail on Filter

2009-12-10 Thread Brittain, Mark
HI Hugo

I looked in the manual and could not find any really useful information about 
this process. However I did have one thought. Have you tried it without the 
double quotes? Might try single quotes too. Just a thought

Mark


From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of Hyunkel v2.0
Sent: Thursday, December 10, 2009 3:20 PM
To: arslist@ARSLIST.ORG
Subject: Re: Add-Attachment fail on Filter

The field is an Attachment Field and yes the user that runs the ARS application 
is the owner of the directory and the file.

Regards
Hugo Ruesga
perotsystems®
US  972.577.7000
MX +52 (33) 3332.3868
P Please consider the environment before printing this email
The information contained in and transferred with this electronic message is 
intended only for the recipient(s) designated above, it is protected by law and 
it may contain information which is privileged and confidential. If you are not 
the intended recipient, please do not read, copy, or use it, and do not 
disclose it to others. Please notify the sender of the delivery error by 
replying to this message, and then delete it from your system. Thank you.





Date: Thu, 10 Dec 2009 14:33:40 -0500
From: jdso...@shyle.net
Subject: Re: Add-Attachment fail on Filter
To: arslist@ARSLIST.ORG

**
Is 536880912 a Display-Only attachment field?

Does the user running the AR System on UNIX have access to the path as well as 
the file to be attached?

Joe
-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org]on Behalf Of Hyunkel v2.0
Sent: Thursday, December 10, 2009 2:05 PM
To: arslist@ARSLIST.ORG
Subject: Re: Add-Attachment fail on Filter
** ARS 7.1 patch 007
Unix Server -- Solaris 10

The file is storage on the unix server.
Hugo Ruesga
perotsystems®
US  972.577.7000
MX +52 (33) 3332.3868
P Please consider the environment before printing this email
The information contained in and transferred with this electronic message is 
intended only for the recipient(s) designated above, it is protected by law and 
it may contain information which is privileged and confidential. If you are not 
the intended recipient, please do not read, copy, or use it, and do not 
disclose it to others. Please notify the sender of the delivery error by 
replying to this message, and then delete it from your system. Thank you.





Date: Thu, 10 Dec 2009 12:42:25 -0600
From: tony.worthing...@kohls.com
Subject: Re: Add-Attachment fail on Filter
To: arslist@ARSLIST.ORG

** What version and patch?  Bugs around this process...

Tony Worthington | Sr. Technical Analyst | Kohl's Department Stores
N56 W17000 Ridgewood Drive | Menomonee Falls, WI  53051 | office: (262) 
703-7763 | e-mail: tony.worthing...@kohls.com

From:

Hyunkel v2.0 lord_dyna...@hotmail.com

To:

arslist@ARSLIST.ORG

Date:

12/10/2009 12:38 PM

Subject:

Add-Attachment fail on Filter

Sent by:

Action Request System discussion list(ARSList) arslist@ARSLIST.ORG






**
I'm trying now to add the attachment to the field, but guess i'm doing 
something wrong.

For add the attachment i'm using a filter with a Run Process that calls for:

$PROCESS$ PERFORM-ACTION-ADD-ATTACHMENT 536880912 
/home/remedy/fit_ftp/other.txt

The filter is getting executed but, the attachment is not being attached to the 
field.

Do i need to do anything, or am i missing something?

Best Regards


Hugo Ruesga
perotsystems®
US  972.577.7000
MX +52 (33) 3332.3868
P Please consider the environment before printing this email
The information contained in and transferred with this electronic message is 
intended only for the recipient(s) designated above, it is protected by law and 
it may contain information which is privileged and confidential. If you are not 
the intended recipient, please do not read, copy, or use it, and do not 
disclose it to others. Please notify the sender of the delivery error by 
replying to this message, and then delete it from your system. Thank you.




Cuida tu aguinaldo y tus cuentas bancarias, OTTO te enseña 
cómo.http://www.ie8.com.mx/
_Platinum Sponsor: rmisoluti...@verizon.net ARSlist: Where the Answers Are_

CONFIDENTIALITY NOTICE:
This is a transmission from Kohl's Department Stores, Inc.
and may contain information which is confidential and proprietary.
If you are not the addressee, any disclosure, copying or distribution or use of 
the contents of this message is expressly prohibited.
If you have received this transmission in error, please destroy it and notify 
us immediately at 262-703-7000.

CAUTION:
Internet and e-mail communications are Kohl's property and Kohl's reserves the 
right to retrieve and read any message created, sent and received. Kohl's 
reserves the right to monitor messages by authorized Kohl's Associates at any

Re: Add-Attachment fail on Filter

2009-12-10 Thread Rick Cook
Good thought, Mark. I have seen numerous documentation bugs in that area, so 
don't take the listed syntax as gospel. 

Rick

-Original Message-
From: Brittain, Mark mbritt...@navisite.com
Date: Thu, 10 Dec 2009 15:24:05 
To: arslist@ARSLIST.ORG
Subject: Re: Add-Attachment fail on Filter

HI Hugo

I looked in the manual and could not find any really useful information about 
this process. However I did have one thought. Have you tried it without the 
double quotes? Might try single quotes too. Just a thought

Mark


From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of Hyunkel v2.0
Sent: Thursday, December 10, 2009 3:20 PM
To: arslist@ARSLIST.ORG
Subject: Re: Add-Attachment fail on Filter

The field is an Attachment Field and yes the user that runs the ARS application 
is the owner of the directory and the file.

Regards
Hugo Ruesga
perotsystems®
US  972.577.7000
MX +52 (33) 3332.3868
P Please consider the environment before printing this email
The information contained in and transferred with this electronic message is 
intended only for the recipient(s) designated above, it is protected by law and 
it may contain information which is privileged and confidential. If you are not 
the intended recipient, please do not read, copy, or use it, and do not 
disclose it to others. Please notify the sender of the delivery error by 
replying to this message, and then delete it from your system. Thank you.





Date: Thu, 10 Dec 2009 14:33:40 -0500
From: jdso...@shyle.net
Subject: Re: Add-Attachment fail on Filter
To: arslist@ARSLIST.ORG

**
Is 536880912 a Display-Only attachment field?

Does the user running the AR System on UNIX have access to the path as well as 
the file to be attached?

Joe
-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org]on Behalf Of Hyunkel v2.0
Sent: Thursday, December 10, 2009 2:05 PM
To: arslist@ARSLIST.ORG
Subject: Re: Add-Attachment fail on Filter
** ARS 7.1 patch 007
Unix Server -- Solaris 10

The file is storage on the unix server.
Hugo Ruesga
perotsystems®
US  972.577.7000
MX +52 (33) 3332.3868
P Please consider the environment before printing this email
The information contained in and transferred with this electronic message is 
intended only for the recipient(s) designated above, it is protected by law and 
it may contain information which is privileged and confidential. If you are not 
the intended recipient, please do not read, copy, or use it, and do not 
disclose it to others. Please notify the sender of the delivery error by 
replying to this message, and then delete it from your system. Thank you.





Date: Thu, 10 Dec 2009 12:42:25 -0600
From: tony.worthing...@kohls.com
Subject: Re: Add-Attachment fail on Filter
To: arslist@ARSLIST.ORG

** What version and patch?  Bugs around this process...

Tony Worthington | Sr. Technical Analyst | Kohl's Department Stores
N56 W17000 Ridgewood Drive | Menomonee Falls, WI  53051 | office: (262) 
703-7763 | e-mail: tony.worthing...@kohls.com

From:

Hyunkel v2.0 lord_dyna...@hotmail.com

To:

arslist@ARSLIST.ORG

Date:

12/10/2009 12:38 PM

Subject:

Add-Attachment fail on Filter

Sent by:

Action Request System discussion list(ARSList) arslist@ARSLIST.ORG






**
I'm trying now to add the attachment to the field, but guess i'm doing 
something wrong.

For add the attachment i'm using a filter with a Run Process that calls for:

$PROCESS$ PERFORM-ACTION-ADD-ATTACHMENT 536880912 
/home/remedy/fit_ftp/other.txt

The filter is getting executed but, the attachment is not being attached to the 
field.

Do i need to do anything, or am i missing something?

Best Regards


Hugo Ruesga
perotsystems®
US  972.577.7000
MX +52 (33) 3332.3868
P Please consider the environment before printing this email
The information contained in and transferred with this electronic message is 
intended only for the recipient(s) designated above, it is protected by law and 
it may contain information which is privileged and confidential. If you are not 
the intended recipient, please do not read, copy, or use it, and do not 
disclose it to others. Please notify the sender of the delivery error by 
replying to this message, and then delete it from your system. Thank you.




Cuida tu aguinaldo y tus cuentas bancarias, OTTO te enseña 
cómo.http://www.ie8.com.mx/
_Platinum Sponsor: rmisoluti...@verizon.net ARSlist: Where the Answers Are_

CONFIDENTIALITY NOTICE:
This is a transmission from Kohl's Department Stores, Inc.
and may contain information which is confidential and proprietary.
If you are not the addressee, any disclosure, copying or distribution or use of 
the contents of this message is expressly prohibited.
If you have received this transmission

Re: Add-Attachment fail on Filter

2009-12-10 Thread Joe D'Souza
Hugo,

I meant is it a Display-Only field? You may have created a Display-Only
attachment field instead of a data attachment field by mistake.

Worth checking..

Joe
  -Original Message-
  From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org]on Behalf Of Hyunkel v2.0
  Sent: Thursday, December 10, 2009 3:20 PM
  To: arslist@ARSLIST.ORG
  Subject: Re: Add-Attachment fail on Filter


  ** The field is an Attachment Field and yes the user that runs the ARS
application is the owner of the directory and the file.

  Regards


  Hugo Ruesga
  perotsystems®
  US  972.577.7000
  MX +52 (33) 3332.3868

  P Please consider the environment before printing this email

  The information contained in and transferred with this electronic message
is intended only for the recipient(s) designated above, it is protected by
law and it may contain information which is privileged and confidential. If
you are not the intended recipient, please do not read, copy, or use it, and
do not disclose it to others. Please notify the sender of the delivery error
by replying to this message, and then delete it from your system. Thank you.











--
  Date: Thu, 10 Dec 2009 14:33:40 -0500
  From: jdso...@shyle.net
  Subject: Re: Add-Attachment fail on Filter
  To: arslist@ARSLIST.ORG

  **
  Is 536880912 a Display-Only attachment field?

  Does the user running the AR System on UNIX have access to the path as
well as the file to be attached?

  Joe
-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org]on Behalf Of Hyunkel v2.0
Sent: Thursday, December 10, 2009 2:05 PM
To: arslist@ARSLIST.ORG
Subject: Re: Add-Attachment fail on Filter


** ARS 7.1 patch 007
Unix Server -- Solaris 10

The file is storage on the unix server.


Hugo Ruesga
perotsystems®
US  972.577.7000
MX +52 (33) 3332.3868

P Please consider the environment before printing this email

The information contained in and transferred with this electronic
message is intended only for the recipient(s) designated above, it is
protected by law and it may contain information which is privileged and
confidential. If you are not the intended recipient, please do not read,
copy, or use it, and do not disclose it to others. Please notify the sender
of the delivery error by replying to this message, and then delete it from
your system. Thank you.











Date: Thu, 10 Dec 2009 12:42:25 -0600
From: tony.worthing...@kohls.com
Subject: Re: Add-Attachment fail on Filter
To: arslist@ARSLIST.ORG

** What version and patch?  Bugs around this process...

Tony Worthington | Sr. Technical Analyst | Kohl’s Department Stores
N56 W17000 Ridgewood Drive | Menomonee Falls, WI  53051 | office: (262)
703-7763 | e-mail: tony.worthing...@kohls.com


  From:  Hyunkel v2.0 lord_dyna...@hotmail.com
  To:  arslist@ARSLIST.ORG
  Date:  12/10/2009 12:38 PM
  Subject:  Add-Attachment fail on Filter
  Sent by:  Action Request System discussion list(ARSList)
arslist@ARSLIST.ORG






**
I'm trying now to add the attachment to the field, but guess i'm doing
something wrong.

For add the attachment i'm using a filter with a Run Process that calls
for:

$PROCESS$ PERFORM-ACTION-ADD-ATTACHMENT 536880912
/home/remedy/fit_ftp/other.txt

The filter is getting executed but, the attachment is not being attached
to the field.

Do i need to do anything, or am i missing something?

Best Regards


Hugo Ruesga
perotsystems®
US  972.577.7000
MX +52 (33) 3332.3868
P Please consider the environment before printing this email
The information contained in and transferred with this electronic
message is intended only for the recipient(s) designated above, it is
protected by law and it may contain information which is privileged and
confidential. If you are not the intended recipient, please do not read,
copy, or use it, and do not disclose it to others. Please notify the sender
of the delivery error by replying to this message, and then delete it from
your system. Thank you.






Cuida tu aguinaldo y tus cuentas bancarias, OTTO te enseña cómo.
_Platinum Sponsor: rmisoluti...@verizon.net ARSlist: Where the Answers
Are_


CONFIDENTIALITY NOTICE:
This is a transmission from Kohl's Department Stores, Inc.
and may contain information which is confidential and proprietary.
If you are not the addressee, any disclosure, copying or distribution or
use of the contents

Re: Add-Attachment fail on Filter

2009-12-10 Thread Hyunkel v2.0

Thanks Mark;

I've tried that, but still not attaching the field

Best Regards


Hugo Ruesga 
perotsystems® 
US  972.577.7000
MX +52 (33) 3332.3868
P Please consider the environment before printing this email

The information contained in and transferred with this electronic message is 
intended only for the recipient(s) designated above, it is protected by law and 
it may contain information which is privileged and confidential. If you are not 
the intended recipient, please do not read, copy, or use it, and do not 
disclose it to others. Please notify the sender of the delivery error by 
replying to this message, and then delete it from your system. Thank you.






Date: Thu, 10 Dec 2009 15:24:05 -0500
From: mbritt...@navisite.com
Subject: Re: Add-Attachment fail on Filter
To: arslist@ARSLIST.ORG

**














HI Hugo
 
I looked in the manual and could not find any really useful information about 
this process. However I did have one thought. Have you tried it without the
 double quotes? Might try single quotes too. Just a thought
 
Mark
 




From: Action Request System discussion
 list(ARSList) [mailto:arsl...@arslist.org]
On Behalf Of Hyunkel v2.0

Sent: Thursday, December 10, 2009 3:20 PM

To: arslist@ARSLIST.ORG

Subject: Re: Add-Attachment fail on Filter

 
The field is an Attachment Field and yes the user that runs the ARS application 
is the owner of the directory and the file.



Regards

Hugo Ruesga


perotsystems®


US 
 972.577.7000

MX +52 (33) 3332.3868
P
Please consider the environment before printing this email

The information contained in and transferred with this electronic message is 
intended only for the recipient(s) designated
 above, it is protected by law and it may contain information which is 
privileged and confidential. If you are not the intended recipient, please do 
not read, copy, or use it, and do not disclose it to others. Please notify the 
sender of the delivery error
 by replying to this message, and then delete it from your system. Thank you.

 











  
_
Descubre Windows 7
http://www.windows.com.mx
___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are


Re: Add-Attachment fail on Filter

2009-12-10 Thread Hyunkel v2.0

Thanks Joe;

Not, It's an optional field.

Best Regards


Hugo Ruesga 
perotsystems® 
US  972.577.7000
MX +52 (33) 3332.3868
P Please consider the environment before printing this email

The information contained in and transferred with this electronic message is 
intended only for the recipient(s) designated above, it is protected by law and 
it may contain information which is privileged and confidential. If you are not 
the intended recipient, please do not read, copy, or use it, and do not 
disclose it to others. Please notify the sender of the delivery error by 
replying to this message, and then delete it from your system. Thank you.






Date: Thu, 10 Dec 2009 15:40:16 -0500
From: jdso...@shyle.net
Subject: Re: Add-Attachment fail on Filter
To: arslist@ARSLIST.ORG

**







Hugo,
 
I meant is it a 
Display-Only field? You may have created a Display-Only attachment field 
instead 
of a data attachment field by mistake.
 
Worth 
checking..
 
Joe

  -Original Message-
From: Action Request System 
  discussion list(ARSList) [mailto:arsl...@arslist.org]on Behalf Of 
  Hyunkel v2.0
Sent: Thursday, December 10, 2009 3:20 
  PM
To: arslist@ARSLIST.ORG
Subject: Re: Add-Attachment 
  fail on Filter

** 
  
  The field is an Attachment Field and yes the user that runs the ARS 
  application is the owner of the directory and the file.

Regards


  
  Hugo 
  Ruesga 
perotsystems® 
  
US  972.577.7000
MX +52 (33) 3332.3868
  P Please consider the environment before 
  printing this email
  
  The 
  information contained in and transferred with this electronic message is 
  intended only for the recipient(s) designated above, it is protected by law 
  and it may contain information which is privileged and confidential. If you 
  are not the intended recipient, please do not read, copy, or use it, and do 
  not disclose it to others. Please notify the sender of the delivery error by 
  replying to this message, and then delete it from your system. 
  Thank you.
  






  
  Date: Thu, 10 Dec 2009 14:33:40 -0500
From: jdso...@shyle.net
Subject: 
  Re: Add-Attachment fail on Filter
To: arslist@ARSLIST.ORG

** 
  Is 
  536880912 a Display-Only attachment field?
   
  Does the 
  user running the AR System on UNIX have access to the path as well as the 
file 
  to be attached?
   
  Joe
  
-Original Message-
From: Action Request System 
discussion list(ARSList) [mailto:arsl...@arslist.org]on Behalf Of 
Hyunkel v2.0
Sent: Thursday, December 10, 2009 2:05 
PM
To: arslist@ARSLIST.ORG
Subject: Re: Add-Attachment 
fail on Filter

** 

ARS 7.1 patch 007
Unix Server -- Solaris 10

The file is 
storage on the unix server.



Hugo 
Ruesga 
perotsystems® 

US  972.577.7000
MX +52 (33) 3332.3868
P Please consider the environment before 
printing this email

The 
information contained in and transferred with this electronic message is 
intended only for the recipient(s) designated above, it is protected by law 
and it may contain information which is privileged and confidential. If you 
are not the intended recipient, please do not read, copy, or use it, and do 
not disclose it to others. Please notify the sender of the delivery error 
by 
replying to this message, and then delete it from your system. 
Thank you.








Date: Thu, 10 Dec 2009 12:42:25 -0600
From: 
tony.worthing...@kohls.com
Subject: Re: Add-Attachment fail on 
Filter
To: arslist@ARSLIST.ORG

** What version and patch?  Bugs around this 
process... 

Tony 
Worthington | Sr. Technical 
Analyst | Kohl’s 
Department Stores 
N56 W17000 
Ridgewood Drive | Menomonee Falls, WI  53051 | office: (262) 703-7763 | 
e-mail: tony.worthing...@kohls.com 




  
  
From: 
Hyunkel v2.0 
  lord_dyna...@hotmail.com 
  
To: 
arslist@ARSLIST.ORG 
  
Date: 
12/10/2009 12:38 PM 
  
Subject: 
Add-Attachment fail on Filter 

  
Sent by: 
Action Request System discussion 
  list(ARSList) 
arslist@ARSLIST.ORG





** 
I'm trying 
now to add the attachment to the field, but guess i'm doing something 
wrong.

For add the attachment i'm using a filter with a Run Process 
that calls for:

$PROCESS$ PERFORM-ACTION-ADD-ATTACHMENT 536880912 
/home/remedy/fit_ftp/other.txt

The filter is getting executed but, 
the attachment is not being attached to the field.

Do i need to do 
anything, or am i missing something?

Best 
Regards


Hugo Ruesga 

perotsystems® 

US  972.577.7000
MX +52 
(33) 3332.3868 
P Please consider the environment before printing this 
email 
The information 
contained in and transferred with this electronic message is intended only 
for the recipient(s) designated above, it is protected by law and it may 
contain information

Re: Add-Attachment fail on Filter

2009-12-10 Thread Schon, Stuart
Hi, is the attachment to big

 

 

regards

 

Stuart Schon

Team Leader-Remedy

 

FUJITSU AUSTRALIA LIMITED 
Level 3, 2 Julius Avenue, North Ryde, NSW 2113, Australia
T 02 9113 9435  M 0439 475 240 

stuart.sc...@au.fujitsu.com mailto:tracy.mccorm...@au.fujitsu.com 

www.au.fujitsu.com 

 

 

From: Action Request System discussion list(ARSList) 
[mailto:arsl...@arslist.org] On Behalf Of Hyunkel v2.0
Sent: Friday, 11 December 2009 05:37
To: arslist@ARSLIST.ORG
Subject: Add-Attachment fail on Filter

 

** 

I'm trying now to add the attachment to the field, but guess i'm doing 
something wrong.

For add the attachment i'm using a filter with a Run Process that calls for:

$PROCESS$ PERFORM-ACTION-ADD-ATTACHMENT 536880912 
/home/remedy/fit_ftp/other.txt

The filter is getting executed but, the attachment is not being attached to the 
field.

Do i need to do anything, or am i missing something?

Best Regards



Hugo Ruesga 
perotsystems® 
US  972.577.7000
MX +52 (33) 3332.3868

P Please consider the environment before printing this email

The information contained in and transferred with this electronic message is 
intended only for the recipient(s) designated above, it is protected by law and 
it may contain information which is privileged and confidential. If you are not 
the intended recipient, please do not read, copy, or use it, and do not 
disclose it to others. Please notify the sender of the delivery error by 
replying to this message, and then delete it from your system. Thank you.

 

 



Cuida tu aguinaldo y tus cuentas bancarias, OTTO te enseña cómo. 
http://www.ie8.com.mx 

_Platinum Sponsor: rmisoluti...@verizon.net ARSlist: Where the Answers Are_ 



This is an email from Fujitsu Australia Limited, ABN 19 001 011 427. It is 
confidential to the ordinary user of the email address
to which it was addressed and may contain copyright and/or legally privileged 
information. No one else may read, print, store, copy
or forward all or any of it or its attachments. If you receive this email in 
error, please return to sender. Thank you.
 
If you do not wish to receive commercial email messages from Fujitsu Australia 
Limited, please email unsubscr...@au.fujitsu.com


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Areimage001.png

Re: Add-Attachment fail on Filter

2009-12-10 Thread Hyunkel v2.0

Hi Stuart:

No, The attachment field is set tu 'ulimited', and the file barely reaches 1Kb.

Best Regards


Hugo Ruesga 
perotsystems® 
US  972.577.7000
MX +52 (33) 3332.3868
P Please consider the environment before printing this email

The information contained in and transferred with this electronic message is 
intended only for the recipient(s) designated above, it is protected by law and 
it may contain information which is privileged and confidential. If you are not 
the intended recipient, please do not read, copy, or use it, and do not 
disclose it to others. Please notify the sender of the delivery error by 
replying to this message, and then delete it from your system. Thank you.






Date: Fri, 11 Dec 2009 09:39:54 +1100
From: stuart.sc...@au.fujitsu.com
Subject: Re: Add-Attachment fail on Filter
To: arslist@ARSLIST.ORG

**



















Hi,
is the attachment to big

 

 

regards

 

Stuart Schon

Team Leader-Remedy

 

FUJITSU AUSTRALIA LIMITED 

Level 3, 2 Julius Avenue, North Ryde, NSW 2113, Australia

T 02 9113 9435  M 0439 475 240 

stuart.sc...@au.fujitsu.com

www.au.fujitsu.com 



 



From:
Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On 
Behalf Of Hyunkel v2.0

Sent: Friday, 11 December 2009
05:37

To: arslist@ARSLIST.ORG

Subject: Add-Attachment fail on
Filter



 

** 

I'm trying now to
add the attachment to the field, but guess i'm doing something wrong.



For add the attachment i'm using a filter with a Run Process that calls for:



$PROCESS$ PERFORM-ACTION-ADD-ATTACHMENT 536880912
/home/remedy/fit_ftp/other.txt



The filter is getting executed but, the attachment is not being attached to the
field.



Do i need to do anything, or am i missing something?



Best Regards







Hugo
Ruesga 

perotsystems® 

US  972.577.7000

MX +52 (33) 3332.3868

P Please consider the environment before
printing this email



The information contained in and transferred with this
electronic message is intended only for the recipient(s) designated above, it
is protected by law and it may contain information which is privileged and
confidential. If you are not the intended recipient, please do not read, copy,
or use it, and do not disclose it to others. Please notify the sender of the
delivery error by replying to this message, and then delete it from your
system. Thank you.



 



 







Cuida tu aguinaldo y tus cuentas bancarias,
OTTO te enseña cómo.

_Platinum Sponsor: rmisoluti...@verizon.net ARSlist: Where the
Answers Are_ 










This is an email from Fujitsu Australia Limited, ABN 19 001 011 427. It is 
confidential to the ordinary user of the email address

to which it was addressed and may contain copyright and/or legally privileged 
information. No one else may read, print, store, copy

or forward all or any of it or its attachments. If you receive this email in 
error, please return to sender. Thank you.

 

If you do not wish to receive commercial email messages from Fujitsu Australia 
Limited, please email unsubscr...@au.fujitsu.com



_Platinum Sponsor: rmisoluti...@verizon.net ARSlist: Where the Answers Are_   
  
_
Descubre Windows 7
http://www.windows.com.mx
___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: Where the Answers Are
attachment: image001.png