Re: $PROCESS$ Set Fields

2007-12-03 Thread arthurj
Seems to be resolved on Patch 23 of version 6.3 on the Windows platform.
Haven't had the time to see if this is true for Solaris.

Arthur


arthurj wrote:
 
 Carey,
 The OS is Solaris 8
 Shell is ksh
 
 AJ
 
 
 Carey Matthew Black wrote:
 
 Arthurj,
 
 What OS is the $PROCESS$ running on?
 What shell is the $PROCESS$ running in?
 
 -- 
 Carey Matthew Black
 Remedy 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 ARSlist:Where
 the Answers Are
 
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Filter-%24PROCESS%24-Set-Fields-tf4535665.html#a14144115
Sent from the ARS (Action Request System) mailing list archive at Nabble.com.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: Where the Answers Are


Re: $PROCESS$ Set Fields (Using Visual Basic or Batch File)

2007-10-16 Thread Pierson, Shawn
Mark,

It sounds like you need to modify your Active Link Run Process
Directory.  If you go into the Admin tool and look at the Server
Information on the File menu, and go to the Advanced tab, it will be
listed there.  Just keep in mind that changing it affects all the items
that you run via Run Process commands.

Shawn Pierson

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Latta
Sent: Tuesday, October 16, 2007 2:07 PM
To: arslist@ARSLIST.ORG
Subject: $PROCESS$ Set Fields (Using Visual Basic or Batch File)


**

Listers,



Has anyone successfully used the $PROCESS$ Set Fields action
with the output of a Visual Basic 2005 executable file?  I get the
dreaded ARERR 1603 error.  I could use a code snippet to see how the
exit status code and return value need to be coded.



I could also use a quick sample of a batch file that produces an
output that I can capture with the $PROCESS$ Set Fields action.



Here is what I tried:



batch.bat:

echo hello



Set Fields action:

$PROCESS$ C:\temp\batch.bat



Field Value:

D:\Program Files\AR System\Userecho hello

hello



Why do I get the first line D:\Program Files... and how do I
avoid it without a REPLACE kluge?



Thanks in advance.



- Mark

__20060125___This posting was submitted with
HTML in it___


Private and confidential as detailed a
href=http://www.sug.com/disclaimers/default.htm#Mail;here/a.  If you cannot 
access hyperlink, please e-mail sender.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the 
Answers Are


Re: $PROCESS$ Set Fields (Using Visual Basic or Batch File)

2007-10-16 Thread Mark Latta
Michael,

Perfect!  That solved the problem relating to the batch file.  Now I
just need to get it working with my executable VB program.

 

- Mark



From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Durrant, Michael M. - ITSD
Sent: Tuesday, October 16, 2007 1:58 PM
To: arslist@ARSLIST.ORG
Subject: Re: $PROCESS$ Set Fields (Using Visual Basic or Batch File)

 

Mark,

It's printing ALL output from your bat file.  Include the following
line at the top of your file and you should get the desired result:

 

@echo off

 

This suppresses all of the prompt info you'd normally see.

 

Michael

 



From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Latta
Sent: Tuesday, October 16, 2007 1:07 PM
To: arslist@ARSLIST.ORG
Subject: $PROCESS$ Set Fields (Using Visual Basic or Batch File)

** 

Listers,

 

Has anyone successfully used the $PROCESS$ Set Fields action with the
output of a Visual Basic 2005 executable file?  I get the dreaded ARERR
1603 error.  I could use a code snippet to see how the exit status code
and return value need to be coded.

 

I could also use a quick sample of a batch file that produces an output
that I can capture with the $PROCESS$ Set Fields action.

 

Here is what I tried:

 

batch.bat:

echo hello

 

Set Fields action:

$PROCESS$ C:\temp\batch.bat

 

Field Value:

D:\Program Files\AR System\Userecho hello 

hello

 

Why do I get the first line D:\Program Files... and how do I avoid it
without a REPLACE kluge?

 

Thanks in advance.

 

- Mark

__20060125___This posting was submitted with HTML in
it___ The information contained in this email may be privileged,
confidential or otherwise protected from disclosure.  All persons are
advised that they may face penalties under state and federal law for
sharing this information with unauthorized individuals.  If you received
this email in error, please reply to the sender that you have received
this information in error.  Also, please delete this email after
replying to the sender. 

