ict.ken.be

 

Posts in Category: Messagent

Messagent Win7 in edit mode 

Categories: Messagent

When using the SIM Designer on Windows 7 the page is blanco. This bug is related to a Microsoft DHTML control.

A patch can be found on :

DHTML Editing Control for Applications Redistributable Package (x86)

Replace in ntext (eg. exports of Messagent) 

Categories: Messagent SQL Server

select cast(replace(cast(xml as nvarchar(max)),'old@mail.be', 'new@mail.be') as ntext) 
from channels
where xml like '%old@mail.be%'

/*
update channels
set xml = cast(replace(cast(xml as nvarchar(max)),'old@mail.be', 'new@mail.be') as ntext)
where xml like '%old@mail.be%'
*/

Page 4 of 4 << < 1 2 3 4