Author: Boris Drajer
-
How and why to take the long way for installing ADFS
I use several applications in my LAN – a bug/issue/ticket tracker, a knowledge base, Git and Mercurial servers, a continuous integration server… Administering users across each of them can be a lot of work, especially if it’s unnecessary: and I do have a Windows domain and an Active Directory server which is usually supposed to…
-
Finding ASP.Net Core Error Logs on IIS
I don’t think there are many IT tasks more frustrating than troubleshooting Microsoft technologies on Windows. These things are simply not made so that anyone knows what’s going on, and the really brutal stuff happens when you combine Windows, IIS and Asp.Net Core. Correct me if I’m wrong, but by default it’s not configured to…
-
Nabavka za proizvodnju
Za nabavku materijala za proizvodnju koristi se standardni Ciklon modul nabavke, konfigurisan za primenu u proizvodnji. Ovo znači upotrebu određenog skupa dokumenata i njihovog grupisanja u projekte. Glavne karakteristike: Jednokratni unos količina i artikala za nabavku i njihovo automatsko dalje preuzimanje bez prekucavanja. Najčešće se počinje sa specifikacijom materijala i te stavke se dalje “prebacuju”…
-
Sledljivost kroz revizije i serijske brojeve
Revizija (serija, lot, batch) artikla predstavlja određenu količinu datog artikla označenu na određeni način kako bi se pratila kroz sistem. Moguće je automatsko kreiranje revizije artikla prilikom njegovog ulaska u magacin, pri čemu se on vodi na stanju pod datom revizijom i kao takav se i skida sa njega. Bilo da ta skinuta količina ide…
-
Orgadata LogiKal integracija
Modul za integraciju sa Orgadata LogiKal softverom omogućava preuzimanje podataka o artiklima i projektima iz LogiKal-a u Ciklon, sa idejom da se u LogiKal-u radi projektovanje a u Ciklonu nabavka materijala i realizacija projekta. Struktura podataka o artiklima u Ciklonu je u osnovi slična strukturi u LogiKal-u: postoje osnovni artikli i njihove varijacije, koje su…
-

Configuring Orchard Core for AD (AD FS) Authentication
How to set the Orchard Core CMS to use a local domain / Active Directory for authentication? The current Ochard version (1.1) doesn’t seem to support it, at least not that I know… It does support Azure AD but that is a different beast. One way to make it work is to install Active Directory…
-
Repairing the WS-Management service on the Windows server
Some features of the Windows 2019 server can easily and inadvertently be incapacitated and many seem to get screwed up on their own. And it is quite possible that one error triggers another and getting out of that tangled mess is very hard and time consuming. It takes a lot of time just to restore…
-
Short tips to getting Excel working with ASP.Net Core OData service
I’ve been tinkering with an Asp.Net Core OData service designed to be consumed by the Excel client… There are a lot of details that will screw your brains if you don’t get them right, and it doesn’t help that ASP.Net is a fidgety beast in that bits move around in each version and there are…
-
VisualStudio install cache folder is important
I tried to find information about the “VisualStudio install cache” folder that Visual Studio installer creates, but was unable to find much. The folder takes a healthy couple of gigabytes of disk storage and, having the “cache” keyword in it, seems to be safe to delete. But deleting it will cripple Visual Studio updates. My…
-

How to set a category for Visual Studio new item templates
A .vstemplate file defines a template for an item that appears in Visual Studio’s “Add New Item” dialog. But it doesn’t have an option to choose which of the categories (shown in the left part of the dialog) it will appear in. I know of two ways to use the .vstemplate file and there are…