__20060125___This posting was submitted with HTML in
it___

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the 
Answers Are


Re: $PROCESS$ Set Fields (Using Visual Basic or Batch File)

2007-10-16 Thread Mark Latta
Shawn,

That was a great bit of information that I didn't know about.  I checked
the Advanced tab and the Active Link Run Process Directory field is
blank.  According to the Remedy Administrator Help active link processes
can run from any directory if this field is blank.

 

- Mark



From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Pierson, Shawn
Sent: Tuesday, October 16, 2007 1:20 PM
To: arslist@ARSLIST.ORG
Subject: Re: $PROCESS$ Set Fields (Using Visual Basic or Batch File)

 

Mark,

 

It sounds like you need to modify your Active Link Run Process
Directory.  If you go into the Admin tool and look at the Server
Information on the File menu, and go to the Advanced tab, it will be
listed there.  Just keep in mind that changing it affects all the items
that you run via Run Process commands.

 

Shawn Pierson

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Latta
Sent: Tuesday, October 16, 2007 2:07 PM
To: arslist@ARSLIST.ORG
Subject: $PROCESS$ Set Fields (Using Visual Basic or Batch File)

** 

Listers,

 

Has anyone successfully used the $PROCESS$ Set Fields action
with the output of a Visual Basic 2005 executable file?  I get the
dreaded ARERR 1603 error.  I could use a code snippet to see how the
exit status code and return value need to be coded.

 

I could also use a quick sample of a batch file that produces an
output that I can capture with the $PROCESS$ Set Fields action.

 

Here is what I tried:

 

batch.bat:

echo hello

 

Set Fields action:

$PROCESS$ C:\temp\batch.bat

 

Field Value:

D:\Program Files\AR System\Userecho hello 

hello

 

Why do I get the first line D:\Program Files... and how do I
avoid it without a REPLACE kluge?

 

Thanks in advance.

 

- Mark

__20060125___This posting was submitted with
HTML in it___ 

Private and confidential as detailed here
http://www.sug.com/disclaimers/default.htm#Mail . If you cannot access
hyperlink, please e-mail sender. 

__20060125___This posting was submitted with HTML in
it___

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the 
Answers Are


Re: $PROCESS$ Set Fields (Using Visual Basic or Batch File)

2007-10-16 Thread Joe D'Souza
Are you getting any errors when running your VB executable using the
$PROCESS$? If so what is the error?

Joe D'Souza
  -Original Message-
  From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] Behalf Of Mark Latta
  Sent: Tuesday, October 16, 2007 4:21 PM
  To: arslist@ARSLIST.ORG
  Subject: Re: $PROCESS$ Set Fields (Using Visual Basic or Batch File)


  **
  Michael,

  Perfect!  That solved the problem relating to the batch file.  Now I just
need to get it working with my executable VB program.



  - Mark



--

  From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Durrant, Michael M. - ITSD
  Sent: Tuesday, October 16, 2007 1:58 PM
  To: arslist@ARSLIST.ORG
  Subject: Re: $PROCESS$ Set Fields (Using Visual Basic or Batch File)



  Mark,

  It's printing ALL output from your bat file.  Include the following
line at the top of your file and you should get the desired result:



  @echo off



  This suppresses all of the prompt info you'd normally see.



  Michael





--

  From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Latta
  Sent: Tuesday, October 16, 2007 1:07 PM
  To: arslist@ARSLIST.ORG
  Subject: $PROCESS$ Set Fields (Using Visual Basic or Batch File)

  **

  Listers,



  Has anyone successfully used the $PROCESS$ Set Fields action with the
output of a Visual Basic 2005 executable file?  I get the dreaded ARERR 1603
error.  I could use a code snippet to see how the exit status code and
return value need to be coded.



  I could also use a quick sample of a batch file that produces an output
that I can capture with the $PROCESS$ Set Fields action.



  Here is what I tried:



  batch.bat:

  echo hello



  Set Fields action:

  $PROCESS$ C:\temp\batch.bat



  Field Value:

  D:\Program Files\AR System\Userecho hello

  hello



  Why do I get the first line “D:\Program Files…” and how do I avoid it
without a REPLACE kluge?



  Thanks in advance.



  - Mark

