Adding Knowledge - How do I?
Best Answers
-
merlenette_jones Member Advanced IT Monkey ✭✭✭Hello Sandy,
To add KB articles your user account will need to be apart of the group you defined as your KB managers.
You will then navigate to the +new drawer in the lower right hand corner. There you should see the option to create a KB article5 -
merlenette_jones Member Advanced IT Monkey ✭✭✭So it looks like the user rights were half generated. You should have a +new drawer in the bottom there because you are a part of the KB managers group.
So lets do a hard reset on the user table:First stop the Cache Builder service and then run the following commands against the ServiceManagement DB:
- TRUNCATE TABLE CI$User
- TRUNCATE TABLE CI$DomainGroup
- TRUNCATE TABLE LastModified
- Restart the IIS app pool
- Restart the website
Then restart the CacheBuilder service
Let me know if that brings things back online
6 -
merlenette_jones Member Advanced IT Monkey ✭✭✭Correct. To have that option you will want to be an Analyst5
-
merlenette_jones Member Advanced IT Monkey ✭✭✭Well when you make a change in AD you have to resync the AD connector in SCSM. Run a sync again of your AD connector. Then do a hard reset again
First stop the Cache Builder service and then run the following commands against the ServiceManagement DB:
- TRUNCATE TABLE CI$User
- TRUNCATE TABLE CI$DomainGroup
- TRUNCATE TABLE LastModified
- Restart the IIS app pool
- Restart the website
Then restart the CacheBuilder service
Let me know if that brings things back online
5
Answers
To add KB articles your user account will need to be apart of the group you defined as your KB managers.
You will then navigate to the +new drawer in the lower right hand corner. There you should see the option to create a KB article
As an Administrator or as a user that is a Knowledge Manager, you can create a Knowledge Base article by going to New (bottom left) - Knowledge Article - New Knowledge Article.
I hope this helps!
So lets do a hard reset on the user table:
First stop the Cache Builder service and then run the following commands against the ServiceManagement DB:
Then restart the CacheBuilder service
Let me know if that brings things back online
That did it! I have a +NEW!
Do I need to add myself to the Analysts group I created or am I ok as an Admin?
Yes you should have that option
I only have Knowledge Article. Let me restart the App Pool and IIS and see if that makes a difference.
First stop the Cache Builder service and then run the following commands against the ServiceManagement DB:
Then restart the CacheBuilder service
Let me know if that brings things back online
Thanks again. I'll keep that in mind. After restarting the App Pool and IIS, I now have all three options in +NEW.
Dang, I forgot about the SCSM AD Connector. I'm close to getting this down.
Thanks for your help and patience!