Döda alla backoffice
Eftersom TaskManager inte har multiselect i processlistan kan det vara omständigt att stänga av alla. Det är också omständigt att behöva logga in med rdp (mstsc) på en remote server. I stället kan man...
View ArticleWhere is my data saved? (part 2)
Pierre has written some about this topic earlier, how to search in a database for a value: var-sparades-mitt-varde-i-enova. Personally, I have made to a habit of NOT thinking about where data is...
View ArticleI vilken ordning ska man starta/stoppa olika eNova-komponenter?
I vilken ordning ska man starta olika eNova-komponenter? Så här: BusinessService Övriga windowsservicar (4See, Integration, NewsLetter, Publishing, Search, …), Website node #1. Website node #2, Website...
View ArticleHistorisera data i databas
Det finns ett antal olika approacher för att historisera data i en RDBMS. Alla sätt har förstås för och nackdelar. Historisering av icke-realtidsdata brukar benämnas som Slowly changing dimension, och...
View ArticleHur startar/stoppar man eNovaservicar på mest lämpliga sätt? (del 2)
Installation Som vi såg tidigare är det viktigt att starta/stoppa eNovaservicar i rätt ordning. När man gör detta programmatiskt, tex i script, krävs det då att man underhåller ordningen själv på alla...
View ArticleEnovaFinder
There’s now a tool for navigation a raw eNova database. The tool is useful for finding IDs and exploring the relations and connections between objects. With a large database, 10GB ~ 100 million IDs in...
View ArticleWhat if…
What if the deploy to production will screw up the environment? What if I want to investigate a script by running it? What if I don’t trust what a script is doing? What if I want to execute the code in...
View ArticleØredev 2012
De flesta videos från Øredev 2012 är redan släppta nu. vimeo.com/user4280938/videos Gratis :) Några sevärda föredrag från årets Øredev… Källkodshanteringsverktyget Git, som Linus Torvalds skapat, har...
View ArticleExecute enovascript with powershell
Below is an example of a modified enovascript (C#). It’s possible to send this over the network and execute it locally on a server where an enova business service is installed. In this example the...
View ArticleHotfixes
Patching an existing enova system with hotfixes involves two steps. First extract the zip files, then copy the extracted files into your code base and compile and deploy it as usual. These two steps...
View Article