Excel Add-In with Terminal Services

Hello Everyone<BR><BR>Does anyone have any experience using the Excel Add-In with a terminal services session (remote desktop)? Local box administrators have no issues but when a non admin user starts MS Excel, they get a VBA runtime error (essexcln.xll not found) Closing that window and attempting to install the add-in via Tools >> Add-Ins >> and browsing to the essexcln.xll file returns the error "essexcln.xll is not a valid add-in"<BR><BR>Seems to be a rights issue but the users have full rights to the folder where the add-in is located (Hyperion\AS\bin\) .<BR><BR>Thanks in advance for any tips.

Check the file permissions on c:\winnt\system32\msvcr71.dll. This needs to be 'Read/Execute' for 'everyone'. The add-in installation only gives permissions to the User who is installing the add-in. Which causes problems when other users need to access the Add-in. (Similar problem on Citrix / TS). <BR><BR>James Archer

Similar Messages

  • Will all of the CS4 programs work with Terminal Services?

    I think the title sums up my question...
    Will all of the CS4 programs work with Terminal Services?

    You should be able to solve that problem.
    MiFis have a default power setting on them that turns off the device after XX minutes of no use (As determined by the MiFi).  You can find and modify this setting in the MiFi Admin webpage.  It should be under the advanced area and can be configured to leave the MiFi on all the time.
    That being said, no MiFi model will behave very well as an always on home internet replacement device.  Dedicated home cable routers and modems will always perform better, they are designed for that scenario.  By comparison MiFis are designed to be light weight travel devices, they simply do not have the hardware necessary to be left online all day long with acceptable results.  MiFis are more appropriate as a backup, mobile or temporary internet solution.
    If you are looking for a home internet always on internet connection device you would be safer going with stronger hardware like a USB Modem+CradlePoint router, the VZW 4G LTE router or VZW HomeFusion.  Any of those devices are going to provide you with a better experience for your home than the MiFis without additional equiptment like boosters and antennas.  Some CradlePoint routers can be expensive but perform very well, the 4G LTE router has mixed review and the nice thing about HomeFusion is the special data plan and high powered equiptment.

  • Excel Add-In with WorkbookOpen event causes error in Word

    EDIT: New information
    I have narrowed the problem to a specific code. Following code produces the error message (see below in the original part):
    public partial class ThisAddIn
    private void ThisAddIn_Startup(object sender, System.EventArgs e)
    Globals.ThisAddIn.Application.WorkbookOpen += Application_WorkbookOpen;
    void Application_WorkbookOpen(Excel.Workbook Wb)
    int i = 0;
    private void ThisAddIn_Shutdown(object sender, System.EventArgs e)
    #region VSTO generated code
    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    private void InternalStartup()
    this.Startup += new System.EventHandler(ThisAddIn_Startup);
    this.Shutdown += new System.EventHandler(ThisAddIn_Shutdown);
    #endregion
    It does not matter whether I unregister the WorkBookOpen event in the ThisAddIn_Shutdown method or not. Whenever this piece of code is present Word gives me the error.
    It seems to be a bug in Excel. Can anyone test and confirm my assumption? Does anyone know a workaround?
    ORIGINAL
    I have a problem with my Excel add-in (VSTO) in a very specific situation. For some reason I can't debug the add-in when it is happening.
    In Word it is possible to insert and edit OLE objects. In this specific situation a user wants to insert and edit an Excel sheet (INSERT -> Table -> Excel Spreadsheet).
    Let's say that Excel is not running. In an ideal world the Excel process is started by Word when the user edits the spreadsheet. The Excel process is terminated when the Word document is closed. This works fine, if my Excel add-in is deactivated.
    If the Excel add-in is activated the user cannot edit the spreadsheet in Word. An error with following message is shown within Word: "The program used to create this object is Excel. That program is either not installed on your computer or it is
    not responding. To edit this object, install Excel or ensure that any dialog boxes in Excel are closed". Also the Excel process which was started by Word is not terminated when closing the document or exiting Word. Excel started by the user does not give
    any error message. No dialog is opened. The add-in works fine. So there must be an error with the Excel add-in when Excel is started by Word.
    I can reproduce the error with and without an attached debugger (Visual Studio). But for some reason there is no exception caught by Visual Studio while the error is happening.
    Can anyone help me how to investigate on that error?
    Yavuz

    Hi Yavuz,
    Based on my investigatiton, when the Excel doesn't start up by user the add-in would shut down immediately. So when the workbook open event was fired the callback already be relreased.
    As a workaround, we can use application.UserControl to detect whether the Excel applicaiton was started by user. And here is the code for your reference:
    private void ThisAddIn_Startup(object sender, System.EventArgs e)
    if(Application.UserControl)
    Globals.ThisAddIn.Application.WorkbookOpen += Application_WorkbookOpen;
    Please let me know whether it works for you.
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Running LabVIEW 7.1 on Windows 2003 Server with Terminal Services

    We are setting up a newtork based solution with LabView. I have looked for documentation on installing LV 7.1 on a Windows 2003 server to run the applications and then have destkops connect to it. Can this be done with a Terminal Services Access solution? Another words, if we were to purchase the LV Volume License Manager, can you install LV 7.1 onto a Windows 2003 server and run the application through TS across a 1GB backbone from the desktop, which makes the server do all the processing?

    On Fri, 29 Oct 2004 07:42:13 -0500, ITIQ wrote:
    > By running a session through Terminal Services you are NOT running
    > anything on the desktop it all runs on the server. So if the software
    > was installed on the server and you had the correct number of licenses
    > that you allow to connect through Terminal Services, would this not be
    > allowed under the EULA?
    Sorry for the delay. I'm surprised Philip didn't get back to us... Phil
    are you there? Based on his comments, I think he misunderstands your
    situation (no offense Phil).
    You and I are both talking about the same thing. You basically want a
    terminal server license. NI will not provide it. They told me (over the
    phone) to get a multi-seat license (MSL). IMO, that's unacceptable. I
    expect a LV license taylored specifically for thin client networks. A
    multi-seat license is for -->installing<-- on multiple machines. It
    conforms to a totally different set of rules. One big one, an MSL assumes
    that you intend to run LV locally to interact with DAQ hardware. Since
    this won't be done with the thin client, you shouldn't have to pay for it.
    > I am not sure if the question is if the license is valid or not, I am
    > first just trying to figure out if you can even install LV on a Windows
    > 2003 server and run it through a Terminal Services Session.
    Since you are talking about a Microsoft operating system, I would say this
    cannot be done without some additional/costly junk installed.
    Here's another option. If the people you're supporting don't have any
    platform dependent things like ActiveX in their LV applications, you
    should consider using a Linux-based terminal server. I know for a fact it
    works.
    I've assisted in setting up a network like this before:
    * One Linux terminal server with LabVIEW for Linux (Full Dev)
    * One WinXP box on the network with LabVIEW for Win (Prof Dev)
    * 5 cheap thin clients
    They developed LabVIEW source code on the thin clients and then compiled
    packages on the WinXP box for distribution to their customers. The WinXP
    was only used for compiles so they just hopped on when necessary. The
    eventual plan is for the thin clients to simply open a RemoteDesktop
    (using RDP) terminal session and do the compiles from there. I'm not sure
    how to do that yet... on the Windows side.
    > I see the comments on calling VIs through LV. I am a Network Engineer
    > not a LV Developer, so unfortunately I do not know what a VI is. All I
    > am looking to do is run low end PCs with LV if I have to, but use the
    > server as the workhorse to process all sims etc.
    Phil must have thought you needed a LV application to access the front
    panel controls of another LV application running on a remote machine. The
    VI server is handy in that area but useless in your case.
    Hey, you wanna hear about cheap network infrastructure? We bought our
    thin client boxes for $15 each! Go to ltsp.org if you want more info on
    configuring Linux as a terminal server.
    You, and anyone else, can also email me at gnu_voodoo [at] netzero [dot]
    com for questions/comments.

  • Can you use bb with terminal services?

    I have a bb curve 8330 - my work outlook is on a terminal session.... how do I sync my bb with outlook? 

    Hello,
    The BB Desktop manager synchronsies the Handset through the MAPI PROFILE to the Mail system (through a BES if you use that option).
    No MAPI Profile = No BB sync.
    So, Terminal services or not, you need to set up a  MAPI profile on your Local PC.
    If you cant do that due to VPN/firewall restrictuions/etc  then you cant sync the BB to your outlook data at all.
    Sorry.
    Message Edited by OzBBerry42 on 03-04-2009 10:00 AM
    Checked out my Blackberry FAQ's and Links to Needed Articles here
    http://darkeen.homelinux.com/index.php/Blackberryfaq

  • Using Bloomberg Professional Excel Add-In with Parallels and Vista

    Has anyone successfully used the Bloomberg Excel Add-In for Excel 2007, Windows Vista, and Mac OS 10.5#? Bloomberg professional works fine, but I can't get any data to populate with the BDS(), BDH() or BDP() functions.

    Check the file permissions on c:\winnt\system32\msvcr71.dll. This needs to be 'Read/Execute' for 'everyone'. The add-in installation only gives permissions to the User who is installing the add-in. Which causes problems when other users need to access the Add-in. (Similar problem on Citrix / TS). <BR><BR>James Archer

  • MDS Excel add-in with Excel online

    Hi,
    I would like to explore the possibility to use excel online (excel services in SharePoint) to administer MDS-data using the Excel add-in. Since there is a need to reach the Master Data menu options in the Excel sheets for the simple reason of publishing
    I have not yet found a way to make this possible since the SharePoint excel online menu options are restricted.
    Does anyone have any experience of using Excel MDS add-in through SharePoint Excel SErvices?
    ...or a similar problem allowing Excel online to show (and use) the menu bar?
    (Would like to avoid rolling out Excel add-in on all clients...) 
    Best Regards,
           Per

    Any suggestions for Per?
    Thanks!
    Ed Price, Azure & Power BI Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • Problem: Excel Add-in with Excel 2010

    I recently installed the essbase spreadsheet add-in onto Excel 2010 and it worked fine,(previosuly there was 9.3.1 Excel add-in and i removed and installed Excel add-in 11.1.2.2) but after some days it is giving beolw messgae:-
    Excel experienced a serious problem with the 'c:\hyperion\analyticservices\bin\essexcln.xll' addin. . . .Do you want to disable this add-in?
    Has anyone else seen this error, know of a work around or whether a new version is in the works?

    This generally happens if your excel gets crashed due to some reason / your system gets force shutdown. As suggested above, you can enable it.
    Note: When you get that message to disable, do not click yes.
    Regards
    Amarnath
    ORACLE | Essbase

  • Retiring SBS2003 with second server running 2008 server with terminal services

    Hi,
    Can i install Windows Server Essentials R2 2012 and keep the second server that is server 2008 and run it as a terminal server?

    Follow any migration document that allows you to migrate from SBS to Essentials. the domain will not change and the member server will remain intact. If it is not already an RDS/TS server you will have to install the role and add the appropriate licensing.
    If it is, and the license server is the SBS you will have to move the licensing server from the SBS to the 2008 RDS server itself.
    Larry Struckmeyer[MVP] If your question is answered please mark the response as the answer so that others can benefit.

  • Problem with Terminal Service Performance Counters in WMI on Windows Server 2008 SP2

    I'm always getting Errors in the WMI Subsystem. The two classes Win32_PerfFormattedData_TermService_TerminalServices and Win32_PerfRawData_TermService_TerminalServices are not found by WMI.
    According to KB2512451 classes Win32_PerfRawData_TermService_TerminalServices  and Win32_PerfFormattedData_TermService_TerminalServices have been renamed in Windows Server 2008 SP1.
    Unfortunately in the WMI system they are still referenced, which produces Errors as you can see in the following log file.
    Excerpt from the WMIDIAG 2.1 log file:
    26757 15:36:08 (0) ** WMI MONIKER CONNECTIONS: ............................................................................................ OK.
    26758 15:36:08 (0) ** WMI CONNECTIONS: .................................................................................................... OK.
    26759 15:36:08 (1) !! ERROR: WMI GET operation errors reported: ........................................................................... 2 ERROR(S)!
    26760 15:36:08 (0) ** - Root/CIMV2, Win32_PerfFormattedData_TermService_TerminalServices, 0x80041002 - (WBEM_E_NOT_FOUND) Object cannot be found.
    26761 15:36:08 (0) **   MOF Registration: ''
    26762 15:36:08 (0) ** - Root/CIMV2, Win32_PerfRawData_TermService_TerminalServices, 0x80041002 - (WBEM_E_NOT_FOUND) Object cannot be found.
    I'v tried to delete the two classes using wbemtest.exe started as Administrator but I get an error 0x80041024: Provider not capable of the attempted Operation.
    How can I get rid of these two errors in the WMI system?
    Markus

    Hi Markus,
    Did you refer to following KB and check if that HotFix will help you.
    The WMI repository is corrupted on a computer that is running Windows Server 2008 or Windows Vista
    Meanwhile, please check system log file if find some clues.
    By the way, did you install all necessary updates on the server 2008?
    If any update, please feel free to let me know.
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Excel add-in Terminal Service, not connection is made

    <p>I have a problem with Excel add-in on Terminal Service. Theinstallation went all right and the add-in is found by Excel. Theproblem is when I try to connect to one of the essbase serversnothing happens. When I check the server no login attempt has beenmade, the funny thing is that when I enter a server name that doesnot exist I get an error message telling me that the servercouldn&rsquo;t be found (so clearly the add-in is doing something).The versions that I&rsquo;m using for the add-in is 7.1.5 andI&rsquo;m trying to connect to a servers with the essbase versions7.1.5 and 7.1.2. I have installed this add-in on several desktopsand then it&rsquo;s working as expected.</p><p> </p><p>Is this a known problem? Have anyone had this problem before? Iwould really appreciate any help I can get regarding thismatter.</p><p> </p><p>I should probably also tell you that I had an older version ofExcel add-in installed and working before, the version was 7.1.2.This was uninstalled before the 7.1.5 version was installed.</p><p> </p><p>Thanks</p><p>Fredrik Arbin</p>

    This sounds liek an issue we have seen a number of times.<BR><BR>When you first connect you will need write access to the essbase\ folder on the machine where Essbase add-in is installed. It writes the connection information provided to essbase.ini and this is then used the next time you log in.<BR><BR>You should be able to narrow the write area down further, can't remember exactly where the write is required - there are other areas as well from memory.<BR><BR>Hope this helps<BR><BR>Andy King<BR>www.analitica.co.uk

  • Best practice Terminal Services Group Policy AD

    When I started out with Terminal Services on Windows 2000 I used as a guide a book from Todd Mathers called Windows NT/2000 Thin Client Solutions and have been using his recommendations ever since.  We are not planning to go to Windows 2008 and I thought it might be a good time to review our methodology and have a second pair of eyes/experience look over.  I'm not sure if anybody responding will be familiar with the book but here are the steps recommended in the book that we have implemented:
    1) Create a separate Terminal Services OU in the domain
    2) Under the TS OU create two OU's - Terminal Servers and Terminal Server User Groups
    3) Create 3 GPO's and apply to the Terminal Servers OU
    a) TSServers 
    Enable Block Policy inheritance
    Disable User Configuration Settings
    Permission:            Authenticated Users    System  TS-Admins
    Full Control  
    Read                          Allow                          Allow             Allow
    Write                                                              Allow             Allow
    Create Child Objects                                  Allow            Allow 
    Delete Child Objects                                  Allow             Allow
    Apply Group Policy    Allow
    Loopback Policy - replace mode
    Delete Cached Copies of Roaming Profiles
    b) AllTSUsers Policy (Includes Admin)
    Disable Computer Configuration Settings
    Permission:        Authenticated Users    System    TS-Admins
    Full Control                                                                   Allow 
    Read                          Allow                    Allow            Allow
    Write                                                         Allow           Allow
    Create Child Objects                            Allow           Allow 
    Delete Child Objects                            Allow           Allow
    Apply Group Policy    Allow                                       Allow
    Enable: Do Not Track Shell Shortcuts During Roaming
    Enable: Disable UI to Change Menu Animation Settings
    Enable: Add Logoff to the Start Menu
    Enable: Disable and REmove the Shut Down Command
    Enable: Do Not Use the Search-based Method When Resolving Shell Shortcuts
    Enable: No Screen Saver
    Enable: Group Policy Refresh Interval - 1440 (24 hours)
    c) RegularTSUSERS (not including Admins)
    Disable Computer Configuration Settings
    Permission:        Authenticated Users    System    TS-Admins
    Full Control                                                            
    Read                          Allow                    Allow         Allow
    Write                                                        Allow         Allow
    Create Child Objects                           Allow         Allow 
    Delete Child Objects                           Allow         Allow
    Apply Group Policy    Allow                                    Deny
    Wndows Settings\Folder Redirection - I redirect My Documents and Application Data to a network share  
    Administrative Templates\Windows Components\Windows Explorer 
    Enable: Removes the Folder Options Menu From the Tools Menu
    Enable: Hide Hardware Tab
    Administrative Templates\Start Menu & Taskbar 
    Enable: Disable and Remove Links to Windows Update
    Enable: Remove Network & Dial-up
    Enable: Disable Changes to Taskbar and Start Menu Settings
    Administrative Templates\Desktop 
    Enable: Prohibit User From Changing My Documents Path
    Administrative Templates\Control Panel 
    Enable: Disable Control Panel
    Administrative Templates\Systems
    Enable: Disable Registry Editing Options
    I would appreciate if somebody could critique the above for our present 2000 environment - how we might do things different and better - we are still going to be running 2000 for another year - and also offer some guidance as to how we should modify the above for 2008 R2.

    my favorite is:
    user - admin templates - windows components - windows explorer  -Hide this specified drives in My computer
    user - admin templates - windows components - windows explorer  -Prevent Access to drives from My Computer
    user - admin templates - windows components - windows explorer  - Prevent users from adding files to the root of their User Files Folders (I wnat to keep folder redirection effective)
    Martin

  • Crystal Report and Terminal Service 2008 (registry trouble ?)

    Hi to everyone,
    I develop an account software that use Crystal Report to obtain reporting capabilities. My software supports three runtimes of Crystal Reports: release 8, release 9 and release XI.
    The user can configure the application and choose which to use.
    Some installations (of our customers) use Terminal Server features: the application is installed on the host pc (usually Windows Server 2003), and the clients (running XP) connect to the host and use the software via Terminal Service, and all works fine.
    Recently one customer of ours has set up a Windows Server 2008, and troubles began ! ... the Crystal Reports runtime failed to function. Let me try to explain the scenarioes:
    - Host PC with Terminal Service 2008
    - User A on a PC with Windows XP
    - User B on a PC with Windows XP
    scenario 1, my application uses Cristal Report Runtimes XI
    User A and B can correctly install the runtimes.
    Both of the user cannot print reports due to a failure instantiatìing the COM components of Crystal Report.
    scenario 2, my application uses Cristal Report Runtimes 9 ... the most funny
    User A connect to the host, install the runtimes and start to use the application. All works fine.
    User B connect to the host, install the runtimes and start to use the application. User B can use the application (and print reports) but suddenly the User A failed to print (failure instantiatìing the COM components of Crystal Report).
    Well ... User A reinstall Crystal Reports library and newly register COM components, and the application newly works fine (and print reports correctly) ... but User B suddenly stop printing reports (the same error).
    User B reinstall Crystal Reports library and newly register COM components, and the application newly works fine (and print reports correctly) ... but User A suddenly stop printing reports (the same error) ... and so on.
    scenario 3, my application uses Cristal Report Runtimes 8
    User A and User B can correctly install the runtimes and the software works fine !
    Very funny beacuse ver. 8 of Crystal Reports Runtime are quite old, but they works properly instead of rel. XI (more recent) that doesn't work at all !
    Crystal Report runtimes use heavily Windows Registry, and setting up those runtimes require a lot of registry update (due to COM interfaces); maybe there is some registry issue/trouble that scramble Crystal Report runtimes configuration ... the scenario 2 is quite bizarre and counfuse me !
    Shall I need to configure some setting on Terminal Service 2008 ?
    any idea ? thank you very much.
    Paolo
    Edited by: Porlock on Sep 8, 2009 4:53 PM
    Edited by: Porlock on Sep 8, 2009 5:03 PM

    Posted in wrong forum and so old now to late to update it.

  • Terminal Services Role and Oracle

    Hi all,
    In an unsupervised moment, Oracle 9i was installed on a Windows 2003 server with Terminal Services (application mode) installed.
    Now I want to remove the TS role from the 2003 server but it warns that I have to reinstall all software. I can imagine this warning is certainly useful for Microsoft Office since it uses specific MST transform files for installing in this multi-user environment.
    Is it possible to break my Oracle installation when removing the TS server role? Has anyone attempted this before?
    Best Regards
    Wim

    Hi Tom,
    Thanks for your post.
    If I understand correctly, the current status is that you have added Domain Admins and Bosses groups to the local Administrators group on all Windows XP workstations, Windows Server 2003 terminal server, and the domain controllers. You can log onto the Windows XP workstations and the Terminal server via RDP with a user that is a member of the Bosses group. However, you cannot log onto the domain controllers with the same user. If there is anything I have misunderstood, please feel free to let me know.
    To better understand the issue, I suggest that you perform the following steps to check if the permission is configured correctly:
    1.    Please run rsop.msc to open the Resultant Set of Policy console on the domain controller.
    2.    Navigate to Computer Configuration\Windows Settings\Security Settings\Local Policies\User Rights Assignment
    3.    Verify that the Administrators group is added to the policy Allow log on through Terminal Services.
    If the group is not added to the policy or the setting is not correct, please edit the Default Domain Controller Policy GPO to correct the settings.
    Thanks. 
    Joson Zhou
    TechNet Subscriber Support in forum
    If you have any feedback on our support, please contact [email protected]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Y-T-D Value Essbase Excel Add-in Failure

    <p> </p><div>This is very strange.  I have a valid intersection whereI can see current values in analyzer.<br><br>Yet using the excel add-in with exactly the same POV i getzero's.</div><div> </div><div>But it gets weirder.</div><div> </div><div><span class="054245302-15032006"><font size="2" color="#0000ff" face="Arial">If I change Jan to Jan in my column headeras opposed to Y-T-D (Jan)and leave the rest of the months Y-T-D(Feb)I get Jan data and miraculously Feb year to date data but the restof my Y-T-D months continue to retrive zeros.</font></span></div><div><span class="054245302-15032006"><font size="2" color="#0000ff" face="Arial">If I then change Y-T-D(Feb) to Febyou guessed it - I get Jan and Feb data and YTD(Mar) is now retrieving but none of the other Y-T-D months from Aprforwards.</font></span><br></div><div><br>Anybody ever seen anything like this? </div><div></div>

    I have tested again today, and it works fine now with Classic Excel Add In and with Smart View. (Sorry, I dont know what I did that was wrong).
    The only problem with SmartView is that the current release does not support hiding #Invalid rows.
    Philippe

Maybe you are looking for