
Hi
What table/s contain the incidents in remedy? All Im looking to do is run a few oracle sql statemenst to retrieve incident information from remedy.
Hi,
The answer will depend on which version of the ITSM Suite you are running.
If you can provide the version then I'm sure that someone will be able to provide you with the relevant answer.
Thanks.
Nyall
Hi Carey,
Main DB table is HPD_HPD_HelpDesk. It is contains information about all incidents registered on your ITSM system. Other important tables are HPD_HPD_Worklog and HPD_HPD_AssignmentLog.
Thanks and regards,
Is there a way to get the current version out of the oracle database?
The user version is:
BMC Remedy User
Version 7.0.01 Patch 006
i will take a look at the
HPD_HPD_HelpDesk HPD_HPD_Worklog and HPD_HPD_AssignmentLog.
THANks for your help...
These are the tables the way there named in my db...
HPD_HELP_DESK
HPD_WORKLOG
HPD_HELP_DESK_ASSIGNMENT_LOG
Do you know where find the Incident NOTES column?
Hi again,
HPD_Helpd_Desk.Detailed_Decription is Notes field.
Regards
Jose Luis Rubio
I aplogize for so many questions...
do you know where attached documents are stored?
Carey,
For every Attachment field in the form, a separate table is created to store the attachment value. Please, read "BMC Remedy Action Request System 7.x Database Reference" document, on page 31 for more information.
Jose Luis Rubio
www.bmc.com
attached documents are saved in a different table:
T tables for data.
B Tables for Attachments.
H Tables for status history field.
Like in my database I have T185 for Heldpesk ticket data, B185 for attachments, H185 for status history.
Go to Entbase->Enterprise Manager-> Server-> database-> ARSystem-> ur table.
Let me know if this helps!!!!!!!!!!!
I can help u further.
Thanks
Hi,
I've a question.. Does anyone know in which Table, Template is stored in Remedy?