Thanks Thanks:  0
Showing results 1 to 9 of 9

Thread: Nokia Dump - Post process tool

  1. #1
    Member Reputation: 37
    Join Date
    2010-06-25
    Posts
    107


    Default Nokia Dump - Post process tool

    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//

  2. # ADS
    Circuit advertisement
    Join Date
    Always
    Posts
    Many
     

  3. #2
    Member Reputation: 92
    Join Date
    2010-10-25
    Posts
    50


    Default Re: Nokia Dump - Post process tool

    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

  4. #3
    Member Reputation: 37
    Join Date
    2010-06-25
    Posts
    107


    1 out of 1 members found this post helpful.

    Default Re: Nokia Dump - Post process tool

    Quote Originally Posted by tabordas View Post
    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?

  5. #4
    Member Reputation: 92
    Join Date
    2010-10-25
    Posts
    50


    Default Re: Nokia Dump - Post process tool

    It's a standalone application.

    Sent from my LT15i using Tapatalk 2

  6. #5
    Member Reputation: 37
    Join Date
    2010-06-25
    Posts
    107


    Default Re: Nokia Dump - Post process tool

    Is there any way I can dump just only scrambling code without post processing?

  7. #6
    Member Reputation: 21
    Join Date
    2012-04-02
    Location
    Switzerland
    Posts
    28


    Default Re: Nokia Dump - Post process tool

    You can dump the network from command line:
    Code:
    /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:
    Code:
    grep -E '<managedObject|PriScrCode|name="name"' /var/opt/nokia/oss/global/racops/export/my_dump_file.xml
    Kind Regards

  8. #7
    Member Reputation: 37
    Join Date
    2010-06-25
    Posts
    107


    Default Re: Nokia Dump - Post process tool

    Hi wernfried,

    where can i use this code? in the netact?

  9. #8
    Member Reputation: 21
    Join Date
    2012-04-02
    Location
    Switzerland
    Posts
    28


    Default Re: Nokia Dump - Post process tool

    Quote Originally Posted by chronix_ray View Post
    where can i use this code? in the netact?
    Yes, you have to open a terminal window, there you can enter it.

    Kind Regards

  10. #9
    Member Reputation: 37
    Join Date
    2010-06-25
    Posts
    107


    Default Re: Nokia Dump - Post process tool

    Is there any macro that can be used aside from plan editor?

Bookmarks

Bookmarks

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •