Background Image

FORUM

?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

* 질문 등록 시 다음의 내용을 꼭 기입하여 주세요.
OS
Windows 7 Home Premium k 32bit
CUBRID Ver.
 9.2
CUBRID TOOL Ver.
CUBRID 매니저 2014.03 빌드 0458  (32bit)
응용 환경(API)
C#

* CUBRID 응용 오류, SQL 오류 또는 SQL 튜닝 관련된 문의는 반드시 다음의 내용을 추가해 주세요. 비밀글이나 비밀 댓글도 가능합니다.
* 저희가 상황을 이해하고, 재현이 가능해야 알 수 있는 문제들이 많습니다. 가능한 정보/정황들을 부탁합니다.
에러 내용 및 재현 방법 재현 가능한 Source와 SQL
관련 테이블(인덱스, 키정보 포함) 정보 CUBRID 홈 디렉토리 아래 log 디렉토리 압축


-------------- 아래에 질문 사항을 기입해 주세요. ------------------------------------------------------------------------

System.Data.OleDb.OleDbException (0x80004005): Cannot communicate with server
   위치: System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection)
   위치: System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
   위치: System.Data.ProviderBase.DbConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
   위치: System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions)
   위치: System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
   위치: System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
   위치: System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
   위치: System.Data.ProviderBase.DbConnectionInternal.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
   위치: System.Data.OleDb.OleDbConnection.Open()

 

이렇게 오류가 뜨는데,

도대체

어디부터 잘못된건지,

어떻게 잘못된건지 전혀 감이 안잡히네요.

도움부탁드립니다

  • ?
    정만영 2014.05.30 01:21

    안녕하세요.

    올려주신 OLEDB 오류 내용으로는 컨넥션 문제로만 보여지고, 다른 정보가 없어 어떤 문제인지 확인하기 어렸습니다.

    기본적으로 서버와 클라리언트 사이에 포트(CUBRID 기본값: 30000, 33000) 사용이 가능한지 우선 확인해 주세요.

    포트 문제가 아니라면 큐브리드 및 OS버전, 응용과 프로그램, 환경정보 등... 자세한 정보를 남겨 주시면 확인 후 답변 드리겠습니다.

     감사합니다.

  • ?
    나이젤 2014.05.31 01:25
    OS
    Windows 7 Home Premium k 32bit
    CUBRID Ver.
     9.2
    CUBRID TOOL Ver.
    CUBRID 매니저 2014.03 빌드 0458  (32bit)
    응용 환경(API)
    C#
  • ?
    이용미 2014.06.02 22:25

    안녕하세요. 

    아래 내용을 확인하여 댓글로 부탁 드립니다.

     1. DB 서버의 CUBRID를 설치한 계정으로 접속하신 후, [cubrid service status] 명령을 수행한 결과

     2. 응용에서 DB Connection 시 사용하신 연결 String

    감사합니다.

  • ?
    나이젤 2014.06.03 01:11

    패스워드는 보안상 삭제하였습니다

    1. DB 서버의 CUBRID를 설치한 계정으로 접속하신 후, [cubrid service status] 명령을 수행한 결과
    PS C:Windowssystem32> cubrid service status
    @ cubrid master status
    ++ cubrid master is running.
    @ cubrid server status
     Server test (rel 9.2, pid 2168)
    @ cubrid broker status
      NAME                   PID  PORT    AS   JQ                  TPS                  QPS   SELECT   INSERT   UPDATE   DELETE   OTHERS     LONG-T     LONG-Q         ERR-Q  UNIQUE-ERR-Q  #CONNECT
    =================================================================================================================================================================================================
    * query_editor          3616 30000     5    0                 4487                 3973     3163       80      116      76      538    32/60.0     0/60.0             7             3       700
    * broker1               3708 33000     5    0                    0                    0        0        0        0       0        0     0/60.0     0/60.0             0             0         0
    @ cubrid manager server status
    ++ cubrid manager server is running.

     2. 응용에서 DB Connection 시 사용하신 연결 String

    Provider=CUBRIDProvider;Location=127.0.0.1;Data Source=test;User ID=dba;Password=;Cache Authentication=True;Encrypt Password=False;Mask Password=False;Persist Encrypted=False;Persist Security Info=True;Port=30000;Fetch Size=5000;Charset=euc-kr;

    감사합니다.


  1. CUBRID 사용자를 위한 DBeaver 도구 출시 안내

    Date2024.04.23 Byadmin Views51
    read more
  2. SQLGate for CUBRID 영구 무료 라이선스 제공

    Date2020.04.09 Byadmin Views4458
    read more
  3. UPDATE/INSERT를 한번에 하는 쿼리 질문드립니다.

    Date2009.02.17 Bykkckc Views28829
    Read More
  4. UPDATE 문 WHERE절에 IN

    Date2018.08.02 By큐피 Views663
    Read More
  5. UPDATE 다중 테이블 질문드립니다.

    Date2014.11.06 By유릉 Views7234
    Read More
  6. Trigger 이벤트 시점에 대해 질문드립니다.

    Date2019.10.29 Bycubridtest Views281
    Read More
  7. Transaction 확인시 sql_id, sql text가 나오질 않습니다.

    Date2015.12.29 By큐불리드 Views5579
    Read More
  8. TimeZone 관련 질문

    Date2022.06.03 Bysteve Views145
    Read More
  9. TimeStamp 관련 Select 오류 질문입니다

    Date2012.12.07 ByPsionic Views9372
    Read More
  10. Tibero -> Cubrid 마이그레이션 질문입니다.

    Date2017.03.30 By님장사드리브큐 Views8247
    Read More
  11. This object is in a zombie state 인 경우

    Date2011.06.01 By유겸아빠 Views12070
    Read More
  12. This object is in a zombie state 오류발생 도와주세요 ㅠㅠ

    Date2010.09.02 By유니콘 Views9004
    Read More
  13. This may take a long time depending on the amount of recovery works to do.?

    Date2013.02.07 Byddan0701 Views9351
    Read More
  14. The size of data received from server is different from the expected

    Date2011.01.21 By사자 Views11069
    Read More
  15. The column name is invalid. 에러메시지 좀...

    Date2009.07.02 By논픽션Lover Views20964
    Read More
  16. Table 및 column에 대한 description은 제공을 안하나요?

    Date2012.12.03 By용쌤 Views7854
    Read More
  17. Table 및 Index 가 사용하고 크기를 알수 있는 방법을 알려 주세요

    Date2016.03.19 By브이찾기 Views9624
    Read More
  18. Table 및 Column Comment 작성

    Date2013.02.27 By김상윤 Views11900
    Read More
  19. Table primary key잡는 중 중단 시키고, 서버 재시작하니 에러나고 시작이 안되네요.

    Date2011.06.28 By미스터투 Views7762
    Read More
  20. Table doesn't exist 에러..

    Date2016.12.05 By가라가라 Views10
    Read More
  21. Table Drop, truncate 시 시간이 너무 오래 걸립니다.

    Date2022.08.29 Bysteve Views753
    Read More
  22. Table Drop 후 데이터 볼륨 Size 에 변동이 없네요.

    Date2016.03.24 By브이찾기 Views9333
    Read More
Board Pagination Prev 1 ... 143 144 145 146 147 148 149 150 151 152 ... 200 Next
/ 200

Contact Cubrid

대표전화 070-4077-2110 / 기술문의 070-4077-2113 / 영업문의 070-4077-2112 / Email. contact_at_cubrid.com
Contact Sales