SQL statement error

2008-12-17 Thread Muhlethaler, Laurie
Listers ~ I am getting the following error during a SQL set fields action: ARERR [552] Failure during SQL operation to the database : The max function requires 1 argument(s). (SQL Server 174) My SQL command is listed below and I can successfully run it from SQL Server: SELECT max($PO

Re: SQL statement error

2008-12-17 Thread Kaiser, Norm E CIV USAF AFMC 96 CS/SCCE
] On Behalf Of Muhlethaler, Laurie Sent: Wednesday, December 17, 2008 1:11 PM To: arslist@ARSLIST.ORG Subject: SQL statement error ** Listers ~ I am getting the following error during a SQL set fields action: ARERR [552] Failure during SQL operation to the database : The max function requires 1

Re: SQL statement error

2008-12-17 Thread Muhlethaler, Laurie
- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Muhlethaler, Laurie Sent: Wednesday, December 17, 2008 1:11 PM To: arslist@ARSLIST.ORG Subject: SQL statement error ** Listers ~ I am getting the following error during a SQL set fields action: ARERR

Re: SQL statement error

2008-12-17 Thread Opela, Gary L CTR USAF AFMC 72 CS/SCBAH
) [mailto:arsl...@arslist.org] On Behalf Of Muhlethaler, Laurie Sent: Wednesday, December 17, 2008 1:29 PM To: arslist@ARSLIST.ORG Subject: Re: SQL statement error I'm not sure I understand. I want to auto-populate the PO Number field with the next available PO #. I would like to accomplish

AW: SQL statement error

2008-12-17 Thread Conny Martin
An: arslist@ARSLIST.ORG Betreff: Re: SQL statement error I'm not sure I understand. I want to auto-populate the PO Number field with the next available PO #. I would like to accomplish this through direct SQL rather than creating an additional field(s) and workflow? Laurie Muhlethaler

Re: SQL statement error

2008-12-17 Thread Muhlethaler, Laurie
(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Muhlethaler, Laurie Sent: Wednesday, December 17, 2008 1:29 PM To: arslist@ARSLIST.ORG Subject: Re: SQL statement error I'm not sure I understand. I want to auto-populate the PO Number field with the next available PO #. I would like to accomplish

Re: SQL statement error

2008-12-17 Thread Opela, Gary L CTR USAF AFMC 72 CS/SCBAH
discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Muhlethaler, Laurie Sent: Wednesday, December 17, 2008 1:29 PM To: arslist@ARSLIST.ORG Subject: Re: SQL statement error I'm not sure I understand. I want to auto-populate the PO Number field with the next available PO #. I would like

Re: SQL statement error

2008-12-17 Thread Opela, Gary L CTR USAF AFMC 72 CS/SCBAH
@ARSLIST.ORG Subject: Re: SQL statement error Yes - that's exactly what I'm doing. I am doing it via a Set Fields action. I don't want to do this through a Direct SQL If Action, do I? Laurie Muhlethaler Remedy Developer / Administrator On Wed, 17 Dec 2008 13:31:06 -0600, Opela, Gary L CTR USAF AFMC 72 CS

Re: SQL statement error

2008-12-17 Thread Kaiser, Norm E CIV USAF AFMC 96 CS/SCCE
to $1$. Norm -Original Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Muhlethaler, Laurie Sent: Wednesday, December 17, 2008 1:38 PM To: arslist@ARSLIST.ORG Subject: Re: SQL statement error Yes - that's exactly what I'm doing. I am

Re: SQL statement error

2008-12-17 Thread Opela, Gary L CTR USAF AFMC 72 CS/SCBAH
...@arslist.org] On Behalf Of Kaiser, Norm E CIV USAF AFMC 96 CS/SCCE Sent: Wednesday, December 17, 2008 1:49 PM To: arslist@ARSLIST.ORG Subject: Re: SQL statement error What I was trying to say in my original reply (and communicated poorly) was that $PO Number$ tells Remedy to translate what's currently

Re: SQL statement error

2008-12-17 Thread LJ Longwing
] On Behalf Of Muhlethaler, Laurie Sent: Wednesday, December 17, 2008 12:11 PM To: arslist@ARSLIST.ORG Subject: SQL statement error ** Listers ~ I am getting the following error during a SQL set fields action: ARERR [552] Failure during SQL operation to the database : The max function requires 1

Re: SQL statement error

2008-12-17 Thread Frank Caruso
Check your ASR SQL log files and see exactly what the statement looks like. On Wed, Dec 17, 2008 at 2:10 PM, Muhlethaler, Laurie lmuhletha...@firstrepublic.com wrote: ** Listers ~ I am getting the following error during a SQL set fields action: ARERR [552] Failure during SQL operation

Re: SQL statement error

2008-12-17 Thread LJ Longwing
) [mailto:arsl...@arslist.org] On Behalf Of Muhlethaler, Laurie Sent: Wednesday, December 17, 2008 12:29 PM To: arslist@ARSLIST.ORG Subject: Re: SQL statement error I'm not sure I understand. I want to auto-populate the PO Number field with the next available PO #. I would like to accomplish this through

Re: SQL statement error

2008-12-17 Thread Muhlethaler, Laurie
to $1$. Norm -Original Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Muhlethaler, Laurie Sent: Wednesday, December 17, 2008 1:38 PM To: arslist@ARSLIST.ORG Subject: Re: SQL statement error Yes - that's exactly what I'm doing. I

Re: SQL statement error

2008-12-17 Thread LJ Longwing
setfield with direct SQL :) -Original Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Opela, Gary L CTR USAF AFMC 72 CS/SCBAH Sent: Wednesday, December 17, 2008 12:41 PM To: arslist@ARSLIST.ORG Subject: Re: SQL statement error