Error adding phones with BAT

Hi everybody
I created a new file with the following format (I'm sure that all is written well):
MAC ADDRESS,DESCRIPTION,NETWORK HOLD MOH AUDIO SOURCE,USER HOLD MOH AUDIO SOURCE,LOCATION,CSS,DEVICE POOL,MEDIA RESOURCE GROUP LIST,NETWORK LOCALE,PHONE BUTTON TEMPLATE,SOFTKEY TEMPLATE,EXTERNAL PHONE NUMBER MASK 1,LINE CSS 1,LINE DESCRIPTION 1,LINE NETWORK HOLD MOH AUDIO SOURCE 1,LINE USER HOLD MOH AUDIO SOURCE 1,ROUTE PARTITION 1
20bbc01efe21,MAD_Anl_S_DP-,2-Espera_C,2-Espera_C,MAD_Anl_S_LOC,CSS_03-Fijos-Moviles_Nacionales_MAD_A_S,MAD_Anl_S_DP,MAD_An_Se_MRGL,Spain,Standard 6921 SCCP,Standard User,91,CSS_03-Fijos-Moviles_Nacionales_MAD_A_S,PT_Us_MAD_Anl_S-,2-Espera_C,2-Espera_C,PT_Us_MAD_Anl_S
and I have the following error:
Insert Phones - Specific Details
Begin Time : 11/20/2013 17:13:53
Query :
Insert Phones in /common/bps/csvfiles/phones/insert/specific/6921_M.txt
Failure Details :
MAC Address/Device Name Error Code Error Description
20bbc01efe21 DEVICE :: Error : A character to numeric conversion process failed
Result Summary :
INSERT for 0 PHONES passed.
INSERT for 1 PHONES failed.
End Time : 11/20/2013 17:13:53
The error is in the MAC ADDRESS field as you can see. I know the MAC is well written and I tried to write SEP before and I had the same error. I also try to write mac address in capital letters.
Can anybody help me?.
Thanks in advance.

Did you also try a capital MAC with SEP in front?
...,SEP20BBC01EFE21,...
In general it's a good idea to first export a template under Bulk Administration and to modify that. It's less likely to do mistakes that way.
Don't stop after you've improved your network! Improve the world by lending money to the working poor:
http://www.kiva.org/invitedby/karsteni

Similar Messages

  • 9.1 error adding BOM with SAPbobsCOM.ProductionItemType.pit_Resource

    Hi,
    I'm working on 9.1 sapb1 version.
    I'm trying to add a new BOM. All is ok until my itemType is SAPbobsCOM.ProductionItemType.pit_Item.
    If I try to change this using the new properties of the BOM SAPbobsCOM.ProductionItemType.pit_Resource i retrieve an error: Errore nella creazione della distinta TEST (No matching records found (ODBC -2028)).
    This is my simple code:
        Private distinta As SAPbobsCOM.ProductTrees
        Private distinta_riga As SAPbobsCOM.ProductTrees_Lines
    distinta = myDB.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oProductTrees)
    distinta.TreeCode = itemCodePadre
    distinta.Quantity = 1 'qta
    distinta.TreeType = SAPbobsCOM.BoItemTreeTypes.iProductionTree
    distinta.PriceList = idListino
    distinta_riga = distinta.Items
    For line As Integer = 0 To dt.Rows.Count - 1
                            itemType = dt.GetValue("itemType", line)
                            itemCodeFiglio = dt.GetValue("itemCode", line)
                            qta = dt.GetValue("qty", line)
                            If line > 0 Then
                                distinta_riga.Add()
                            End If
                            distinta_riga.SetCurrentLine(distinta_riga.Count - 1)
                            Select itemType.ToLower
                                Case "articolo"
                                    distinta_riga.ItemType = SAPbobsCOM.ProductionItemType.pit_Item
                                    Case "risorsa"
                                    distinta_riga.ItemType = SAPbobsCOM.ProductionItemType.pit_Resource
                            End Select
                                distinta_riga.ItemCode = itemCodeFiglio
                                 distinta_riga.Quantity = qta
                        Next
                        ret = distinta.Add()
    I have find no examle in sdk, so i don't know if, mabe, there is a mandatory field that i don't set.
    Someone can help me?
    Regards
    Marco

    hi,
    maybe you have to do :
    For line As Integer = 0 To dt.Rows.Count - 1
                            itemType = dt.GetValue("itemType", line)
                            itemCodeFiglio = dt.GetValue("itemCode", line)
                            qta = dt.GetValue("qty", line)
                           If line > 0 Then
                                distinta_riga.Add()
                            End If
                            distinta_riga.SetCurrentLine(distinta_riga.Count - 1)
                            Select itemType.ToLower
                                Case "articolo"
                                    distinta_riga.ItemType = SAPbobsCOM.ProductionItemType.pit_Item
                                    Case "risorsa"
                                    distinta_riga.ItemType = SAPbobsCOM.ProductionItemType.pit_Resource
                            End Select
                                distinta_riga.ItemCode = itemCodeFiglio
                                 distinta_riga.Quantity = qta
                           If line = 0 Then
                           ''''''''----because the firs row exist, so update data
                                distinta_riga.Update()
                           else
                                 distinta_riga.Add()
                            End If
                        Next
    regards, alessandro

  • Adding phones and users with bat and LDAP sync

    What are the various ways of importing users with phones when the Communications Manager 9.0 is sync'd with LDAP.  Also, what method is the easiest and fastest?
    For example, I could do the following steps:
    Sync CUCM with LDAP to import new users, add phones using bat files, manually update users to associate devices etc
    I believe I should also be able to do the above method and use a bat file to update the users to associate devices etc.  This method still involves 2 steps and the creation of 2 seperate bat files.
    In CUCM version 9 it is possible to have local and LDAP users, so is it possible to add the phones and users using the phones/users tab of the bat file and have them beocme LDAP users?
    Thank you,
    Danny

    #1 Remove this embedded CSS code from your HTML document(s).  You don't need it.
    body {
        background-color: #CCC;
    body,td,th {
        color: #FFF;
        font-size: 14px;
    #2 Open  PW.css file and add this to the top:
    body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #CADFEB;
    /**or insert a background-image using the CSS editor**/
    #3 Remove font-family and font-size from all your other CSS selectors.  You don't need to duplicate styles on every element. 
    #4 Replace this:
    #content {
        position:absolute;
        left:199px;
        top:10px;
        width:860px;
        z-index:1;
        right: auto;
        background-color: #FFF;
        text-align: center;
        color: #000;
        height: auto;
    with this:
    #content {
         width:860px;
         margin: 20px auto;
         border: 4px solid silver;
         background-color: #FFF;
         text-align: center;
         color: #000;
         -moz-box-shadow: 5px 5px 5px #888;
         -webkit-box-shadow: 5px 5px 5px #888;
         box-shadow: 5px 5px 5px #888;
    #5 Save your PW.css file and upload to server.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Issues in IDoc Sender Scenario:IDoc  with errors added

    Hi all
             Am working on an IDoc to JDBC scenario. In R/3 system, I have created distribution model, partner profile, RFC destination and port.The IDoc is generated and is sent to XI successfully. But in XI , there is no entry in SXI_MONITOR for this (unfortunately IDX5 is not available in the XI server! ;as of now). Instead an entry is made in WE05 and WE02 with stautus 56(IDoc with errors added). In the status record:
    status 56 : External segment name E2KOMG003 cannot be interpreted
    status 60 : Basic IDoc type COND_A03 could not be found.
    And the segments displayed in data record  are different from the segments in the data record of the IDoc generated at R/3. (say for E1KOMG at R/3, E2KOMG003 in XI).Earlier the flow was working fine and the DB table was updated successfully. And the entire stuff is believed to be 'unmodified' .
    Would any one help in resolving the issue.
    Thanks,
    Chilanka

    Hi,
    >>>>I have created partenr profile in R/3.Need I create a partner profile in XI for R/3 system?
    no you cannot create any partner profiles in XI
    for more about IDOC configuration in XI check :
    <a href="/people/michal.krawczyk2/blog/2006/10/11/xi-new-book-mastering-idoc-business-scenarios-with-sap-xi"><b>Mastering IDoc Business Scenarios with SAP XI</b></a>
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Just updated my iphone. Now I can se I have two? iCloud accounts? One of them appears on my phone, and I have forgotten the password. When I try to add the other account, I get the message that this account is already added, but with the name of the first

    Just updated my iphone. Now I can se I have two! iCloud accounts? One of them appears on my phone, and I have forgotten the password. When I try to add the other account, I get the message that this account is already added, but with the name of the first account where there is no available password. I have tried several times to reset the password, bun I don't get the information I need - I have no access to email. What can I do?

    Hi, thanks for the suggestion. I have tried as you suggested, and when opening the "purchased" apps some have the icloud logo next to them, but I only have "OPEN" against "Find My iPhone". When opening it up, it goes through the same routine; needs to be updated before proceeding, and wouldn't update because I don't have IOS8.
    Anything else I could try, or am I doomed!
    All of your help is much appreciated, thanks

  • My iPhone 4s acts like I need to plug in to iTunes and I got an error message saying it failed to download update and now the screen won't go away. USB port end on phone with arrow pointing to iTunes...

    My iPhone 4s acts like I need to plug in to iTunes and I got an error message saying it failed to download update and now the screen won't go away. USB port end on phone with arrow pointing to iTunes...

    Now iTunes will not recognize my phone as a device...

  • Status 56 -  IDOC with errors added

    Hi everyone,
            I was configuring File to IDOC Scenario, in the receiving R/3 system, i am getting error as Status 56 -  IDOC with errors added "<b>EDI: Partner Profile not available</b>".
            but i had already created Partner profile in WE20.
    Regards,
    Varun Reddy.K

    Hi Varun,
                   The below link will help u in solving u r problem
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e07dcaa0-a92b-2a10-3a96-b3d942bd1539
    Just try follow the steps followed in above mentioned link
    And also check u r RFC connection in TC "SM59".
    Reward with ponits if helpful
    Regards
    Sai Ganesh

  • Error in Receiver - IDoc with errors added

    Hi All,
    I am getting error in 56 - IDoc with errors added in receiver System.
    I am new in Idoc - please tell me How to resolve this issue..
    Thanks in advance..

    Hi all thanks for reply .
    All are the help full answer ,
    I use T-code WE19 and change partner profile and execute now it is fine.
    But i have checked all configuration regard partner profile from T-code WE20 it looking everything is fine but in Test tool for Idoc Processing by t-code WE19 i have checked it will taken wrong partner profile detail after giving correct manually now it is working fine.

  • Post system refresh, "Request IDoc : IDoc with errors added"

    Hello All,
    Post system refresh, we are not able to execute the data loads.
    While loading the Infopackage, the overall status is still showing in YELLOW status. but in the Transfer (IDOCs & TRFC), it shows an Error message as "Request IDoc : IDoc with errors added"
    Yesterday immediately after the refresh, we were able to execute the master data loads (full loads)...
    However, transaction loads (delta) is facing issues.
    Today, we are facing the problem in both master and transaction data.
    Please help!!!! Its a very critical issue!!!
    Edited by: Siegfried Szameitat on Aug 9, 2011 10:17 AM

    Hi,
    While selecting the Infopackage to run the INIT load, it is taking me to the ECC login screen. Once i enter my credentials, its showing a dump with the message:
    Short text of error message:
    No RFC authorization for user XXXXX ( RSA8 ).
    Long text of error message:
    Technical information about the message:
    Message class....... "RSAR"
    Number.............. 051
    Variable 1.......... "No RFC authorization for user XXXXX ( RSA8 )."
    Variable 2.......... " "
    Variable 3.......... " "
    Variable 4.......... " "
    Please advice.
    Regards
    sneha

  • When syncing i phone with i tunes i get...."iTunes could not sync contacts to the iPhone because an error occurred while merging data"....HELP

    when syncing i phone with i tunes i get...."iTunes could not sync contacts to the iPhone because an error occurred while merging data"....HELP

    hello
    see here the procedure that worked for me:
    https://discussions.apple.com/message/16880485#16880485
    good luck

  • I am trying to send a text message from my iPad when I enter phone number I get error message phone number not registered with iMessages  from contacts

    When attempting to send text message from iPad I get error message "phone number not registered with iMessage REMOVE" the number is for iPhone an includes area code and country code. How do u register a number with iMessage?.

    TestnTag wrote:
    When attempting to send text message from iPad I get error message "phone number not registered with iMessage REMOVE" the number is for iPhone an includes area code and country code. How do u register a number with iMessage?.
    The iPad is not capable of sending an SMS message so texts, pictures, etc., must go through iMessage.  The destination device must be registered with the Apple servers by turning on iMessage.  Therefore, the user with the iPhone must enable it for iMessage.

  • I can not connect my i phon with my pc it shows athorised computer when i am trying to do authorised process the process done but again i connect my phon again show this errore please help me to solve my prob....

    i can not connect my i phon with my pc it shows athorised computer when i am trying to do authorised process the process done but again i connect my phon again show this errore please help me to solve my prob....

    I have clicked on the  connect button, but it brings up the same There is a problem connecting,  and I have also tried SMB://
    i tried pinging the ip address with in termial and it times out.  
    From my windows PC and I can access my MacBook Air just fine,

  • My iphone 5 got suddenly slipped into recovery mode when i was updating my phone with the latest update. I request the officials to act fast and come up with a recovery solution because the phone is unable to get restored on itunes due to error 3

    My iphone 5 got suddenly slipped into recovery mode when i was updating my phone with the latest update. I request the officials to act fast and come up with a recovery solution because the phone is unable to get restored on itunes due to "error 3" when ever i am trying to restore and neither of the istores have the solution for the same.

    Hi, Milanista5
    Thank you for visiting Apple Support Communities.
    When experiencing issues restoring or updating an iPhone, here are the best articles to go through.  If you received a specific error number when restoring, see the section labeled Get more help in the second article below.
    iOS: Unable to update or restore
    http://support.apple.com/kb/ht1808
    iOS: Troubleshooting update and restore issues
    http://support.apple.com/kb/ts1275
    Cheers,
    Jason H.

  • I do have an iphone4s with me and whats happening now is that it is stuck in the "itunes logo". What i did is that i try restoring the phone with itunes but it didnt go through. The process was not successful. An error appeared and it stops the restore.

    I do have an iphone4s with me and whats happening now is that it is stuck in the "itunes logo". What i did is that i try restoring the phone with itunes but it didnt go through. The process was not successful. An error appeared and it stops the restore. PLEASE HELP

    I did restore my phone last week, it went well. Today, i turned my phone off and turn it back on, now it is stuck in itunes logo and i was thinking that it needs a restore again. Once i tried restoring it, it finishes the "Extracting iPhone Software" part, but after that the error appears. PLEASE HELP ME

  • HT4623 I have tried to install the update to my iphone 5 and i havegot a error 3194 i now appear to have a phone with nothing on it apart from on the screen ashing i connect to itunes  HELP!!!

    I have tried to install the update to my iphone 5 and i have got a error 3194 and now appear to have a phone with nothing on and I cant use!  just get the connect to itunes on the screen, but each time i try and update and resore i get the error message 3194 HELP!!

    http://support.apple.com/kb/TS4451

Maybe you are looking for

  • I can no longer connect to wifi (PowerMac G4)

    I have a Power Mac G4 that no longer allows me to connect to the internet.  I have been using one of those Newer Technology MaxPower 802.11g/b Wireless Adaptor sticks for over a year now with no problems and I know that it is working because I can se

  • How do I prevent non-admin users from putting Lion to sleep?

    I share a MacPro at home with a few others.  I use it as a server as well as keep content on it that is streamed to all sorts of devices; they use it as a mac to check e-mail.  Two of the users have a really bad habit of putting it to sleep because t

  • Adobe AIR and Sencha

    Hi, i'm trying to develop an AIR application using Sencha Touch (sencha.com). When running the application i'm getting sandbox security exceptions. I've asked the Sencha guys already, they said to get Sencha working with AIR, some major changes are r

  • Change the size of a .mov

    A try to change the size from 640x480 to 480x320 pix how do i do that ? Tia

  • Videos not playing continuous in playlist, like when songs r played, help?

    Hi, i keep experiencing an annoying problem of my videos in music video playlist not playing continuous. by that i mean they play one by one going back to playlist menu when each vid is finished so i have to manually forward to the next one. This Mus