Announcement

Collapse
No announcement yet.

Entitlements have not arrived yet

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Entitlements have not arrived yet

    hi,

    1,i am getting the following if i try to connect:

    6/28/2005 8:47:58 AM---*** AppString: PPOTTER
    *** Entitlements have not arrived yet
    *** No matching known AppString
    *** ActiveX is not entitled

    GetIsEntitledError() gives the above error,and this happens during the premarket time.

    after creating
    m_esignal=new IESignal.Hooks(); i do thread sleep for 10 seconds and then i try to connect.

    Is there any explanation for this entitlement delay?

    2,Time&Sales Problem

    if i subscirbe for indices symbol before market,and at market opening at 9.30,i don't get updates for those subscribed symbol.
    for example i subscribe for indices $INDU and $COMPQ around 8.45 and at 9.30 the below function call
    m_esignal.get_GetNumTimeSalesRtBars(handle) always returns 0.

    Should i subscribe for indices or futures
    updates only after 9.30?

    Regards,

  • #2
    I have seen this before and it had something to do with the IDE. Try releasing the IEsignal reference and reestablishing it.

    The array for bars starts at 0 and decrements.

    You may want to subscribe to an international index (some may even be free) or something that is active outside of market hours to get over this problem.

    Comment


    • #3
      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.
      Last edited by DESKTOPAPI; 07-06-2005, 08:48 AM.

      Comment

      Working...
      X