Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. diembi

    sql server script error

    Hello, I am trying to execute a dynamic query in a cursor but I am getting error: A cursor with the name 'MyCursor ' does not exist.. Any idea, please? Thanks in advance!! Smile | :) This is the code: DECLARE @TempSQL NVARCHAR(max) DECLARE @id INT DECLARE @action_day INT DECLARE @TableName...
  2. diembi

    Microservice for applications with a lot of real-time events

    Hello, I have doubts before decide if microservice architecture (with event bus, ....) is good for distributed applications where the event publication in point X must be received in point Y with the minimum delay (100 ms),.... and the quantity of events could be near 800 per second. Of course...
  3. diembi

    TSAPI - Two digits and GENERIC_UNSPECIFIED

    Fixed. in cti-link configuration is required "two digits" configuration in "y". Thank you
  4. diembi

    avoid internal calls to extension when the agent is in aux work

    Ok Stinney, thank you very much. I will try with send-all-calls.
  5. diembi

    TSAPI - Two digits and GENERIC_UNSPECIFIED

    Hello, I'm trying to change the state of an agent to aux_work with reason cause (two digits) and I get the error GENERIC_UNSPECIFIED. If I try it using the station manually it works. Any idea why this error? Thank you!!!
  6. diembi

    avoid internal calls to extension when the agent is in aux work

    Hello, Is there any configuration to avoid internal calls to extension while the agent in this extension is in aux work? I know there is "do not disturb" option but this option rings the extension and the call is diverted. I would like to not allow calls to the extension if the agent is in...
  7. diembi

    wrapper for c++ to c#

    Hello, I'm new in c#-c++ marshaling and wrappers. I need to use a c++ dll where there are the next header and struct: extern "C" __declspec(dllexport) int GiveMeData(LPCTSTR sID, CustomerData* pData) typedef struct CustomerData { LPTSTR customerName LONG...
  8. diembi

    Established event when announcement in a vector

    Hello, I am receiving a event when the call arrives to an VDN and there is an announcement. Something does know why? Thanks!!!!
  9. diembi

    ASAI Event: Event Connected with Cause NormalClearing

    Hello, I'm receiving an ASAI Event Connected with Cause NormalClearing. In ASAI Technical Reference for Connected Event Report the Cause NormalClearing doesn't appear as an option. The options for this event are: ● Normal Answer ● Timed Answer ● Voice Energy Answer ● For Single-Step...
  10. diembi

    ACSERR_APIVERDENIED in WINDOWS 7 pro

    Hello, when i try acsopenstream i get the error ACSERR_APIVERDENIED in WINDOWS 7. When i use WINDOWS XP the acsopenstream open the stream correctly. When I use exercicer the open stream is ok in Windows 7 and Windows XP. Any idea? The client version: csta32.dll 5.2.0.454 Attprv32.dll...
  11. diembi

    McAfee can stop my not virus process?

    Hello, I develop a software that writes traces files. Sometimes my process is running but not traces and doesn't execute any function. Is possible that McAfee real time analisys causes this problem? thanks a lot!!!
  12. diembi

    Events CSTA_READY and CSTA_NOT_READY are not recieved

    Hello, i need receive the unsolicited events CSTA_READY and CSTA_NOT_READY when the agent state is changed . I'm monitoring the extension and the skill extension. How can i receive this events? Thankyou!!!
  13. diembi

    Recordset pagination

    Hello jshurt, thanks a lot. Good method. Regards
  14. diembi

    Use c++ data type from visual basic net??

    Hello, I need use a big data type (typedef struct with a lot of unions) defined in a .h file. I need use that type in a Visual Basic Net application. Is possible do this? thank you
  15. diembi

    Recordset pagination

    Hello, the database is Microsoft® SQL Server™ 2000. Thank you.
  16. diembi

    Recordset pagination

    Hello, i need obtain pages in a recordset for a very large query without get all records in the recordset. If I use OleDbDataAdapter.Fill(DataSet, startRecord, maxRecords, "tablename") the sqlserver gives me all records (1000000) and after this the pagination show me the records in X records. I...
  17. diembi

    SQLSTATES?

    Hello, i need a list of sql states (X/OPEN SQL) in oracle driver. I don't find it :(. Can i give me that list or a link to it? Thanks!!!
  18. diembi

    SQL STATES?

    Hello, i need a list of sql states (X/OPEN SQL) in oracle driver. I don't find it :(. Can i give me that list or a link to it? Thanks!!!
  19. diembi

    Not Ready Time beetween calls

    Hello, thanks :)
  20. diembi

    Not Ready Time beetween calls

    Hello, I need a configuration in a Nortel Meridian. I need that agents are in not ready state during n seconds after the previus CDN call is hangup. How can i configure that in Nortel Meridian. Thanks a lot!!!!

Part and Inventory Search

Back
Top