Re: https and Local System account



Hi,

I'm not sure that this is an IIS issue - IIS would respond to your request.

You probably need to take this up in an SQL Server forum if you are attempting to invoke something from an SQL Server trigger

Cheers
Ken

"Michal Valent" <valent@xxxxxxxxx> wrote in message news:uTMPJlWfJHA.5840@xxxxxxxxxxxxxxxxxxxxxxx
Hello,
I would like to make a https call under Local System account
but I get error :

A security problem occurred.

Under another account there is no problem,
under Local System account and http call there is no problem too.

The reason to use https call under Local System account is
that I have to fire javascript from MS SQL SERVER trigger
(MSSQLSERVER service must run under Local System account)
and the javascript is making xmlhttp SSL call.

xmlhttp = new ActiveXObject('Microsoft.XMLHTTP');


var abiwsUrl = ws_uri + "/GetEnt?login=&password=";

xmlhttp.open('GET', abiwsUrl, false);

xmlhttp.onreadystatechange = HandleStateChange;

xmlhttp.send();


Can I get rid of "A security problem occurred"
anyhow in this configuration ?

thak you
miso


.



Relevant Pages

  • Re: New to Merge/Replication
    ... ADO.NET 3.0 includes "Synchronization Services" that does not require IIS. ... Hitchhiker's Guide to Visual Studio and SQL Server ... It was my deepest hope that Merge/Replication between SQL Compact Edition and SQL Server 2005 Enterprise Edition would have it's own sync services NOT dependent on IIS. ... You can use merge replication with SQL Server on your main desktop serving as the publisher with SQL Compact on PPC, TabletPC, or other desktops as subscribers, so that would probably be the easiest solution for you. ...
    (microsoft.public.sqlserver.ce)
  • RE: Monitoring and Reporting Errors
    ... If you change that to local system account, ... Open IIS snap-in. ... Right click Monitoring and click Properties. ... Click Directory Security tab. ...
    (microsoft.public.windows.server.sbs)
  • Re: Help on synch to SQL server
    ... from SQL CE to SQL Server from your smart-device application's code. ... This can occur whenever the device has a network path to IIS, ... Unlike merge replication between SQL Servers where you can use RMO ... Ideally I would like to use Sql CE to synch with a SQL ...
    (microsoft.public.sqlserver.ce)
  • Re: SMS_MP_CONTROL_MANAGER error 4960
    ... When I try to restart the IIS it says nothing.... ... Manually restart the SMS Agent Host service on the MP. ... MP encountered an error when connecting to SQL Server. ... The Default Web Site is disabled in IIS. ...
    (microsoft.public.sms.setup)
  • RE: IUsr can not login
    ... I too am not sure what the IIS lockdown tool does (I am a SQL Server ... that had been assigned permission to login into SQL ... Amongst the NT account names will be the account/group that IIS ...
    (microsoft.public.sqlserver.security)

Quantcast