Book a Demo

Author Topic: Team development(Security&DBMS Repository&  (Read 2997 times)

yryu

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Team development(Security&DBMS Repository&
« on: November 29, 2004, 04:18:16 am »
Hi all,

I've succeeded doing version controll on SCC with Igloo and native CVS
under CVSNT using individual project files.
I found, however, some problems in terms of locking.

I can't use Security about enviroment.
I think the EA Security just support the shared file(.eap) and the shared DMBS repository.
I can connect using pserver and check in/out and retrieve revision and so on.

I also need to use version controll on SCC with Igloo and native CVS
under CVSNT using the Oracle9i before 2003 DBMS repository and Security.
I think using a version control with a DBMS repository need the EA Security.
I set up the Security with user and group and permission to the master file
and transter into Oracle.
I connect the Oracle using "Connect to Server Repository..." in EA Start Page with a user.
However, the user's permission does not work.
Most of menus are not active.
In Security menu, Login as another user and Manage My Lock are the only ones active.

Does anyone have any idea how to work this out?

George S

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Team development(Security&DBMS Repository&
« Reply #1 on: December 02, 2004, 11:12:05 am »
I downloaded build 742 and the user security problem went away.
http://www.sparxsystems.com.au/cgi-bin/yabb/YaBB.pl?board=Latest;action=display;num=1101960929

yryu

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: Team development(Security&DBMS Repository&
« Reply #2 on: December 06, 2004, 04:44:07 am »
Hi ghsilva,
Thank your information.
I tested build 742 using cvs and oracle repository with security.
The security problem with oracle is solved.
However, some problems are rest with cvs.
If I check out a package using a security user right after configuring version contorl of the package, I lost the lock of the package and I can't check in/out at all.

I found an addtional bug with native cvs.
I can configure a native cvs right after configuring a igloo using a cvs user with pserver command in server machine in which  is a cvs server(cvsNT), but I can not configure another native cvs right after configuring a igloo using the same or another cvs user. I used the same project connecing oracle repository.
Error message is "empty password", but I set the password using igloo.
Can't I connect to a remote cvs server with a native cvs?

Is there any idea?