cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
700
Views
0
Helpful
7
Replies

Cisco Prime Collaboration backup doesn´t work

Frank Janka
Level 1
Level 1

Hi I am trying to create a FTP backup with Cisco Prime Collaboration Version 9.5.34267

I set a backup job in the GUI. I attached the config via screenshot. The Prime contacts the ftp server (test in backup job was fine) and after loggin in it quits...

 

This is the log of the Filezilla FTP:

(000013)23.10.2014 15:08:26 - (not logged in) (10.48.207.85)> Connected on port 21, sending welcome message...
(000013)23.10.2014 15:08:26 - (not logged in) (10.48.207.85)> 220-FileZilla Server version 0.9.47 beta
(000013)23.10.2014 15:08:26 - (not logged in) (10.48.207.85)> 220-written by Tim Kosse (tim.kosse@filezilla-project.org)
(000013)23.10.2014 15:08:26 - (not logged in) (10.48.207.85)> 220 Please visit https://filezilla-project.org/
(000013)23.10.2014 15:08:26 - (not logged in) (10.48.207.85)> USER test
(000013)23.10.2014 15:08:26 - (not logged in) (10.48.207.85)> 331 Password required for test
(000013)23.10.2014 15:08:26 - (not logged in) (10.48.207.85)> PASS ****
(000013)23.10.2014 15:08:26 - test (10.48.207.85)> 230 Logged on
(000013)23.10.2014 15:08:26 - test (10.48.207.85)> QUIT
(000013)23.10.2014 15:08:26 - test (10.48.207.85)> 221 Goodbye
(000013)23.10.2014 15:08:26 - test (10.48.207.85)> disconnected.
(000014)23.10.2014 15:12:47 - (not logged in) (10.48.207.85)> Connected on port 21, sending welcome message...
(000014)23.10.2014 15:12:47 - (not logged in) (10.48.207.85)> 220-FileZilla Server version 0.9.47 beta
(000014)23.10.2014 15:12:47 - (not logged in) (10.48.207.85)> 220-written by Tim Kosse (tim.kosse@filezilla-project.org)
(000014)23.10.2014 15:12:47 - (not logged in) (10.48.207.85)> 220 Please visit https://filezilla-project.org/
(000014)23.10.2014 15:12:47 - (not logged in) (10.48.207.85)> USER test
(000014)23.10.2014 15:12:47 - (not logged in) (10.48.207.85)> 331 Password required for test
(000014)23.10.2014 15:12:47 - (not logged in) (10.48.207.85)> PASS ****
(000014)23.10.2014 15:12:47 - test (10.48.207.85)> 230 Logged on
(000014)23.10.2014 15:12:47 - test (10.48.207.85)> DELE /temp/transfer/assurance_Thu_Oct_23_15_08_25_CEST_2014.tar.gpg
(000014)23.10.2014 15:12:47 - test (10.48.207.85)> 550 File not found
(000014)23.10.2014 15:12:47 - test (10.48.207.85)> QUIT
(000014)23.10.2014 15:12:47 - test (10.48.207.85)> 221 Goodbye
(000014)23.10.2014 15:12:47 - test (10.48.207.85)> disconnected.

 

 

Where is the problem? Target path is c:\temp\transfer

 

Many thanks

7 Replies 7

Aman Soi
VIP Alumni
VIP Alumni

Hi ,

 

seems path is incorrect.

 

Did u create repository ?Please follow the below steps and link 

http://www.cisco.com/c/en/us/td/docs/net_mgmt/prime/collaboration/9-0/administration/guide/PC9-0AdminGuide/backupandrestore.html

 

Creating a Repository on an FTP, SFTP, or TFTP Server

You must create a repository before backing up the data. By default, the backup service creates a *.tar.gpg file under the configured repository. The backed-up file is in a compressed format. The repository can be on CD-ROM, disk, HTTP, FTP, SFTP, or TFTP.

To create a repository:


Step 1 Log in to the Prime Collaboration Assurance server with the account that you created during installation. The default login is admin.

Step 2 Enter the following commands to create a repository on a disk:

admin# config t
admin(config)# repository RepositoryName
admin(config-Repository)# url ftp://ftpserver/directory
admin(config-Repository)# user UserName password {plain | hashPassword
admin(config-Repository)# exit
admin(config)# exit

Where:

RepositoryName is the location to which files should be backed up. This name can contain a maximum of 30 alphanumeric characters.

ftp://ftpserver/directory is the FTP server and the directory on the server to which the file is transferred. You can also use SFTP, HTTP, disk, or TFTP instead of FTP.

UserName and {plain | hash} Password are the username and password for the FTP, SFTP, or TFTP server. hash specifies an encrypted password, and plain specifies an unencrypted plain text password.

For example:

admin# config t
admin(config)# repository tmp
admin(config-Repository)# url ftp://ftp.cisco.com/incoming
admin(config-Repository)# user john password plain john!23
admin(config-Repository)# exit
admin(config)# exit


 

Backing Up Data

After creating the repository, Log in to the Prime Collaboration Assurance server as admin and run the following command to back up the data:

admin# backup Backupfilename repository RepositoryName application cpcm


 

Where,

Backupfilename—Name of the backup file (without the extension-.tar.gpg). This name can be a maximum of 100 alphanumeric characters.

RepositoryName—Location to which the files are be backed up. This name can contain a maximum of 30 alphanumeric characters.

The following message appears after the backup is complete:

% Creating backup with timestamped filename: Backupfilename-Timestamp.tar.gpg


 

The backup file is suffixed with the time stamp (YYMMDD-HHMM) and file extension .tar.gpg and saved in the repository. For example:

admin# backup cmbackup repository tmp application cpcm


 

The following message appears after the backup is complete:

% Creating backup with timestamped filename: cmbackup-110218-0954.tar.gpg 

 regds,

aman

Hi,

 

I did this by these commands:

servername/admin# conf t
Enter configuration commands, one per line.  End with CNTL/Z.
servername/admin(config)# repository backuptest
servername/admin(config-Repository)# url ftp://10.48.67.24/temp/transfer
servername/admin(config-Repository)# user test password plain test
servername/admin(config-Repository)# exit
servername/admin(config)# exit

But it still doesn´t work.

Hi,

 

can u try using freeftpd software sftp by creating a folder in C:\backup ?

admin/admin(config)# repository PrimeBackupNew 
admin/admin(config-Repository)# url sftp://172.19.57.36 [ IP of PC on which sftp software is working]
admin/admin(config-Repository)# user test password plain test 
admin/admin(config-Repository)# exit 
admin/admin(config)# exit 
admin/admin# backup prime repository PrimeBackupNew application cpcm 

 

