Unknown number in profile

I have a contact in Skype account where I see an unknown number in his account only when viewed from my account. I synced my Skype account in Windows Phone so I get two numbers for this contact. We logged in his Skype account profile and there is only 1 number specified. I am not sure where is that another number coming from. Below are the images attached of that contact (skype account, windows phone account).
This is really wierd. Can someone have any suggestions for this issue?

Skype for Windows Phone currently only shows the primary mobile number from the Skype profile of your contact. Other Skype clients support saving additional numbers for contacts of yours which seem to be the case here. You can edit/remove this number e.g. by using Skype for Windows desktop or Skype for Mac
Follow the latest Skype Community News
↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

Similar Messages

  • Profiles - Advanced - Normal - Phone (Unknown Number) ??

    My BB8820 shows the following items in the menu under Profiles - Advanced for the "Normal" profile:
    Browser 
    Calendar
    Level 1 Messages
    Messages(Desktop)
    Messenger - Alert
    Messanger - New Message
    MMS
    Phone (Unknown Number)
    Phone (Unknown Number)
    SMS
    Tasks
    Why does "Phone (Unknown Number)" appear twice?
    Both items access the same settings; if I click one of the two and change something, the same change is seen when I click on the other one.
    Is an "Unknown Number" one with caller ID suppressed, or just one that doesn't appear in my contacts?
    If these settings are only applied in the case of an "Unknown Number", how can I determine what happens in the case of a known number?

    Hi and welcome to the forums!
    Here is the user guide for the 8820:
    http://na.blackberry.com/eng/deliverables/1224/userguide_bb8820_wifi.pdf
    If you need more information, please ask!
    If not, please resolve the post using the options by the kudos’ star.
    Just check the post that had your answer!
    Thanks 
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • Showing dynamic and unknown number of images in SSRS report

    I am using SSRS 2008.  I need to display an unknown number of unspecified images on the report.
    Basically I have a webpage, where the user selects a specific ID (ex. 24) from a dropdown and then click "View Report".
    The report should then display any images, associated with that ID.  The only thing I know about the images, is the path to where the images are stored.  The path is kept in a database, so I should be able to retrieve the path ok.
    But then how do i get the report to display the images, when I do not know the name or number of images?
    Please help.

    Hi dukie4lif,
    According to your description, you have a report to display images selected by users. Now your issue is, the users select a specific ID to get images, but you only have the path of images stored in your database. Is my understanding correct?
    For your requirement, if the users want to get images by selecting a specific ID, this ID must be stored in database and associated with the path of those images. Otherwise the database can never query any records with this ID if it doesn’t have any ID stored.
    Now we need to go to your database, create one more table or add one more column in the table which have your path stored to store those IDs, and let them associated with those path. Use a parameter in this report for users selecting IDs. Then your goal will
    be achieved.
    Reference:
    Report Parameters (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou (Pactera)

  • Add Listener to Unknown Number of JMenuItems

    How can I add an ActionListener to each JMenuItem by cycling through an unknown number of menu items?
    I have a program that prompts the user for a database, then creates a JMenu of table names based on whatever database the user selects.
    This means that I don't know the table names or number of tables that will be added to the JMenu.
    I need to add an ActionListener to EACH JMenuItem. The problem is that I am only able to select one table from the menu. Subsequent menu clicks (on different table names) have no affect on the output.
    Here is an excerpt of my code:
    ResultSet rs = md.getTables(null, null, null, types);
    while (rs.next()) {
    tables.add(rs.getString("table_name"));
    for (Iterator i = tables.iterator(); i.hasNext(); )
    String table = (String) i.next();
    JMenuItem mi = new JMenuItem(table);
    j1.add(mi);
    mi.addActionListener(this);
    [END CODE]
    Thanks for any help you can give!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

    I got it. It turns out that I WAS setting the listeners correctly. My additonal output was "hidden" in the window. I found it by pure luck when I expanded the window size.
    I added a line to remove all components from the JPanel before adding a new one and this "refresh" worked.
    Thanks fot the help anyway! It is greatly appreciated.

  • Uploading a text file with unknown number of  texts

    Hi ,
    i have a flat file with around  10,000 record's.
    each material number  followed by  different  lengths & unknown number of text's separated by delimiter '$',
    that need to be saved using save_text function module.
    the file is as follows, 
    record 1 :     material1$text1$text2$text3
    record 2 :     material2$text1$text2$text3$text4$text5$text6$.....
    record 3 :     material3$text1$text2$text3$text4$text5
    record 4:      material3$text1
    - - - - - - - - - - - -  so on ....
    i created the following  structure ,  to split and save each text separated by '$'  , to save in TLINE  of save_text function module.
    types : begin of ty_file,
                  matnr type mara-matnr,
                  text1 type string,
                  text2 type string,
                  text3 type string,
                  text4 type string,
                  text20 type string,
               end of ty_file.
    i have uploaded the file and saved in table  it_file type ty_file.
    loop it_file into wa_file.
       split wa_file at '$' in to matnr text1 text2 text3 text4 ....... so on.
    endloop.
    please, suggest me an alternate way to reduce the code, instead of creating a structure like above, so that each splitted text
    stores in a single variable and is passed to TLINE of corresponding material, in save_text function module
    thanks
    viki

    Hi,
    The flat file contains , material No. followed by it's text , each text sepearted by '$' symbol.
    For each material  i have to get all lines of text, and passed to tables paramter of save_text.
    The Number of text' for each material is varying.
    Please kindly suggest me , how many variables i need to create to hold each splitted text and store it in Tline
    I wrote the below program assuming that the material number has  maximum of 20 texts, it's working fine. But, what if the number of texts exceeds 20.
    file :
    4907507$ Druckrolle$ Durchmesser: 218 mm$ Länge: 750 mm$ Rollenwerkstoff: 1.4301/1.4541$ Oberfläche: gummiert$ Stärke Gummierung: 10 mm$ Näscher    E 71224$$$$$$$$$$$$$$                              
    1149598$ Tragrolle$ mit Stützringen$ Norm: ähnlich DIN 22112$ Durchmesser: 89 mm$ Mantellänge: 800 mm$ Form der Achsenden: A2$ Achsdurchmesser: 25 mm$ Achsanflachung: SW 18$ Einlegelänge: 808 mm$ Achslänge: 834 mm$ Lagerbezeichnung: 6305$ Anzahl Stützringe Form A: 6$ Anzahl Stützringe Form B: 4$ Anordnung links: 4$ Anordnung mittig: 6$ Anordnung rechts: 4$ Qualität Stützringe: N$ Durchmesser Stützringe: 159 mm$ Anzahl Zwischenhülsen: 7$ Anzahl Schlussscheiben: 2$ Erbö   3111.800.05.68                                                                      
    file upload
      CALL FUNCTION 'KD_GET_FILENAME_ON_F4'
        EXPORTING
          static    = 'X'
        CHANGING
          file_name = p_infile.
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          FILENAME            = gd_file
          FILETYPE            = 'ASC'
         HAS_FIELD_SEPARATOR = 'X'
         HAS_FIELD_SEPARATOR = '$'
        TABLES
          DATA_TAB            = It_data.
      loop at it_data into wa_data.
        split wa_data-line at seperator into matnr_txt text1 text2 text3 text4 text5
                                                   text6 text7 text8 text9 text10 text11
                                                   text11 text12 text13 text14 text15
                                                   text16 text17 text18 text19 text20.
        move matnr_txt to wa_material-matnr.
        move text1 to wa_material-text1.
        move text2 to wa_material-text2.
        move text20 to wa_material-text20.
        append wa_material to it_material.
        clear wa_material.
      endloop.
      loop at it_material into wa_material.
        WA_LINE-TDFORMAT = '*'.
        WA_line-TDLINE = wa_material-text1.
        APPEND WA_LINE TO IT_LINE.
        WA_LINE-TDFORMAT = '*'.
        WA_line-TDLINE = wa_material-text2.
        APPEND WA_LINE TO IT_LINE.
        WA_LINE-TDFORMAT = '*'.
        WA_line-TDLINE = wa_material-text20.
        APPEND WA_LINE TO IT_LINE.
        G_THEAD-TDNAME   = wa_material-matnr. " material number
        G_THEAD-TDID     = pa_id.                           "  'GRUN',
        G_THEAD-TDSPRAS  = pa_langu.                "  EN
        G_THEAD-TDOBJECT = pa_obj.                   "  MATERIAL
        CALL FUNCTION 'SAVE_TEXT'
          EXPORTING
            CLIENT                           = SY-MANDT
            HEADER                        = G_THEAD
            SAVEMODE_DIRECT     = 'X'
          TABLES
            LINES           = IT_LINE
          clear : wa_line, g_matnr.
          refresh it_line.
      endloop.
    Edited by: jvsvijay on Jul 28, 2011 12:51 PM
    Edited by: jvsvijay on Jul 28, 2011 12:53 PM
    Edited by: jvsvijay on Jul 28, 2011 12:55 PM

  • Calls from cucm to CME not working-unknown number

    hi all
    we have cucm 9.1 and gateway 2911 on the side A and on the side B we have uc540 , we have configured tunnels between 2911 and uc540, calls from cucm SideA to uc540 Side B is ok and working fine. now we have one 9951 phone which gets ip from uc540 (side B) and tftp is our cucm IP.9951 phone is registered in cucm and calls from cucm to that 9951 phones are working fine. now problem is call is one sided between uc 540 local extension and ip phone 9951.
    9951 which is registered on cucm can call uc 540 user  but spa 504 phone which is registered on uc540 cant call to cisco 9951 phone gets error "unknown number"
    i am attaching debug voice ccapi inout with this
    kidnly help me to solve the issue ASAP

    here is show voice register all.i am surprised to see dial peer 20002 but there is no dial peer like that i dont know where its getting this dial peer 20002.extension 2002 is registered with my call manager.
    Router#sh voice register all
    VOICE REGISTER GLOBAL
    =====================
    CONFIG [Version=8.6]
    ========================
      Version 8.6
      Mode is srst
      Max-pool is 0
      Max-dn is 0
      Outbound-proxy is enabled and will use global configured value
      Security Policy: DEVICE-DEFAULT
      Forced Authorization Code Refer is enabled
      timeout interdigit 0
      network-locale[0] US    (This is the default network locale for this box)
      network-locale[1] US
      network-locale[2] US
      network-locale[3] US
      network-locale[4] US
      user-locale[0] US    (This is the default user locale for this box)
      user-locale[1] US
      user-locale[2] US
      user-locale[3] US
      user-locale[4] US   Active registrations  : 0
      Total SIP phones registered: 0
      Total Registration Statistics
        Registration requests  : 0
        Registration success   : 0
        Registration failed    : 0
        unRegister requests    : 0
        unRegister success     : 0
        unRegister failed      : 0
        Attempts to register
               after last unregister : 0
        Last register request time   :
        Last unregister request time :
        Register success time        :
        Unregister success time      :
    VOICE REGISTER DN
    =================
    VOICE REGISTER POOL
    ===================
    Router#

  • HT5961 I want to receive the verification code for the keychain but I was sent to unknown number because the last two digits do not represent my phone number

    I want to receive the verification code for the keychain but I was sent to unknown number because the last two digits do not represent my phone number, so how can I change it to receive it on my cell phone ?

    I found this in the iCloud Keychain FAQs:
    How do I set up iCloud Keychain on a new device if I don't have one of my other devices to approve from?
    If you don't have access to any of your other devices that are using iCloud Keychain, you can still set up iCloud Keychain on another device if you have these items:
    - Your iCloud Security Code
    - The device that is using the SMS-capable phone number you provided when you first set up iCloud Keychain. A verification code is sent via SMS to this phone number. If you don't have access to this number, contact Apple Support, who can verify your identity so that you can complete setup on your new device.
    - If you have these items, follow the iCloud Keychain setup steps documented above. Your iCloud Keychain will then be pushed from the cloud to the new device.
    So it seems that you would have to directly contact the Apple Support: http://www.apple.com/support/icloud/contact/

  • RADIUS/DECODE: parse unknown cisco vsa "profile-name" - IGNORE

    Dear Team,
    I have faced an issue with dot1x mab authorization between cisco switch 3750 and ISE 1.1. I have cisco IP phone connected on port # gig1/0/1 to authenticated through MAB with cisco ISE
    int gig 1/0/1
    switchport mode access
    switchport access vlan 9
    switchport voice vlan 410
    authentication order mab dot1x
    authentication priority dot1x mab
    spanning-tree portfast
    authentication host-mode multi-domain
    authentication port-control auto
    dot1x pae authenticator
    mab
    dot1x timeout tx-period 3
    dot1x max-reauth-req 2
    authentication periodic
    authentication timer reauthenticate server
    I can get authentication successfuly but can't download the authorization profile on the gig1/0/1 port since I can see that everything seems fine from the ISE side. the phone is authenticated and authorized fine. so, I debug the dot1x & radius flows from the switch side and get this result.
    RADIUS/ENCODE(00000043):Orig. component type = Dot1X
    RADIUS(00000043): Config NAS IP: 1.1.1.2
    RADIUS(00000043): Config NAS IPv6: ::
    RADIUS/ENCODE(00000043): acct_session_id: 57
    RADIUS(00000043): sending
    RADIUS(00000043): Sending a IPv4 Radius Packet
    RADIUS(00000043): Send Access-Request to 1.1.1.1:1812 id 1645/72, len 261
    RADIUS:  authenticator 82 94 D8 85 E9 E0 CF 71 - 03 FE C5 BA 76 EC 76 C4
    RADIUS:  User-Name           [1]   14  "00152bd20c19"
    RADIUS:  User-Password       [2]   18  *
    RADIUS:  Service-Type        [6]   6   Call Check                [10]
    RADIUS:  Vendor, Cisco       [26]  31 
    RADIUS:   Cisco AVpair       [1]   25  "service-type=Call Check"
    RADIUS:  Framed-MTU          [12]  6   1500                     
    RADIUS:  Called-Station-Id   [30]  19  "30-F7-0D-CD-5F-01"
    RADIUS:  Calling-Station-Id  [31]  19  "00-15-2B-D2-0C-19"
    RADIUS:  Message-Authenticato[80]  18 
    RADIUS:   90 B9 61 65 CC A6 B2 89 BC C8 3D DC D4 14 03 C5               [ ae=]
    RADIUS:  EAP-Key-Name        [102] 2   *
    RADIUS:  Vendor, Cisco       [26]  49 
    RADIUS:   Cisco AVpair       [1]   43  "audit-session-id=C0A8424200000036001B2AAE"
    RADIUS:  NAS-Port-Type       [61]  6   Ethernet                  [15]
    RADIUS:  NAS-Port            [5]   6   50101                    
    RADIUS:  NAS-Port-Id         [87]  22  "GigabitEthernet1/0/1"
    RADIUS:  Called-Station-Id   [30]  19  "30-F7-0D-CD-5F-01"
    RADIUS:  NAS-IP-Address      [4]   6   1.1.1.2                  
    RADIUS(00000043): Started 5 sec timeout
    RADIUS: Received from id 1645/72 1.1.1.1:1812, Access-Accept, len 297
    RADIUS:  authenticator D5 2C 29 3B AC C8 A7 2F - A4 75 45 F5 51 6D 4F A8
    RADIUS:  User-Name           [1]   19  "00-15-2B-D2-0C-19"
    RADIUS:  State               [24]  40 
    RADIUS:   52 65 61 75 74 68 53 65 73 73 69 6F 6E 3A 43 30  [ReauthSession:C0]
    RADIUS:   41 38 34 32 34 32 30 30 30 30 30 30 33 36 30 30  [A842420000003600]
    RADIUS:   31 42 32 41 41 45            [ 1B2AAE]
    RADIUS:  Class               [25]  50 
    RADIUS:   43 41 43 53 3A 43 30 41 38 34 32 34 32 30 30 30  [CACS:C0A84242000]
    RADIUS:   30 30 30 33 36 30 30 31 42 32 41 41 45 3A 69 73  [00036001B2AAE:is]
    RADIUS:   65 33 2F 31 35 30 33 30 36 35 37 38 2F 33 38 36  [ e3/150306578/386]
    RADIUS:  Termination-Action  [29]  6   1                        
    RADIUS:  Message-Authenticato[80]  18 
    RADIUS:   09 17 84 AB 27 8E B4 E0 F4 A6 93 EE 19 2A A6 34               [ '*4]
    RADIUS:  Vendor, Cisco       [26]  34 
    RADIUS:   Cisco AVpair       [1]   28  "device-traffic-class=voice"
    RADIUS:  Vendor, Cisco       [26]  75 
    RADIUS:   Cisco AVpair       [1]   69  "ACS:CiscoSecure-Defined-ACL=#ACSACL#-IP-PERMIT_ALL_TRAFFIC-4fe7f797"
    RADIUS:  Vendor, Cisco       [26]  35 
    RADIUS:   Cisco AVpair       [1]   29  "profile-name=Cisco-IP-Phone"i
    RADIUS(00000043): Received from id 1645/72
    RADIUS/DECODE: parse unknown cisco vsa "profile-name" - IGNORE
    %MAB-5-SUCCESS: Authentication successful for client (0015.2bd2.0c19) on Interface Gi1/0/1 AuditSessionID C0A8424200000036001B2AAE
    %AUTHMGR-7-RESULT: Authentication result 'success' from 'mab' for client (0015.2bd2.0c19) on Interface Gi1/0/1 AuditSessionID C0A8424200000036001B2AAE
    %DOT1X_SWITCH-5-ERR_VLAN_RSPAN: Attempt to assign RSPAN VLAN 410 to 802.1x port GigabitEthernet1/0/1. 802.1x is incompatible with RSPAN AuditSessionID C0A8424200000036001B2AAE
    RADIUS/ENCODE(00000000):Orig. component type = Invalid
    so, I notice two things :-
    1-" RADIUS/DECODE: parse unknown cisco vsa "profile-name" - IGNORE " on the radius attribute since I beleive that I configure the radius vsa attribute fine as shows
    aaa new-model
    aaa authentication dot1x default group radius
    aaa authorization network default group radius
    aaa accounting dot1x default start-stop group radius
    aaa accounting system default start-stop group radius
    aaa session-id common
    aaa accounting update periodic 5
    aaa server radius dynamic-author
    client 1.1.1.1 server-key 0 cisco
    radius-server attribute 8 include-in-access-req
    radius-server attribute 25 access-request include
    radius-server dead-criteria time 5 tries 3
    radius-server host 1.1.1.1 auth-port 1812 acct-port 1813 key cisco
    radius-server vsa send accounting
    radius-server vsa send authentication
    2- "%DOT1X_SWITCH-5-ERR_VLAN_RSPAN:" since I didn't have any configuration related to RSPAN.
    so, anybody have any idea to fix this issue.
    Regards
    Basel

    It is not the ACL it is ignoring, it's the profile-name, which it should, because it has nothing to use that for. However, you should look into VLAN 410, to check and see if you have any config relating to that vlan, the only actual error i see in your logs is the one regarding assigning vlan 410. Could you please post you entire switch config, see we can see what else you might have configured.
    %DOT1X_SWITCH-5-ERR_VLAN_RSPAN:  Attempt to assign RSPAN VLAN 410 to 802.1x port GigabitEthernet1/0/1.  802.1x is incompatible with RSPAN AuditSessionID  C0A8424200000036001B2AAE - See more at:  https://supportforums.cisco.com/message/3863298#3863298
    %DOT1X_SWITCH-5-ERR_VLAN_RSPAN:  Attempt to assign RSPAN VLAN 410 to 802.1x port GigabitEthernet1/0/1.  802.1x is incompatible with RSPAN AuditSessionID  C0A8424200000036001B2AAE - See more at:  https://supportforums.cisco.com/message/3863298#3863298
    %DOT1X_SWITCH-5-ERR_VLAN_RSPAN:  Attempt to assign RSPAN VLAN 410 to 802.1x port GigabitEthernet1/0/1.  802.1x is incompatible with RSPAN AuditSessionID  C0A8424200000036001B2AAE - See more at:  https://supportforums.cisco.com/message/3863298#3863298
    %DOT1X_SWITCH-5-ERR_VLAN_RSPAN:  Attempt to assign RSPAN VLAN 410 to 802.1x port GigabitEthernet1/0/1.  802.1x is incompatible with RSPAN AuditSessionID  C0A8424200000036001B2AAE - See more at: https://supportforums.cisco.com/message/3863298#3863298
    %DOT1X_SWITCH-5-ERR_VLAN_RSPAN:  Attempt to assign RSPAN VLAN 410 to 802.1x port GigabitEthernet1/0/1.  802.1x is incompatible with RSPAN AuditSessionID  C0A8424200000036001B2AAE - See more at: https://supportforums.cisco.com/message/3863298#3863298
    %DOT1X_SWITCH-5-ERR_VLAN_RSPAN:  Attempt to assign RSPAN VLAN 410 to 802.1x port GigabitEthernet1/0/1.  802.1x is incompatible with RSPAN AuditSessionID  C0A8424200000036001B2AAE - See more at: https://supportforums.cisco.com/message/3863298#3863298
    %DOT1X_SWITCH-5-ERR_VLAN_RSPAN:  Attempt to assign RSPAN VLAN 410 to 802.1x port GigabitEthernet1/0/1.  802.1x is incompatible with RSPAN AuditSessionID  C0A8424200000036001B2AAE - See more at: https://supportforums.cisco.com/message/3863298#3863298
    %DOT1X_SWITCH-5-ERR_VLAN_RSPAN:  Attempt to assign RSPAN VLAN 410 to 802.1x port GigabitEthernet1/0/1.  802.1x is incompatible with RSPAN AuditSessionID  C0A8424200000036001B2AAE - See more at: https://supportforums.cisco.com/message/3863298#3863298
    %DOT1X_SWITCH-5-ERR_VLAN_RSPAN:  Attempt to assign RSPAN VLAN 410 to 802.1x port GigabitEthernet1/0/1.  802.1x is incompatible with RSPAN AuditSessionID  C0A8424200000036001B2AAE - See more at: https://supportforums.cisco.com/message/3863298#3863298

  • My Number : Unknown Number

    I am using Blackberry Curve 9330 3g (CDMA) handset. When I press the green button then above the dial pad it show my number unknown number. Is there anyway to resolve this issue.
    I searched all over but I can't find support regarding this issue. There is only support for GSM handsets. I contact to service centre also but they also are unable to resolve my problem. Is there anyway to resolve this issue?
    Thanks in advance.

    Is that big issue? Does your device work fine?
    Any who here some info that could help you --> Sim card number, system settings - security and privacy - Sim card - edit phone number (put your number in)
    Want to contract me? You can follow me on Twitter @RobGambino
    Be sure to click Like! for those who have helped you.
    Click Accept as Solution for posts that have solved your issue(s)!

  • Reading unknown number of bytes !

    Hi all !
    I am trying to read unknown number of bytes from the socket.Meanwhile I need to process the bytes depending on the message type in the header.I get messages like this header,body,header,body header,body header,body.....the message type is specified in the header.Each message type has different body size.So depending on that I have to read the next few bytes from the socket....say 300 or 600 depending the on the message type in the header.I get the bytes continioulsy like this.Since I cannot read byte by byte due performance reason is there any other way to do that.....any help will appreciated
    sash

    A simple workaround is to use a java.io.PushbackInputStream
    Read enough bytes to get the header, parse the header bytes, and push the remainder back into the stream to be read as the body.

  • Powershell Script to Copy an Unknown number of Files in a Directory

    I need to be able to copy an unknown number of files in a folder to an FTP site.  I have the FTP components figured out and working, but am running into a problem when there is only 1 file for upload.  The folder is a queue that users manually
    copy files to, so i do not have control of how many files may be pending.  And the file names are always different.
    My script performs the following steps.
    1. Get a list of files in the directory with the a attribute.  (this prevents subfolders from being processed)
    2. Loop thru the list, copying each file.
    Here is my problem.
    no files. nothing happens. normal and expected
    2 or more files. all files upload correctly.  EXPECTED
    Filename returned from variable = "True".  File does not exist and upload fails.  ERROR
    This is what the script looks like. (There are several Write-Output statements for debugging purposes.
    $ftpUploadPath = "$ftpServer/claims/"
    $localUploadPath = "$localDir\claims\"
    $localSentPath = "$localUploadPath`Sent\"
    $listFile = "$localDir\uplist.txt"
    Write-Output "Uploading Claim files to $ftpUploadPath ..."
    #1 get list of claim files to upload
    $list = Get-ChildItem -Name $localUploadPath -Attributes a   
    Write-Output $list
    Write-Output " "
    #2 loop thru list and upload files
    if($list.Length -ne 0){
        #Write-Output "  Getting files from list"
        # download each file in the list
        foreach ($file in $list -cne "") {
            Write-Output $file
        } # end foreach file
    } #end if($list.Length)
    else {
        Write-Output "  No files for upload"
    } #end else($list.Length)
    Thanks in advance,
    Greg

    You are writing way too many lines for such a simple task. Try this:
    Get-ChildItem -Name $localUploadPath -Attributes a |
    ForEach-Object{
    Write-Host $_ -fore green
    $_
    \_(ツ)_/

  • Would any iphone 5 come with out a setup on it ? i got a new iphone and their wasnt a setup and there was a message from an unknown number.

    Would any iphone 5 come with out a setup on it ? i got a new iphone and their wasnt a setup and there was a message from an unknown number.

    frm a local dealer.. but he said me that the phone is a brandnew one. he said me that european phone's come without a setup.

  • Use of unknown number only

    Sometimes when i've called on mobile phone with skype caller id show "+21" or "+12345' or "unknown number" how i can show unknown number only ? i don't want to use +21 or 12345

    Hi, Saeid.dezc, and welcome to the Community,
    There are times that Caller ID seems more art than science.  Skype does not control when a generic caller ID such as ----------, "Unknown." or the numbers you cite appear.  If no caller ID data is determined (or, if the data is corrupted in transmission), the telephone company that connects the Skype call to its final destination may fill in the blank with whatever that company uses.
    Regards,
    Elaine
    https://en.wikipedia.org/wiki/Caller_ID
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • Line 1 Unknown Number

    I just had the new Blackberry Curve9320 today and having set it up, one thing is bugging me, and I certainly did not have this problem wit my 8920 model one bit.
    The thing is, when I press the send button it is supposed to display my mobile number at the top the screen. Instead it says "Line 1 Unknown Number" 
    I must admit getting around this phone, is rather like a supermarket who keep putting things in other places in comparison to my Blackberry Curve 8920.
    Could somebody please give me some advice on how to get my phone number to display where it is supposed to, please.

    Still no joy.. Having pulled out the battery, I also re-tried and pulled out the sim as well, and its still the same.
    I better fill you in with what happened.
    I decided to have a pay monthly contract with O2 having just a coupe of days earlier had given me a Blackberry 8920. I was on pay & go with O2 and have been for some years now, and upon putting my sim in the 8920 to which had no credit on by the way, I soon set up the phone very well. I then had a message off O2 telling me I needed a Blackberry Tariff to get the full use out of the phone. So I had a look on their website to see how much I had to put in my phone for this thing to run reasonably a month. I soon discovered it was £15.
    Has I was on their site at the time, I decided to look at monthly contracts with O2 and discovered I could in fact have the new 9320 a lot cheaper as I was already with them on a pay & go. With the bolt on it was about £24 per month, with £13 knocked off that for being with them already. So at £11 a month I thought I might as well have that deal.
    Now the phone arrived yesterday on the 20th, and It came with a new mobile number. I decided to get in touch with O2 and ask if I could have my old pay & go number to which I have had for years. They obliged very kindly and though the phone is working fine so I know of so far. It will not display my number when I press the send button.
    But I would also like to pint out, that it never displayed it before with the new number before I had it changed either. Its quite baffling.

  • How do i dial international numbers... I get unknown number

    I got a tmobile 8220 that I unlocked so that I can use in Chile vacation. I try to dial a number and it goes back to the placed calls menu and it says My number Unknown number. I am not sure if that is the real error or it just doesn´t know it´s own number. One time the phone tried to add my US area code to the number. So I was wondering if this is a phoen issue or if it´s a cell phone company issue. The number is 8 digits. x-xxx-xxxx (first x is the region code)

    Good to know that you've resolved the issue by yourself. Please resolve the threat by accepting the solution button.
    tanzim                                                                                  
    If your query is resolved then please click on “Accept as Solution”
    Click on the LIKE on the bottom right if the post deserves credit

Maybe you are looking for

  • SQL*Loader command in window

    What is the command for executing the SQL*Loader at the windows command prompt? Thanks.

  • How to query purchase orders in archive system

    Our purchase orders are archived. Now I want to query the purchase orders. I use transaction code alo1, but no data. How can I query purchase orders via other ways? Thanks.

  • How do I delete references to Photoshop as External Editor?

    I loaded Photoshop CS4 as a trial, and subsequently deleted it.  I have Elements 7, and DxO Pro, which I would like to make my external editor options.  When I go to the External Editor Preferences page, the first option is Photoshop CS4 (not found),

  • Why does iCal work only some times? how can I fix it?

    I think iCal is great. But sometimes it only shows the month but not the heading so I can move to another month. Other times when I go into the menu I can not add new events as this item is grayed out? Also if I try to go to a different day it doesn'

  • Is Oracle "killing" JDeveloper ?

    Hello Today I tried donlading latest JDeveloper from Oracle's site but the links led to a nonexistant page and an error message. I tried all versions for all platforms with the same result. About 3 months ago I was able to doenload it. Is it just a t