Accessing the RSS Feed
After you have set up the RSS Feed and saved the RGC file, you can access this file using the RssWebGenerator.
You can also distribute the XML file. The XML file is useful when you do not want to create a large amount of network traffic on your database server, which may occur when a lot of people access the live RSS Feed using the RGC file. Instead, using a batch file you set up, you can generate the XML at a specific time every day and save the results on a dedicated web server. You can then distribute the XML link to interested parties. These parties in turn can access the XML file using a web browser or an RSS Reader.
To access the RSS Feed using the RssWebGenerator:
- In your web browser address box, type the URL for the RssWebGenerator.
For example, https://LDSDServer/servicedesk.framework/Rssdefault.aspx. - Type your user login and password.
- In the Query drop-down list, select the query that you want to generate as RSS Feed.
This list displays all of the RGC files that you have saved in the Framework folder. - Click Generate.
The query runs and the results are displayed according to the rss2.xsl format. These results are live, and update each time your database query is polled. - If you click an RSS Item link, a preview of the item appears.
The items are displayed according to the previewStyleSheet.css format. You set up the Preview Attributes when you set up the query. - If you want to distribute this RSS Feed, copy the full address and send it to the relevant parties.
You can edit this stylesheet to change the appearance of the query. By default, rss2.xsl is in the Framework folder.
The preview appears blank if you have not set up the Preview Attributes in the query. Refer to Designing queries for information about adding preview attributes to a query.
You can edit this stylesheet to change the appearance of the preview. By default, previewStyleSheet.css is in the Framework folder.
You can also access the RSS Feed using an RSS Reader.
Editing existing RGC and XML files
You can open and edit existing RGC files using the TPS RSS Feed Generator.
To edit an existing RGC file:
- Using the TPS RSS Feed Generator, on the File menu, click Open.
The Open dialog appears. - Navigate to the Framework folder, where you have saved the RGC file that you want to open.
- Click the relevant file, then click Open.
The file opens as read-only. You must log into the TPS RSS Feed Generator before you can edit it.
By default, this folder is in the \Program Files (x86)\LANDesk\Framework folder.
You can open and edit existing XML files using Notepad.
To edit an existing XML file:
- Using Notepad, open the XML file that you want to edit.
- Make your changes, then save the file.