Migrate your CA Service Desk Manager data
Legacy enterprise ITSM platform with deep ITIL workflow roots, now under Broadcom. Typical buyers are large organizations with complex on-premise environments that have accumulated years of ticket history and integrations.
In its favor
Why people choose CA Service Desk Manager
The signal that keeps CA Service Desk Manager on the shortlist. Sourced from G2, Capterra, and customer scoping calls.
Organizations with existing CA SDM deployments chose it for deep ITIL process adherence and tight integration with other CA/Broadcom enterprise management products.
Large enterprises with established CA SDM workflows and trained support staff select it to avoid retraining costs and preserve institutional knowledge embedded in the system.
Government and financial institutions chose CA SDM for its long track record of compliance certifications and audit-logged change management capabilities.
Teams migrating from legacy helpdesk tools to a Broadcom-aligned ITSM stack keep CA SDM to maintain consistency with existing CA client management and automation tooling.
Organizations with high-volume, complex request routing requirements choose CA SDM for its granular workflow builder and multi-tier assignment logic.
Post-acquisition, organizations report Broadcom's direction toward bundled enterprise licensing has made CA SDM cost-prohibitive compared to modern cloud-native alternatives with per-agent pricing.
The on-premise deployment model requires dedicated Windows or UNIX server infrastructure, database administration, and regular patching—costs that cloud ITSM platforms eliminate entirely.
Users report the interface is outdated, the configuration is complex, and the learning curve for new administrators is steep compared to modern SaaS alternatives.
Integration with modern collaboration tools like Microsoft Teams and Slack is limited or requires custom development that most teams cannot maintain.
Organizations report that Broadcom's QA process has degraded, with customers describing being left to test beta-quality releases without adequate vendor support.
Reasons to switch
Why people leave CA Service Desk Manager
The recurring reasons buyers give for replacing CA Service Desk Manager. Presented as facts, not knocks.
Platform scorecard
Strengths, weaknesses, and where CA Service Desk Manager fits
Grades across six dimensions, plus a SWOT-style view of where the platform shines and where it falls short.
SWOT — strengths, weaknesses, and use-case fit
Strengths
Weaknesses
Where it works
Where it struggles
Pricing tiers
CA Service Desk Manager pricing overview
CA SDM pricing starts at $39 per user per month as a base tier but is typically sold as an enterprise license through Broadcom's sales team. Organizations report that post-acquisition pricing has shifted toward bundled enterprise agreements that can significantly increase the effective cost for smaller deployments. Multi-year commitment and per-seat minimums apply in most enterprise contracts.
Standard
Tier 1 of 3
$39/user/month
What's included
Need help selecting your Helpdesk?
Book a free 30 minute consultationPricing is informational. FlitStack AI does not bill on CA Service Desk Manager's schedule — see our quote-based pricing →
What gets migrated
CA Service Desk Manager object support
Object-by-object support for CA Service Desk Manager migrations. Per-pair details surface during scoping.
Requests
Fully supportedRequests is the primary ticket object in CA SDM. We export all standard fields (ref_num, description, priority, status, category) plus custom attributes. The REST API returns structured JSON; we map each request to the destination ticket object preserving timestamps and assignee assignment.
Incidents
Fully supportedIncidents are a distinct request type in CA SDM's ITIL-aligned object model. We separate Incidents from standard Requests during export using the request_type attribute and preserve incident-specific fields like impact, urgency, and resolution_code.
Changes
Fully supportedChange Requests are a separate object type tracking IT change orders. We export change_id, category, risk_level, approval_status, and implementation_schedule. Change attachments and linked incidents are exported as related records.
Problems
Fully supportedProblem records track root-cause analysis separate from individual incidents. We export the problem_id, related_incident list, root_cause_description, and known_error_flag. Problem-to-incident linkage is preserved as a foreign-key relationship in the export.
Knowledge Articles (KMs)
Fully supportedKnowledge articles in CA SDM are stored as km_record objects. We export title, summary, full_text, author, approval_status, and publication_date. Article-to-request linkage references are preserved so the destination can rebuild cross-references.
Contacts
Fully supportedContacts represent end-users and support staff. We export userid, last_name, first_name, email, phone, organization, and the user_type attribute that distinguishes requesters from analysts. Role assignments are preserved as a custom property on export.
Organizations
Fully supportedOrganization records in CA SDM represent the corporate entities contacts belong to. We export org_name, org_uuid, description, and primary_contact references. Organizations are exported as a separate object so they can be pre-loaded in the destination before contacts.
Assets
Mapping requiredCA SDM integrates with CA CMDB for asset data. Asset exports include ci_name, ci_type, serial_number, assignment, and location. Custom CI attributes defined in .mod files require field-level mapping work during migration since not all CMDB fields map directly to ITSM-standard asset schemas in modern platforms.
SLA Definitions
Mapping requiredSLA records define service level targets but are not standalone exported objects in CA SDM's REST API. We reconstruct SLA assignments by reading the request-level sla_pl and priority mapping. Full SLA definition migration requires reading the policy files separately from the data export.
Custom Objects
Not in this platformCustom objects defined by administrators in /site/mods/majic require manual schema extraction from the .maj file before migration. There is no self-documented REST endpoint for discovering custom object structures. We require the customer to provide the custom object definitions file before we can include them in the migration scope.
Attachments
Mapping requiredAttachments are stored as doclinks pointing to files on the CA SDM server filesystem or a document repository. We export the attachment reference (file path, URL, or content ID) but not the binary file itself in standard REST exports. We flag this gap and handle binary attachment migration as a separate step using the document repository API.
Survey/Feedback Records
Mapping requiredCA SDM stores post-resolution survey responses linked to requests. We export survey scores, responses, and timestamps. Many modern ITSM platforms do not have a native survey object, so we merge survey data as custom fields on the target request record.
Groups and Teams
Fully supportedSupport groups in CA SDM are defined as grp objects with group_id, member list, and lead. We export group memberships and preserve the analyst-to-group assignments as a lookup table so destination groups can be pre-created before assigning analysts.
Service Catalog Items
Mapping requiredRequest offerings and service catalog items in CA SDM are defined as web form templates or process DiR templates. These are not easily extracted via the standard REST API. We map catalog items to the closest equivalent in the destination (service catalog, request type, or form) but cannot guarantee full catalog fidelity.
| Object | Support | Notes |
|---|---|---|
| Requests | Fully supported | Requests is the primary ticket object in CA SDM. We export all standard fields (ref_num, description, priority, status, category) plus custom attributes. The REST API returns structured JSON; we map each request to the destination ticket object preserving timestamps and assignee assignment. |
| Incidents | Fully supported | Incidents are a distinct request type in CA SDM's ITIL-aligned object model. We separate Incidents from standard Requests during export using the request_type attribute and preserve incident-specific fields like impact, urgency, and resolution_code. |
| Changes | Fully supported | Change Requests are a separate object type tracking IT change orders. We export change_id, category, risk_level, approval_status, and implementation_schedule. Change attachments and linked incidents are exported as related records. |
| Problems | Fully supported | Problem records track root-cause analysis separate from individual incidents. We export the problem_id, related_incident list, root_cause_description, and known_error_flag. Problem-to-incident linkage is preserved as a foreign-key relationship in the export. |
| Knowledge Articles (KMs) | Fully supported | Knowledge articles in CA SDM are stored as km_record objects. We export title, summary, full_text, author, approval_status, and publication_date. Article-to-request linkage references are preserved so the destination can rebuild cross-references. |
| Contacts | Fully supported | Contacts represent end-users and support staff. We export userid, last_name, first_name, email, phone, organization, and the user_type attribute that distinguishes requesters from analysts. Role assignments are preserved as a custom property on export. |
| Organizations | Fully supported | Organization records in CA SDM represent the corporate entities contacts belong to. We export org_name, org_uuid, description, and primary_contact references. Organizations are exported as a separate object so they can be pre-loaded in the destination before contacts. |
| Assets | Mapping required | CA SDM integrates with CA CMDB for asset data. Asset exports include ci_name, ci_type, serial_number, assignment, and location. Custom CI attributes defined in .mod files require field-level mapping work during migration since not all CMDB fields map directly to ITSM-standard asset schemas in modern platforms. |
| SLA Definitions | Mapping required | SLA records define service level targets but are not standalone exported objects in CA SDM's REST API. We reconstruct SLA assignments by reading the request-level sla_pl and priority mapping. Full SLA definition migration requires reading the policy files separately from the data export. |
| Custom Objects | Not in this platform | Custom objects defined by administrators in /site/mods/majic require manual schema extraction from the .maj file before migration. There is no self-documented REST endpoint for discovering custom object structures. We require the customer to provide the custom object definitions file before we can include them in the migration scope. |
| Attachments | Mapping required | Attachments are stored as doclinks pointing to files on the CA SDM server filesystem or a document repository. We export the attachment reference (file path, URL, or content ID) but not the binary file itself in standard REST exports. We flag this gap and handle binary attachment migration as a separate step using the document repository API. |
| Survey/Feedback Records | Mapping required | CA SDM stores post-resolution survey responses linked to requests. We export survey scores, responses, and timestamps. Many modern ITSM platforms do not have a native survey object, so we merge survey data as custom fields on the target request record. |
| Groups and Teams | Fully supported | Support groups in CA SDM are defined as grp objects with group_id, member list, and lead. We export group memberships and preserve the analyst-to-group assignments as a lookup table so destination groups can be pre-created before assigning analysts. |
| Service Catalog Items | Mapping required | Request offerings and service catalog items in CA SDM are defined as web form templates or process DiR templates. These are not easily extracted via the standard REST API. We map catalog items to the closest equivalent in the destination (service catalog, request type, or form) but cannot guarantee full catalog fidelity. |
Gotchas
What to watch for in CA Service Desk Manager migrations
Issues we've hit on past CA Service Desk Manager migrations, tagged by severity. FlitStack AI handles every one — surfacing them up front because buyer engineering teams want to know.
Custom objects require manual schema extraction before migration
Attachments are file-path references, not embedded binary data
SLA definitions live in policy files, not as exportable records
Version upgrade migrations fail silently on standby server
Swing-box migration method requires duplicate server infrastructure
| Severity | Issue |
|---|---|
| High | Custom objects require manual schema extraction before migration |
| High | Attachments are file-path references, not embedded binary data |
| Medium | SLA definitions live in policy files, not as exportable records |
| Medium | Version upgrade migrations fail silently on standby server |
| Low | Swing-box migration method requires duplicate server infrastructure |
Leaving CA Service Desk Manager?
Where CA Service Desk Manager customers move next
7 destinations CA Service Desk Manager can migrate to.
How a CA Service Desk Manager migration works
Four steps, CA Service Desk Manager-specific
Connect
Basic Authentication or OAuth 2.0 depending on configuration into CA Service Desk Manager. Scopes limited to read-only on the data we move.
Map
We translate CA Service Desk Manager-specific structures (custom fields, objects, value lists) to the destination's model.
Sample
Test with a 50–200 record subset to validate CA Service Desk Manager quirks before production.
Migrate
Full migration with CA Service Desk Manager rate-limit handling. Rollback available throughout.
FAQ
CA Service Desk Manager migration FAQ
Answers to the questions buyers ask most during CA Service Desk Manager migration scoping. Not seeing yours? Book a call.
Can't find your answer?
Walk through your CA Service Desk Manager migration with a real engineer — 30 minutes, free, written quote within 24 hours.
Book a free 30 minute consultationOther helpdesks we support
Ready when you are
Migrate CA Service Desk Manager.
Without the rebuild.
Free scoping call with a migration engineer. Tell us about your CA Service Desk Manager setup and destination — written quote back within a business day.