Click here to Skip to main content
15,891,657 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: not feeling “at home” in your body ? you are not alone ! Pin
Super Lloyd4-Apr-21 2:42
Super Lloyd4-Apr-21 2:42 
GeneralRe: not feeling “at home” in your body ? you are not alone ! Pin
Eddy Vluggen4-Apr-21 7:05
professionalEddy Vluggen4-Apr-21 7:05 
GeneralFoe-Dee-Oh-Dee Pin
RickZeeland3-Apr-21 7:15
mveRickZeeland3-Apr-21 7:15 
GeneralRe: Foe-Dee-Oh-Dee Pin
Dave Kreskowiak3-Apr-21 8:58
mveDave Kreskowiak3-Apr-21 8:58 
GeneralRe: Foe-Dee-Oh-Dee Pin
Cp-Coder4-Apr-21 1:02
Cp-Coder4-Apr-21 1:02 
GeneralRe: Foe-Dee-Oh-Dee Pin
RickZeeland4-Apr-21 1:13
mveRickZeeland4-Apr-21 1:13 
GeneralRe: Foe-Dee-Oh-Dee Pin
Richard Andrew x644-Apr-21 11:57
professionalRichard Andrew x644-Apr-21 11:57 
GeneralSix months of work released in production... PinPopular
Sander Rossel3-Apr-21 4:46
professionalSander Rossel3-Apr-21 4:46 
For the past six months I've been working on a project for my biggest client.
Basically, they had Micros;f'[tppppp' (cat walked over my keyboard...) Microsoft Dynamics NAV and they switched to Business Central (BC) and I got to re-make all their custom work in Dynamics NAV.
The reason they're not doing this in BC is because that would take way more time and be way more expensive as their Dynamics partner isn't as fast or flexible as I am.
I've build this web application, hosted in Azure, where they can import their production data (through CSV because that's how they roll) and I create invoices and some other stuff from that data.
That data is then moved from my database to BC by some third party (I could've done that myself, but I can't access all software they're running and they wanted everything to go through this third party tool).

It went pretty well, save for one background process.
This process runs every day at noon and generates 10 to 15 Excel files.
We had about two records of test data for this process (and despite me asking several times it was impossible to get more), but in production we have 5000+ records and apparently, the Excel (Open XML) library that I'm using can't handle that much data very well.
Because budget for this process was small I simply built this task in the web application I was already building for them.
Saved me a lot of time and them a lot of money... NOT! Laugh | :laugh:
Every day at noon, the application comes to a grinding halt because the Azure service app goes to max CPU and memory for about 20 minutes.
I tried adding another instance, but this didn't completely mitigate the problem.
The work around is now that I run this process on my laptop every day at noon.
At least until I've moved this process away from the web application (hopefully early next week).
It's all part of the job I guess...

Overall the client's very happy with me and my work though, and I can expect the follow-up project soon! Big Grin | :-D

GeneralRe: Six months of work released in production... Pin
RickZeeland3-Apr-21 5:03
mveRickZeeland3-Apr-21 5:03 
GeneralRe: Six months of work released in production... Pin
OriginalGriff3-Apr-21 5:29
mveOriginalGriff3-Apr-21 5:29 
GeneralRe: Six months of work released in production... Pin
Sander Rossel3-Apr-21 9:47
professionalSander Rossel3-Apr-21 9:47 
GeneralRe: Six months of work released in production... Pin
markrlondon3-Apr-21 6:55
markrlondon3-Apr-21 6:55 
GeneralRe: Six months of work released in production... Pin
OriginalGriff3-Apr-21 8:04
mveOriginalGriff3-Apr-21 8:04 
GeneralRe: Six months of work released in production... Pin
Sander Rossel3-Apr-21 9:45
professionalSander Rossel3-Apr-21 9:45 
GeneralRe: Six months of work released in production... Pin
BillWoodruff3-Apr-21 8:04
professionalBillWoodruff3-Apr-21 8:04 
GeneralRe: Six months of work released in production... Pin
Sander Rossel3-Apr-21 9:44
professionalSander Rossel3-Apr-21 9:44 
GeneralRe: Six months of work released in production... Pin
Slacker0073-Apr-21 8:14
professionalSlacker0073-Apr-21 8:14 
GeneralRe: Six months of work released in production... Pin
Sander Rossel3-Apr-21 9:44
professionalSander Rossel3-Apr-21 9:44 
GeneralRe: Six months of work released in production... Pin
kmoorevs3-Apr-21 9:19
kmoorevs3-Apr-21 9:19 
GeneralRe: Six months of work released in production... Pin
Sander Rossel3-Apr-21 9:44
professionalSander Rossel3-Apr-21 9:44 
GeneralRe: Six months of work released in production... Pin
Dan Neely5-Apr-21 2:55
Dan Neely5-Apr-21 2:55 
GeneralRe: Six months of work released in production... Pin
Sander Rossel5-Apr-21 3:34
professionalSander Rossel5-Apr-21 3:34 
GeneralBingeable series for the long weekend (probably in lockdown) Pin
OriginalGriff2-Apr-21 10:16
mveOriginalGriff2-Apr-21 10:16 
GeneralRe: Bingeable series for the long weekend (probably in lockdown) Pin
David O'Neil2-Apr-21 10:20
professionalDavid O'Neil2-Apr-21 10:20 
GeneralRe: Bingeable series for the long weekend (probably in lockdown) Pin
Cp-Coder2-Apr-21 10:51
Cp-Coder2-Apr-21 10:51 

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.