No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.488 / Virus Database: 269.14.13/1074 - Release Date: 10/16/2007
2:14 PM


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the 
Answers Are


Re: $PROCESS$ Set Fields (Using Visual Basic or Batch File) - RESOLVED

2007-10-16 Thread Mark Latta
Everyone,

Thanks for your help.  I got the batch file working with Michael's help.
After getting the VB executable working on the client I moved it to the
server and it is working there as well with input parameters.  It seems
the Set Field action is happy reading in the Echo output from a batch
file.  Similarly, the Set Field action is just as happy with the
console.write and console.writeline output commands from VB.  It looks
like the exit status code is handled automatically when the executable
program finishes.

 

- Mark



From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Joe D'Souza
Sent: Tuesday, October 16, 2007 2:54 PM
To: arslist@ARSLIST.ORG
Subject: Re: $PROCESS$ Set Fields (Using Visual Basic or Batch File)

 

Are you getting any errors when running your VB executable using the
$PROCESS$? If so what is the error?

 

Joe D'Souza

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] Behalf Of Mark Latta
Sent: Tuesday, October 16, 2007 4:21 PM
To: arslist@ARSLIST.ORG
Subject: Re: $PROCESS$ Set Fields (Using Visual Basic or Batch
File)

** 

Michael,

Perfect!  That solved the problem relating to the batch file.
Now I just need to get it working with my executable VB program.

 

- Mark





From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Durrant, Michael M. - ITSD
Sent: Tuesday, October 16, 2007 1:58 PM
To: arslist@ARSLIST.ORG
Subject: Re: $PROCESS$ Set Fields (Using Visual Basic or Batch
File)

 

Mark,

It's printing ALL output from your bat file.  Include the
following line at the top of your file and you should get the desired
result:

 

@echo off

 

This suppresses all of the prompt info you'd normally see.

 

Michael

 





From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Latta
Sent: Tuesday, October 16, 2007 1:07 PM
To: arslist@ARSLIST.ORG
Subject: $PROCESS$ Set Fields (Using Visual Basic or Batch File)

** 

Listers,

 

Has anyone successfully used the $PROCESS$ Set Fields action
with the output of a Visual Basic 2005 executable file?  I get the
dreaded ARERR 1603 error.  I could use a code snippet to see how the
exit status code and return value need to be coded.

 

I could also use a quick sample of a batch file that produces an
output that I can capture with the $PROCESS$ Set Fields action.

 

Here is what I tried:

 

batch.bat:

echo hello

 

Set Fields action:

$PROCESS$ C:\temp\batch.bat

 

Field Value:

D:\Program Files\AR System\Userecho hello 

hello

 

Why do I get the first line D:\Program Files... and how do I
avoid it without a REPLACE kluge?

 

Thanks in advance.

 

- Mark

__20060125___This posting was submitted with HTML in
it___

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the 
Answers Are


Re: $PROCESS$ Set Fields

2007-09-28 Thread Brian Gillock
What kind of field are you putting the info into?  Maybe it's the field that
has the limit?


Brian

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of arthurj
Sent: Friday, September 28, 2007 11:56 AM
To: arslist@ARSLIST.ORG
Subject: $PROCESS$ Set Fields

Hi,
I am trying to do a Set Field Action for a Field - Qualifier with $PROCESS$
cat /tmp/a.out and when the content of file a.out is more than around 4K,
Qualifier field contains only the first 4K of file a.out.
Is this some limitation on a $PROCESS$ command?

Thanks,
AJ 
-- 
View this message in context:
http://www.nabble.com/%24PROCESS%24-Set-Fields-tf4535665.html#a12944451
Sent from the ARS (Action Request System) mailing list archive at
Nabble.com.


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the
Answers Are

No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.488 / Virus Database: 269.13.33/1034 - Release Date: 9/27/2007
5:00 PM
 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.488 / Virus Database: 269.13.33/1034 - Release Date: 9/27/2007
5:00 PM
 

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the 
Answers Are


Re: $PROCESS$ Set Fields

2007-09-28 Thread arthurj
I am setting the value into Field - Qualifier which is unlimited (zero length
at DB)