What is the backup command u are using ? I still doubt there is a problem in path.

regds,

aman

This is my command:

 

Enter configuration commands, one per line.  End with CNTL/Z.
PFM1EU-TEL70/admin(config)# repository PrimeBackupNew
PFM1EU-TEL70/admin(config-Repository)# url sftp://10.48.67.24
PFM1EU-TEL70/admin(config-Repository)# user test password plain test
PFM1EU-TEL70/admin(config-Repository)# exit
PFM1EU-TEL70/admin(config)# exit
PFM1EU-TEL70/admin# backup prime repository PrimeBackupNew application cpcm
% Creating backup with timestamped filename: prime-141024-1022.tar.gpg
arg0=/opt/emms/emsam/bin/cpcmbackup.sh, arg1=/opt/backup/backup-prime-141024-1022-1414138960/backup/appcomponent, arg2=, arg3=

Export: Release 11.2.0.2.0 - Production on Fri Oct 24 10:22:42 2014

Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.


Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Export done in US7ASCII character set and AL16UTF16 NCHAR character set
server uses WE8MSWIN1252 character set (possible charset conversion)

About to export specified users ...
. exporting pre-schema procedural objects and actions
. exporting foreign function library names for user CMUSER
. exporting PUBLIC type synonyms
. exporting private type synonyms
. exporting object type definitions for user CMUSER
About to export CMUSER's objects ...
. exporting database links
. exporting sequence numbers
. exporting cluster definitions
. about to export CMUSER's tables via Conventional Path ...
. . exporting table                ACLAPPLIEDTOPEP          0 rows exported
. . exporting table                          ALARM          0 rows exported
. . exporting table                      ALARMNOTE          0 rows exported
. . exporting table                       ALARMSET          2 rows exported
. . exporting table            ALARMSETCODEMAPPING        253 rows exported
. . exporting table             APPLICATIONVERSION          0 rows exported
. . exporting table      APPLICATIONVERSIONHISTORY          0 rows exported
. . exporting table                ASSURANCEDOMAIN          5 rows exported
. . exporting table                       AUDITLOG          0 rows exported
. . exporting table                    AUTHORITIES         29 rows exported
. . exporting table           AUTH_PROVIDER_CONFIG          0 rows exported
. . exporting table                     BASEENTITY       3442 rows exported
. . exporting table               BASEENTITY_PROPS       7546 rows exported
. . exporting table                   BGPADJACENCY          0 rows exported
. . exporting table           BGPNEIGHBORSTATEINFO          0 rows exported
. . exporting table             BGPPROCESSSETTINGS          0 rows exported
. . exporting table               CALLDETAILRECORD          0 rows exported
. . exporting table           CALLQUALITYRCARESULT          0 rows exported
. . exporting table              CALLQUALITYRCARUN          0 rows exported
. . exporting table           CALLQUALITYRCASTATUS          0 rows exported
. . exporting table             CALLQUALITYRCATEST         25 rows exported
. . exporting table                         CAMERA          0 rows exported
. . exporting table                CDPNEIGHBORINFO          0 rows exported
. . exporting table      CHRCTRSTCS10_PROTOCOLNAME          0 rows exported
. . exporting table         CHRCTRSTCS7_DSTADDRESS          0 rows exported
. . exporting table        CHRCTRSTCS7_PSSNGRPRTCL          0 rows exported
. . exporting table         CHRCTRSTCS7_SRCADDRESS          0 rows exported
. . exporting table               CMBACKUPSETTINGS          4 rows exported
. . exporting table                        CMCLSTR          0 rows exported
. . exporting table             CMCOMPOSITEREPORTS          0 rows exported
. . exporting table       CMCOMPOSITEREPORTS_PROPS          0 rows exported
. . exporting table                     CMCTXROUTE          0 rows exported
. . exporting table                       CMDEVICE       3442 rows exported
. . exporting table          CMDEVICEREGIONMAPPING          0 rows exported
. . exporting table                          CMJOB          0 rows exported
. . exporting table                      CMJOBITEM          0 rows exported
. . exporting table                  CMJOBPROGRESS          0 rows exported
. . exporting table                    CMJOBRESULT          0 rows exported
. . exporting table              CMJOBSPECPROGRESS         60 rows exported
. . exporting table                         CMLINK          0 rows exported
. . exporting table                         CMPATH          0 rows exported
. . exporting table                     CMPATHHOPS          0 rows exported
. . exporting table         CMPNDCNDTNHSPLCYCNDTNS          0 rows exported
. . exporting table                       CMREGION          0 rows exported
. . exporting table               CMREPORTSETTINGS          8 rows exported
. . exporting table                CMRESOURCEGROUP          0 rows exported
. . exporting table             CMROUTERSWITCHINFO          0 rows exported
. . exporting table              CMSERVICEPROVIDER          0 rows exported
. . exporting table         CMSIMPLEREPORTSETTINGS          0 rows exported
. . exporting table   CMSIMPLEREPORTSETTINGS_PROPS          0 rows exported
. . exporting table                  CNEXPOSESPEPS          0 rows exported
. . exporting table              CNHASINTERNALPEPS          0 rows exported
. . exporting table              COMMSERVERCLUSTER          0 rows exported
. . exporting table           COMMUNICATIONSSERVER          3 rows exported
. . exporting table COMPOUNDACTIONHASPOLICYACTIONS          0 rows exported
. . exporting table          CONFIG_OBJECT_TRACKER          0 rows exported
. . exporting table            CONNECTIVITYNETWORK          0 rows exported
. . exporting table      CONNECTIVITYNETWORKHASFRS          0 rows exported
. . exporting table                 CONTACTDETAILS          0 rows exported
. . exporting table                     CREDENTIAL          0 rows exported
. . exporting table                    CTSSTATSCPU          0 rows exported
. . exporting table                 CTSSTATSMEMORY          0 rows exported
. . exporting table                 CTXCLUSTERDATA          0 rows exported
. . exporting table            CTXCLUSTERNODESTATE          0 rows exported
. . exporting table             CTXREGIONUTILSTATS          0 rows exported
. . exporting table               CTXRESOURCESTATS          0 rows exported
. . exporting table           CTXRESOURCEUTILSTATS          0 rows exported
. . exporting table                        CUCMCDR          0 rows exported
. . exporting table             CUCMRTMTTHRESHOLDS          7 rows exported
. . exporting table       DEPENDANTLINKRELATESLTPS          0 rows exported
. . exporting table                         DEVICE          0 rows exported
. . exporting table         DEVICEACCESSCREDENTIAL         14 rows exported
. . exporting table     DEVICEACCESSCREDENTIAL_MAP         92 rows exported
. . exporting table            DEVICEACCESSPROFILE          7 rows exported
. . exporting table        DEVICEACCESSPROFILE_MAP         37 rows exported
. . exporting table              DEVICEEVENTCONFIG          0 rows exported
. . exporting table       DEVICEEVENTCONFIGURATION          0 rows exported
. . exporting table                     DICTIONARY         40 rows exported
. . exporting table               DISCOVEREDVIAPEP          0 rows exported
. . exporting table                        DISPLAY          0 rows exported
. . exporting table    DJCNCY3_NCY5_LNKSPPRTDBYFR3          0 rows exported
. . exporting table   DJCNCY3_U_DPNDNTLNKRLTSLTPS7          0 rows exported
. . exporting table    DJCNCY4_NCY5_LNKSPPRTDBYFR3          0 rows exported
. . exporting table   DJCNCY4_U_DPNDNTLNKRLTSLTPS7          0 rows exported
. . exporting table      DJCNCY5_DPNDNTLNKRLTSLTPS          0 rows exported
. . exporting table      DJCNCY5_LINKSUPPORTEDBYFR          0 rows exported
. . exporting table    DJCNCY5_NCY5_LNKSPPRTDBYFR3          0 rows exported
. . exporting table   DJCNCY5_U_DPNDNTLNKRLTSLTPS7          0 rows exported
. . exporting table   DMM_CHANGENOTIFICATIONCONFIG          0 rows exported
. . exporting table           DMM_DYNAMICGROUPRULE          0 rows exported
. . exporting table         DMM_EXCLUDEASSOCIATION          0 rows exported
. . exporting table                      DMM_GROUP          0 rows exported
. . exporting table               DMM_GROUPINGROUP          0 rows exported
. . exporting table               DMM_GROUPMEMBERS          0 rows exported
. . exporting table      DMM_GROUPNOTIFICATIONTASK          0 rows exported
. . exporting table                 DMM_MODELCLASS        483 rows exported
. . exporting table        DMM_NOTIFICATIONBINDING          0 rows exported
. . exporting table                  DMM_PRIVILEGE          0 rows exported
. . exporting table                DMM_PRUNESTATUS          0 rows exported
. . exporting table         DMM_PRUNINGSERVICEDATA          0 rows exported
. . exporting table                     DMM_REPORT          0 rows exported
. . exporting table                 DMM_REPORTDATA          0 rows exported
. . exporting table           DMM_REPORTDEFINITION          0 rows exported
. . exporting table              DMM_RETRIEVALSPEC          0 rows exported
. . exporting table    DMM_RETRIEVALSPECPROPERTIES          0 rows exported
. . exporting table                       DMM_ROLE          0 rows exported
. . exporting table                  DMM_ROLEGROUP          0 rows exported
. . exporting table             DMM_ROLE_PRIVILEGE          0 rows exported
. . exporting table        DMM_SYNCGROUPMEMBERTYPE          0 rows exported
. . exporting table         DMM_TRANSACTIONALQUEUE
. . exporting partition                    PARTITION_0    1833651 rows exported
. . exporting partition                    PARTITION_1    3180996 rows exported
. . exporting partition                    PARTITION_2    1919197 rows exported
. . exporting partition                    PARTITION_3    3186350 rows exported
. . exporting partition                    PARTITION_4    1768849 rows exported
. . exporting partition                    PARTITION_5    6765965 rows exported
. . exporting partition                    PARTITION_6    1812452 rows exported
. . exporting partition                    PARTITION_7    3179884 rows exported
. . exporting partition                    PARTITION_8    1919512 rows exported
. . exporting partition                    PARTITION_9    3187226 rows exported
. . exporting partition                   PARTITION_10    1769187 rows exported
. . exporting partition                   PARTITION_11    6759413 rows exported
. . exporting table       DMM_TRXQUEUESCANPOSITION          2 rows exported
. . exporting table     DNGPTH4_CNNCTVTYNTWRKHSFRS          0 rows exported
. . exporting table      DPNDNTLNKTYPSCNRLTLTPTYPS          0 rows exported
. . exporting table                 EIGRPADJACENCY          0 rows exported
. . exporting table               EIGRPPEPSETTINGS          0 rows exported
. . exporting table             EIGRPPEPSTATISTICS          0 rows exported
. . exporting table           EIGRPPROCESSSETTINGS          0 rows exported
. . exporting table         EIGRPPROCESSSTATISTICS          0 rows exported
. . exporting table                 EMSAMAUTHORITY          0 rows exported
. . exporting table                      EMSAMUSER          0 rows exported
. . exporting table                      EQUIPMENT          0 rows exported
. . exporting table             EQUIPMENT_POSITION          0 rows exported
. . exporting table       ETHERNETPROTOCOLENDPOINT          9 rows exported
. . exporting table        ETHRNTPRTCLENDPNTEXTNDD          0 rows exported
. . exporting table                          EVENT          0 rows exported
. . exporting table                     FAULTALARM         54 rows exported
. . exporting table                 FAULTALARMNOTE          0 rows exported
. . exporting table        FAULTALARM_ACTIVEEVENTS          3 rows exported
. . exporting table    FAULTALARM_HISTORICALEVENTS        184 rows exported
. . exporting table                FAULTDEPENDENCY          0 rows exported
. . exporting table                     FAULTEVENT        202 rows exported
. . exporting table               FAULTEVENT_PROPS       3586 rows exported
. . exporting table                    FAULTROLLUP          3 rows exported
. . exporting table             FEATUREACTIVEONPEP          0 rows exported
. . exporting table     FEATUREAVAILABLETHROUGHLTP          0 rows exported
. . exporting table               FEATUREDFUNCTION          0 rows exported
. . exporting table               FEATURE_TEMPLATE          0 rows exported
. . exporting table                     FILESYSTEM          0 rows exported
. . exporting table                FILESYSTEMENTRY          0 rows exported
. . exporting table           FILESYSTEMSTATISTICS          0 rows exported
. . exporting table                 FLASHPARTITION          0 rows exported
. . exporting table             FLASHSTORAGEDEVICE          0 rows exported
. . exporting table                    FLOORLAYOUT          0 rows exported
. . exporting table                 FORWARDINGPATH          0 rows exported
. . exporting table         FORWARDINGRELATIONSHIP          0 rows exported
. . exporting table                          FREND          0 rows exported
. . exporting table           FUNCTIONALCAPABILITY          0 rows exported
. . exporting table           GEOGRAPHICSUBADDRESS          0 rows exported
. . exporting table       GPRTTN3_INTRNLRSRCRLZDBY          0 rows exported
. . exporting table                            GRT          0 rows exported
. . exporting table             GRT_ALTERNATE_KEYS          0 rows exported
. . exporting table    HBRINF5_BRINF_NGMNTADDRSS67          0 rows exported
. . exporting table       HBRINF5_DISCOVEREDVIAPEP          0 rows exported
. . exporting table    HBRINF6_BRINF_NGMNTADDRSS67          0 rows exported
. . exporting table       HBRINF6_DISCOVEREDVIAPEP          0 rows exported
. . exporting table                  HT_BASEENTITY
. . exporting table           IMGINSTLLD5_FEATURES          0 rows exported
. . exporting table       IMGINSTLLD5_RDWRPLTFRMS5          0 rows exported
. . exporting table                      INTERFACE          0 rows exported
. . exporting table      INTERFACEPROTOCOLENDPOINT          9 rows exported
. . exporting table          INTERFACE_IPADDRESSES          0 rows exported
. . exporting table       INTRFCPRTCLENDPNTSTTSTCS          0 rows exported
. . exporting table           INVENTORYENTITYCACHE         51 rows exported
. . exporting table                IPACE_DSTNTNPRT          0 rows exported
. . exporting table               IPACE_SOURCEPORT          0 rows exported
. . exporting table  IPEPPARTICIPATESINSTPINSTANCE          0 rows exported
. . exporting table                   IPPROPERTIES          0 rows exported
. . exporting table             IPPROTOCOLENDPOINT          6 rows exported
. . exporting table                   IPSLASESSION          0 rows exported
. . exporting table                  ISISADJACENCY          0 rows exported
. . exporting table                ISISPEPSETTINGS          0 rows exported
. . exporting table              ISISPEPSTATISTICS          0 rows exported
. . exporting table       ISISPROCESSLEVELSETTINGS          0 rows exported
. . exporting table            ISISPROCESSSETTINGS          0 rows exported
. . exporting table          ISISPROCESSSTATISTICS          0 rows exported
. . exporting table      ISSNGHBRINF_AREAADDRESSES          0 rows exported
. . exporting table        JBSPCFCTN_CPBLTYRQRMNTS          0 rows exported
. . exporting table         JBSPCFCTN_TINPTPRMTRS3          0 rows exported
. . exporting table                            JOB      53738 rows exported
. . exporting table        JOBSPECBELONGSTOMXGROUP          0 rows exported
. . exporting table               JOBSPECIFICATION        107 rows exported
. . exporting table                     JOBTRIGGER        111 rows exported
. . exporting table                  JOB_NPTPRMTRS          0 rows exported
. . exporting table                 JOB_RSLTPRMTRS          0 rows exported
. . exporting table              KNOWNNEIGHBORINFO          0 rows exported
. . exporting table      KNWNNGHBRINF_NGMNTADDRSS6          0 rows exported
. . exporting table               LAG8023ADAGGPORT          0 rows exported
. . exporting table    LAG8023ADMEMBERPORTSETTINGS          0 rows exported
. . exporting table                 LAGBASEAGGPORT          0 rows exported
. . exporting table              LCLLCTNRLTVTGLCTN          0 rows exported
. . exporting table      LGCLSNSR_INTRNLRSRCRLZDBY          0 rows exported
. . exporting table                    LICENSEINFO          1 rows exported
. . exporting table                           LINK          0 rows exported
. . exporting table                       LINKSPEC          0 rows exported
. . exporting table              LINKSUPPORTEDBYFR          0 rows exported
. . exporting table           LINKTERMINATIONPOINT          0 rows exported
. . exporting table LINKTERMINATIONPOINTREALIZEDBY          0 rows exported
. . exporting table       LINKTERMINATIONPOINTSPEC          0 rows exported
. . exporting table               LLDPNEIGHBORINFO          0 rows exported
. . exporting table                       LOCATION          0 rows exported
. . exporting table                  LOGICALSENSOR          0 rows exported
. . exporting table        LOGICALSENSORSTATISTICS          0 rows exported
. . exporting table         LOGICALSENSORTHRESHOLD          0 rows exported
. . exporting table              LTPSUPPORTEDBYPEP          0 rows exported
. . exporting table        MANAGEDELEMENTINTERFACE          6 rows exported
. . exporting table          MANAGEDNETWORKELEMENT          6 rows exported
. . exporting table       MANAGEDNETWORKELEMENTLOC          0 rows exported
. . exporting table               MANAGEMENTSYSTEM          0 rows exported
. . exporting table                       MCUBLADE          0 rows exported
. . exporting table         MDLROSINSTLLBLACTVTDON          0 rows exported
. . exporting table                      MEDIAFLOW          0 rows exported
. . exporting table                      MEDIANODE          0 rows exported
. . exporting table            MEDIANODECONNECTION          0 rows exported
. . exporting table                MEDIASTREAMINFO          0 rows exported
. . exporting table              MEDIATRACESESSION          0 rows exported
. . exporting table                        MEETING          0 rows exported
. . exporting table              MEETING_NATIVE_ID          0 rows exported
. . exporting table                   MEMORYDEVICE          0 rows exported
. . exporting table                     MEMORYPOOL          0 rows exported
. . exporting table           MEMORYPOOLSTATISTICS          0 rows exported
. . exporting table                     MICROPHONE          0 rows exported
. . exporting table       MMRYDVC_INTRNLRSRCRLZDBY          0 rows exported
. . exporting table        MMRYPL_INTRNLRSRCRLZDBY          0 rows exported
. . exporting table           MODULAROSINSTALLABLE          0 rows exported
. . exporting table         MODULAROSROLLBACKPOINT          0 rows exported
. . exporting table          MONTHLYENDPOINTNOSHOW          0 rows exported
. . exporting table     MONTHLYENDPOINTUTILIZATION          0 rows exported
. . exporting table            MTG_SRC_ND_PRTCPNTS          0 rows exported
. . exporting table           MUTUALEXCLUSIONGROUP          0 rows exported
. . exporting table                        NAMAUTH          0 rows exported
. . exporting table                        NAMINFO          0 rows exported
. . exporting table                  NECLIENTCOUNT          0 rows exported
. . exporting table                NETWORKRESOURCE          6 rows exported
. . exporting table      NETWORKRESOURCECOMPOSEDOF          0 rows exported
. . exporting table      NETWORKRESOURCEREALIZEDBY          0 rows exported
. . exporting table            NETWORKRESOURCESPEC          0 rows exported
. . exporting table                    NETWORKVLAN          0 rows exported
. . exporting table            NOTIFICATIONPROFILE          1 rows exported
. . exporting table NOTIFICATIONPROFILECATEGFILTER          0 rows exported
. . exporting table     NOTIFICATIONPROFILEDESTCNF          0 rows exported
. . exporting table         NOTIFICATIONPROFILEDGM          1 rows exported
. . exporting table     NOTIFICATIONPROFILETRAPCNF          0 rows exported
. . exporting table         NRISCAPABALEOFFUNCTION          0 rows exported
. . exporting table        NRMEMBEROFREDUNDANCYSET          0 rows exported
. . exporting table     NRPLAYSROLEINREDUNDANCYSET          0 rows exported
. . exporting table        NTWRKELMNT4_NTWRKFNCTNS          0 rows exported
. . exporting table    NTWRKRSRCEXPSSLNKTRMNTNPNTS          0 rows exported
. . exporting table         NTWRKRSRCSPPRTDBYNTWRK          0 rows exported
. . exporting table      NTWRKRSRCTYPCNEXPSLTPTYPS          0 rows exported
. . exporting table                   NUMERICRANGE          0 rows exported
. . exporting table                 ORDEREDCLASSES          0 rows exported
. . exporting table          ORGNZTNUNT_BSNSSCTGRS          0 rows exported
. . exporting table                  OSPFADJACENCY          0 rows exported
. . exporting table                   OSPFAREAINFO          0 rows exported
. . exporting table         OSPFAREAINFOSTATISTICS          0 rows exported
. . exporting table             OSPFAREASTATISTICS          0 rows exported
. . exporting table                OSPFPEPSETTINGS          0 rows exported
. . exporting table              OSPFPEPSTATISTICS          0 rows exported
. . exporting table            OSPFPROCESSSETTINGS          0 rows exported
. . exporting table          OSPFPROCESSSTATISTICS          0 rows exported
. . exporting table                OSPFVIRTUALLINK          0 rows exported
. . exporting table         PAGPMEMBERPORTSETTINGS          0 rows exported
. . exporting table                      PARAMETER          0 rows exported
. . exporting table                          PARTY          0 rows exported
. . exporting table              PARTYISATLOCATION          0 rows exported
. . exporting table            PARTYPLAYSROLEFORNR          0 rows exported
. . exporting table    PARTYPLAYSROLESFOREQUIPMENT          0 rows exported
. . exporting table                      PARTYROLE          0 rows exported
. . exporting table                  PARTYROLESPEC          0 rows exported
. . exporting table                 PASSWORDPOLICY          0 rows exported
. . exporting table                     PATHVIAFRS          0 rows exported
. . exporting table                       PCDOMAIN          0 rows exported
. . exporting table            PCDOMAINCONTACTINFO          0 rows exported
. . exporting table                  PEPBOUNDTOPEP          0 rows exported
. . exporting table                          PHONE          0 rows exported
. . exporting table        PHYSCLPRTCLENDPNTRLZDBY          0 rows exported
. . exporting table              PHYSICALCONNECTOR          0 rows exported
. . exporting table                     PMCATEGORY          0 rows exported
. . exporting table                       PMDOMAIN          0 rows exported
. . exporting table                         PMROLE          0 rows exported
. . exporting table               POLICYACTIONBASE          0 rows exported
. . exporting table            POLICYCONDITIONBASE          0 rows exported
. . exporting table         POLICYGROUPHASPOLICIES          0 rows exported
. . exporting table                      POLICYSET          0 rows exported
. . exporting table                     POLLERDATA          0 rows exported
. . exporting table           POSTTSSESSIONMETRICS          0 rows exported
. . exporting table                PREFERENCESNODE        395 rows exported
. . exporting table         PREFERENCESNODE_VALUES       1205 rows exported
. . exporting table           PROPERTYNAMEANDVALUE      53349 rows exported
. . exporting table                       PROTOCOL          0 rows exported
. . exporting table               PROTOCOLENDPOINT         15 rows exported
. . exporting table         PRTCNFGINF8_LLWDVLNLST          0 rows exported
. . exporting table             QRTZ_BLOB_TRIGGERS          0 rows exported
. . exporting table                 QRTZ_CALENDARS          0 rows exported
. . exporting table             QRTZ_CRON_TRIGGERS          4 rows exported
. . exporting table            QRTZ_FIRED_TRIGGERS          0 rows exported
. . exporting table               QRTZ_JOB_DETAILS         41 rows exported
. . exporting table             QRTZ_JOB_LISTENERS          0 rows exported
. . exporting table                     QRTZ_LOCKS          5 rows exported
. . exporting table       QRTZ_PAUSED_TRIGGER_GRPS          0 rows exported
. . exporting table           QRTZ_SCHEDULER_STATE          0 rows exported
. . exporting table           QRTZ_SIMPLE_TRIGGERS         37 rows exported
. . exporting table                  QRTZ_TRIGGERS         41 rows exported
. . exporting table         QRTZ_TRIGGER_LISTENERS          0 rows exported
. . exporting table                       QUANTITY          0 rows exported
. . exporting table       RCSSSTTNGS3_NTWRKADDRSSS          0 rows exported
. . exporting table            RCSSSTTNGS3_VRFNAME          0 rows exported
. . exporting table       RCSSSTTNGS4_RTDBGPVRSNS3          0 rows exported
. . exporting table       RCSSSTTNGS5_NTWRKADDRSSS          0 rows exported
. . exporting table            RCSSSTTNGS5_VRFNAME          0 rows exported
. . exporting table                  REDUNDANCYSET          0 rows exported
. . exporting table            REDUNDANCYSETMEMBER          0 rows exported
. . exporting table              REDUNDANCYSETROLE          0 rows exported
. . exporting table          REDUNDANCYSETROLESPEC          0 rows exported
. . exporting table     REDUNDANCYSETSERVICEDBYSET          0 rows exported
. . exporting table              REDUNDANCYSETSPEC          0 rows exported
. . exporting table      REDUNDANCYSETSPECHASROLES          0 rows exported
. . exporting table                   RIPADJACENCY          0 rows exported
. . exporting table                 RIPPEPSETTINGS          0 rows exported
. . exporting table               RIPPEPSTATISTICS          0 rows exported
. . exporting table             RIPPROCESSSETTINGS          0 rows exported
. . exporting table           RIPPROCESSSTATISTICS          0 rows exported
. . exporting table                 ROLE_PRIVILEGE          0 rows exported
. . exporting table              ROOTSWITCHFORVLAN          0 rows exported
. . exporting table               ROUTINGADJACENCY          0 rows exported
. . exporting table      ROUTINGAREAINFOSTATISTICS          0 rows exported
. . exporting table          ROUTINGAREASTATISTICS          0 rows exported
. . exporting table            ROUTINGNEIGHBORINFO          0 rows exported
. . exporting table  ROUTINGNEIGHBORINFOSTATISTICS          0 rows exported
. . exporting table           ROUTINGPEPSTATISTICS          0 rows exported
. . exporting table       ROUTINGPROCESSSTATISTICS          0 rows exported
. . exporting table         RTCLENDPNT7_SPPRTDSPDS          0 rows exported
. . exporting table      RTLLNK5_DPNDNTLNKRLTSLTPS          0 rows exported
. . exporting table      RTLLNK5_LINKSUPPORTEDBYFR          0 rows exported
. . exporting table            RTNGNGHBRDSCVRDVPEP          0 rows exported
. . exporting table             RUNNINGAPPLICATION          0 rows exported
. . exporting table                 RUNNINGPROCESS          0 rows exported
. . exporting table       RUNNINGPROCESSSTATISTICS          0 rows exported
. . exporting table                 SBCADJACENCIES          0 rows exported
. . exporting table               SBCCALLPOLICYSET          0 rows exported
. . exporting table                    SBCINSTANCE          0 rows exported
. . exporting table        SFCTNCNDTN8_TRFFCFLTRDT          0 rows exported
. . exporting table   SOFTWAREAPPLICATIONINSTALLED          0 rows exported
. . exporting table       SOFTWAREELEMENTINSTALLED          0 rows exported
. . exporting table         SOFTWAREIMAGEINSTALLED          0 rows exported
. . exporting table   SPEEDQUANTITYRANGEASYMMETRIC          0 rows exported
. . exporting table                          STACK          0 rows exported
. . exporting table                      STACKPORT          0 rows exported
. . exporting table                    STACKSWITCH          0 rows exported
. . exporting table               STATICROUTEENTRY          0 rows exported
. . exporting table               STATICROUTETABLE          0 rows exported
. . exporting table                STATSAGGREGATED          0 rows exported
. . exporting table                  STATSCISCOCPU          0 rows exported
. . exporting table               STATSCISCOMEMORY          0 rows exported
. . exporting table      STATSCISCOPHONECALLSTREAM          0 rows exported
. . exporting table              STATSCISCOTBGCALL          0 rows exported
. . exporting table STATSCISCOTBGCALLCHANNELSAUDIO          0 rows exported
. . exporting table STATSCISCOTBGCALLCHANNELSVIDEO          0 rows exported
. . exporting table  STATSCISCOTBGCALLSTREAMSOURCE          0 rows exported
. . exporting table        STATSCISCOTBGPERIPHERAL          0 rows exported
. . exporting table STATSCISCOTBGPERIPHERALHISTORY          0 rows exported
. . exporting table               STATSCISCOTPCALL          0 rows exported
. . exporting table   STATSCISCOTPCALLSTREAMSOURCE          0 rows exported
. . exporting table     STATSCISCOTPCALLSTREAMTYPE          0 rows exported
. . exporting table         STATSCISCOTPPERIPHERAL          0 rows exported
. . exporting table  STATSCISCOTPPERIPHERALHISTORY          0 rows exported
. . exporting table              STATSCODIANHEALTH          0 rows exported
. . exporting table    STATSCODIANSUPERVISORBLADES          0 rows exported
. . exporting table  STATSCODIANSUPERVISORFANTRAYS          0 rows exported
. . exporting table     STATSCODIANSUPERVISORPOWER          0 rows exported
. . exporting table   STATSCODIANSUPERVISORVOLTAGE          0 rows exported
. . exporting table          STATSCONDUCTORMCUINFO          0 rows exported
. . exporting table               STATSCTMSPROCESS          0 rows exported
. . exporting table              STATSCTMSSEGMENTS          0 rows exported
. . exporting table             STATSCTSMANSERVICE          0 rows exported
. . exporting table                   STATSCUCMCPU        222 rows exported
. . exporting table             STATSCUCMDBSUMMARY          0 rows exported
. . exporting table                STATSCUCMMEMORY        222 rows exported
. . exporting table             STATSCUCMPARTITION       1554 rows exported
. . exporting table               STATSCUCMSERVICE      16650 rows exported
. . exporting table        STATSDEVICEREGISTRATION          0 rows exported
. . exporting table              STATSDEVICESTATUS          6 rows exported
. . exporting table          STATSHRPROCESSORENTRY          0 rows exported
. . exporting table            STATSHRSTORAGEENTRY          0 rows exported
. . exporting table              STATSHRSWRUNENTRY          0 rows exported
. . exporting table                 STATSINTERFACE          0 rows exported
. . exporting table                 STATSMEDIAFLOW          0 rows exported
. . exporting table                   STATSPERFMON          0 rows exported
. . exporting table         STATSTPCONDUCTORHEALTH          0 rows exported
. . exporting table                 STATSVCSHEALTH          0 rows exported
. . exporting table                  STATSVCSPEERS          0 rows exported
. . exporting table          STATSVCSRESOURCEUSAGE          0 rows exported
. . exporting table                  STATSVCSZONES          0 rows exported
. . exporting table         STATSVIDEOIPSLATESTAGG          0 rows exported
. . exporting table      STATSVIDEOIPSLATESTLATEST          0 rows exported
. . exporting table   STLLBL8_IMGINSTLLD5_FEATURES          0 rows exported
. . exporting table    STLLBL8_TLLD5_RDWRPLTFRMS56          0 rows exported
. . exporting table                  STORAGEDEVICE          0 rows exported
. . exporting table               STORAGEPARTITION          0 rows exported
. . exporting table     STORAGEPARTITIONSTATISTICS          0 rows exported
. . exporting table                    STPINSTANCE          0 rows exported
. . exporting table                  STPNESETTINGS          0 rows exported
. . exporting table       STRGDVC_INTRNLRSRCRLZDBY          0 rows exported
. . exporting table   STTNGS11_CSSDFNSPSSVINTRFCS6          0 rows exported
. . exporting table    STTNGS7_CSSDFNSPSSVINTRFCS6          0 rows exported
. . exporting table    STTNGS8_CSSDFNSPSSVINTRFCS6          0 rows exported
. . exporting table    STTNGS9_CSSDFNSPSSVINTRFCS6          0 rows exported
. . exporting table           SWITCHCONTROLCLUSTER          0 rows exported
. . exporting table     SWITCHCONTROLCLUSTERMEMBER          0 rows exported
. . exporting table    SWTCHCNTRLCLSTRHSCNDDTMMBRS          0 rows exported
. . exporting table                     SYSTEMNODE          0 rows exported
. . exporting table              SYSTEM_PREF_VALUE          0 rows exported
. . exporting table                    TASKELEMENT      53738 rows exported
. . exporting table       TASKELEMENTSPECIFICATION        107 rows exported
. . exporting table                 TASK_NPTPRMTRS          0 rows exported
. . exporting table                TASK_RSLTPRMTRS      53245 rows exported
. . exporting table                      TCUDEVICE          0 rows exported
. . exporting table          TELEPRESENCECONDUCTOR          0 rows exported
. . exporting table           TELEPRESENCEEXCHANGE          0 rows exported
. . exporting table                TELEPRESENCEMCU          0 rows exported
. . exporting table          TELEPRESENCESCHEDULER          0 rows exported
. . exporting table     TELEPRESENCESCHEDULERPROPS          0 rows exported
. . exporting table             TELEPRESENCESYSTEM       3392 rows exported
. . exporting table                TESTMODELOBJECT          0 rows exported
. . exporting table   TOPOLGYNEGROUPBELONGSTOCLOUD          0 rows exported
. . exporting table     TOPOLOGYIPPEPHASVLANCONFIG          0 rows exported
. . exporting table                TOPOLOGYNEGROUP          0 rows exported
. . exporting table                 TOPOLOGYNEINFO          0 rows exported
. . exporting table     TOPOLOGYVLANPORTCONFIGINFO          0 rows exported
. . exporting table         TOPOLOGYVTPCONFIGFORNE          0 rows exported
. . exporting table              TOPONEGROUPHASNES          0 rows exported
. . exporting table                          TOUCH          0 rows exported
. . exporting table            TPLGYNINF_TROUTERID          0 rows exported
. . exporting table                   TPPERIPHERAL          0 rows exported
. . exporting table         TRAFFICCHARACTERISTICS          0 rows exported
. . exporting table                        TSEVENT          0 rows exported
. . exporting table        TSKGRPSPCHSTSKELMNTSPCS          0 rows exported
. . exporting table        TSKSPCFCTN_TINPTPRMTRS3        104 rows exported
. . exporting table                  TSPROFILEINFO          0 rows exported
. . exporting table                      TSSESSION          0 rows exported
. . exporting table         TSSESSIONTRIGGEREVENTS          0 rows exported
. . exporting table              TSSESSION_CONTEXT          0 rows exported
. . exporting table                    USERACCOUNT          0 rows exported
. . exporting table                 USEREXTENSIONS          6 rows exported
. . exporting table                       USERNODE          0 rows exported
. . exporting table                          USERS          6 rows exported
. . exporting table                USER_PREF_VALUE          0 rows exported
. . exporting table                   VALUEMAPPING        154 rows exported
. . exporting table            VIRTUALSWITCHMEMBER          0 rows exported
. . exporting table                     VLANIDLIST          0 rows exported
. . exporting table         VLANIDLIST_VLANIDRANGE          0 rows exported
. . exporting table           VLANIDLIST_VLANIDSET          0 rows exported
. . exporting table                  VLANINTERFACE          0 rows exported
. . exporting table              VLANSETTINGSFORNE          0 rows exported
. . exporting table         VLANSWITCHPORTSETTINGS          0 rows exported
. . exporting table           VLANTRUNKINGSETTINGS          0 rows exported
. . exporting table                VSAAAGENTSTATUS          0 rows exported
. . exporting table                     VSAAENTITY          0 rows exported
. . exporting table                   VSAASESSIONS          0 rows exported
. . exporting table                 VSAATESTRESULT          0 rows exported
. . exporting table          VSLENDPOINTSTATISTICS          0 rows exported
. . exporting table         VSLINKENDPOINTSETTINGS          0 rows exported
. . exporting table              VSLPORTSTATISTICS          0 rows exported
. . exporting table               VTPSETTINGSFORNE          0 rows exported
. . exporting table           XGS_DYNAMICGROUPRULE         89 rows exported
. . exporting table        XGS_DYNGROUP_MEMBERTYPE        623 rows exported
. . exporting table                      XGS_GROUP         92 rows exported
. . exporting table             XGS_GROUPATTRIBUTE          0 rows exported
. . exporting table               XGS_GROUPINGROUP         87 rows exported
. . exporting table               XGS_GROUPMEMBERS
. . exporting partition             XGS_GROUPMEMBER_P0          0 rows exported
. . exporting partition                 XGS_G_P_630630          6 rows exported
. . exporting partition                 XGS_G_P_630631       2489 rows exported
. . exporting partition                 XGS_G_P_630632          0 rows exported
. . exporting partition                 XGS_G_P_630633          0 rows exported
. . exporting partition                 XGS_G_P_630634          0 rows exported
. . exporting partition                 XGS_G_P_630635          0 rows exported
. . exporting partition                 XGS_G_P_630636          0 rows exported
. . exporting partition                 XGS_G_P_630637          0 rows exported
. . exporting partition                 XGS_G_P_630638          0 rows exported
. . exporting partition                 XGS_G_P_630639          0 rows exported
. . exporting partition                 XGS_G_P_630640          0 rows exported
. . exporting partition                 XGS_G_P_630641          0 rows exported
. . exporting partition                 XGS_G_P_630642          0 rows exported
. . exporting partition                 XGS_G_P_630643          0 rows exported
. . exporting partition                 XGS_G_P_630644          0 rows exported
. . exporting partition                 XGS_G_P_630645       2203 rows exported
. . exporting partition                 XGS_G_P_630646         19 rows exported
. . exporting partition                 XGS_G_P_630647        234 rows exported
. . exporting partition                 XGS_G_P_630648          0 rows exported
. . exporting partition                 XGS_G_P_630649          0 rows exported
. . exporting partition                 XGS_G_P_630650          0 rows exported
. . exporting partition                 XGS_G_P_630651          0 rows exported
. . exporting partition                 XGS_G_P_630652         32 rows exported
. . exporting partition                 XGS_G_P_630653          0 rows exported
. . exporting partition                 XGS_G_P_630654          1 rows exported
. . exporting partition                 XGS_G_P_630655          0 rows exported
. . exporting partition                 XGS_G_P_630656          0 rows exported
. . exporting partition                 XGS_G_P_630657          0 rows exported
. . exporting partition                 XGS_G_P_630658          0 rows exported
. . exporting partition                 XGS_G_P_630659          0 rows exported
. . exporting partition                 XGS_G_P_630660          0 rows exported
. . exporting partition                 XGS_G_P_630661          0 rows exported
. . exporting partition                 XGS_G_P_630662          0 rows exported
. . exporting partition                 XGS_G_P_630663          0 rows exported
. . exporting partition                 XGS_G_P_630664          0 rows exported
. . exporting partition                 XGS_G_P_630665          0 rows exported
. . exporting partition                 XGS_G_P_630666          0 rows exported
. . exporting partition                 XGS_G_P_630667          0 rows exported
. . exporting partition                 XGS_G_P_630668          0 rows exported
. . exporting partition                 XGS_G_P_630669          0 rows exported
. . exporting partition                 XGS_G_P_630670          0 rows exported
. . exporting partition                 XGS_G_P_630671          0 rows exported
. . exporting partition                 XGS_G_P_630672          0 rows exported
. . exporting partition                 XGS_G_P_630673          2 rows exported
. . exporting partition                 XGS_G_P_630674          6 rows exported
. . exporting partition                 XGS_G_P_630675          0 rows exported
. . exporting partition                 XGS_G_P_630676          0 rows exported
. . exporting partition                 XGS_G_P_630677          0 rows exported
. . exporting partition                 XGS_G_P_630678          0 rows exported
. . exporting partition                 XGS_G_P_630679          0 rows exported
. . exporting partition                 XGS_G_P_630680          0 rows exported
. . exporting partition                 XGS_G_P_630681          0 rows exported
. . exporting partition                 XGS_G_P_630682          4 rows exported
. . exporting partition                 XGS_G_P_630683          0 rows exported
. . exporting partition                 XGS_G_P_630684          0 rows exported
. . exporting partition                 XGS_G_P_630685          0 rows exported
. . exporting partition                 XGS_G_P_630686          0 rows exported
. . exporting partition                 XGS_G_P_630687          0 rows exported
. . exporting partition                 XGS_G_P_630688          3 rows exported
. . exporting partition                 XGS_G_P_630689          0 rows exported
. . exporting partition                 XGS_G_P_630690          0 rows exported
. . exporting partition                 XGS_G_P_630691          0 rows exported
. . exporting partition                 XGS_G_P_630692          0 rows exported
. . exporting partition                 XGS_G_P_630693          0 rows exported
. . exporting partition                 XGS_G_P_630694          0 rows exported
. . exporting partition                 XGS_G_P_630695          0 rows exported
. . exporting partition                 XGS_G_P_630696          0 rows exported
. . exporting partition                 XGS_G_P_630697          0 rows exported
. . exporting partition                 XGS_G_P_630698          0 rows exported
. . exporting partition                 XGS_G_P_630699          1 rows exported
. . exporting partition                 XGS_G_P_630700          0 rows exported
. . exporting partition                 XGS_G_P_630701          1 rows exported
. . exporting partition                 XGS_G_P_630702          0 rows exported
. . exporting partition                 XGS_G_P_630703          0 rows exported
. . exporting partition                 XGS_G_P_630704       2489 rows exported
. . exporting partition                 XGS_G_P_630705          0 rows exported
. . exporting partition                 XGS_G_P_630706          0 rows exported
. . exporting partition                 XGS_G_P_630707         33 rows exported
. . exporting partition                 XGS_G_P_630708       2456 rows exported
. . exporting partition                 XGS_G_P_630709         42 rows exported
. . exporting partition                 XGS_G_P_630710          0 rows exported
. . exporting partition                 XGS_G_P_630711          0 rows exported
. . exporting partition                 XGS_G_P_630712          0 rows exported
. . exporting partition                 XGS_G_P_630713          0 rows exported
. . exporting partition                 XGS_G_P_630714        253 rows exported
. . exporting partition                 XGS_G_P_630715          0 rows exported
. . exporting partition                 XGS_G_P_630716         33 rows exported
. . exporting partition                 XGS_G_P_630717       2203 rows exported
. . exporting partition                 XGS_G_P_630718       3481 rows exported
. . exporting partition                 XGS_G_P_630719          6 rows exported
. . exporting partition             XGS_G_P_3098699604       1570 rows exported
. . exporting partition             XGS_G_P_3098699605        471 rows exported
. . exporting table          XGS_VDOBJECTGRAPHRULE          0 rows exported
. . exporting table            XGS_VD_OBJECT_GRAPH          0 rows exported
. . exporting table                   XMPPRIVILEGE          0 rows exported
. . exporting table                        XMPROLE          7 rows exported
. . exporting table                        XMPTASK          0 rows exported
. . exporting table              XMPUSERDOMAINROLE          0 rows exported
. . exporting table         XMPUSERGROUPDOMAINROLE          0 rows exported
. exporting synonyms
. exporting views
. exporting stored procedures
. exporting operators
. exporting referential integrity constraints
. exporting triggers
. exporting indextypes
. exporting bitmap, functional and extensible indexes
. exporting posttables actions
. exporting materialized views
. exporting snapshot logs
. exporting job queues
. exporting refresh groups and children
. exporting dimensions
. exporting post-schema procedural objects and actions
. exporting statistics
Export terminated successfully without warnings.
^@Backup completed successfully..
^@^@

 

 

#############

 

 

I can see that the user is logged into the FTP Server. A file has been also created 544415 kb...  (prime-141024-1022.tar.gpg) So it works fine with CLI but I want to get it done with GUI and a schedule.

 

Thanks so far! :-)

Thanks for update....

So, u mean to say that through CLI , backup works successfully for ftp and sftp but fails when backup is taken through GUI for ftp/sftp.

 

regds,

aman

Yes that is right!

Hi Frank,

please  refer the link if it helps 

https://supportforums.cisco.com/discussion/12107536/cisco-prime-95-failed-generated-assurance-backup

I have been trying to find the bug but could not .

regds,

aman

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: