
Hi All,
Following error is coming into arerror log file after taking data backup from production to test server using database level for a single form.
While we submit data on that form also same error is coming. we are not able to save data also for that form.
Dispatch : Cannot establish a network connection to the AR System server ( arserver (0) : RPC: Miscellaneous tli error - An event requires attentionNo message of desired type) ARERR - 90
Please guide me what is happening. its urgent. Thanks in advance
ENVT: ar server 7.0.01
DB: oracle 9
Unix Box
Hi All,
We were facing lot of issue due to bulk data (approx 5 lacs) imported into test server using oracle import tool(backend) for one form. Now we reverted back test backup data and restarted database plus arserver and we are not getting any issue.
But still looking for "How to sync data from prod server to test server", we don't have migration tool.
Is there any easy methedogy, we have around 5 lacs records into production server. so, we want to sync prod-test server's data.
Regards,
Sandy
Hi Sandeep,
For importing data from one server to the other just for one form taking database backup would not be preferable becuase it could have related data from other forms as well which you might not have imported.
For example when we talk about an incident ticket, it aso has people information of the requester which comes in from CTM:People form. so if you do not import CTM:People and just import HPD: Help Desk data then that would populate an error from Remedy.
Please ensure that you are migrating all related data from production into test server.
you can export the data using AR Reporting tool in .arx format in installments (not all 5 lakhs at a time) and then import the file using import tool into your test system. Its time consuming but helps.
Regards,
Kalpana
Also the backend of Remedy uses T B and H tables which you have to keep in sync, also your schema IDs might not match up meaning you could be updating wrong forms althought their names are identical (eg: T123)
Thanks all for quick responding.
Now error is not coming, I successfully imported data from CAT to Prod using remedy import tool in installment.
When I did this using oracle import tool, it was problem. Now I am also able to create request on that form. Solved.
Regards,
Sandy