Brian Gillock-2 wrote:
 
 What kind of field are you putting the info into?  Maybe it's the field
 that
 has the limit?
 
 
 Brian
 
 -Original Message-
 From: Action Request System discussion list(ARSList)
 [mailto:[EMAIL PROTECTED] On Behalf Of arthurj
 Sent: Friday, September 28, 2007 11:56 AM
 To: arslist@ARSLIST.ORG
 Subject: $PROCESS$ Set Fields
 
 Hi,
 I am trying to do a Set Field Action for a Field - Qualifier with
 $PROCESS$
 cat /tmp/a.out and when the content of file a.out is more than around 4K,
 Qualifier field contains only the first 4K of file a.out.
 Is this some limitation on a $PROCESS$ command?
 
 Thanks,
 AJ 
 -- 
 View this message in context:
 http://www.nabble.com/%24PROCESS%24-Set-Fields-tf4535665.html#a12944451
 Sent from the ARS (Action Request System) mailing list archive at
 Nabble.com.
 
 
 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where
 the
 Answers Are
 
 No virus found in this incoming message.
 Checked by AVG Free Edition. 
 Version: 7.5.488 / Virus Database: 269.13.33/1034 - Release Date:
 9/27/2007
 5:00 PM
  
 
 No virus found in this outgoing message.
 Checked by AVG Free Edition. 
 Version: 7.5.488 / Virus Database: 269.13.33/1034 - Release Date:
 9/27/2007
 5:00 PM
  
 
 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where
 the Answers Are
 
 

-- 
View this message in context: 
http://www.nabble.com/Filter-%24PROCESS%24-Set-Fields-tf4535665.html#a12945929
Sent from the ARS (Action Request System) mailing list archive at Nabble.com.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the 
Answers Are


Re: $PROCESS$ Set Fields

2007-09-28 Thread Joe D'Souza
Some databases have column limitation. Is this an Oracle database? Oracle
databases generally shouldn't have column limitations as they would store 0
length fields in a CLOB field.

What's your database? You might want to check up with your DBA if your
database allows for more than 4k worth of data in that field..

Joe D'Souza

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] Behalf Of arthurj
Sent: Friday, September 28, 2007 2:20 PM
To: arslist@ARSLIST.ORG
Subject: Re: $PROCESS$ Set Fields


I am setting the value into Field - Qualifier which is unlimited (zero
length at DB)


Brian Gillock-2 wrote:

 What kind of field are you putting the info into?  Maybe it's the field
