Thanks Thanks:  7
Page 2 of 2 FirstFirst 12
Showing results 11 to 17 of 17

Thread: Converse MML data to simple form

  1. #11
    Member Reputation: 69
    Join Date
    2011-05-13
    Posts
    38


    Default Re: Converse MML data to simple form

    Also version 4.1-4 has the possibility of ZAHP (alarm history) & alarms for BTS, BSC, RNC etc. to output in excel but it would be more interesting to find a way for other commands that are mentioned in Excel file like: ZEAO, ZEEI, ZUSI, ZEQO, ZESI etc...or to show us how to correct the error appeared on excel file...thanks

  2. #12
    Member Reputation: 33
    Join Date
    2010-09-30
    Posts
    38


    Default Re: Converse MML data to simple form

    to know the BSC adress use the command : ZQRI;

  3. #13
    Junior Member Reputation: 11
    Join Date
    2011-10-17
    Posts
    13


    Default Re: Converse MML data to simple form

    rename the excel file "FILTER DATA TOOL V2.xls"
    Quote Originally Posted by alb_elezi View Post
    Hello,

    Useful tool in theory but when i run it i get this error:


    Any Idea????

  4. #14
    Member Reputation: 33
    Join Date
    2010-09-30
    Posts
    38


    Default Re: Converse MML data to simple form

    after rename the file to "FILTER DATA TOOL V2.xls" its work but : it work only for ZAHP , ZEOl and EZOH commands the other commands thas'nt work
    plz if anybody have the new version plz shared

  5. #15
    Junior Member Reputation: 13
    Join Date
    2009-04-02
    Posts
    7


    Default Re: Converse MML data to simple form

    Hi EveryBody!
    It's new version of Filter Data Tool V2.0!
    I Wrote it in a Project in Cambodia!
    Enjoy It!
    Attached Files Attached Files

  6. #16
    Junior Member Reputation: 11
    Join Date
    2011-10-17
    Posts
    13


    Default Re: Converse MML data to simple form

    first ,thank you!
    my friend's MACRO like this:
    I don't need to choose the MML COMMAND everytime
    but your macro can read single MML in a large log file
    both 2 macro are useful~
    I hope you can add this button~

    Do Until File.AtEndOfStream
    Line = File.ReadLine
    ElseIf InStr(1, Line, "< ZEEI:SEG") Then
    Application.StatusBar = "Reading " & FileLog & " ZEEI SEG MML.........."
    Call ZEEI
    ElseIf InStr(1, Line, "< ZEQO:SEG") Then
    Application.StatusBar = "Reading " & FileLog & " ZEQO SEG MML.........."
    Call ZEQO
    Loop

    ————
    Private Sub ZEEI()
    ……
    Do Until InStr(1, Line, "COMMAND EXECUTED")
    ……
    Line = File.ReadLineLoop
    End Sub

  7. #17
    Member Reputation: 271
    Join Date
    2008-12-16
    Posts
    213


    Default Re: Converse MML data to simple form

    Is there any way to connect BSC via excel directly and print logs of commands on excel. I mean instead of tang, to connect BSC with excel.

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
  •