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 Views118
    read more
  2. SQLGate for CUBRID 영구 무료 라이선스 제공

    Date2020.04.09 Byadmin Views4474
    read more
  3. Table primary key잡는 중 중단 시키고, 서버 재시작하니 에러나고 시작이 안되네요.

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

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

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

    Date2016.03.24 By브이찾기 Views9333
    Read More
  7. TO_DATETIME 함수 문의 드립니다.

    Date2020.12.29 By풍류인생 Views434
    Read More
  8. TO_CHAR 관련 질문입니다.

    Date2010.10.18 By노스 Views21947
    Read More
  9. TIMEZONE 질문

    Date2014.01.08 By은팔 Views12461
    Read More
  10. TIMESTAMP 형 data를 insert 하는 sql문이 궁금합니다.

    Date2011.05.28 Byyongsu9 Views35040
    Read More
  11. TIME 포맷 관련 질문 입니다.

    Date2009.03.19 By이승훈 Views12107
    Read More
  12. System.Data.OleDb.OleDbException (0x80004005): Cannot communicate with server 오류

    Date2014.05.28 By나이젤 Views9685
    Read More
  13. Sum 에서 Overflow occurred in addition context 발생

    Date2013.10.12 By오션나인 Views11786
    Read More
  14. Sulinux 64Bit 와 CUBRID 4.0 정식 버젼 체크좀 부탁드립니다...

    Date2011.07.05 By반짝이 Views8446
    Read More
  15. StoredProcedure 한글 문제 및 getConnection 문제

    Date2014.06.11 By조경석 Views9399
    Read More
  16. Stored procedure execute error: 자바 저장프로시저 관련오류입니다.

    Date2011.11.01 Bywolf Views21803
    Read More
  17. Store Procedure 호출 관련 질문

    Date2018.05.28 By키레이니 Views508
    Read More
  18. Store Procedure 작성 관련 질문

    Date2018.05.28 By키레이니 Views382
    Read More
  19. Standalone

    Date2015.08.19 By델몬트 Views9
    Read More
  20. SpringFramwork, Hobernate and Cubrid

    Date2010.09.28 Bywilly Views8214
    Read More
  21. Spring jotm 지원문의

    Date2014.02.19 By삐꾸돼지 Views7027
    Read More
  22. Spring boot 2.1.9, Spring Data Jpa 연동이 가능한지 문의드립니다.

    Date2019.11.28 By금룔 Views1567
    Read More
Board Pagination Prev 1 ... 144 145 146 147 148 149 150 151 152 153 ... 200 Next
/ 200

Contact Cubrid

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