![]() |
|
|
#1 (permalink) |
|
Moderator
![]() |
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. |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |