<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://greggsmith.net/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Edison234</id>
		<title>SDU - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://greggsmith.net/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Edison234"/>
		<link rel="alternate" type="text/html" href="http://greggsmith.net/wiki/index.php?title=Special:Contributions/Edison234"/>
		<updated>2026-04-17T19:21:25Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.26.1</generator>

	<entry>
		<id>http://greggsmith.net/wiki/index.php?title=Useful_Web_Sites&amp;diff=1449</id>
		<title>Useful Web Sites</title>
		<link rel="alternate" type="text/html" href="http://greggsmith.net/wiki/index.php?title=Useful_Web_Sites&amp;diff=1449"/>
				<updated>2008-03-06T14:47:45Z</updated>
		
		<summary type="html">&lt;p&gt;Edison234: Here you will find links to sites that may provide additional help.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Official CA Support ==&lt;br /&gt;
&lt;br /&gt;
Web Site:&lt;br /&gt;
[http://support.ca.com http://support.ca.com]&lt;br /&gt;
&lt;br /&gt;
FTP Site:&lt;br /&gt;
[ftp://ftp.ca.com ftp://ftp.ca.com]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Online Unix Time Converter ==&lt;br /&gt;
&lt;br /&gt;
Features:&lt;br /&gt;
&lt;br /&gt;
Unix Time -&amp;gt; Gregorian Time &amp;amp; Date&lt;br /&gt;
&lt;br /&gt;
Gregorian Time &amp;amp; Date -&amp;gt; Unix Time&lt;br /&gt;
&lt;br /&gt;
[http://www.onlineconversion.com/unix_time.htm http://www.onlineconversion.com/unix_time.htm]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== LDAP Reference ==&lt;br /&gt;
&lt;br /&gt;
Get started with understanding LDAP here. Many excellent links at the bottom of the article.&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol http://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol]&lt;br /&gt;
&lt;br /&gt;
LDAP Tools&lt;br /&gt;
&lt;br /&gt;
[http://www.bind9.net/ldap-tools http://www.bind9.net/ldap-tools]&lt;br /&gt;
&lt;br /&gt;
Check out JXplorer - This tool was created by CA and is now Open Source. This is a very nice LDAP/X500 browser.&lt;br /&gt;
&lt;br /&gt;
[http://jxplorer.org http://jxplorer.org]&lt;/div&gt;</summary>
		<author><name>Edison234</name></author>	</entry>

	<entry>
		<id>http://greggsmith.net/wiki/index.php?title=MS_SQL_Reporting_Services&amp;diff=1348</id>
		<title>MS SQL Reporting Services</title>
		<link rel="alternate" type="text/html" href="http://greggsmith.net/wiki/index.php?title=MS_SQL_Reporting_Services&amp;diff=1348"/>
				<updated>2008-02-28T16:19:12Z</updated>
		
		<summary type="html">&lt;p&gt;Edison234: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is Reporting Services? ==&lt;br /&gt;
&lt;br /&gt;
Microsoft SQL Reporting Services (SRS) is a free add-on to MS SQL Server.  It was first introduced for SQL Server 2000 as an additional install CD.  With SQL Server 2005, it is now included as an option during a typical install. Depending on the edition you use, you can develop your reports using the Business Intelligence Development Studio (BIDS). BIDS is a full integrated development environment for building and debugging data integration, OLAP, data mining, and reporting solutions.&lt;br /&gt;
&lt;br /&gt;
In many aspects, developing reports in SRS is like developing reports in MS Access.  The interface is similar.  The underlying programming capabilities is similar.  But where SRS really shines is on the server side.  After creating a report in Business Intelligence Development Studio, the report is published to the SRS server.  That report is now available via the reporting web interface or via any application that makes the correct call to the SRS server.  From the web interface, users can either run the reports interactively, or schedule to have a report delivered via email on a recurring basis.&lt;br /&gt;
&lt;br /&gt;
Starting with SQL Server 2005, Reporting Services includes a reporting feature called Report Builder. Report Builder is a client-side application that you can use to create and design ad hoc reports. Using Report Builder, you can select data and design reports without having to understand how and where the data is stored. Nor do you need to know any complex programming languages in order to create reports. You simply need to be familiar with the information stored in your databases.&lt;br /&gt;
&lt;br /&gt;
Using Report Builder, you can create table, matrix, or chart reports. To get started, select a report layout template and then simply drag and drop the fields that you want into the design area. You can then manipulate your data by filtering, grouping and sorting, or working with formulas. Save your report to the report server, and then you can manage it just like any other report on the server. Or, if you want, you can export the report to your local computer as a different file type, such as a TIFF, PDF, Excel, or HTML file.&lt;br /&gt;
&lt;br /&gt;
Click here for more information about Reporting Services[http://www.microsoft.com/sql/technologies/reporting/default.mspx].&lt;br /&gt;
&lt;br /&gt;
== Service Desk and Reporting Services ==&lt;br /&gt;
&lt;br /&gt;
If you are familiar with developing Service Desk Reports in Crystal or (especially) Access you will feel comfortable in Reporting Services.&lt;br /&gt;
CA provided the DLLs to convert Unixtime to human readable format. This type of conversion is not included with Reporting Services. However, Reporting Services uses Visual Studio as the base for development - this is good, just remember that reports need to make time &amp;amp; date format conversion - for queries and results as well as time zone adjustments.&lt;br /&gt;
&lt;br /&gt;
Reporting Services provides a historical snapshot feature on your reports. If used in conjuction with Service Desk data purge/archive, this feature creates a long lasting archives of data, formatted in the manner that you wish. Depending on your situation, this can come in handy for SOX compliance &amp;amp; audit. Historical snapshots are scheduled by you and you define the format (PDF? CSV? etc.)&lt;br /&gt;
&lt;br /&gt;
== Service Desk Data Security ==&lt;br /&gt;
&lt;br /&gt;
When developing reports, take consideration of your target audience and Service Desk data security. &lt;br /&gt;
Reporting Services can connect to many types of data sources. You can retrieve Service Data via ODBC or Web Services.&lt;br /&gt;
&lt;br /&gt;
When you make an ODBC connection, you are bypassing Service Desk security - data partitions and access types. You can restrict the audience in Reporting Services by placing specific access rights on a report (or a folder containing reports). Depending on your situation, this is could be a high maintenance or unwanted task.&lt;br /&gt;
&lt;br /&gt;
Connecting to Service Desk via Web Services will maintain data partitions and access type restrictions. Your report needs to send Service Desk login data and will need to store the Session ID (SID) for the user. After this has been accomplished Reporting Services will need send the query, so it is a bit more complex.&lt;/div&gt;</summary>
		<author><name>Edison234</name></author>	</entry>

	<entry>
		<id>http://greggsmith.net/wiki/index.php?title=Out-of-the-Box_Reports&amp;diff=1218</id>
		<title>Out-of-the-Box Reports</title>
		<link rel="alternate" type="text/html" href="http://greggsmith.net/wiki/index.php?title=Out-of-the-Box_Reports&amp;diff=1218"/>
				<updated>2008-02-13T20:41:05Z</updated>
		
		<summary type="html">&lt;p&gt;Edison234: List of Out of the Box Reports for Cystal and Access platforms&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Service Desk r11.2 - Out Of The Box reports ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Many sample reports are included with Service Desk. The reports can be executed via runtime engines for Crystal Reports and Microsoft Access - they are included with the software. The runtime engines are required if you do not have Crystal Reports or Microsoft Access.&lt;br /&gt;
&lt;br /&gt;
More reports are included in the Crystal format (.rpt) than the Access Database. Note: Both platforms have unique reports.&lt;br /&gt;
Below is a list of reports included with Service Desk r11.2.&lt;br /&gt;
&lt;br /&gt;
== Crystal &amp;amp; Access ==&lt;br /&gt;
This list was generated by comparing the report names. Even though a report name can be similar between platforms, the content and layout/presentation may be different. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Active Change Orders at Weeks End (G)&lt;br /&gt;
&lt;br /&gt;
Active CO's Aging by Priority (G)&lt;br /&gt;
&lt;br /&gt;
Active CO's Aging by Priority for Categories (G)&lt;br /&gt;
&lt;br /&gt;
Active CO's Aging by Priority for Groups (G)&lt;br /&gt;
&lt;br /&gt;
Active CO's Aging by Priority for Status (G)&lt;br /&gt;
&lt;br /&gt;
Active CO's Aging Report (G)&lt;br /&gt;
&lt;br /&gt;
Active CO's Aging Report for Categories (G)&lt;br /&gt;
&lt;br /&gt;
Active CO's Aging Report for Groups (G)&lt;br /&gt;
&lt;br /&gt;
Active CO's Aging Report for Status (G)&lt;br /&gt;
&lt;br /&gt;
Active Issues at Weeks End (G)&lt;br /&gt;
&lt;br /&gt;
Active Requests Aging by Priority (G)&lt;br /&gt;
&lt;br /&gt;
Active Requests Aging by Priority for Groups (G)&lt;br /&gt;
&lt;br /&gt;
Active Requests Aging by Priority for Request Areas (G)&lt;br /&gt;
&lt;br /&gt;
Active Requests Aging by Priority for Status (G)&lt;br /&gt;
&lt;br /&gt;
Active Requests Aging Report (G)&lt;br /&gt;
&lt;br /&gt;
Active Requests Aging Report for Groups (G)&lt;br /&gt;
&lt;br /&gt;
Active Requests Aging Report for Request Areas (G)&lt;br /&gt;
&lt;br /&gt;
Active Requests Aging Report for Status (G)&lt;br /&gt;
&lt;br /&gt;
Active Requests at Weeks End (G)&lt;br /&gt;
&lt;br /&gt;
Analyst Count by Priority (T)&lt;br /&gt;
&lt;br /&gt;
Analyst Count by Priority of Active Issues (T)&lt;br /&gt;
&lt;br /&gt;
Analyst Count by Priority of Open COs (T)&lt;br /&gt;
&lt;br /&gt;
Change Categories Currently Active (G)&lt;br /&gt;
&lt;br /&gt;
Change Orders by Failed SvcType for Category (G)&lt;br /&gt;
&lt;br /&gt;
Change Orders by Failed SvcType for Groups (G)&lt;br /&gt;
&lt;br /&gt;
Change Orders by Failed SvcType for Status (G)&lt;br /&gt;
&lt;br /&gt;
Change Order Status Duration Report by Assignee (T)&lt;br /&gt;
&lt;br /&gt;
Change Order Status Duration Report by Group (T)&lt;br /&gt;
&lt;br /&gt;
Change Order Totals (T)&lt;br /&gt;
&lt;br /&gt;
Issue Categories Currently Active (G)&lt;br /&gt;
&lt;br /&gt;
Issue Totals (T)&lt;br /&gt;
&lt;br /&gt;
Key Organization Summary (T)&lt;br /&gt;
&lt;br /&gt;
Location Count by Priority All (T)&lt;br /&gt;
&lt;br /&gt;
Location Count Problems by Priority (T)&lt;br /&gt;
&lt;br /&gt;
Location Count Requests by Priority (T)&lt;br /&gt;
&lt;br /&gt;
Open/Closed Analysis by Analyst (T)&lt;br /&gt;
&lt;br /&gt;
Overall Summary (T)&lt;br /&gt;
&lt;br /&gt;
Requests by Failed SvcType for Groups (G)&lt;br /&gt;
&lt;br /&gt;
Requests by Failed SvcType for Request Areas (G)&lt;br /&gt;
&lt;br /&gt;
Requests by Failed SvcType for Status (G)&lt;br /&gt;
&lt;br /&gt;
Request Activity Counts by Customer Org (T)&lt;br /&gt;
&lt;br /&gt;
Request Aging Detail (T)&lt;br /&gt;
&lt;br /&gt;
Request Aging Detail by Analyst (T)&lt;br /&gt;
&lt;br /&gt;
Request Areas Currently Active (G)&lt;br /&gt;
&lt;br /&gt;
Request Status Duration Report by Assignee (T)&lt;br /&gt;
&lt;br /&gt;
Request Status Duration Report by Group (T)&lt;br /&gt;
&lt;br /&gt;
Survey Detail (T)&lt;br /&gt;
&lt;br /&gt;
Survey Summary (T)&lt;br /&gt;
&lt;br /&gt;
Survey Summary with Comments (T)&lt;br /&gt;
&lt;br /&gt;
Total Volume of Change Orders (G)&lt;br /&gt;
&lt;br /&gt;
Total Volume of Change Orders by Interface (G)&lt;br /&gt;
&lt;br /&gt;
Total Volume of Issues (G)&lt;br /&gt;
&lt;br /&gt;
Total Volume of Requests (G)&lt;br /&gt;
&lt;br /&gt;
Total Volume of Requests by Interface (G)&lt;br /&gt;
&lt;br /&gt;
Urgency #1 Summary by Customer (T)&lt;br /&gt;
&lt;br /&gt;
Violated SLA Report for Groups (G)&lt;br /&gt;
&lt;br /&gt;
Violated SLA Report for Request Areas (G)&lt;br /&gt;
&lt;br /&gt;
Violated SLA Report for Status (G)&lt;br /&gt;
&lt;br /&gt;
Workflow Task Aging Report (T)&lt;br /&gt;
&lt;br /&gt;
Workflow Task Pending Report (T)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Unique to Crystal ==&lt;br /&gt;
&lt;br /&gt;
Active_Issues_Aging_by_Priority.rpt&lt;br /&gt;
&lt;br /&gt;
Active_Issues_Aging_by_Priority_for_Categories.rpt&lt;br /&gt;
&lt;br /&gt;
Active_Issues_Aging_by_Priority_for_Groups.rpt&lt;br /&gt;
&lt;br /&gt;
Active_Issues_Aging_by_Priority_for_Status.rpt&lt;br /&gt;
&lt;br /&gt;
Active_Issues_Aging_Report.rpt&lt;br /&gt;
&lt;br /&gt;
Active_Issues_Aging_Report_for_Categories.rpt&lt;br /&gt;
&lt;br /&gt;
Active_Issues_Aging_Report_for_Groups.rpt&lt;br /&gt;
&lt;br /&gt;
Active_Issues_Aging_Report_for_Status.rpt&lt;br /&gt;
&lt;br /&gt;
Active_Request_List.rpt&lt;br /&gt;
&lt;br /&gt;
Activity_of_Requests.rpt&lt;br /&gt;
&lt;br /&gt;
Analyst_List_By_Organization.rpt&lt;br /&gt;
&lt;br /&gt;
Analyst_Summary.rpt&lt;br /&gt;
&lt;br /&gt;
Asset_List.rpt&lt;br /&gt;
&lt;br /&gt;
Comments_By_Doc.rpt&lt;br /&gt;
&lt;br /&gt;
Comments_By_User.rpt&lt;br /&gt;
&lt;br /&gt;
Docs_By_Status.rpt&lt;br /&gt;
&lt;br /&gt;
Docs_By_Status_chart.rpt&lt;br /&gt;
&lt;br /&gt;
Docs_For_Retirement.rpt&lt;br /&gt;
&lt;br /&gt;
Docs_Solving_Iss.rpt&lt;br /&gt;
&lt;br /&gt;
Docs_Solving_Iss_Contact.rpt&lt;br /&gt;
&lt;br /&gt;
Docs_Solving_Iss_Contact_Detail.rpt&lt;br /&gt;
&lt;br /&gt;
Docs_Solving_Iss_Detail.rpt&lt;br /&gt;
&lt;br /&gt;
Docs_To_Expire.rpt&lt;br /&gt;
&lt;br /&gt;
Docs_Unpublished.rpt&lt;br /&gt;
&lt;br /&gt;
Docs_Viewed_Detail.rpt&lt;br /&gt;
&lt;br /&gt;
Docs_Viewed_Least.rpt&lt;br /&gt;
&lt;br /&gt;
Docs_Viewed_Most.rpt&lt;br /&gt;
&lt;br /&gt;
Docs_With_Inactive_Assignees.rpt&lt;br /&gt;
&lt;br /&gt;
Docs_With_Inactive_Owners.rpt&lt;br /&gt;
&lt;br /&gt;
Documents_Created_Via.rpt&lt;br /&gt;
&lt;br /&gt;
Documents_Submitted.rpt&lt;br /&gt;
&lt;br /&gt;
Document_FAQ_Ratings.rpt&lt;br /&gt;
&lt;br /&gt;
Doc_Usage_By_User.rpt&lt;br /&gt;
&lt;br /&gt;
Expired_Documents.rpt&lt;br /&gt;
&lt;br /&gt;
FAQ_Ratings_by_Contact.rpt&lt;br /&gt;
&lt;br /&gt;
FAQ_Ratings_by_Contact_Detail.rpt&lt;br /&gt;
&lt;br /&gt;
Freq_Searches_By_Search.rpt&lt;br /&gt;
&lt;br /&gt;
Issues_by_Failed_SvcType_Category.rpt&lt;br /&gt;
&lt;br /&gt;
Issues_by_Failed_SvcType_Groups.rpt&lt;br /&gt;
&lt;br /&gt;
Issues_by_Failed_SvcType_Status.rpt&lt;br /&gt;
&lt;br /&gt;
Issue_Status_Duration_by_Assignee.rpt&lt;br /&gt;
&lt;br /&gt;
Issue_Status_Duration_by_Group.rpt&lt;br /&gt;
&lt;br /&gt;
Iss_Not_Resolved.rpt&lt;br /&gt;
&lt;br /&gt;
metrics.rpt&lt;br /&gt;
&lt;br /&gt;
Noisewords.rpt&lt;br /&gt;
&lt;br /&gt;
Plan_Task_Aging.rpt&lt;br /&gt;
&lt;br /&gt;
Plan_Task_Pending.rpt&lt;br /&gt;
&lt;br /&gt;
PropertiesByCategoryChg.rpt&lt;br /&gt;
&lt;br /&gt;
PropertiesByCategoryIss.rpt&lt;br /&gt;
&lt;br /&gt;
PropertiesByCategoryReq.rpt&lt;br /&gt;
&lt;br /&gt;
PropertiesByPropertyChg.rpt&lt;br /&gt;
&lt;br /&gt;
PropertiesByPropertyIss.rpt&lt;br /&gt;
&lt;br /&gt;
PropertiesByPropertyReq.rpt&lt;br /&gt;
&lt;br /&gt;
Published_Documents.rpt&lt;br /&gt;
&lt;br /&gt;
Ratings.rpt&lt;br /&gt;
&lt;br /&gt;
Request_List.rpt&lt;br /&gt;
&lt;br /&gt;
Request_List_By_Analyst.rpt&lt;br /&gt;
&lt;br /&gt;
Request_List_By_Organization.rpt&lt;br /&gt;
&lt;br /&gt;
Request_List_By_Priority.rpt&lt;br /&gt;
&lt;br /&gt;
Request_List_By_Request_Area.rpt&lt;br /&gt;
&lt;br /&gt;
req_not_resolved.rpt&lt;br /&gt;
&lt;br /&gt;
Searches.rpt&lt;br /&gt;
&lt;br /&gt;
SearchesWithOutResults.rpt&lt;br /&gt;
&lt;br /&gt;
Searches_By_User.rpt&lt;br /&gt;
&lt;br /&gt;
Special_Terms.rpt&lt;br /&gt;
&lt;br /&gt;
Submitters_detail.rpt&lt;br /&gt;
&lt;br /&gt;
Synonyms.rpt&lt;br /&gt;
&lt;br /&gt;
System_Usage_By_User.rpt&lt;br /&gt;
&lt;br /&gt;
Top_Submitters.rpt&lt;br /&gt;
&lt;br /&gt;
Total_Volume_of_Issues_by_Interface.rpt&lt;br /&gt;
&lt;br /&gt;
User_Info.rpt&lt;br /&gt;
&lt;br /&gt;
== Unique to Access ==&lt;br /&gt;
&lt;br /&gt;
Request Areas for Last 30 Days (G)&lt;br /&gt;
&lt;br /&gt;
SLA Results Based on 24 hours (T)&lt;br /&gt;
&lt;br /&gt;
Total Volume of Change Orders by Agent Type (G)&lt;br /&gt;
&lt;br /&gt;
Total Volume of Requests by Agent Type (G)&lt;br /&gt;
&lt;br /&gt;
Closed Status Report (T)&lt;/div&gt;</summary>
		<author><name>Edison234</name></author>	</entry>

	</feed>