Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: CM8.4.0
-
Fix Version/s: CM8.4.0.p2
-
Component/s: CUBRID Manager
-
Labels:
-
Environment:Hide
1, 구분(CUBRID win2000,XP):Manager
2, 상세 설명:
CUBRID Server/Manager 2008 R3.1 (8.3.1.1002) windows
CUBRID Manager 작업자동화->질의자동화 사용 오류 발생.
3, 시나리오
create table auto_test(a int, b varchar(10))
insert into auto_test values(1,'test1')
insert into auto_test values(2,'test2')
insert into auto_test values(3,'test3')
CUBRID Manager 작업자동화->질의자동화->질의자동화추가->일반정보,질의수행주기,질의구문 입력
질의구문 입력내용:insert into auto_test values(4,'test4');
에러로그(C:\CUBRID\log\manager\auto_execquery.log 내용)
DATE:2011/07/05 TIME:13:55:00
DBNAME:demodb EMGR-USERNAME:admin QUERY-ID:auto_t1 ERROR-CODE:1080
=> Failed to execute Query with
update, select 질의구문도 동일한 오류가 발생 됨.Show1, 구분(CUBRID win2000,XP):Manager 2, 상세 설명: CUBRID Server/Manager 2008 R3.1 (8.3.1.1002) windows CUBRID Manager 작업자동화->질의자동화 사용 오류 발생. 3, 시나리오 create table auto_test(a int, b varchar(10)) insert into auto_test values(1,'test1') insert into auto_test values(2,'test2') insert into auto_test values(3,'test3') CUBRID Manager 작업자동화->질의자동화->질의자동화추가->일반정보,질의수행주기,질의구문 입력 질의구문 입력내용:insert into auto_test values(4,'test4'); 에러로그(C:\CUBRID\log\manager\auto_execquery.log 내용) DATE:2011/07/05 TIME:13:55:00 DBNAME:demodb EMGR-USERNAME:admin QUERY-ID:auto_t1 ERROR-CODE:1080 => Failed to execute Query with update, select 질의구문도 동일한 오류가 발생 됨.
Did regression test on CUBRID 8.4.0.2017. The function hasn't been supported