Forum Discussion

alibaba82's avatar
alibaba82
Super Contributor
15 years ago

SQL raw view does not expand variables

Hello,
If i have a property expansion in a soap or rest call, the raw tab will show the evaluated value. However this does not happen on the jdbc test steps.



SELECT top 100 clientdocumentid, [TransactionXML]
,[CreationDate]
,[TransactionStatusId]
,stl.[WebMethodId], wm.methodname,
CONVERT(float,
DATEDIFF
(
ms,
TransactionXml.value('(//TimeStamp)[1]', 'DATETIME'),
TransactionXml.value('(//EndTimestamp)[1]', 'DATETIME')
)) AS [ProcessingTime]
FROM [CpsWebP2Log].[dbo].[core_ServiceTransactionLog] stl(nolock)
inner join dbo.lu_WebMethod as wm (nolock) on stl.webmethodid = wm.webmethodid
where clientdocumentid like '%${DataSource-transactions#gwy_transactionid}%'
and transactionstatusid = 1 and stl.webmethodid is not null-- and [ProcessingTime] is not null
order by creationdate desc

2 Replies

  • Hi Ali,

    thanks for reporting, we'll get back to you as soon as this is fixed.

    regards!

    /Ole
    eviware.com
  • Hi Ali,

    Please try the latest nightly-build. This should be fixed now and you should be able to see expanded query in the raw view of the message viewer for JdbcRequestTestStep.

    Regards,
    Dragica
    /www.eviware.com