Technoogies Techno Blog

—[ Problems and Issues, Fixes and Repairs, Software and Hardware ]—
  • About
  • Contact
  • Favorite Stuff
  • Tips-n-Tricks
  • Palmtek
RSS

Tags

2008 R2 2008 Terminal Server Access Denied Background Image Configure IE ESC Configure Remote Desktop CPU Temperature cyberwar Default Domain Policy DMSO Extortionware First Post FQDN Fully Qualified Domain Name google google blackout google offline grayed out HighPoint RocketRaid 1740 ie8 Isopropyl Alcohol Liquid Cooled Malware mapped network drive Microsoft NetBIOS PDC Protected Mode Remote Desktop Users Remote Settings Remote Tab Seagate ST3360320AS Select Users Server Manager Spyware Terminal Server License Servers The connection was denied because the user account is not authorized for remote login. USB Flash Drive Vista VMFS Water Cooled Windows 7 Windows 2008 R2 Windows Vista Zalman
Jan09

“There was a problem sending the command to the program.”

by Cory Curtis on January 9th, 2012 at 11:32 pm
Posted In: Techno Noogies, Software, Productivity, Tweets

This happens when the, “Ignore other applications that use Dynamic Data Exchange (DDE)” setting is checked. I don’t know how this gets turned on but it does at times. It will stop a Mail Merge from working with an excel spreadsheet.
As found on social.technet.microsoft.com:

Go to the Office Button / Excel Options / Advanced, and scroll all the way down to the General section. There you will see the “Ignore other applications that use Dynamic Data Exchange (DDE)” setting checked. Uncheck the box, click OK to apply, and you’re good to go

The window dialog looks like this:
Excel - There was a problem sending the command to the program

- Cory L. Curtis
- 2012-01-09

VN:F [1.9.11_1134]
please wait...
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.11_1134]
Rating: 0 (from 0 votes)
Share

Related Posts:

  • No Related Posts
└ Tags: Excel, Ignore other applications that use Dynamic Data Exchange (DDE), Mail Merge, There was a problem sending the command to the program
 Comment 
Dec09

WordPress and Plugin Updates on IIS7 Fail (A Lot)

by Cory Curtis on December 9th, 2011 at 1:56 am
Posted In: Techno Noogies, Software, IIS, Tweets, Techno Noogies, OS, Windows, Techno Noogies, Software, WordPress

UPDATE: 2011-12-29
Neither of these methods solve the problem entirely. I can get some plugins to update and some don’t. Does anyone have a better idea?

UPDATE:
I was wrong, there is someone out there with another solution. Worked for me. My info below works too but I suspect this links solution is more secure.
See http://www.pmdconsulting.biz/blog/plugin-upgrade-failed-in-wordpress-using-iis-7/

This plugin update problem on IIS7 with WordPress has been one of those plagues that has been bugging me for a while but I never had the time to resolve it until now. I couldn’t find an answer anywhere so you won’t find any links in this one to other sources.
The error is
Unpacking the update…

Installing the latest version…

Removing the old version of the plugin…

Could not remove the old plugin.

Plugin update failed.

To start with you’ll need to add two different accounts to the afflicted sites folders. If you’re going to upgrade WordPress itself then you’ll need to add them to the root of the site as well. One is “IUSR” and the other is “Network Service”. These need permissions to modify but if there is a folder that the administrative tools need to create then the “Network Service” account needs full access. If updating plugins is your only goal then they need to added to the “wp-content” folder only.

If you’re going to do automatic upgrades to WordPress as a whole then you need to open the IIS console, go to the Application Pool, and click on the site you’re working on. On the upper right corner click “Set Application Pool Defaults”. Look for “Process Model”, then “Identity”. Select the drop-down and change the account there to “Network Service” and save it.

The biggest culprit of the problem is IIS caching. In the IIS console go to the website we’re working on and highlight it. Now double click “Output Caching”. Click “Edit Feature Settings” on the top right and remove the check box on “Enable Cache” to disable it, click on OK. Restart IIS.
You should now be able to run all of your updates. Maybe. But if your paranoid like me then set it all back the way it was until your ready to do updates again.

As always, if I got something wrong please tell me.
- Cory L Curtis
- 2011-12-09

VN:F [1.9.11_1134]
please wait...
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.11_1134]
Rating: 0 (from 0 votes)
Share

Related Posts:

  • No Related Posts
└ Tags: Could not remove the old plugin, IIS caching, IIS7, IUSR, Network Service, Plugin update failed, WordPress
 Comment 
Dec01

How To Setup Office 365 “Send As”

by Cory Curtis on December 1st, 2011 at 12:10 am
Posted In: Techno Noogies, Software, Productivity, Techno Noogies, OS, Windows

This perplexing subject has a lot of bits and pieces all over the web but no body’s blog’s or help’s or comments on the subject spelled out how this is done well enough for the general public or even tech savvy geek to understand how to do it. So after having researched and accomplished it I decided it should be spelled out here so that there is somewhere to get it all in one place. I admit that I’m not that good at explaining things but I’ll give it my best effort.

