Kbase P39534: How to notify MS SQL Server that a data transfer from Progress DB is complete?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
GOAL:
I am transferring data from Progress DB to MS SQL Server using the DataServer. How can I notify the MS SQL Server that my transfer has been completed?
FIX:
This is something that cannot be handled on Progress side. It should be possible to create a program on SQL Server that monitors client sessions and makes note when a session with certain user id ends. That indicates that the data transfer has been completed.