Exporting Reports or Realtime Views

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • bucky101
    Brainiac
    • Nov 2010
    • 71

    Exporting Reports or Realtime Views

    Is there a way of exporting the realtime views/wall boards so they can be imported at other installs?
    Same goes with all of the reports we custom build at every install?
  • kalpanaautade
    Whiz
    .
    • Sep 2015
    • 32

    #2
    IPOCC provide Utility folder contain ReportEx.bat used for import/export realtime/historical report of IPOCC. In 9.1.6 wallboard can be exported as .wbd from interface where you create wallboard.

    Comment

    • bucky101
      Brainiac
      • Nov 2010
      • 71

      #3
      Brilliant

      Thats Brilliant! It worked! I managed to export and import everything with the exception of the home view which pops an error. I suspect it could be because I exported a 9.1.7 and imported into a 9.1.6.

      Do you know if there is a way to export the custom counter names configured in
      Administration > Service > Reporting Filters

      I suspect this could be done via an sql command

      Comment

      • bucky101
        Brainiac
        • Nov 2010
        • 71

        #4
        Exporting works how about importing

        OK I managed to get the data to export using this command

        psql -U Administrator -d cc -c "COPY cntcfg TO 'C:\IPOCC\cntcfg.txt' DELIMITER ',' CSV;"

        When when I try the reverse ie import the csv into the table I get an error "duplicate key value violates unique constraint"

        Any ideas?

        Comment

        • kalpanaautade
          Whiz
          .
          • Sep 2015
          • 32

          #5
          CntCfg table already contain default reporting counters from IPOCC installation.

          Comment

          Loading