• Tasha
  • NEWBIE
  • 0 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
Hi,
 
When I run the ASP classic script below, i get an error message:
"Unable to send request to server. The requested lookup key was not found in any active activation context."
 
I am running windows server 2003 web edition. Any idea how to solve this?
 
Thanks
 
<%
set sfApi = Server.CreateObject("SForceOfficeToolkit3.SForceSession3.1")
result = sfApi.Login(strUsername,strPassword)
%>
I'm using the Office Toolkit within Classic ASP.

I have a sample applications working 'locally', that is via Visual Studio 6.0 running on my local PC.

When I try to run the same application on my server, I get the following error:

"The requested lookup key was not found in any active activation context."

The Office Toolkit has been installed on the server and it appears that the correct registry entries are in place.

I have the following entry in my Global.asa file:



Do you have any ideas as to what the problem may be - and how to resolve it?

Thanks,
Bill Hayhow