Hi,
I’m using wm6.1 DynamicSQL adapter to create an SQL query against oracle at runtime. This SQL is in the form of a simple select with a dynamic IN values list passed at runtime.
The problem I am having is there appears to be extra chars appended at the end of the SQL created by the adapter service.
Can anyone help please? I have searched the forum and am at loss now!
pls see code below ---->
This is the dynamicSQL syntax:
select frdtai,frowdi,frowtp,frdtas,frcdec
from dd7334.f9210
where frdtai IN(${items})
This is the input:
‘AN8’,‘ITM’
This is the error output:
com.wm.app.b2b.server.ServiceException: [ART.117.4002] Adapter Runtime (Adapter Service): Unable to invoke adapter service Jules:dynamicSQLLookup.
[ADA.1.316] Cannot execute the SQL statement "select frdtai,frowdi,frowtp,frdtas,frcdec
from dd7334.f9210
where frdtai IN(‘AN8’, ‘ITM’)". "
FONT=Times New Roman Fail to convert to internal representation"[/font]
Fail to convert to internal representation
--------------
Thanks, Mark
#Adapters-and-E-Standards#webMethods#Integration-Server-and-ESB