PBXtech.info  
\'\'

Go Back   PBXtech.info > Avaya > Definity Servers

Reply
 
LinkBack Thread Tools Display Modes
Old June 26th, 2003, 10:21 PM   #1 (permalink)
nexSIP
Moderator
 
nexSIP's Avatar
 
Join Date: Jun 2003
Posts: 527
Blog Entries: 3
nexSIP is on a distinguished road
Post Copying CMS Custom Reports to another server

CUSTOM REPORTS

Coping Custom Reports
Source CMS
To Copy: Unix (root)
#cd /cms/db/gem/h_custom (changes to the proper directory h_custom)
#pwd (confirms working directory)
#grep “report name” * (make sure you add the * ) get the file name
#cp current file name (cr_h_201) to new file name
example: cp cr_h_201 kim201
#ls -l | pg - to make sure both files are there

Target CMS
Custom Reports
Edit report
Enter report name and report type
Add
Screen painter
Save design (blank)
Get file name of blank report by:
Unix (root)
$cd/cms/db/gem/h_custom (changes to the proper directory)
$pwd (confirms working directory)
grep “report name” * (make sure you add the * ) (get the name of the new blank report)

FTP
Source CMS - log into ROOT and go to the proper directory (cd /cms/db/gem/h_custom)
#ftp + THE IP OF THE TARGET CMS
log into the target PC when prompted (root + password)
ftp>pwd (to see where you are)
ftp>cd /cms/db/gem/h_custom (move to the directory where you want to copy the file to)
ftp>bin (prevents file corruption)
ftp>put + the name of the file you want to copy (kim201)
ftp> quit

Target CMS
Unix
Root =su
password
# ls -l | pg (to see if both files are listed)
#cp FTP file name file name of blank (this copies the file into the blank)
# ls - l |pg (the files should be the same size)
# rm kim201 (removes the file)
# ls -l |pg (Should only see the original new file)

Source CMS
Delete copy of file.
nexSIP is offline   Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
CMS Custom Reports nockam Definity Servers 1 September 23rd, 2005 05:40 AM
Help with CMS reports? jmdeegan Definity Servers 7 July 20th, 2005 04:11 PM
Cms Server gatelink Definity Servers 2 November 15th, 2004 02:17 PM
CMS Server question tech232 Definity Servers 1 March 16th, 2004 02:05 PM
CMS custom reports nexSIP Definity Servers 2 July 23rd, 2003 12:16 PM


All times are GMT -6. The time now is 10:24 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2002 - 2007, PBXtech LLCAd Management by RedTyger

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38