locked
Error running abserver -testPhoneNorm RRS feed

  • Question

  • Running abserver -testPhoneNorm gives me this:
    Test from Company_Phone_Number_Normalization_Rules.txt on line 86
        Input: '+4615511111'
        Expected Result: '+0011111'
        Actual Result: '+4615511111'
        Test FAILED
    Exception occurred processing command: Object reference not set to an instance o
    f an object.
    Severity: Error  EventId: 21023
    An exception occurred during initialization of the Address Book Server.

    Exception: Object reference not set to an instance of an object.
    Exception type: NullReferenceException
    Cause: Internal error.
    Resolution:
    Examine the details in the associated event log entry to determine the potential
     cause and report to PSS.

    The rule looks like this:
    # +46155xxxxx
    +46155(\d\d\d\d\d)
    +00$1

    Can't find anything about this.

    Anyone with a clue?

    Regards
    Peter

    Thursday, April 23, 2009 7:39 PM

All replies

  • What you are trying to do is anything but normalizing a phone number
    You start with a valid E.164 number and you try to make a none valid number out of that?
    +00xxxx is not a valid E.164 number

    assuming that you country code is 46 or something similar after the + sign of the first number


    - Belgian Unified Communications Community : http://www.pro-exchange.be -
    Thursday, April 23, 2009 11:23 PM