• 19-11-2012, 09:47:41
    web.config dosyanızdaki <system.web> </system.web> tagları arasına

    <httpRuntime executionTimeout="90" />

    90 sn değer alır. İsteğinize göre değiştirebilirsiniz. 110 tavsiye edilir.

    independent46 adlı üyeden alıntı: mesajı görüntüle
    Acil bir durum var ki o da sitem açılmıyor.
    Host firması ile irtibata geçtim. bana söyledikleri.
    ''yazılımcınızın cpu harcayan bileşenleri kaldırması veya optimize etmesi tüm problemi tamamen çözmüş olacaktır.''
    Yani sitenin optimize edilmesi gerekiyormuş bunu nasıl yapıldığını bilmiyorum yardımcı olursanız sevinirim.
    Sitem aşağıdaki hatayı veriyor 2 gündür.Lütfen acil yardımcı olun.

    Server Error in '/' Application.

    Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace:


    [InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.]
    System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) +4870842
    System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117
    System.Data.SqlClient.SqlConnection.Open() +122
    ASPNetPortal.UsersDB.GetRoles(String name) +357
    ASPNetPortal.Global1.Application_AuthenticateReque st(Object sender, EventArgs e) +231
    System.Web.SyncEventExecutionStep.System.Web.HttpA pplication.IExecutionStep.Execute() +68
    System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously) +75
  • 19-11-2012, 10:05:53
    Üyeliği durduruldu
    Promist adlı üyeden alıntı: mesajı görüntüle
    web.config dosyanızdaki <system.web> </system.web> tagları arasına

    <httpRuntime executionTimeout="90" />

    90 sn değer alır. İsteğinize göre değiştirebilirsiniz. 110 tavsiye edilir.
    Teşekkür ederim deneyeceğim.
    Xml ile ürün entegre ederken devamlı yarıda kesiliyor.
    2 gündür fiyat-stok güncellemesi yapamıyorum bu yüzden.

    aşağıdaki hataları veriyor loglarda.
    bu
    Alıntı
    Xml Import Hata 101|admin|Site Yöneticisi System.Threading.ThreadAbortException: Thread was being aborted. at cxmlimport.?()
    ve bu.
    Alıntı
    Xml Import Hata 101|admin|Site Yöneticisi System.Net.WebException: An exception occurred during a WebClient request. ---> System.IO.IOException: The read operation failed, see inner exception. ---> System.Threading.ThreadAbortException: Thread was being aborted. at System.Net.UnsafeNclNativeMethods.OSSOCK.recv(IntP tr socketHandle, Byte* pinnedBuffer, Int32 len, SocketFlags socketFlags) at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, SocketError& errorCode) at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) at System.Net.Security._SslStream.StartFrameBody(Int3 2 readBytes, Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartFrameHeader(By te[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest) --- End of inner exception stack trace --- at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.WebClient.DownloadBitsState.RetrieveByt es(Int32& bytesRetrieved) at System.Net.WebClient.DownloadBits(WebRequest request, Stream writeStream, CompletionDelegate completionDelegate, AsyncOperation asyncOp) at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) --- End of inner exception stack trace --- at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) at System.Net.WebClient.DownloadData(Uri address) at System.Net.WebClient.DownloadData(String address) at cxmlimport.?()
  • 19-11-2012, 12:38:21
    Arkadaşlar ; bu proticaret yazılımında xml export ederken sorun yaşınıyor.
    xml export tanımlama kısmındaki url sini, birine verdiğimiz zaman açılmıyormuş.
    1- Ya bağlantı direk kopuyormuş.
    2- Yada yetkiniz yok diye mesaj alıyormuş.

    Bunun sebebini ve çözümünü bilen varmı?
  • 19-11-2012, 13:16:50
    Üyeliği durduruldu
    sshn001 adlı üyeden alıntı: mesajı görüntüle
    Arkadaşlar ; bu proticaret yazılımında xml export ederken sorun yaşınıyor.
    xml export tanımlama kısmındaki url sini, birine verdiğimiz zaman açılmıyormuş.
    1- Ya bağlantı direk kopuyormuş.
    2- Yada yetkiniz yok diye mesaj alıyormuş.

    Bunun sebebini ve çözümünü bilen varmı?
    Bağlantı kopuyorsa önce host firması ile görüşecek çözüm bulunamazsa yazılım firmasına ileteceksiniz.
    yetki yok hatası veriyorsa linki veren tanımlama hatası yapıyor bir yerde demek ki.

    yani xml exportta sıkıntı yok. ben yaşamadım bu zamana kadar.
  • 19-11-2012, 18:12:06
    Arkadaşlar Merhaba
    siteyi başka bir hosta taşıdım yedekleri yükledim şöyle bir hata veriyor. sorun ne olabilir ve çözümü nedir. yardımcı olabilecek arkadaşlara şimdiden tşk. ederim.

    Server Error in '/' Application.
    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace:


    [SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)]
    System.Data.SqlClient.SqlInternalConnection.OnErro r(SqlException exception, Boolean breakConnection) +4846887
    System.Data.SqlClient.TdsParser.ThrowExceptionAndW arning(TdsParserStateObject stateObj) +194
    System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject) +4860189
    System.Data.SqlClient.SqlInternalConnectionTds.Att emptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject) +90
    System.Data.SqlClient.SqlInternalConnectionTds.Log inNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart) +342
    System.Data.SqlClient.SqlInternalConnectionTds.Ope nLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) +221
    System.Data.SqlClient.SqlInternalConnectionTds..ct or(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) +189
    System.Data.SqlClient.SqlConnectionFactory.CreateC onnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) +185
    System.Data.ProviderBase.DbConnectionFactory.Creat ePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options) +31
    System.Data.ProviderBase.DbConnectionPool.CreateOb ject(DbConnection owningObject) +433
    System.Data.ProviderBase.DbConnectionPool.UserCrea teRequest(DbConnection owningObject) +66
    System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) +499
    System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) +65
    System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117
    System.Data.SqlClient.SqlConnection.Open() +122
    ASPNetPortal.Global1.?() +67
    ASPNetPortal.Global1.Application_Start(Object sender, EventArgs e) +71

    [HttpException (0x80004005): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)]
    System.Web.HttpApplicationFactory.EnsureAppStartCa lledForIntegratedMode(HttpContext context, HttpApplication app) +2723382
    System.Web.HttpApplication.RegisterEventSubscripti onsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +128
    System.Web.HttpApplication.InitSpecial(HttpApplica tionState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +188
    System.Web.HttpApplicationFactory.GetSpecialApplic ationInstance(IntPtr appContext, HttpContext context) +295
    System.Web.HttpApplicationFactory.GetPipelineAppli cationInstance(IntPtr appContext, HttpContext context) +56
    System.Web.Hosting.PipelineRuntime.InitializeAppli cation(IntPtr appContext) +231

    [HttpException (0x80004005): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)]
    System.Web.HttpRuntime.FirstRequestInit(HttpContex t context) +8894223
    System.Web.HttpRuntime.EnsureFirstRequestInit(Http Context context) +85
    System.Web.HttpRuntime.ProcessRequestNotificationP rivate(IIS7WorkerRequest wr, HttpContext context) +333
  • 20-11-2012, 13:51:58
    Üyeliği durduruldu
    merhabalar.

    Öncelikle ücretsiz yazılımda emeğe geçenlere teşekkür ederim.

    Aslında yazılım özelliğinde var olan şeyi kullanamıyorum. Onu belirteyeyim Farklı kategorilere farklı tema kullanma özelliği var sitede. Site X temayı kullanıyorum ama Z kategorisinde ise Y temasını kullanmak için kategori ayarlarında Y temasını seçiyorum ama sitede değişiklik olmuyor. Z kategorisini açınca yine X teması kullanılıyor.

    Bu sorunu nasıl çözeriz?
  • 20-11-2012, 19:32:02
    Merhaba arkadaşlar;

    ÖNCE ŞUNU SÖYLEMEK İSTİYORUM:

    *PROTİCARET YETKİLİLERİNE mesaj atıyorum.

    Bİ CEVAP VERME ZAHMETİNDE BULUNMUYORLAR !

    *TELEFON AÇIYORUZ,BİR YETKİLİ BULAMIYORUZ.......

    BARİ ANLAYAN BİR ARKADAŞIMIZ VARSA YARDIMCI OLUVERSİN !

    ÇOK MEMNUN OLURUZ!

    SORUNUM ŞU :

    (Belki çözümü basit bir şeye benziyor ama yapamadık)

    Proticaret scriptinde XML EXPORT TANIMLAMA ' kısmında , yeni ekleme yapıyoruz. Ama orda oluşan link'i tılayınca HATA VERİYOR !!

    1- Ya bağlantı kopuyor. (bazı yazılar çıkıyor)
    2- Yada 'YETKİNİZ YOK' gibi bir yazı çıkıyor )

    (ftp dosylarından , uploads yetkiside verdik.)

    Yardımcı olursanız çok memnun oluruz
  • 21-11-2012, 12:32:19
    @Promist hocam kolay gelsin;
    Uzun zamandan beri takip ediyorum proticareti ve birkaç site denemem oldu genel itirbarı ile memnun sayılırım bir iki sorum olacak
    1- Günlük kur güncellemelerini gerekli değil ise nereden kapatabiliriz veya Kur güncelleme log tutmasını nasıl kapatabiliriz.
    2- XML için kullandığım aynı xsl dosyası kurulmuş olan 2 sitede çalışırken 3. bir sitede çalışmıyor. Sorun hosting veya versiyonlardan olabilir diye 3 kere yeniden kurdurdum hosting firması isim tescile kontrol etmelerini söyledim hostingde bir hata olmadığını söylüyorlar. Aynı hosting aynı xsl neden diğer sitelerde çalışırken birinde çalışmaz işin içinden çıkamadım. Birkaç kere entegrasyon çalıştırmayı denedikten sonra HTTP Error 503. The service is unavailable hatası veriyor site
    yardımlarınızı bekliyorum

    3- Bir temada kategoriler seçilince çıkan alandaki üstteki tarihe ve fiyata göre sıralama alanı kaybolmuş hangi dosya editlenerek yeniden çıkartabiliriz?
    Teşekkürler
  • 21-11-2012, 12:38:00
    sshn001 adlı üyeden alıntı: mesajı görüntüle
    Merhaba arkadaşlar;

    ÖNCE ŞUNU SÖYLEMEK İSTİYORUM:

    *PROTİCARET YETKİLİLERİNE mesaj atıyorum.

    Bİ CEVAP VERME ZAHMETİNDE BULUNMUYORLAR !

    *TELEFON AÇIYORUZ,BİR YETKİLİ BULAMIYORUZ.......

    BARİ ANLAYAN BİR ARKADAŞIMIZ VARSA YARDIMCI OLUVERSİN !

    ÇOK MEMNUN OLURUZ!

    SORUNUM ŞU :

    (Belki çözümü basit bir şeye benziyor ama yapamadık)

    Proticaret scriptinde XML EXPORT TANIMLAMA ' kısmında , yeni ekleme yapıyoruz. Ama orda oluşan link'i tılayınca HATA VERİYOR !!

    1- Ya bağlantı kopuyor. (bazı yazılar çıkıyor)
    2- Yada 'YETKİNİZ YOK' gibi bir yazı çıkıyor !

    (ftp dosylarından , uploads yetkiside verdik.)

    Yardımcı olursanız çok memnun oluruz !
    İnsanlar ricada bulunarak yardım isterler. Siz (!) Ünlem ile istiyorsunuz. Ünlemin ne anlama geldiğini ve nerelerde kullanabileceğini bir Google ye yazarsanız cevap alabilirsiniz.