I need to run a cron job every 15 minutes starting at 06:05 and ending at 22:05.
0 5/15 6-22 * * *
The following syntax includes 22:35 and 22:50.
Any idea how to achieve this? Is this possible with one line or do I need to configure multiple?
I need to run a cron job every 15 minutes starting at 06:05 and ending at 22:05.
0 5/15 6-22 * * *
The following syntax includes 22:35 and 22:50.
Any idea how to achieve this? Is this possible with one line or do I need to configure multiple?
I'm trying to set a Domain User account as ApplicationPool Identity in IIS 8 (Windows 2012). When trying this using the IIS Management Console I always get an error:
Value does not fall within the expected range.
When trying to set the identity using appcmd.exe it fails on both the command setting the username and password or the command only setting the password. Setting the username is no problem.
Trying to set both the username and password [FAIL]:
>appcmd set config /section:applicationPools /[name='AppPoolName'].processModel.identityType:SpecificUser /[name='AppPoolName'].processModel.userName:DOMAIN\Username /[name='AppPoolName'].processModel.password:P4ssW0rd
Applied configuration changes to section "system.applicationHost/applicationPools" for "MACHINE/WEBROOT/APPHOST" at configuration commit path "MACHINE/WEBROOT/APPHOST"
ERROR ( hresult:80070057, message:Failed to commit configuration changes. The parameter is incorrect. )
Trying to set only the username [SUCCESS]:
>appcmd set config /section:applicationPools /[name='AppPoolName'].processModel.identityType:SpecificUser /[name='AppPoolName'].processModel.userName:DOMAIN\Username
Applied configuration changes to section "system.applicationHost/applicationPools" for "MACHINE/WEBROOT/APPHOST" at configuration commit path "MACHINE/WEBROOT/APPHOST"
Trying to set the password after successfully setting the username [FAIL]:
>appcmd set config /section:applicationPools /[name='AppPoolName'].processModel.identityType:SpecificUser /[name='AppPoolName'].processModel.password:P4ssW0rd
Applied configuration changes to section "system.applicationHost/applicationPools" for "MACHINE/WEBROOT/APPHOST" at configuration commit path "MACHINE/WEBROOT/APPHOST"
ERROR ( hresult:80070057, message:Failed to commit configuration changes. The parameter is incorrect. )
I added the Domain User to the IIS_IUSRS group and allowed it to "Log on as a service".
Any suggestions what I might be doing wrong?
I have a small job (.NET Console Application) scheduled to run daily. The scheduled task runs under a specific user.
When I log in with this user I can run the application without a problem from the command prompt, but when the task is triggered (manually or automatically) it always returns 0xFFFFFFFB as result.
Any suggestions what this error code could mean? (I've searched the web, but very little useful info turns up... It's mostly Linux/Samba related stuff.)
Some extra info: the applications simply reads some data from a SQL Server, dumps it to a local CSV file, pushes this file to a FTP server and deletes the local CSV file.
Cheers, Niels R.
One of our web servers has become inoperable and after some searching we think the .NET Framework might be corrupted in some way.
The server runs Windows 2008 R2 and uses the 2.0 framework for the ASP.NET application that is (or better: was) running using IIS 7.5.
I'm wondering how we can reinstall the .NET 2.0 Framework on Windows 2008 R2. Any ideas?
Kind regards, Niels R.
My girlfriend uses SBS Connection Manager to connect to her company's network. The problem is that the internet connection is überslow at work, so she wants to use the home internet connection to surf the web and use the SBS Connection to get to her work stuff.
Normally with a VPN connection you just have to uncheck a box "Send all traffic over VPN connection" or "Use VPN as default gateway" or something like that.
As I've never seen this SBS Connection Manager-thing before, I've no idea where to uncheck a similar box. (I've checked the properties of the connection in Network Connections, but it only has a few options about logging and firewall).
Thanks for any help in advance!
Kind regards, Niels R.