The purpose of this article is to explain how to setup the “Send As” feature in Microsoft’s Office 365 web services. This is for when you would like an employee to be able to send an email for you so that it is as if you sent it yourself. You would of course only allow this kind of privilege only to someone you trust to act on your behalf in sending email for you. Anyone who replies to one of these emails sent on your behalf would be sending it directly to your email address and not the trustee because to the original recipient, they don’t know that you didn’t really send it and that your trustee did. This is different than “Send on behalf of” where you would know that the trustee sent it.

Step 1:
To start, you need to have Windows PowerShell installed. Preferably 2.0 but version 1.0 works as well. If you have Windows 7 or 2008 Server R2 then you should already have it. If not, then get it.
http://support.microsoft.com/kb/968929/en-us

Step 2:
Open PowerShell with the Administrator account by going to the main menu. The path to it is “All Programs\Accessories\Windows PowerShell\Windows PowerShell (x86) or Windows PowerShell. It doesn’t matter which one. Right Click it and select “Run As Administrator”.
At the command line type or paste: (right click to paste in the command line shell)
get-executionpolicy
press enter to execute. It should say “RemoteSigned”. If not then type or paste:
set-executionpolicy remotesigned
and press enter. It will show the following;

Execution Policy Change
The execution policy helps protect you from scripts that you do not trust. Changing the execution policy might expose
you to the security risks described in the about_Execution_Policies help topic. Do you want to change the execution
policy?
[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"):

Type “Y” and press enter to change the Execution Policy to RemoteSigned.
This makes changes to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PowerShell\1\ShellIds\Microsoft.PowerShell in the registry.
Now we’re ready for the good stuff.

Step 3:
In the command line type or paste:
$LiveCred = Get-Credential

This will open a logon dialog “Windows PowerShell Credential Request”. Enter the email address of a user account that is an administrator for your Office 365 account and its password. This stores these credentials for doing the “Send As’ setup.
$LiveCred dialog window

Step 4:
Type or paste this in the command line
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic -AllowRedirection

Step 5:
(If you installed the “Microsoft Online Services Module” then you can skip this step. If you’re not sure then do it anyhow.)
Type or paste in the command line
Import-PSSession $Session

This downloads the scripts for administrating Office 365 from PowerShell.

Step 6:
Now to set your permissions for a specific user. Type the folowing but substitute your “Send As” account and the trustee account.
Add-RecipientPermission -AccessRights SendAs -Trustee
Like this:
Add-RecipientPermission sendas@yourdomain.com -AccessRights SendAs -Trustee trustee@yourdomain.com

Step 7:
When your done you can end the session by typing or pasting
Remove-PSSession $Session

Also these commands are useful
View Send As permissions :
Get-RecipientPermission - Trustee

View Send As permission on a specific recipient :
Get-RecipientPermission

View all Send As permissions you’ve configured in your organization :
Get-RecipientPermission | where {($_.Trustee -ne 'nt authority\self') -and ($_.Trustee -ne 'null sid')}

Revoke Send As permission :
Remove-RecipientPermission -AccessRights SendAs -Trustee

For more detail see the following:
http://207.46.16.237/en-us/140/cc952756.aspx
http://207.46.16.237/en-us/140/cc952755.aspx
http://207.46.16.237/en-us/140/ff852815.aspx
Single Sign-on :
http://onlinehelp.microsoft.com/en-us/office365-enterprises/ff652560.aspx

If there are any errors in this information please notify me.
Contact Form

- Cory L Curtis
- 2011-12-01

VN:F [1.9.11_1134]
please wait...
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.11_1134]
Rating: 0 (from 0 votes)
Share

Related Posts:

  • No Related Posts
└ Tags: Add-RecipientPermission, Office 365, Send As
 Comment 
Oct24

Error creating VMFS Datastore

by Cory Curtis on October 24th, 2011 at 3:05 pm
Posted In: Techno Noogies, OS, ESXi, Techno Noogies, Hardware, Tweets

I just got through upgrading an ESXi server from 4.1 to 5.0 but since the 5.0 allows the use of GPT partitions over 2TB I decided reconfigure the controller in it to have one virtual drive instead of three. The problem I encountered when I tried to add storage was this error, “Error during the configuration of the host: Unable to Find Head Extent Device Path”. It all worked fine with ESXi 4.1 so what was the hang up? The controller and drive array was showing up fine too. When I looked at the first sector there was already a GPT label in it so I figured that the quick init of the controller left this data visible to ESXi 5.0. The thing that fixed this was to use the controllers interface to do a “Slow Initialization”. After about 12 hours and a reboot the array was clean of all data and the storage was able to be added to the server without incident.
- Cory L. Curtis
- 2011-10-24

VN:F [1.9.11_1134]
please wait...
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.11_1134]
Rating: 0 (from 0 votes)
Share

Related Posts:

  • 24 Hour Catastrophic Technoogie Failure
└ Tags: "Error during the configuration of the host: Unable to Find Head Extent Device Path", ESXi 4.1, ESXi 5.0, GPT partition, Slow Initialization, VMFS
 Comment 
