Hi Sue, can you post up the code? Both the COS and the SQL (just the first portion with the parameters)
--
You received this message because you are subscribed to the Google Groups "InterSystems: Ensemble in Healthcare Community" group.
To post to this group, send email to Ensemble-in...@googlegroups.com
To unsubscribe from this group, send email to Ensemble-in-Healt...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/Ensemble-in-Healthcare?hl=en
---
You received this message because you are subscribed to the Google Groups "InterSystems: Ensemble in Healthcare" group.
To unsubscribe from this group and stop receiving emails from it, send an email to Ensemble-in-Healt...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
USE
[production]GO
/****** Object: StoredProcedure [dbo].[ND_LocationNameUpdate] Script Date: 03/21/2013 10:50:25 ******/
SET
ANSI_NULLS ONGO
SET
QUOTED_IDENTIFIER ONGO
ALTER
PROCEDURE [dbo].[ND_LocationNameUpdate] -- parameters for the stored procedure@Patlist
NVARCHAR(10),@NewDescription
NVARCHAR(30)AS
Hi Sue, can you post up the code? Both the COS and the SQL (just the first portion with the parameters)
On 20 Mar 2013 12:43, "sue" <susan.pa...@gmail.com> wrote:
Hello,We have a SQL outbound business operation which updates a SQL database via an odbc link using a stored prodecure and ..Adapter.ExecuteProcedureParmArray which works sucessfully.We have set up another operation to access a different SQL database with a different obdc link ( which connects successfully) and have set up the stored procedure and ..Adapter.ExecuteProcedureParmArray as in the business operation above which works. It gives the following error :-ERROR <Ens>ErrFailureTimeout: FailureTimeout of 15 seconds exceeded in PAS.ICMLocationUpdate; status from last attempt was ERROR <Ens>ErrGeneral: Retrying Message body 7...@PAS.CV3LocUpdateRequest / 82575 because response 8...@PAS.CV3LocUpdateResponse Status 'ERROR #6022: Gateway failed: BindParameters. + ERROR <Ens>ErrGeneral: SQLState: (HY105) NativeError: [0] Message: [Microsoft][ODBC Driver Manager] Invalid parameter type ' matched ReplyCodeAction 1 : 'E' resulting in Action code RAll the parameter values are strings or nvarchars.Does anyone have any suggestion as we are not having much luck with it.ThanksSue--
You received this message because you are subscribed to the Google Groups "InterSystems: Ensemble in Healthcare Community" group.
To post to this group, send email to Ensemble-in...@googlegroups.com
To unsubscribe from this group, send email to Ensemble-in-Healthcare-unsub...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/Ensemble-in-Healthcare?hl=en
---
You received this message because you are subscribed to the Google Groups "InterSystems: Ensemble in Healthcare" group.
To unsubscribe from this group and stop receiving emails from it, send an email to Ensemble-in-Healthcare+unsub...@googlegroups.com.