that has the limit?


 Brian

 -Original Message-
 From: Action Request System discussion list(ARSList)
 [mailto:[EMAIL PROTECTED] On Behalf Of arthurj
 Sent: Friday, September 28, 2007 11:56 AM
 To: arslist@ARSLIST.ORG
 Subject: $PROCESS$ Set Fields

 Hi,
 I am trying to do a Set Field Action for a Field - Qualifier with
 $PROCESS$
 cat /tmp/a.out and when the content of file a.out is more than around 4K,
 Qualifier field contains only the first 4K of file a.out.
 Is this some limitation on a $PROCESS$ command?

 Thanks,
 AJ
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.488 / Virus Database: 269.13.33/1034 - Release Date: 9/27/2007
5:00 PM

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the 
Answers Are


Re: $PROCESS$ Set Fields

2007-09-28 Thread Brian Gillock
I’m having a similar issue on an Oracle database, but instead of truncating,
mine is rejecting completely.

 

From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Joe D'Souza
Sent: Friday, September 28, 2007 1:47 PM
To: arslist@ARSLIST.ORG
Subject: Re: $PROCESS$ Set Fields

 

** 

Some databases have column limitation. Is this an Oracle database? Oracle
databases generally shouldn't have column limitations as they would store 0
length fields in a CLOB field.

 

What's your database? You might want to check up with your DBA if your
database allows for more than 4k worth of data in that field..

 

Joe D'Souza

 

-Original Message-
From: Action Request System discussion list(ARSList) [HYPERLINK
mailto:arslist@ARSLIST.ORGmailto:[EMAIL PROTECTED] Behalf Of arthurj
Sent: Friday, September 28, 2007 2:20 PM
To: arslist@ARSLIST.ORG
Subject: Re: $PROCESS$ Set Fields


I am setting the value into Field - Qualifier which is unlimited (zero
length at DB)


Brian Gillock-2 wrote:

 What kind of field are you putting the info into?  Maybe it's the field
that has the limit?


 Brian

 -Original Message-
 From: Action Request System discussion
__20060125___This posting was submitted with HTML in
it___

No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.488 / Virus Database: 269.13.33/1034 - Release Date: 9/27/2007
5:00 PM


No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.488 / Virus Database: 269.13.33/1034 - Release Date: 9/27/2007
5:00 PM
 

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the 
Answers Are


Re: $PROCESS$ Set Fields

2007-09-28 Thread arthurj
Yes the DB is Oracle 9i. 
Clients will soon be moving to 10g.


Brian Gillock-2 wrote:
 
 I’m having a similar issue on an Oracle database, but instead of
 truncating,
 mine is rejecting completely.
 
  
 
 From: Action Request System discussion list(ARSList)
 [mailto:[EMAIL PROTECTED] On Behalf Of Joe D'Souza
 Sent: Friday, September 28, 2007 1:47 PM
 To: arslist@ARSLIST.ORG
 Subject: Re: $PROCESS$ Set Fields
 
  
 
 ** 
 
 Some databases have column limitation. Is this an Oracle database? Oracle
 databases generally shouldn't have column limitations as they would store
 0
 length fields in a CLOB field.
 
  
 
 What's your database? You might want to check up with your DBA if your
 database allows for more than 4k worth of data in that field..
 
  
 
 Joe D'Souza
 
  
 
 -Original Message-
 From: Action Request System discussion list(ARSList) [HYPERLINK
 mailto:arslist@ARSLIST.ORGmailto:[EMAIL PROTECTED] Behalf Of
 arthurj
 Sent: Friday, September 28, 2007 2:20 PM
 To: arslist@ARSLIST.ORG
 Subject: Re: $PROCESS$ Set Fields
 
 
 I am setting the value into Field - Qualifier which is unlimited (zero
 length at DB)
 
 
 Brian Gillock-2 wrote:

 What kind of field are you putting the info into?  Maybe it's the field
 that has the limit?


 Brian

 -Original Message-
 From: Action Request System discussion
 __20060125___This posting was submitted with HTML in
 it___
 
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.5.488 / Virus Database: 269.13.33/1034 - Release Date:
 9/27/2007
 5:00 PM
 
 
 No virus found in this outgoing message.
 Checked by AVG Free Edition. 
 Version: 7.5.488 / Virus Database: 269.13.33/1034 - Release Date:
 9/27/2007
 5:00 PM
  
 
 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where
 the Answers Are
 
 

-- 
View this message in context: 
http://www.nabble.com/Filter-%24PROCESS%24-Set-Fields-tf4535665.html#a12946575
Sent from the ARS (Action Request System) mailing list archive at Nabble.com.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the 
Answers Are


Re: $PROCESS$ Set Fields

2007-09-28 Thread arthurj
When I open the form on which the field exists in ARS, I am able to save
more than 4k of content into that field.


arthurj wrote:
 
 
 Yes the DB is Oracle 9i. 
 Clients will soon be moving to 10g.
 
 
 Brian Gillock-2 wrote:
 
 I’m having a similar issue on an Oracle database, but instead of
 truncating,
 mine is rejecting completely.
 
  
 
 From: Action Request System discussion list(ARSList)
 [mailto:[EMAIL PROTECTED] On Behalf Of Joe D'Souza
 Sent: Friday, September 28, 2007 1:47 PM
 To: arslist@ARSLIST.ORG
 Subject: Re: $PROCESS$ Set Fields
 
  
 
 ** 
 
 Some databases have column limitation. Is this an Oracle database? Oracle
 databases generally shouldn't have column limitations as they would store
 0
 length fields in a CLOB field.
 
  
 
 What's your database? You might want to check up with your DBA if your
 database allows for more than 4k worth of data in that field..
 
  
 
 Joe D'Souza
 
  
 
 -Original Message-
 From: Action Request System discussion list(ARSList) [HYPERLINK
 mailto:arslist@ARSLIST.ORGmailto:[EMAIL PROTECTED] Behalf Of
 arthurj
 Sent: Friday, September 28, 2007 2:20 PM
 To: arslist@ARSLIST.ORG
 Subject: Re: $PROCESS$ Set Fields
 
 
 I am setting the value into Field - Qualifier which is unlimited (zero
 length at DB)
 
 
 Brian Gillock-2 wrote:

 What kind of field are you putting the info into?  Maybe it's the field
 that has the limit?


 Brian

 -Original Message-
 From: Action Request System discussion
 __20060125___This posting was submitted with HTML in
 it___
 
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.5.488 / Virus Database: 269.13.33/1034 - Release Date:
 9/27/2007
 5:00 PM
 
 
 No virus found in this outgoing message.
 Checked by AVG Free Edition. 
 Version: 7.5.488 / Virus Database: 269.13.33/1034 - Release Date:
 9/27/2007
 5:00 PM
  
 
 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where
 the Answers Are
 
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Filter-%24PROCESS%24-Set-Fields-tf4535665.html#a12946669
Sent from the ARS (Action Request System) mailing list archive at Nabble.com.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the 
Answers Are


Re: $PROCESS$ Set Fields

2007-09-28 Thread arthurj
If it allows me to save more than 4k from the form, I wonder why a Filter Set
Field Action would prevent me from saving more than 4k


arthurj wrote:
 
 
 When I open the form on which the field exists in ARS, I am able to save
 more than 4k of content into that field.
 
 
 arthurj wrote:
 
 
 Yes the DB is Oracle 9i. 
 Clients will soon be moving to 10g.
 
 
 Brian Gillock-2 wrote:
 
 I’m having a similar issue on an Oracle database, but instead of
 truncating,
 mine is rejecting completely.
 
  
 
 From: Action Request System discussion list(ARSList)
 [mailto:[EMAIL PROTECTED] On Behalf Of Joe D'Souza
 Sent: Friday, September 28, 2007 1:47 PM
 To: arslist@ARSLIST.ORG
 Subject: Re: $PROCESS$ Set Fields
 
  
 
 ** 
 
 Some databases have column limitation. Is this an Oracle database?
 Oracle
 databases generally shouldn't have column limitations as they would
 store 0
 length fields in a CLOB field.
 
  
 
 What's your database? You might want to check up with your DBA if your
 database allows for more than 4k worth of data in that field..
 
  
 
 Joe D'Souza
 
  
 
 -Original Message-
 From: Action Request System discussion list(ARSList) [HYPERLINK
 mailto:arslist@ARSLIST.ORGmailto:[EMAIL PROTECTED] Behalf Of
 arthurj
 Sent: Friday, September 28, 2007 2:20 PM
 To: arslist@ARSLIST.ORG
 Subject: Re: $PROCESS$ Set Fields
 
 
 I am setting the value into Field - Qualifier which is unlimited (zero
 length at DB)
 
 
 Brian Gillock-2 wrote:

 What kind of field are you putting the info into?  Maybe it's the field
 that has the limit?


 Brian

 -Original Message-
 From: Action Request System discussion
 __20060125___This posting was submitted with HTML in
 it___
 
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.5.488 / Virus Database: 269.13.33/1034 - Release Date:
 9/27/2007
 5:00 PM
 
 
 No virus found in this outgoing message.
 Checked by AVG Free Edition. 
 Version: 7.5.488 / Virus Database: 269.13.33/1034 - Release Date:
 9/27/2007
 5:00 PM
  
 
 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where
 the Answers Are
 
 
 
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Filter-%24PROCESS%24-Set-Fields-tf4535665.html#a12946766
Sent from the ARS (Action Request System) mailing list archive at Nabble.com.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the 
Answers Are


Re: $PROCESS$ Set Fields

2007-09-28 Thread Carey Matthew Black
Arthurj,

What OS is the $PROCESS$ running on?
What shell is the $PROCESS$ running in?

-- 
Carey Matthew Black
Remedy 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 ARSlist:Where the 
Answers Are


Re: $PROCESS$ Set Fields

2007-09-28 Thread arthurj
Carey,
The OS is Solaris 8
Shell is ksh

AJ


Carey Matthew Black wrote:
 
 Arthurj,
 
 What OS is the $PROCESS$ running on?
 What shell is the $PROCESS$ running in?
 
 -- 
 Carey Matthew Black
 Remedy 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 ARSlist:Where
 the Answers Are
 
 

-- 
View this message in context: 
http://www.nabble.com/Filter-%24PROCESS%24-Set-Fields-tf4535665.html#a12947288
Sent from the ARS (Action Request System) mailing list archive at Nabble.com.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:Where the 
Answers Are