Aug12

Adobe uses up free space with Media Cache Files

by Cory Curtis on August 12th, 2011 at 8:40 pm
Posted In: Techno Noogies, Software, Productivity

Does the free space on your system drive seem a lot smaller than it should? If your using Adobe Premiere Pro, Encore, After Effects, Audition, or Media Encoder then you might experiencing this problem. I had more than 50GB of space taken up with Adobe’s “Media Cache Files”. If you open Preferences from one of these programs and open “Media” on the left side it has a button to “Clean” but many of the cache file become orphaned from their projects when the project is no longer on the system, or moved from where it was originally, so these files don’t get cleaned out. You have to remove them manually.
Adobe screenshot:
Adobe Premiere Preferences Screenshot

I don’t know where the folder is located on a Mac but in Windows 7 it is here.
C:\Users\(Your User Profile)\AppData\Roaming\Adobe\Common\Media Cache Files

You could make a shortcut to the folder or if you’re real ambitious you could run a vbscript in the task manager once a week to delete cache files older than 60 days or so.
I don’t remember where I got this script from but here ‘s one that works well. Be careful!
- Cory L Curtis
- 2011-08-11




‘ ————————————————————-
‘ Deletes all files in the given path that are older than the number of days set on line 7
‘ 365 = 1yr, 183 = One Half Year
‘ ————————————————————-
Set objFSO = CreateObject(“Scripting.FileSystemObject”)
strFolder = “C:\Users\(Your User Profile)\AppData\Roaming\Adobe\Common\Media Cache Files\” ‘[[[ Don't forget the back-slash at the end ]]]
strDateMinus = DateAdd(“d”, -60, Date) ‘[[[ Number of Days in Calculation ]]]

Set objStartFolder = objFSO.GetFolder(strFolder)
Set colFiles = objStartFolder.Files
For Each objFile In colFiles
If objFile.DateLastModified < strDateMinus Then
objFSO.DeleteFile objFile.Path,True
End If
Next

ProcessAllFiles objStartFolder
ProcessAllFolders objStartFolder

Sub ProcessAllFiles(Folder)
For Each SubFolder In Folder.SubFolders
Set objFolder = objFSO.GetFolder(Subfolder.Path)
Set colFiles = objFolder.Files
For Each objFile In colFiles
If objFile.DateLastModified < strDateMinus Then
objFSO.DeleteFile objFile.Path,True
End If
Next
ProcessAllFiles Subfolder
Next
End Sub

Sub ProcessAllFolders(Folder)
For Each SubFolder In Folder.SubFolders
Set objFolder = objFSO.GetFolder(Subfolder.Path)
Set colFolders = objFolder.SubFolders
For Each objSubFolder In colFolders
If objSubFolder.Size = 0 Then
objFSO.DeleteFolder objSubFolder.Path,True
End If
Next
ProcessAllFolders Subfolder
Next
End Sub

VN:F [1.9.11_1134]
please wait...
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.11_1134]
Rating: 0 (from 0 votes)
Share

Related Posts:

  • No Related Posts
└ Tags: Adobe Premiere Pro, After Effects, Audition, Encore, Free space, Media Cache Files, Media Encoder, orphaned media files
 Comment 
  • Page 1 of 12
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • Last »

Popular Posts :

  • Mapped Network Drive Disconnects From Server
  • 2008 Terminal Server: Connection was denied, not authorized for remote login.
  • Adobe Illustrator: "An unknown error has occurred" when saving a file.
  • Promote Domain Controller to PDC and Seize FSMO roles
  • DUN VPN error 31, A device attached to the system is not functioning

Latest Noogies...

  • “There was a problem sending the command to the program.”
  • WordPress and Plugin Updates on IIS7 Fail (A Lot)
  • How To Setup Office 365 “Send As”
  • Error creating VMFS Datastore
  • Adobe uses up free space with Media Cache Files
  • What causes WindowsUpdate_80070490 and WindowsUpdate_dt000?

Tweets

  • "There was a problem sending the command to the program." - http://t.co/t5ASrp01 2012/01/10
  • "Active desktop recovery script error in desktop.htt" I just found the fix for it. http://t.co/vLEbmRwJ 2012/01/03
  • Wordpress and Plugin Updates on IIS7 Fail (A Lot) - http://t.co/KBqQxp5J 2011/12/09

Categories

  • Annoyances (5)
  • Noogie Nothings (7)
  • Techno Noogies (46)
    • Hardware (10)
    • Network (8)
    • OS (26)
      • Android (1)
      • ESXi (1)
      • iPad/iPhone (1)
      • Mac (1)
      • Windows (23)
    • Software (20)
      • Browsers (1)
      • Games (1)
      • IIS (1)
      • Productivity (5)
      • Scumware (5)
      • WordPress (1)
  • Tweets (11)

Control Panel

  • Register
  • Recover password

©0-2012 Technoogies Techno Blog | Owned and operated by Palmtek and maintained by pseudosite.com | Subscribe: RSS | Back to Top ↑