Sorun Mailenable mail sunucusuna ait bir domain hesabından mail gönderildiğinde aşağıda ki hata meydana geliyor. “Bad sequence of commands. The server response was: This mail server requires authentication when attempting to send to a non-local e-mail address. Please check your mail client settings or contact your administrator to verify that the domain or address is […]
Articles Tagged: error
Directory lookup for the file * failed with the operating system error 5 (Access is denied.)
Sorun MSSQL Veritabanı açılırken aşağıdaki hata alınıyor. Directory lookup for the file “C:\Program Files\MaestroPanel\Data\MSSQL2012DATA\testt.mdf” failed with the operating system error 5(Access is denied.). CREATE DATABASE failed. Some file names listed could not be created. Check related errors. User does not have permission to alter database ‘testt’, the database does not exist, or the database is […]
[EndpointNotFoundException]: There was no endpoint listening
Sorun MaestroPanel’de herhangi bir işlem yapıldığında aşağıdaki “EndpointNotFoundException” hatası meydana geliyor. [EndpointNotFoundException]: There was no endpoint listening at http://*:9714/ Agent that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. Çözüm 1 EndpointNotFoundException MaestroPanel Agent’ın çalışmadığının göstergesidir. Tekrar çalıştırmak için aşağıdaki komutu […]
MSSQL Veritabanı Schema Transferi (T-SQL Script)
MSSQL Veritabanının özel SCHEMA’larını dbo’ya transfer edip, bağlı olduğu kullanıcıyı tekrar düzenleyen t-sql scriptini aşağıda bulabilirsiniz. Bu script restore edilen veya taşınan veritabanına daha önce tanımlanan kullanıcının bağlanamaması ile alakalı düzenlemeleri yapar. Çözüm sağladığı hata mesajları aşağıdaki gibidir. veya — Author: Oğuzhan YILMAZ, oguzhan@maestropanel.com USE [VERITABANI] GO declare @table_transfer varchar(8000) declare @object_transfer varchar(8000) declare @table […]