Click here to Skip to main content
15,885,546 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: To all single parents here Pin
dandy7220-Mar-22 4:52
dandy7220-Mar-22 4:52 
GeneralRe: To all single parents here Pin
Marc Clifton17-Mar-22 5:58
mvaMarc Clifton17-Mar-22 5:58 
GeneralRe: To all single parents here Pin
CPallini17-Mar-22 7:37
mveCPallini17-Mar-22 7:37 
GeneralMultiple Windows Domains Pin
Rob Philpott16-Mar-22 23:53
Rob Philpott16-Mar-22 23:53 
GeneralRe: Multiple Windows Domains Pin
RickZeeland17-Mar-22 0:11
mveRickZeeland17-Mar-22 0:11 
GeneralRe: Multiple Windows Domains Pin
#realJSOP17-Mar-22 0:25
mve#realJSOP17-Mar-22 0:25 
GeneralRe: Multiple Windows Domains Pin
Rob Philpott17-Mar-22 0:28
Rob Philpott17-Mar-22 0:28 
GeneralRe: Multiple Windows Domains Pin
#realJSOP17-Mar-22 0:48
mve#realJSOP17-Mar-22 0:48 
Well, we don't. We have to involve a dba (for some reason, they have admin rights on the web servers) to look at things like the system log. For our web apps, we have to try to determine what's happening by looking at the problem on the dev side.

0) All four environments have different hardware configurations (memory, disk space, cores, and number of servers on the farm).

1) It's almost impossible to determine the cause of a problem. We also have sys admins that apply patches that may/may not affect the operation of IIS. Tthis has bitten us at least twice, where we had to actually modify our code to get around the new "security" restrictions.

2) We are subject to the whims of our "authoritative data sources", where our data pulls may or may not work (connectivity issues, internet outage issues, data that changes format, etc). Of course, it's up to the devs to prove it's not the code. This is exacerbated by the fact that the dev environment has NO ACCESS to the internet at all, meaning we cannot actually do a data pull in that environment, meaning we have to have a DBA do it on an environment we can't log onto.

3) We have an insane program manager that has prohibited us from sucking data off the plus side and putting it onto the dev side, so we secretly backup production data, and put it onto dev one table at a time (we can't do a restore because it will overwrite work in progress stored procs.

4) The dev-only pages I've recently added to the app allow us to circumvent the need to suck data or restore from backup most of the time.

5) Last year, we updated vis studio to 2017 (from 2015). We can't update any further because we can't get a non-web installer (from what I've been told), and as I've already stated, we have no internet access. This also means we can't get to NuGet...

6) To save money (we get charged a certain amount for every 15 minutes our dev environment is running, even if nobody is using it), our entire dev environment is shutdown on weekends and holidays, so even if we wanted to work on a weekend day, we can't.

Our dev experience where I work sucks big hairy donkey testicles... I actually hate it. It doesn't help that our program manager has taken on the duties of scrum manager and dev team lead - and he has exactly ZERO experience as a developer.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

GeneralRe: Multiple Windows Domains Pin
Rob Philpott17-Mar-22 1:12
Rob Philpott17-Mar-22 1:12 
GeneralRe: Multiple Windows Domains Pin
#realJSOP17-Mar-22 2:37
mve#realJSOP17-Mar-22 2:37 
GeneralRe: Multiple Windows Domains Pin
MarkTJohnson17-Mar-22 2:52
professionalMarkTJohnson17-Mar-22 2:52 
GeneralRe: Multiple Windows Domains Pin
#realJSOP17-Mar-22 3:45
mve#realJSOP17-Mar-22 3:45 
GeneralRe: Multiple Windows Domains Pin
Dan Neely17-Mar-22 3:19
Dan Neely17-Mar-22 3:19 
GeneralRe: Multiple Windows Domains Pin
BugMakerPhil18-Mar-22 15:40
BugMakerPhil18-Mar-22 15:40 
GeneralRe: Multiple Windows Domains Pin
Marc Clifton17-Mar-22 4:58
mvaMarc Clifton17-Mar-22 4:58 
GeneralRe: Multiple Windows Domains Pin
Rob Philpott17-Mar-22 5:08
Rob Philpott17-Mar-22 5:08 
GeneralRe: Multiple Windows Domains Pin
r_hyde17-Mar-22 10:04
r_hyde17-Mar-22 10:04 
GeneralRe: Multiple Windows Domains Pin
0x01AA17-Mar-22 12:37
mve0x01AA17-Mar-22 12:37 
GeneralRe: Multiple Windows Domains Pin
Dan Neely18-Mar-22 3:39
Dan Neely18-Mar-22 3:39 
GeneralRe: Multiple Windows Domains Pin
Johannes B. Latzel17-Mar-22 23:21
Johannes B. Latzel17-Mar-22 23:21 
GeneralRe: Multiple Windows Domains Pin
Mark Starr18-Mar-22 3:20
professionalMark Starr18-Mar-22 3:20 
GeneralRe: Multiple Windows Domains Pin
englebart2-Apr-22 11:54
professionalenglebart2-Apr-22 11:54 
GeneralCCC 17-03-2022 Pin
pkfox16-Mar-22 23:13
professionalpkfox16-Mar-22 23:13 
GeneralRe: CCC 17-03-2022 Pin
OriginalGriff16-Mar-22 23:24
mveOriginalGriff16-Mar-22 23:24 
GeneralRe: CCC 17-03-2022 Pin
pkfox17-Mar-22 1:39
professionalpkfox17-Mar-22 1:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.