New-csEXUmContact does not generate any output or create a contact

Hi,
I have Lync 2013 on Prem and Exchange o365. 
I am trying to create a Auto attendant as per this article:
http://ahandyblog.wordpress.com/cloud-technologies/office-365-auto-attendant-with-lync-2013-on-premise/
but when I execute the New-csEXUmContact, it does nothing. No contact gets created and neither a GUID output is generated. I have no clue how to troubleshoot further.
Any help is appreciated.
Thanks,

New-CsExUmContact -SipAddress “sip:[email protected]
-RegistrarPool “your_lync_fqdn”
-OU “LAB Users” -DisplayNumber “required_extension”
-AutoAttendant $True -Verbose
New-CsExUmContact -SipAddress “sip:[email protected]
-RegistrarPool “your_lync_fqdn”
-OU “LAB Users” -DisplayNumber “required_extension”
-AutoAttendant $True -Debug
can we try these?
Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer" Regards Edwin Anthony Joseph

Similar Messages

  • Javaw.exe does not generate any output?

    I must have something set up wrong ... when I use JAVAW.EXE on the "Hello world" class in the tutorial found on java.sun.com, nothing happens. I tried it with the VERBOSE switch also, and still nothing happens. The only output I ever see occurs if I intentionally generate an error, and then I see a windows messagebox. JAVA.EXE works fine in the console, however.
    OS: Win 2000 professional
    Thanx :)

    Hello Robert!
    How can i generate a new console window with text displayed in it, on clicking a button in a frame using java.exe or javaw.exe?
    - Sanjay
    If i remember correctly the Hello World program prints
    a line to the comamnd prompt, and does not conatain
    any frames. If that is the case and the only output
    the program creates is by using System.out then it
    logical you don't see anything using javaw. javaw is a
    program that hides the dos-box on a windows machine.
    This prevents users from seeing it wich makes a
    frame/window'ed application look more professional. So
    if you only have output to the console you don't see
    it because it is hidden.
    Hope This Helps You,
    Robert

  • SQL 2012 - SSIS Error -The step did not generate any output. The return value was unknown. The process exit code was -1073741819. The step failed.

    Hi guys 
     Trying to run this package on SQL 2012 agent  and getting below error . No more details I could find so far.
    The step did not generate any output.  The return value was unknown.  The process exit code was -1073741819.  The step failed.
    About Package - Its connecting to different version (2000,2005,2008,2008R2,2012) servers and putting Jobs information into one Database table.  
    Any workaround or fix ?
    Thanks
    Please Mark As Answer if it is helpful. \\Aim To Inspire Rather to Teach

    New package or one that used to work? Connecting how? How does it poll?
    On the surface it is an error from a memory space of the binary/non-managed code, so nothing can be really concluded based on what you decided to share with us.
    Arthur My Blog
    So Same package is working fine from my local machine which has SQL 2008 R2 and SQL 2012 installed. I am trying to push the package on server which has sql server 2012 Installed . 
    I don't see any error .
    I ran package manually from server using SQL Data tools and ran successfully...
    Please Mark As Answer if it is helpful. \\Aim To Inspire Rather to Teach

  • Applet detect new particeipent  but does not show  any output.

    hi,
    I have written one applet which uses AVReceive2 as inner class.
    This applet detects new particepent joined but does not take any action like showing or playing movie.
    I cant understand where I am wrong.

    Doublechecking, KAT ... is the Device Screen looking a bit like the following screenshot?
    Which particular Windows OS are you using? (XP, Vista or 7?)

  • Mutidimensional model does not generate any ddl

    After building a model logical-relational and them adding the multidimensional on that.... selecting the engineer to oracle model only seems to update the colors in the relational and logical views. generating ddl does not add any dimension type ddl.
    What is the multidimensional for?

    selecting the engineer to oracle model only seems to update the colors in the relational and logical views. generating ddl does not add any dimension type ddlYou need open physical model when do that step and dimensions levels and hierarchies will be created there. You can find dimensions in physical model. You need that physical model open when generate DDL and statements for dimensions will be included.
    Philip

  • Database Adapter does not generate proper output for PL/SQL table type

    Hi,
    I have a DB Adapter to invoke a stored procedure on Oracle which returns a table type.
    I am getting the following output from the adapter:
    </DB_Test_InputVariable><DB_Test_OutputVariable><part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="OutputParameters">
    <db:OutputParameters xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:db="http://xmlns.oracle.com/pcbpel/adapter/db/APPS/BPEL_DB_TEST/XXC_KEMET_TEST_PKG-24GETITEMONH/">
    <ITEM_QTY_UOM_OUT>
    <ITEM_QTY_UOM_OUT_ITEM>
    <SERIAL_NUM>1</SERIAL_NUM>
    <ITEM_QTY_OUT>1</ITEM_QTY_OUT>
    <UOM_OUT>BOX</UOM_OUT>
    </ITEM_QTY_UOM_OUT_ITEM>
    <ITEM_QTY_UOM_OUT_ITEM>
    <SERIAL_NUM>2</SERIAL_NUM>
    <ITEM_QTY_OUT>5</ITEM_QTY_OUT>
    <UOM_OUT>BOX</UOM_OUT>
    </ITEM_QTY_UOM_OUT_ITEM>
    </ITEM_QTY_UOM_OUT>
    </db:OutputParameters>
    </part>
    </DB_Test_OutputVariable>
    When I try to transform it, it tries to select /db:OutputParameters/db:ITEM_QTY_UOM_OUT/db:ITEM_QTY_UOM_OUT_ITEM/db:SERIAL_NUM from it and does not give me any output.
    I assume it's the same issue with namespace prefix.
    If anyone has faced a similar issue or knows how to fix this, please let me know.

    I am using a DB adapter to run a stored procedure for a simple Select Query with a table as my out parameter.This creates an XSD when the partner link is created.The elementFormDefault=qualified is by default formed in the xsd.When i change it to unQualified it returns me compilation error.
    Where do i need to change the root element?
    My output of BPEL(P.S. - I have used synchronous BPEL) on the console is
    Your test request was processed synchronously. It took 359.0milliseconds to finish and generated the following output:
    Value: <ProcessResponsehttp://www.w3.org/2001/XMLSchema-instancehttp://www.example.org>
    <null>
    <null>
    <null>database_K_DKL_NW02</null>
    <null>2008-07-07T00:00:00.000+05:30</null>
    <null>2008</null>
    <null>3435</null>
    <null>http://www.google.com</null>
    </null>
    <null>
    <null>database_config.txt</null>
    <null>2006-03-14T00:00:00.000+05:30</null>
    <null>2006</null>
    <null>342345</null>
    <null>\\01hw180464\MOTO\database_config.txt</null>
    </null>
    <null>
    <null>database_help.txt</null>
    <null>2008-07-01T00:00:00.000+05:30</null>
    <null>2008</null>
    <null>68</null>
    <null>\\01hw180464\MOTO\database_help.txt</null>
    </null>
    <null>
    <null>database_search.txt</null>
    <null>2007-12-03T00:00:00.000+05:30</null>
    <null>2007</null>
    <null>365</null>
    <null>\\01hw180464\MOTO\database_search.txt</null>
    </null>
    </null>
    </ProcessResponse>
    whereas the output shown in Invoke in the visual flow is
    <messages>
    -<Invoke_1_Callin_Db_InputVariable>
    -<part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="InputParameters">
    -<InputParameters xmlns="http://xmlns.oracle.com/pcbpel/adapter/db/VODAT/BPEL_CALLIN_DB/MOTOROLA_BSC_DB-24VIEW_MOTOROLA/">
    <IN_FILENAME/>
    </InputParameters>
    </part>
    </Invoke_1_Callin_Db_InputVariable>
    -<Invoke_1_Callin_Db_OutputVariable>
    -<part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="OutputParameters">
    -<db:OutputParameters xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:db="http://xmlns.oracle.com/pcbpel/adapter/db/VODAT/BPEL_CALLIN_DB/MOTOROLA_BSC_DB-24VIEW_MOTOROLA/">
    -<MYCURSOR>
    -<MYCURSOR_ITEM>
    <SOFTWARE_PKGS>database_K_DKL_NW02
    </SOFTWARE_PKGS>
    <CREATION_DATE>2008-07-07T00:00:00.000+05:30
    </CREATION_DATE>
    <CREATION_TIME>2008
    </CREATION_TIME>
    <FILE_SIZE>3435
    </FILE_SIZE>
    <FILE_PATH>http://www.google.com
    </FILE_PATH>
    </MYCURSOR_ITEM>
    -<MYCURSOR_ITEM>
    <SOFTWARE_PKGS>database_config.txt
    </SOFTWARE_PKGS>
    <CREATION_DATE>2006-03-14T00:00:00.000+05:30
    </CREATION_DATE>
    <CREATION_TIME>2006
    </CREATION_TIME>
    <FILE_SIZE>342345
    </FILE_SIZE>
    <FILE_PATH>\\01hw180464\MOTO\database_config.txt
    </FILE_PATH>
    </MYCURSOR_ITEM>
    -<MYCURSOR_ITEM>
    <SOFTWARE_PKGS>database_help.txt
    </SOFTWARE_PKGS>
    <CREATION_DATE>2008-07-01T00:00:00.000+05:30
    </CREATION_DATE>
    <CREATION_TIME>2008
    </CREATION_TIME>
    <FILE_SIZE>68
    </FILE_SIZE>
    <FILE_PATH>\\01hw180464\MOTO\database_help.txt
    </FILE_PATH>
    </MYCURSOR_ITEM>
    -<MYCURSOR_ITEM>
    <SOFTWARE_PKGS>database_search.txt
    </SOFTWARE_PKGS>
    <CREATION_DATE>2007-12-03T00:00:00.000+05:30
    </CREATION_DATE>
    <CREATION_TIME>2007
    </CREATION_TIME>
    <FILE_SIZE>365
    </FILE_SIZE>
    <FILE_PATH>\\01hw180464\MOTO\database_search.txt
    </FILE_PATH>
    </MYCURSOR_ITEM>
    </MYCURSOR>
    </db:OutputParameters>
    </part>
    <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="response-headers">[]
    </part>
    </Invoke_1_Callin_Db_OutputVariable>
    </messages>
    and the output shown in ReplyOutput is :-
    <outputVariable>
    -<part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="payload">
    -<ProcessResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.example.org">
    -<MYCURSOR xmlns="">
    -<MYCURSOR_ITEM>
    <SOFTWARE_PKGS>database_K_DKL_NW02
    </SOFTWARE_PKGS>
    <CREATION_DATE>2008-07-07T00:00:00.000+05:30
    </CREATION_DATE>
    <CREATION_TIME>2008
    </CREATION_TIME>
    <FILE_SIZE>3435
    </FILE_SIZE>
    <FILE_PATH>http://www.google.com
    </FILE_PATH>
    </MYCURSOR_ITEM>
    -<MYCURSOR_ITEM>
    <SOFTWARE_PKGS>database_config.txt
    </SOFTWARE_PKGS>
    <CREATION_DATE>2006-03-14T00:00:00.000+05:30
    </CREATION_DATE>
    <CREATION_TIME>2006
    </CREATION_TIME>
    <FILE_SIZE>342345
    </FILE_SIZE>
    <FILE_PATH>\\01hw180464\MOTO\database_config.txt
    </FILE_PATH>
    </MYCURSOR_ITEM>
    -<MYCURSOR_ITEM>
    <SOFTWARE_PKGS>database_help.txt
    </SOFTWARE_PKGS>
    <CREATION_DATE>2008-07-01T00:00:00.000+05:30
    </CREATION_DATE>
    <CREATION_TIME>2008
    </CREATION_TIME>
    <FILE_SIZE>68
    </FILE_SIZE>
    <FILE_PATH>\\01hw180464\MOTO\database_help.txt
    </FILE_PATH>
    </MYCURSOR_ITEM>
    -<MYCURSOR_ITEM>
    <SOFTWARE_PKGS>database_search.txt
    </SOFTWARE_PKGS>
    <CREATION_DATE>2007-12-03T00:00:00.000+05:30
    </CREATION_DATE>
    <CREATION_TIME>2007
    </CREATION_TIME>
    <FILE_SIZE>365
    </FILE_SIZE>
    <FILE_PATH>\\01hw180464\MOTO\database_search.txt
    </FILE_PATH>
    </MYCURSOR_ITEM>
    </MYCURSOR>
    </ProcessResponse>
    </part>
    </outputVariable>
    Can you please tell me why am i getiing null value in my output xml in my BPEL console??
    What is the solution?where do i need to change the db: prefix?

  • Satellite Pro U200 - External VGA monitor does not show any output

    I have bought this device as used from ebay. It is working fine except that the External VGA connection does not work. I am using win 7 and have it does recognize the external display correctly and I can configure it as an extended display. However the external display does not show anything. The external VGA monitor is fine as it works with other Laptop machines. I have tried using UBUNTU Live CD on this machine and tried to make the external display work (and it can also recongize the external display and configure it) but there is no picture. I also connected the external display to the vga port and then re-booted the machine but still no picture. I have tried changing the bios settings for the display as well but all my actions point to a hardware fault.
    I am not sure if it is a manufacturing fault ? Do you know if this issue has been reported earlier to you. Is there a product recall issued for this?
    Please advise as I need to connect this external display but am sure that it is a hardware fault with your device.

    Hi buddy,
    Have you already tested it with factory settings? I mean the preinstalled Windows from Toshiba with all drivers and tools. If you have the Toshiba recovery disk you should boot from this disk and install Windows with all drivers and tools.
    Furthermore you can switch between external and internal monitor using FN+F5 key combination. Does this work?

  • Mapping executes fine but does not produce any output

    I created a mapping to copy values from one table to another for a particular condition. I have data for thsi particular condition in the input table.
    The Mapping validated fine and was deployed successfully.
    The OWB Mapping is run from Unix.
    The mapping executes fine without any issues but it does practically nothing. The target table has no data.
    Need any more details on this? Please help.

    Generate the code at Mapping Editor and execute it manually. Probably you have to modify the where clause.

  • My new ipad2 does not show any apps

    I have turned my new ipad2 on, downloaded itunes, clicked on WiFi, but I get nothing except a diagram showing the itune connection. What am I doing wrong?

    You really didn't tell us what you did, but it appears you did not connect your iPad to your computer via the supplied USB cable.  If you have the latest version of iTunes, once connected, iTunes walks you through the necessary steps to activate your iPad. 

  • BI Publisher Report not Generating any Output in the Excel SHeet

    We have a CUstom BI PUblisher Report .When we run it ,it completes normally but there is no data in the Excel Sheet generated .It shows NO DATA FOUND .But when i run the Query seperately i do get some data . Don't know why it is not viewable in the Excel sheet ,it was working fine few days back .
    Please advice .
    Thanks

    do you use some profile in your script?
    We recently upgraded the database from 10g to11g .
    after that report has no data ?
    is it ebs or obiee?

  • HT2534 The New iTunes does not have an option to create a Apple ID without putting a credit card number in - I need to be able to do it without entering information in as it is a school iPAD and cannot have any link to a credit card (school or personal).

    Help!

    Welcome to the Apple Community.
    To be able to download free apps without a recognised method of payment or gift card.
    Open iTunes and navigate to the app store. Select a free app to download. A simple way to do this is to scroll down to the top free apps box on the right hand side, hover your mouse over the first item and click on the free button that appears when you hover over it.
    A pop up will open asking you to sign in with your Apple ID click "create new account", click continue to create your account. Check the box to accept the store terms and conditions and click continue.
    Enter your email address, password, security question, and date of birth, click continue. Now, you will be asked to provide a payment method. Note now that the last option says "none".

  • Brand new Shuffle does not play any music ! Cannot debug it pls help !

    I checked everything :
    My XP run very well the compressed music.
    I can see the music files stored in Shuffle
    Battery is fine...
    But no music even, after reset etc...as per manual !
    This is the second Shuffle I bought in a week and I already returned the first

    This may help. I had exactly the same problem. Ipod plays o.k. via pc, but not through the earplugs.
    If this is the case, try this:
    Go to apple.com/ipod/download
    Choose relevant OS and download file.
    Now when I ran the file, it told me to reboot, I assumed this meant the installer had run. It hadn't!
    You then go into Start, Prog, ipod, ipod updater and run the new version. (Make sure ipod is plugged in). You should be given and option to restore. Click it and it will reformat and erase your ipod.
    I was at my wits end before I did this and spent hours trying to sort this out.
    BTW there is a problem with your ipod if the green light is permanently on at the top on the front of the ipod. Mine was and now isn't.
    Hope this sorts your problems out.

  • Crystal report does not show any output

    Hi
    The client runs crystal report and on the crystal viewer  no out put is retrieved. basically The page shows as gray colour. Its like as if there is no report to run. No error message is also received
    However when you print the report it prints fine with all the details on the report
    The user has full rights to the crystal reports folder as well
    All users can run the crystal reports fine except for one user
    Any possible solutions?
    Thank you
    KInd Regards
    Apsara

    Hi,
    We have the same problem, did you find the final solution?
    Thanks in advance
    Regards.

  • Is it possible (and does not cause any problems) to create a disk image inside a disk image?

    Hey there,
    I'd like to setup a password protected Disk Image with several different password proteced disk images inside. Such as different levels of security. is that possible at all and if yes, is there anything to consider or any known issues?

    sorry my englisch is not that good. I don't understand your sentence. what does it no to both queries mean?

  • Role and User level Risk Analysis is not displaying any output or report.

    Hello,
    I have a problem when I run risk analysis, both in foreground and background. The issue is that no report is displayed and I have followed all the instructions carefully.
    I have done the following:
    Maintained Access Risk table to contain functions and assigned it to a rule set.
    The functions contains actions and permissions that are explicitly assigned to my ERP connector in the system field in both action and permission tabs.
    I have run the sync job to update the roles in the GRC server from the ERP backend. I am surprise that no report is displayed as I have a test role that I am sure has conflict as per my function definition.
    Please advice me if there is something I am missing.
    Thank you.

    Hello John,
    Good Morning !!
    Sorry for the late reply , but to my surprise , i do not see any tab containing "Actions & Permission".
    This are the tabs that i have in NWBC
    My Home
    Master Data
    Access Management
    Rule Setup
    Reports & Analytics
    Assessments
    Setup
    I am currently on SAPK-V1005INGRCFNDA support package for GRCFND_A .
    Is there something wrong that's hapenning?? or i am looking at wrong place !!
    Under Setups , i have an option "Access Rule Maintenance" which has
    Rule Sets
    Functions
    Access Risks
    When i click Accesas rule sets , i see Risk IDS : e.g. B001, B002 etc and when i click "generate rule" in foregroubd/background",
    it does not generate any rules ,when i click
    View Action Rules
    View Permission Rules
    It shows "Table does not contain any data".
    Please guide.
    Thanks
    Regards,
    Victor

Maybe you are looking for