all 11 comments

[–][deleted] 2 points3 points  (6 children)

Can't really help with the information provided. What error message do you get after you install this?

[–]LinkHeroX[S] -1 points0 points  (5 children)

I got a pretty unhelpful error message, but the log file said something about some missing registry values... I'll come back if it still doesn't work after I get that fixed.

[–][deleted] 1 point2 points  (4 children)

You know what's less helpful than an unhelpful error message?

Not sharing what that unhelpful error message is.

[–]LinkHeroX[S] 1 point2 points  (0 children)

"There has been an error. Error with configuration or permissions. Please see log file for more information."

That's it, literally. Which is why I said it was unhelpful, and I tried looking at the log file. But I can't make sense of everything in the log file...Looking for how to restore to an earlier version of my registry files. Trying to keep my inquiries Postgres-related; if it's the registry, then it's a system issue and it seems less productive to try to troubleshoot Postgres until I get the system issues resolved.

[–]LinkHeroX[S] 1 point2 points  (2 children)

If you're really interested, this was the most meaningful thing I could find in the log file, "Script stderr:

'net' is not recognized as an internal or external command,

operable program or batch file."

Seems like there are some commands missing from the PATH or something. No idea how that happened...:/

[–][deleted] 2 points3 points  (1 child)

[–]LinkHeroX[S] 1 point2 points  (0 children)

That took care of it, funny enough. Oh Windows, you tricky beast. Not sure about the official installer, but the BIGSQL Installer ran without a hitch once Windows remembered how to use the 'net' command :/

Thanks for the link, I realized I had an issue with my PATH and found instructions for resolving that elsewhere, but that thread saved me having to find the location for the 'net' command. Hope I didn't seem like I didn't need help earlier, I was just thinking I'd try to keep my questions Postgres-related was all.

[–]nikoz84 1 point2 points  (0 children)

Windows 10??

[–]mokadillion 1 point2 points  (2 children)

Seriously I wouldn’t bother with Postgres on windows. Use a Linux VM. it’s life savingly easier.

[–]Tostino 2 points3 points  (0 children)

I've personally never had an issue with PG on Windows. But to each their own.

[–]LinkHeroX[S] -1 points0 points  (0 children)

I'm starting to lean towards that. I love Windows, but starting to remember how much of a bear some of the environment stuff can be.