7/6/2005 7:05:03 AM---##Creating ESignal Hooks ###
( here i create reference m_esignal=new IESignal.Hooks();
after SetApplication() i wait for 20 seconds or until ISEntitled() event gets fired.After 20 seconds i check ISEntitled() and it gives the following result. )
7/6/2005 7:05:26 AM---*** AppString: PPOTTER1
*** Entitlements have not arrived yet
*** No matching known AppString
*** ActiveX is not entitled
7/6/2005 7:05:26 AM---####CONNECTION FAILED###
7/6/2005 7:06:25 AM---Workstation.Kill.Data Manager!
(here i kill winsig and winros exes from the System.Diagnostics.Process.GetProcesses() and set the reference of IEsignal.Hooks to null.the following is the next attempt)
7/6/2005 7:06:25 AM---###Creating ESignal Hooks###
7/6/2005 7:06:25 AM---Creating Esignal Hooks.The RPC server is unavailable.
7/6/2005 8:00:25 AM---####Creating ESignal Hooks ###
7/6/2005 8:00:46 AM---*** AppString: PPOTTER1
*** Entitlements have not arrived yet
*** No matching known AppString
*** ActiveX is not entitled
(i restart my application)
8:57:32 AM---Workstation.Kill.Data Manager!
7/6/2005 8:57:52 AM---###Creating ESignal Hooks ###
7/6/2005 8:57:59 AM---*** AppString: PPOTTER1
*** AXQ (ActiveX Developer) found
*** Username: PPOTTER1
*** They match, ActiveX is entitled
7/6/2005 8:57:59 AM---***CONNECTED TO ESIGNAL***
7/6/2005 8:58:33 AM---###Creating ESignal Hooks ###
7/6/2005 8:58:33 AM---Creating Esignal Hooks......The RPC server is unavailable.
7/6/2005 9:01:01 AM---###Creating ESignal Hooks ###
7/6/2005 9:01:08 AM---*** AppString: PPOTTER1
*** AXQ (ActiveX Developer) found
*** Username: PPOTTER1
*** They match, ActiveX is entitled
Is entitlement has something to do with time,i mean only after 9AM entitlement responds.
Plz suggest some solution to the above problem.
( here i create reference m_esignal=new IESignal.Hooks();
after SetApplication() i wait for 20 seconds or until ISEntitled() event gets fired.After 20 seconds i check ISEntitled() and it gives the following result. )
7/6/2005 7:05:26 AM---*** AppString: PPOTTER1
*** Entitlements have not arrived yet
*** No matching known AppString
*** ActiveX is not entitled
7/6/2005 7:05:26 AM---####CONNECTION FAILED###
7/6/2005 7:06:25 AM---Workstation.Kill.Data Manager!
(here i kill winsig and winros exes from the System.Diagnostics.Process.GetProcesses() and set the reference of IEsignal.Hooks to null.the following is the next attempt)
7/6/2005 7:06:25 AM---###Creating ESignal Hooks###
7/6/2005 7:06:25 AM---Creating Esignal Hooks.The RPC server is unavailable.
7/6/2005 8:00:25 AM---####Creating ESignal Hooks ###
7/6/2005 8:00:46 AM---*** AppString: PPOTTER1
*** Entitlements have not arrived yet
*** No matching known AppString
*** ActiveX is not entitled
(i restart my application)
8:57:32 AM---Workstation.Kill.Data Manager!
7/6/2005 8:57:52 AM---###Creating ESignal Hooks ###
7/6/2005 8:57:59 AM---*** AppString: PPOTTER1
*** AXQ (ActiveX Developer) found
*** Username: PPOTTER1
*** They match, ActiveX is entitled
7/6/2005 8:57:59 AM---***CONNECTED TO ESIGNAL***
7/6/2005 8:58:33 AM---###Creating ESignal Hooks ###
7/6/2005 8:58:33 AM---Creating Esignal Hooks......The RPC server is unavailable.
7/6/2005 9:01:01 AM---###Creating ESignal Hooks ###
7/6/2005 9:01:08 AM---*** AppString: PPOTTER1
*** AXQ (ActiveX Developer) found
*** Username: PPOTTER1
*** They match, ActiveX is entitled
Is entitlement has something to do with time,i mean only after 9AM entitlement responds.
Plz suggest some solution to the above problem.
Comment