0

I'm following this tutorial: https://training-legacy.genexus.com/en/training/global/courses/smart-devices-en/introduction-to-genexus-16

and i have the Genexus 16-trial version.

In the end of the "First Transaction design" lesson, you have to send the changes to Genexus server, but this is what happens when i open the "Team Development" page

If i enter the link in the message, from my browser https://sandbox.genexusserver.com/v16/ i can login normally, authenticating with Genexus Account and i can see my knowledge base in there.

I have pending commits, following the steps of the tutorial but i can't commit them. I wrote a commit message and pressed commit at the right bottom corner of the window and it rerturns a similar message:

error: GAM11: The user or password is incorrect.

Failed: Commit

The only 3 user and password i found were:

When creating the KB (if you disable Windows NT integrated security) but i couldn't find a valid user id and password for that, also the tutorial doesn't do this so i doubt this is it.

At tools -> Genexus Account, i can enter my email and password, and i think the IDE asks you to do this when sending the KB to the Server the first time, but when i fill it with the same credentials i use to login in to the website and press "sign in" now, it doesn't give any response.

Lastly There's the Windows Generic credential that is created but i don't even know how, just found it browsing at the genexus wiki and i have no idea what interaction it has with all this (if it does).

Guigas
  • 3
  • 1

2 Answers2

0

Could you double check if you have the correct credentials below TeamDevelopment node?

Team Development

0

it is below preferences. If you do not have the view near KB explorer then you should go to the menu toolbar —> View —> Other tool windows --> preferences in order to activate it.

Team Development properties in Full Version

Note: Trial has no properties available below TeamDevelopment Tab

Team Development properties in Trial Version

  • I think trial version doesn't have this option at all: [image](https://imgur.com/a/Mh5jvmz) – Guigas Mar 16 '20 at 16:24
  • Please, select the Tab |"Team Development" and validate if the properties Server Username and Server Password are correct. I have updated my previous comment with the new image. – Nicolás Cirio Mar 17 '20 at 18:10
  • I have tried this before but there's no property shown when i open the Team Development tab: [image](https://imgur.com/a/8NQKFqJ) – Guigas Mar 18 '20 at 15:12
  • Thanks Guigas, I could reproduce this error with the Trial and reported to development. I will let you know the progress shortly. A valid workaround in the meantime is to create a new KB and import the modified objects from the previous one. – Nicolás Cirio Mar 18 '20 at 18:07
  • Another Valid workaround is to delete this file: ServerListData located under C:\Users\<>\AppData\Roaming\GeneXus\GeneXus\16Trial So, the next time you open the Team Development view your credentials will be requested. – Nicolás Cirio Mar 18 '20 at 18:50
  • Thank you, i deleted the ServerListData file and it worked! – Guigas Mar 19 '20 at 13:36