similar to: Microsoft Agent ?

Displaying 20 results from an estimated 50000 matches similar to: "Microsoft Agent ?"

2008 May 09
4
VB6 and wine_get_unix_file_name
Hello, I'm trying to make a function for using wine_get_unix_file_name in VB6 programs. Private Declare Function lstrcpyA Lib "kernel32.dll" (ByVal lpString1 As String, ByVal lpString2 As Long) As Long Public Declare Function GetProcessHeap Lib "kernel32" () As Long Public Declare Function HeapFree Lib "kernel32" (ByVal hHeap As Long, ByVal dwFlags As
2002 Jun 14
0
Fw: Lastest Wine CVS and IE6
----- Original Message ----- From: "Escuder Nicolas" <n.escuder@alineanet.com> To: "Sylvain Petreolle" <spetreolle@yahoo.fr> Cc: <cygwin-xfree@cygwin.com> Sent: Friday, June 14, 2002 4:44 PM Subject: Re: Lastest Wine CVS and IE6 > It's not from comctl32 :o) > > [AppDefaults\\iexplore.exe\\DllOverrides] > "shlwapi" =
2005 Mar 16
0
Installing Microsoft Agent on Linux thru wine???
Hi, Another query. I have a VB Based ERP that my company has developed. I need to install that and run that thru wine. The ERP uses Microsoft Agent to display an animation on the Login Screen. I was able to install the ERP on Linux thru wine without any problems. After that, when I tried to install the Microsoft Agent from the same setup CD, it failed to install. Further, since the login screen
2002 Aug 23
1
3.4p1 ssh-agent auth-retry patch available: was: Re: Updated ssh-agent authentication retry patch available
And lsof the agent too - see what files it has open... Nico -- > -----Original Message----- > From: Kevin Steves [mailto:kevin at atomicgears.com] > Sent: Friday, August 23, 2002 4:48 PM > To: openssh-unix-dev at mindrot.org > Cc: stevesk at pobox.com > Subject: Re: 3.4p1 ssh-agent auth-retry patch available: was: Re: > Updated ssh-agent authentication retry patch available
2006 Jun 28
0
RV: RV: error in VB6 aplication
This error appears when y try to login into a SQL server . I run the aplication Silverlab.exe ( in VB6) , and in the first windows appear a image and two butonms 1 for exit an 2 to login ... I press a bottom "Login " and .... in a windows the wine put: Database Engine Open Error ! Server Name : Connection_String = Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial
2004 Apr 08
0
AgentCallBackLogin agent-incorrect play right away
I've been working on setting up a few queues and agents for use in our upcoming call center. Agents can log in and customers can call in and be routed properly, but I've run into one strange issue. When an agent dials 98 to login the "agent-incorrect" file is played, then the agent can login as normal. Searching the archives I found this issue brought up in Feb '04 :
2002 Feb 01
1
FEATURE: -f -f - fork after successful open of fwd port/display/agent
Background ========== "ssh -f ..." causes ssh to fork into the background when userauth successfully completes. WHAT === With this patch "ssh -f -f ..." causes ssh to fork into the background when the first forwarded port/x11 display/agent is successfully opened. WHY === This feature makes launching remote X11 apps more reliable: when ssh exits it must have exited because
2009 Jan 29
2
Microsoft OneNote 2007
Hello I read that some useres managed it to run OneNote 2007 under Ubuntu and Wine. I din't find anything like this MS Application but did not arrive to install it. Every time when i launch it, OneNote crashes. Is there anyone who can help me ? THX
2006 Feb 03
1
inform the agent about the queue he is answering
i'm planning to migrate a call center to asterisk, i don't understand if i can launch a resident application on the agent's client in relation with the queue the agent's is answering. For example: I have - queue A - queue B - queue C Agent 100 (logged in A.B,C) Agent 101 (logged in C) When Agent 100 receives a call from the queue A i'd like to launch his browser and point
2001 Aug 23
1
Example SmartCard enabled OpenSSH agent.
Hi all, as an example of SSP-Lite middleware, I modified the OpenSSH-2.9p2 sources to support Smart Cards. The new module is just an experiment. It uses an OpenSSL's new RSA method I built to communicate with the smartcard through the SSP/PCSC stack when normal OpenSSL RSA operations are invoked by OpenSSH. I couldn't embed the module as I wanted into the OpenSSH sources because of the
2001 Aug 23
1
Example SmartCard enabled OpenSSH agent.
Hi all, as an example of SSP-Lite middleware, I modified the OpenSSH-2.9p2 sources to support Smart Cards. The new module is just an experiment. It uses an OpenSSL's new RSA method I built to communicate with the smartcard through the SSP/PCSC stack when normal OpenSSL RSA operations are invoked by OpenSSH. I couldn't embed the module as I wanted into the OpenSSH sources because of the
2004 Dec 27
1
Potential DoS against forwarded ssh-agent
It appears there is an opportunity for a denial-of-service attack against ssh-agent when using ForwardAgent. This note describes the circumstances, and provides a patch. Background (not the vulnerability): If ssh-agent is forwarded to a compromised account, a remote attacker could use the connection to authenticate as the owner of the agent. "ssh-add -c" currently defends
2010 Apr 23
3
Visual Basic 6 application with MS Access connectivity
Hello, A visual basic 6 application with MS access connectivity ( to a local .mdb) has a weird behavior, It just sits there and doesn't show anything. OS is Linux ubuntu64, may I ask how to trobleshoot this scenarios ? How can I trace networking usage, connections, errors, etc of a VB6 application under Wine: wine-1.1.31 thanks, fabio. -------------- next part -------------- An HTML
2024 Sep 30
2
ssh while ssh-agent is running
Hi, I run into a certain problem from time to time. 1. Configure and launch ssh-agent. 2. That's usually perfect. 3. Occasionally, connect to a different and less common remote server. Use ssh -i keyfile 4. ssh -i keyfile fails. Because ssh-agent doesn't know about that key. If you are specifying a key "-i key", then you are specifying a key, and clearly don't need to use
2014 Mar 07
0
Wine release 1.7.14
The Wine development release 1.7.14 is now available. What's new in this release (see below for details): - More Task Scheduler support. - Improvements for AVI encoding support. - More VisualBasic interfaces in MSXML. - Support for deflate content encoding in Wininet. - Some fixes for monochrome printers. - Various bug fixes. The source is available from the following locations:
2013 Mar 04
0
Puppet Agent Configure Error in EC2
Hi All, While I am trying to install/configure Puppet agent from puppet master in ec2 getting this error "root@PuppetMaster:/home/ubuntu# puppet node install --install-script=puppet-enterprise --installer-answers=/home/ubuntu/puppet-agent-answers --installer-payload=/opt/puppet-enterprise-2.7.1-ubuntu-12.04-amd64.tar.gz --keyfile=/home/ubuntu/key.pem --login=ubuntu
2024 Oct 01
1
ssh while ssh-agent is running
On Mon, 30 Sep 2024, Sam Darwin wrote: > Hi, > I run into a certain problem from time to time. > > 1. Configure and launch ssh-agent. > 2. That's usually perfect. > 3. Occasionally, connect to a different and less common remote server. > Use ssh -i keyfile > 4. ssh -i keyfile fails. Because ssh-agent doesn't know about that key. > > If you are specifying
2008 Apr 29
2
How to install Wine on ubuntu 7.04 or 8.04
Hi All, I have just installed ubuntu 7.04 on my PC. My database is on Linux (RHL9) / Oracle 9i. Now I want to run VB6 applications. Is it possible? I understand that I have to install 1) Wine 2) mdac27 3) vb6run (vb6 run time) 4) oracle 9i client. Then run VB6 application. Please help me step by step, that I have to follow to achieve the goal, with softwares availability. Thanks
2007 Apr 15
2
agents and music on hold with autoanswer..
My colleague left our company, then I have to manage all our phones lines and asterisk: please, apologize me because I'm 'absolute beginner' about voip/asterisk!! Well... all seems work fine; we have some queues and some agents; the "music on hold" works fine when the agent press the hold button on the phone (thomson); the agents have the 'autoanwser' flag
2019 May 15
0
Wine release 4.0.1
The Wine maintenance release 4.0.1 is now available. What's new in this release (see below for details): - Various bug fixes - Sinhala and Tamil translation updates The source is available from the following locations: https://dl.winehq.org/wine/source/4.0/wine-4.0.1.tar.xz http://mirrors.ibiblio.org/wine/source/4.0/wine-4.0.1.tar.xz Binary packages for various distributions will