cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1350
Views
0
Helpful
3
Replies

Prime API V2.2 missing data

praveen.batchu1
Level 1
Level 1

Hi, We did load data from Prime API V2.2 ClientSessions back in January to our test environment and now we are working on loading data to our production environment and we see some 500K records missing and I remember Spencer Zier saying data doesn't change much. Could you please explain what might cause this? Also we are upgrading Prime API to version 3.0 is there going to be much change between the two?

Thanks in advance....

1 Accepted Solution

Accepted Solutions

Hi Praveen, Yes if that is the root cause. If you can login as UI root user to your PI server, you can run query to see how many client session info records are left in the system. Go to page : https://<your server>/webacs/dbQueryAction.do

select count(*) from clientsessioninfo

Duncan

View solution in original post

3 Replies 3

dkeysell
Cisco Employee
Cisco Employee

Could it be due to data retention settings for client data in your Prime Infrastructure? Under Administration > Settings > System Settings > Client and User > Client the default setting is to retain Client Session history for 32 days. Older than that and the data is purged from PI.

Hi Duncan, Thanks for your response. I will check this setting with my network team, what if the data gets purged is it gone for good?

Hi Praveen, Yes if that is the root cause. If you can login as UI root user to your PI server, you can run query to see how many client session info records are left in the system. Go to page : https://<your server>/webacs/dbQueryAction.do

select count(*) from clientsessioninfo

Duncan