Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A AutoSPInstallerGUI
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 46
    • Issues 46
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CodePlex
  • AutoSPInstallerGUI
  • Issues
  • #20

Closed
Open
Created Feb 09, 2019 by Laurent Sittler@lsittler©Owner

Spaces in fields

Hi again,

i noticed your app does not truncate spaces from the data in the fields. You know it is critical that all spaces to the left or right of the fields entered are properly truncated.

I took me a while to find out why my scripts keep erroring out.

My specific problem was with the DB fields, somehow a space landed behind a server name, and i ended up with an error telling me the DB was already there when in fact the SQL was clean but it was because of the space behind the server.

Introduce a function to truncate spaces to the right and left of all fields and recheck that all of them are handled by this.

Also check how your application handles the writing on read only files it says it saved but it does not save over readonly files, or at least some fields are not saved.

Another thing if you can get it as a criteria the the Search Admin Component is installed on the first machine in the farm as a condition. So the Hostname of that field has to be the hostname of the first machine going up in the farm.

Thank you!

Edited Feb 09, 2019 by Laurent Sittler
Assignee
Assign to
Time tracking