Customizing Your Knowledgebase by Replacing the "AKB"
Updated: 06 Nov 2007 | 2 comments
If you're not crazy about your helpdesk tickets sporting the "AKB" (Altiris Knowledge Base) moniker, here's how to squeeze into the database and change the acronym to something that's more suitable for your organization, like, maybe, PEBCAK?
- Open your SQL Server
- Open your "Altiris_incident" database :
- Open "Tables"
Step 1
- open "dbo_kb_article"
- select "article_number"
- make "modify" on "article_number"
- Indicate
- Datatype : nvarchar
- Default Value or binding : (N'YOURCUSTOMNAME')
Step 2
- open "dbo.kb_article_next_number"
- select "next_number"
- make "modify" on "next_number"
- Indicate
- Datatype : nvarchar
- Default Value or binding : (N'YOURCUSTOMNAME')
Step3
- make "Save"
You're finished!
Create a new article in your knowledge base and enjoy it with your custom name...
blog entry Filed Under:

The Endpoint Management Community Blog is the perfect place to share short, timely insights including product tips, news and other information relevant to the Endpoint Management community. Any authenticated Connect member can contribute to this blog.
Comments
While not exactly the
While not exactly the replacement name I would choose I definitely see some usefulness in this. Especially if you're importing pre-defined articles from a 3rd party vendor.
- Matt
Sometimes...
It is the very small things like this that finally end up making managment happy!
Thanks
Would you like to reply?
Login or Register to post your comment.