When I try to start build engine, I recieve CRRTC3521W Warning
Hi!
I have the problem starting build engine.
To start build engine I use the next command:
And I recieve CRRTC3521W Warning message (Die Build-Steuerkomponente befindet sich nicht im Repository oder ist nicht für folgenden Benutzer nicht zugänglich: "PhilUser". ID der Build-Steuerkomponente: "ProjectX". )
1. ProjectX engine was created in ProjectX by PhilUser and it has ID "ProjectX engine"
2. PhilUser is a member of ProjectX and has all the Build rights
Could you please give a piece of advice how can I find the reason of the problem?
Thanks a lot in advance
Volha
I have the problem starting build engine.
To start build engine I use the next command:
jbe -vm "C:\Program Files (x86)\IBM\TeamConcertBuild\jdk\bin\java" -repository https://jazz-team-concert.com:9443/ccm/ -userId PhilUser -pass PhipPass -engineId ProjectX engine
And I recieve CRRTC3521W Warning message (Die Build-Steuerkomponente befindet sich nicht im Repository oder ist nicht für folgenden Benutzer nicht zugänglich: "PhilUser". ID der Build-Steuerkomponente: "ProjectX". )
1. ProjectX engine was created in ProjectX by PhilUser and it has ID "ProjectX engine"
2. PhilUser is a member of ProjectX and has all the Build rights
Could you please give a piece of advice how can I find the reason of the problem?
Thanks a lot in advance
Volha
Accepted answer
engine ID will need quotes because of the space. -engineId "ProjectX engine"
you also may have problems with not being able to write to the program files folder (needing admin rights)
best to put it someplace else.
you also may have problems with not being able to write to the program files folder (needing admin rights)
best to put it someplace else.
2 other answers
Hi again!
Thank a lot for so quick response.
But I have a new issue now.
- I reinstall Eclipse client and Build System Toolkit to other location where I have full access.
- I created orther project engine with the name ProjectX.engine.
- The user PhilUser has Build System license assigned.
Now I use the command:
And now I recieve no response.
What I see is just:
[Jazz-Build-Steuerkomponente] Build-Schleife wird ausgeführt...
[Jazz-Build-Steuerkomponente] Warten auf Anforderung...
And then nothing happens.
Do you have some ideas about it? Or how can I get more information about it to identefy the reason?
Thanks a lot in advance.
Thank a lot for so quick response.
But I have a new issue now.
- I reinstall Eclipse client and Build System Toolkit to other location where I have full access.
- I created orther project engine with the name ProjectX.engine.
- The user PhilUser has Build System license assigned.
Now I use the command:
jbe -vm "C:\Users\VMUser\Downloads\IBM\TeamConcert\jdk\bin\java" -repository https://jazz-team-concert.com:9443/ccm -userId PhilUser -pass PhilPass -engineId ProjectX.engine
And now I recieve no response.
What I see is just:
[Jazz-Build-Steuerkomponente] Build-Schleife wird ausgeführt...
[Jazz-Build-Steuerkomponente] Warten auf Anforderung...
And then nothing happens.
Do you have some ideas about it? Or how can I get more information about it to identefy the reason?
Thanks a lot in advance.