Jump to content

Lyonel

Hornbill Users
  • Posts

    683
  • Joined

  • Last visited

  • Days Won

    25

Posts posted by Lyonel

  1. Hi,

    Just picking up an old topic (as its the summer holidays, we have a bit more time). Having upgraded to the latest version on github, we ran an Asset import with minimal changes to the configuration. It crashed... 

    The same configuration used to work before, but it no longer works now.

    "SQLConf": {
          "Driver": "mssql",
          "Server": "MyServer\\Test",
          "Database": "Audit",
          "Authentication": "Windows",
          "UserName": "DOMAIN\\HornbillUser",
          "Password": "TestHornbill",
          "Port": 1433,
         "AssetID": "MachineName",
         "Encrypt": false,
         "Query": "SELECT * FROM ... "
     }

    Turned off the windows authentication and used a SQL authentication instead => worked.

    "SQLConf": {
          "Driver": "mssql",
          "Server": "MyServer\\Test",
          "Database": "Audit",
          "Authentication": "SQL",
          "UserName": "TestHornbill",
          "Password": "TestHornbill",
          "Port": 1433,
         "AssetID": "MachineName",
         "Encrypt": false,
         "Query": "SELECT * FROM ... "
     }

    Question: is there a known issue around MSSQL and Windows authentication via the tool? If not, could you look into it?

    Either we have windows authentication possible and it works, or you should remove it, to avoid confusion.

    Thanks,

    Lyonel

  2. @Keith

    Good question! I actually wanted to do that for a while but never got round to actually doing it... But because it's you and I have a similar need, but mainly because things have evolved and so has my knowledge in Hornbill, here is what you need:

    image.thumb.png.84ea3f4eb844ce2c709ec01a9d75b23d.png

    Note: if you alias your tables, make sure you update the table name in the "concat" function :)

    Hope this answers your need?

    • Like 1
  3. I would love something like that!

    Bear in mind @Keith you can always play with the demo instance. It's not perfect when you want to demo an app within your organisation, but at least it lets you play with the whole system.

  4. Hi,

    I was playing around in the app, trying to test it, when I came across a minor UI issue: after "deleting" a card from a lane, using the "bin" lane, the badges on the filters at the top did not refresh.

    After dropping my cards:

    image.png.bc5ee5d615d266d9117d2fe335f4aa5d.png

    I only have 1 card on the board (the one displayed)

    After a screen refresh (F5):

    image.png.64f048b519ea55c9fd668664608df735.png

    The badges are updated with the correct count.

    Just wanted to let you know.

  5. Just tapping on a card (I was trying to move it lane):

    D59C8481-C731-43BD-ADC7-FD5EF8FC66C7.thumb.jpeg.e64f4559d1e4cb86f7ee9b4e32c625ef.jpeg

     

    can’t get out of this state without reloading...

    tapping on fit to screen works within the container as expected, but the container does not resize properly.

    also moving cards from one lane to another is either not working or not intuitive. Shame because it is actually looking really good on iPad! I could easily sell this to my managers when working 100% on iPad  :)

  6. @Aaron Summers I am a big fan of looter / shooter / survival. I also like zombie games. Dying Light is very good in the looter area, excellent in the survival. The zombies are well programmed, and exploring at night is extremely stressful and rewarding. Give it a good 3h to pass the prologue, get the story really going and getting used to the controls.

    I know it picked my interest after E3 and its a good fit for me :)

    • Thanks 1
×
×
  • Create New...