PDA

View Full Version : Nokia Dump - Post process tool



chronix_ray
2013-06-20, 11:34 AM
hi,

Do anyone know what is the tool in Nokia that can post process dump files. Example in Huawei there is CME that can process it to excel, so in Nokia what tool are they using?

Br//

tabordas
2013-06-21, 05:37 AM
Hi,
you can use NetAct PlanEditor to convert RAML2.0 to MsAccess.
Search the forum and you'll easily find it.

Sent from my LT15i using Tapatalk 2

chronix_ray
2013-06-21, 10:56 AM
Hi,
you can use NetAct PlanEditor to convert RAML2.0 to MsAccess.
Search the forum and you'll easily find it.

Sent from my LT15i using Tapatalk 2

is it included in the netact programs in the web tool or a separate standalone program?

tabordas
2013-06-21, 02:49 PM
It's a standalone application.

Sent from my LT15i using Tapatalk 2

chronix_ray
2013-06-26, 01:52 PM
Is there any way I can dump just only scrambling code without post processing?

wernfried
2013-06-26, 04:58 PM
You can dump the network from command line:

/opt/nokia/oss/bin/racclimx.sh -v -op Import_Export -importExportOperation actualExport -classFilter WCEL -fileName my_dump_file.xml

and then grep for scrambling code:

grep -E '<managedObject|PriScrCode|name="name"' /var/opt/nokia/oss/global/racops/export/my_dump_file.xml

Kind Regards

chronix_ray
2013-06-26, 06:59 PM
Hi wernfried,

where can i use this code? in the netact?

wernfried
2013-06-26, 10:13 PM
where can i use this code? in the netact?

Yes, you have to open a terminal window, there you can enter it.

Kind Regards

chronix_ray
2013-07-05, 10:50 AM
Is there any macro that can be used aside from plan editor?