OraClient only administrator can connect to database.
I had this situation in RDSH environment. Application would not connect to oracle database unless the user launching application had administrator rights, or administrator in another session had the application open at the time of regular users were trying to connect. Solution to this is to grant the regular users “Create Global Objects” right via GPO or Local Security Policy. To do this in GPO navigate to: Computer Configuration Policies Windows Security Settings Local Policies->User Rights Assignment Add the groups of users who need to use the application. Links: http://forums.citrix.com/thread.jspa?threadID=68113
WordPress Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File is not within the allowed path(s)
wordpress Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(\path\upload\) is not within the allowed path(s) To fix this error in wordpress try change upload folder to default: Login to wordpress administration Settings -> Miscellaneous -> Store uploads in this folder: wp-content/uploads Links: http://wordpress.org/support/topic/open_basedir-restriction-in-effect-1
Exchange 2010 change default OU for Mail Contacts.
I was not able to find a way to change default OU for Mail Contacts so I’ve changed default OU for user objects in AD. This is not elegant solution, but in my case it’s ok, because all other users are created directly in OU where he belongs and we have no Users Objects created in default users OU in our environment. To change default user OU for Active Directory I used this command on domain controller (in cmd): ReDirUsr “OU=External Contacts,OU=mycompany,DC=domain,DC=com“ Your Domain Controller must be at least in 2003 functional level. Links: http://www.expta.com/2009/03/changing-default-users-and-computers.html
Exchange 2010 change default OU for Distribution Groups.
To change default Organization Unit for newly created Distribution Groups run this cmdlet in Exchange Management Shell: Set-OrganizationConfig –DistributionGroupDefaultOU “OU=distribution groups, DC=domain,DC=local“ Links: http://www.howexchangeworks.com/2011/05/setting-default-ou-for-distribution.html
Exchange 2010 OWA: An unexpected error occurred and your request couldn’t be handled
If you receive this error after installing Exchange 2010 service pack you might want to delete any custom bindings on your Default Web Site in IIS. To do this open IIS Manager, expand your server->sites and select Default Web Site, right click it and choose Edit Bindings… Remove any custom headers you added and it should work right away. Links: http://jaxelos.wordpress.com/2011/12/01/owa-2010-an-unexpected-error-occurred-and-your-request-couldnt-be-handled/
Exchange 2010 OWA errors after SP2.
After installing Exchange 2010 SP2 I started to receive errors in OWA: Your request couldn’t be completed. This may have occurred for security reasons or because your session timed out. This error does not happen if you open OWA via HTTPS. To be able to use OWA via HTTP without this error you need to edit web.config file located in: C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\Owa\web.config find line: <httpCookies httpOnlyCookies=”false” requireSSL=”true” domain=”” /> and change requireSSL to false <httpCookies httpOnlyCookies=”false” requireSSL=”false” domain=”” /> Save the file and OWA should work fine.
Moodle: Disable confirmation email when enrolling to courses
In moodle 2.2.1 you do this in Enrolment plugin settings. For example to disable confirmation emails when self-enroling to courses you would go to: Site Administration Plugins Enrolments Self Enrolment Untick checkbox – “Send course welcome message” Links: http://moodle.org/mod/forum/discuss.php?d=89719
Moodle: You can not enrol yourself in this course.
If you want to let your users to enroll themselves to courses, first you have to enable Self Enrollment plugin, and second – enable Self Enrollment option on courses of your choice. 1) To enable Self Enrollment plugin: Go to Site Administration->Plugins->Enrolments->Manage Enrol plugins and enable (open the eye) Self enrolment If you wish that all courses added from this point forward would have Self Enrolment enabled, click Settings next to Self enrolment and mark the ckeck-box next to “Add instance to new courses”. 2) To enable Self enrolment for courses added before step 1: Open the course On the “Course administration”
Exchange ActiveSync doesn’t have sufficient permissions
If you are having trouble configuring Exchange ActiveSync on your mobile device and Event Logs on Exchange Server report this error: Exchange ActiveSync doesn’t have sufficient permissions to create the “CN=Someone,OU=Users,DC=company,DC=domain,DC=com” container under Active Directory user “Active Directory operation failed on exchange.domain.com. This error is not retriable. Additional information: Access is denied. Active directory response: 00000005: SecErr: DSID-031521D0, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0 “. Make sure the user has inherited permission granted to domain\Exchange Servers to allow List, Create child, Delete child of object type “msExchangeActiveSyncDevices” and doesn’t have any deny permissions that block such operations. You need to enable
550 5.7.1 Client does not have permissions to send as this sender
You might experience this problem when sending mail via POP3 or IMAP while OWA works fine. On Exchange Server 2010 you can try the following steps: 1) Go the the Exchange Management Console and select the user experiencing this problem. Right Click, go to the send as permissions option.. check that User NT AUTHORITY\SELF is listed. If not add it. 2) In Exchange Management Shell execute: add-adpermission “ConnectorName” -User “NT AUTHORITY\Authenticated Users” -ExtendedRights ms-Exch-SMTP-Accept-Authoritative-Domain-Sender 3) In Exchange Management Shell execute: Add-AdPermission -Identity “ConnectorName” -User “NT AUTHORITY\Authenticated Users” -ExtendedRights ms-Exch-SMTP-Accept-Any-Sender 4) If you get an error, it is necessary to remove the account