Tagged Questions
The remedy tag has no wiki summary.
2
votes
1answer
3k views
Create ticket in BMC Remedy via Java
I need a Java class to submit tickets to BMC Remedy's Helpdesk product.
Wondering if anyone has done this already and is willing to share either code, or experience.
0
votes
0answers
26 views
How to get Work Info Notes and Work Info Summary data in BMC Remedy SOAP service?
I am using HPD_IncidentInterface_WS WSDL service (Incident Management). This service provides method HelpDesk_Query_Service, incident number as a parameter, to get remedy ticket details. However this ...
0
votes
0answers
48 views
Remedy/Java integration issues
Following on from my preivous question, I now have a remedy specific problem. I am trying to run the example from here.
The error is:
ERROR (150): A server name must be supplied in the control ...
0
votes
1answer
82 views
UnsatisfiedLinkError: Using the Remedy API with Java
I'm trying to run the example from this question about using the BMC remedy API. However I'm getting the below error message when trying to run the example, it appears to compile fine.
As I ...
0
votes
0answers
35 views
BMC Remedy ARserver failed to install with oracle 10.2 g
I have install BMC Remedy ARServer 7.1 on Win 2003 Server with Oracle 10.2 g and during installation process it gave faild due error message "Can not load database connection DLL. The software might ...
0
votes
2answers
192 views
Converting a BMC Remedy timestamp to mm/dd/yyyy format
According to the documentation I've found from AR Systems on BMC Remedy, timestamps in an MSSQL Server environment (we're using SQL Server 2005 here) are stored as an int datatype in UNIX timestamp ...
0
votes
2answers
188 views
BMC Remedy API authentication
I am trying to determine how I can integrate with BMC Remedy via it's API.
The ARServerUser class seems to require the a username and password, given that I am driving this from an application behind ...
0
votes
1answer
461 views
How do I retrieve incident work items from BMC Remedy ARS via the SOAP interface?
I'm using the Helpdesk_Query_Service method from the HPD_IncidentInterface web service in BMC Remedy ARS 7.5 to retrieve incident data. I can get the top-level incident data as expected, but I don't ...
0
votes
2answers
785 views
Creating a Ticket in remedy Using Java Code
I need to create a ticket in BMC Remedy using a Java Code. Can anyone share the java api(get the api's jar file) and some samples to create a ticket using that api in java.
I am unable to understand ...
0
votes
1answer
844 views
BMC Remedy Integration
Where can I find a list of BMC Remedy 3rd party integrations? I have found nothing on their website, and their sales department put me in touch with the customer services which wouldn't take my call ...
0
votes
1answer
43 views
Primavera not working in my system in the office
How to make back up of projects in primaera if it is not logged in suddenly?
-3
votes
1answer
45 views
Querying ticket details from BMC Remedy server using java application
I am seeking help from you all.
Currently I have to develop a java application which connects to BMC AR system and gets the details of the incidents based on the date range.
Please kindly let me ...