PDA

View Full Version : DUMP E******* BSC G13A



jason182
2013-09-04, 06:57 AM
Hi Everybody,

Could someone provide me the scrip to get the dump from the BSC?

And the process how I can schedule the extract every morning.

Thanks for advance

jcgg0409
2013-12-04, 05:47 AM
cna_export NW = all, MSC = all, MSC_REF = all, BSC = all, BSC_REF = all, SITE = all, SITE_REF = all, CELL = all, CELL_REF = all, OUTPUT=xxxxxxx.txt

it is saved /var/opt/e*******/cnai/data/export

ashraferto
2014-02-09, 04:04 AM
OR by using the below commands in activity manager:

@SET LDATE = GETDATE()
@SET DATE = COPY(LDATE,1,6)
@SET FILE_NAME = CONCAT("CDD_BSCNAME_",DATE)
@SET LOG_NAME = CONCAT("/home/"user profile name"/cha/response/",FILE_NAME)
@LOG(LOG_NAME)
@CHECK("OFF")
@CONNECT ("BSCNAME")
then list of all the required commands