Authentication of live connected dashboards in sharepoint 2007?

Hi Guys,
Could anyone let me know how is the authentication of a live connected dashboard(Enterprise Authentication to Business Objects , data on dashboard is got via live office)  handled when we upload a dashboard to Microsoft Sharepoint 2007. If you open the page with Dashboard, will it prompt user to enter his BO userid/password?
I installed the Portal Integration KIT that comes with Xcelsius 2008 setup files. I have added the web part assemblies to Global Assembly Cache using Xwp.dll and ICSharpCode.SharpZipLib.dll.
Will this ensure the authentication of dashboards in sharepoint page or is there any other configuration required?
Any inputs to this will be highly appreciated!
Thanks.

AB
Please share ULS log for more detail.
As for now you can check with user control appearing randomly in error if any of these contains " &#44
" code in page directive or reference directives and replace them with comma ",". Fab 40 controls do not work straight away in SharePoint 2013. you need to have install then one by one after copying them over to
new environment. User PowerShell command to Install them. Please share log detail

Similar Messages

  • Is there a equivalent of developer dashboard in SharePoint 2007

    I am looking for a third party software that does same or similar functionality of developer dashboard in 2010 in SharePoint 2007. Is there any available?

    As I know, No there is no DDB in SP2007 which introduced in SP14. Enable Stack trace is only option unless any third party tool used.
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • SCOM 2007 - SharePoint 2007: Maximum connections counter

    Hello,
    I am trying to locate the "Maximum connections counter" for SharePoint 2007 using SCOM 2007. I don't see it so far!!!
    "Web Service - Maximum Connections" does not show anywhere any idea?
    Thanks,
    Dom
    System Center Operations Manager 2007 / System Center Configuration Manager 2007 R2 / Forefront Client Security / Forefront Identity Manager

    The object is Web Service, which then has several different counters, which then might have several instances.
    If this performance object is something you want to monitor for, and it is not included in the mp, then you just need to create a performance monitor or collection rule, depending on what you want to do with the data.
    The Exchange 2013 MP, for example, has no performance collection rules.  So it's very possible, while the product group wanted to include everything most people need, they could have forgotten or were just not able to do so before they had to release
    the mp.  The MOSS 2007 MP has been around for years, was never updated, and isn't one of the better mps from MSFT.  So if you want to extend it with a custom management pack, or just add something via the console, then you should be fine.
    Regards, Blake Email: mengotto<at>hotmail.com Blog: http://discussitnow.wordpress.com/ If my response was helpful, please mark it as so, if it answered your question, then please also mark it accordingly. Thank you.

  • Can Xcelsius Enterprise integrate w/ Sharepoint 2007 with Xcelsius Webparts

    Hi,
    Our organization is thinking about investing in Xcelsius Enterprise.  We have Crystal Reports 2008 and Sharepoint 2007 running.  Can Xcelsius enterprise connect to both and can I implement a realtime dashboard on Sharepoint 2007.  I'd like to create a dashboard in Xcelsius and publish it to Sharepoint 2007 as a swf file and have the flash object updated automatically.  Can someone confirm that Xcelsius enterprise will work?  Will it do it through webparts?  Also can I duplicate the same dashboard on Crystal Reports 2008 InfoView site?  The dashboard on Sharepoint would be mutlipaned and have some KPI's if I can set them up against the dashboard information.
    Thank for your help.
    Dominic

    Anyone?  I can't believe no one has tried this with Xcelsius Enterprise?

  • How to connect Businnes Object Enterprise XI R2 to Sharepoint 2007 web-part

    Dear all,
    How to connect Businnes Object Enterprise XI R2 to Sharepoint 2007 web-part?
    We've connected the SQL Server Analysis Services (OLAP) with Voyager, but how to create the dashboard/reporting/pivot-table/KPI with the web-part created with Business Object Enterprise?
    Thank you,
    Julius Fenata

    I am also looking at:
    1. Saving Webi reports on a SharePoint server.
    2. Launching BOBJ report viewer from the SharePoint server using SOA to view these reports.
    Has anyone done something similar? Any ideas and/or documentation available on this?
    Thanks,
    Kashif

  • SharePoint 2007 Excel Web Access automatically Reload Wook

    Greetings, thank you all for looking.  I would like to use the Excel Web Access web part in SharePoint 2007, but unfortunately I cannot get the data being displayed in teh web part to be current unless I physically select
    actions/reload workbook.  I was hoping that someone can provide me with a quick fix for this issue.  I do not have the ability to install any customized web parts but I do have access to SharePoint Designer and I do have Full Conrtol
    of the site.
    Thank you again for looking at my post.
    -john

    Hi h0mely,
    I would suggest you the following thread:
    http://social.technet.microsoft.com/Forums/en-US/f54f2f8f-19a0-4253-a3f0-fd4b9729ded1/refresh-data-in-excel-web-access
    Make sure the data connection library is added to trusted location.
    If you are using NTML for authentication, use SSO or None for the data connections excel serviced authentication settings, if Kerberos, make sure it is configured correct.
    Thanks,
    Qiao Wei
    TechNet Community Support

  • How to auto populate data from one list in SharePoint 2007 into another list based on a key value?

    Hi,
    As a part of new requirement in my project I am supposd to work on SharePoint 2007. I have one List (BCExtract - Main list) with all data related to an Application (like ID, name, app manager RTO etc).
    I have created another list which has form to be filled by a user (with details about his/her applications). My requirement is that when the user enters AIT ID then the page should refresh (probably after hitting enter) and other details like Application
    name, RTO etc which is present in another list gets auto populated depending on the AIT ID (unique column) entered so reduce the burden on the user.
    Please suggest me how this can be done. I do not have permission for obtaining SharePoint Designer and I do not know JQuery. Infopath is ok but if this can be done through SharePoint 2007 alone then it would be great.
    Thanks....

    Hello,
    You can either use jquery/jaavscript or infopath form to achieve this. There is no default way to do this.
    I would suggest jquery because you can put script in newform/editfor.aspx page using content editor webpart. Refer this link for jquery:
    To get value from list:
    http://social.technet.microsoft.com/Forums/en-US/ac47fe2a-ccb6-4f5b-b274-703aecc6cb0a/get-list-items-in-sharepoint-2010-by-using-jquery
    http://www.robertkuzma.com/2010/08/read-list-items-using-sharepoint-web-services-and-jquery/
    To set value in column:
    http://paulgalvinsoldblog.wordpress.com/2009/06/13/quick-and-easy-use-jquery-to-set-a-text-field%E2%80%99s-value-on-a-sharepoint-form/
    http://spservices.codeplex.com/discussions/468729
    If you use infopath form, then you need to create two data connection to get data from both lists. Later you can set value in fields based on selection using rule. This can be possible without code.
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Getting error while tring to Check in any document in Sharepoint 2007. Error - "Unable to validate data. System.Web.Configuration.MachineKey.GetDecodedData(Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Int32& dataLength) ...

    Hi Team,
    I am getting error while tring to Check in any document in Sharepoint 2007. Error - "Unable to validate data. System.Web.Configuration.MachineKey.GetDecodedData(Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Int32& dataLength).
    Anybody please let me know how to resolve the issue. It has affected our 9 site collection with almost 2000+ sites. Please email me your your suggestion or you can share your ideas here also.
    Tried to reset the IIS, checked the Internet connection speed (8MBps). Cleared the cache and all but no luck.
    Thanks,
    Pronob

    Hello,
    I have found this support window for you:
    http://support.microsoft.com/kb/556031
    http://technet.microsoft.com/en-in/library/cc298582%28v=office.12%29.aspx
    This may help you
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Sharepoint 2007

    Hello,
    We have a very big problem with saving files in Sharepoint. We are using Office 2010 Pro with Sharepoint 2007. Problem is that we can open excel file only in read-only format. We cannot save it in Sharepoint. Only thing that we can do is to save copy of
    that file. Is there enyone who can help with this. 
    P.S. If the same user connect to sharepoint with different PC he is able to save it in sharepoint so I think that the problem is in Excel 2010

    Did you checked whether your document is get stuck in your upload center, from Office 2010 all your documents will go via upload center, you can check this in Task manager Notification panel --> Top directed arrow marked icon will be presented over there.
    double click to open the same.

  • Who has logged into SharePoint 2007 in 2014?

    We are going to be decommissioning our SharePoint 2007 server (running on Windows Server 2003 SP2 machine) very soon. There aren't a lot of people that use our 2007 instance any more but I will need alert all of the users who do still use it that
    we will be decommissioning it that way they can make sure their pertinent data is moved or saved elsewhere.
    I have tried using the Usage Summary to get a list of all of the users who have used SP 2007 this year but I am not finding it very helpful. I have checked the Event Viewer >  Security logs, but it is a lot to go through and the native filter is
    not dynamic enough.
    Can somebody recommend what I should use to compile a concise list showing who has logged in and when?
    Thank you in advance!

    within LogFiles is a subfolder for each IIS web application. Match the webapp ID to the subfolder. Each log file will include the HTTP request (specifically the HTTP GET request), and the authenticated username (if any).
    You should be able to pull a log file into Excel relatively easily (columns are separated by spaces).
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • SharePoint 2007 Export to Excel 2010 or Excel 2013 Fails to Export All Fields in All Items View

    Hi All,
    When I am trying to export the SharePoint View from SharePoint site to Spreadsheet (Excel 2013), I am able not able to export the the whole data, I'm missing some numerical columns from being displayed in Excel
    I have Infopath form (2007) published on SharePoint Site and I am using MOSS 2007 and Excel 2013. My form has only 20 or so fields and the rest are fields I generated in the form library to do several other calculations. I have already 73 columns
    displayed which should be exported to Excel, need help

    Hi,
    As per your post, I understand “Excel cannot connect to the SharePoint list” is thrown out in Excel 2010 when exporting the external list in SharePoint 2013. We are able to export the external list to Excel 2013.
    This issue does not occur on the standard lists.
    I am able to reproduce the issue and it could be a potential issue in SharePoint 2013.
    We will log this issue to our suggestion box. As after the submission, we may not have any time guarantee when the fix may be released, but it may come out on next cumulative update.
    Appreciate your time and efforts.
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Set Open Documents in Client Applications by Default with SharePoint 2007

    I have activated the excel service with sharepoint 2007, but some excel files can't be opened well for unsupported features.
    Therefore, I have to set to open excel file by client application avoiding the above error.
    I have done bellow settings but no effect:
    1)Change the advanced settings in document library to
    Open in the client application;
    2)Set authentication providers to Enable client intergration;
    3)I 'd like to activate the feature of
    open documents in the client application but I can't find it in features.
    Please kindly guide me how to make it.
    Many appreciations for your support in advance!

    Hi,
    Please try the solutions that provided in below threads:
    https://social.technet.microsoft.com/Forums/office/en-US/919e102c-923b-4eee-b89c-631c0d557709/how-to-mandate-excel-2007-document-xlsx-to-open-in-excel-2007-client-instead-of-excel-web-acess-in?forum=onlineservicessharepoint
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/89030108-7185-40e1-b898-e5994484b6d3/sharepoint-2007-how-to-open-an-excel-document-on-client-if-excel-services-are-installed?forum=sharepointgenerallegacy
    Then, this issue is not controlled by Office client, we need to config it with SharePoint. Thus, if you have further question, I recommend you post it SharePoint forum:
    https://social.technet.microsoft.com/Forums/en-US/home?forum=sharepointgenerallegacy
    Hope it's helpful.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • SharePoint 2007 + Java InfoView (Kerberos SSO v/ Vintela)

    At one point I was able to get the Document List web part working with SharePoint 2007 + Java InfoView, but now I'm back to getting the dreaded error:
    Unable to access the BusinessObjects Enterprise infrastructure at RP-BOEXI31 for user: . Contact your reporting administrator for assistance.
    Kerberos SSO w\ Vintela works flawlessly with InfoView on its own, but I can't seem to pinpoint why I'm having this issue.  I can get it to work with .NET InfoView (NTLM) without a problem.
    I enabled tracing, but where does this information go to?
    <!-- Displaying problem tracking messages in web part pages -->
        <add key="BusinessObjects Enterprise Trace Enabled" value="True" />
    So I've looked at various logs on the SharePoint server in these locations without any luck.  Does anyone know of any other logs I should be looking at when tracing is enabled?
    The Admin Guide states:
    Tracing provides you with stack trace information and web page configuration
    options that can help you to understand any issues in greater detail. For
    example, if you see an unexpected error message, and tracing is enabled,
    the tracing information is listed at the bottom of the same web page where
    the error occurred. Scroll down to see the tracing information provided by
    SharePoint for the web part.
    However, I havn't been able to decipher in that information anything that sticks out.
    Log Locations Reviewed Already:
    - C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\LOGS
    - The various W3SVC* folders under C:\WINDOWS\system32\LogFiles\
    Also - I was able to get it to work temporarily when I enabled NTLM in the SharePoint Admin Console as I didn't see any reason to be running my SharePoint services using an SPN of any kind since it is on a seperate server than the BOE web tier and just passes the credentials to InfoView.
    Edited by: Jay Riddle on Apr 1, 2009 4:07 PM

    Somehow I don't think that is the issue because when I use the PIK in combination with .NET InfoView using NTLM SSO, the credentials pass fine and all the web parts work.  I've enabled prompting of authentication in the web.config and have tried the domain\user format as well as just the user format manually - but this doesn't work with Java InfoView using SSO regardless of the format the user credentials are entered in.  I'm continuing to test multiple different variables and may create a separate image with Java InfoView with a new SPN in order to ensure it isn't something with the BOE image.
    One odd thing is I had at least the Document List part working briefly when I changed the SharePoint Authentication zone to NTLM instead of Kerberos (which has IIS use NETWORK SERVICES run the services).  One day it just stopped working.

  • Pulling data from a SharePoint 2007 List

    I'm wondering if anyone has figured out how to pull data from a column in a SharePoint 2007 list to be able to dyamically generate a reaction in a flash object.
    Our designer created a dashboard of thermometers for our projects that use two variables, % complete and status (green, yellow, red, blue).
    As the end user, I want to be able to update my project in my SharePoint list and have it so that my updates automatically populate that flash based dashboard.  Right now, he's using an XML document that is stored in a folder on our SharePoint site and then simply updating the XML file when there are changes.
    It would be ideal to pull this data from the list rather than having to update and then upload the xml document to the SharePoint site - any ideas?
    Thanks!

    Sharepoint has a rich XML interface accessible via the URL.  Just point your XML.load to the List data from this interface.
    An example of XML / URL access is here:
    http://vspug.com/dwise/2008/01/10/accessing-sharepoint-list-data-as-xml/
    Hope that gets you started.

  • SharePoint 2007 Integration

    Hello all. Can any of you tell me if Novell Groupwise 7 can be integrated with SharePoint 2007? If so, do you have any related documentation. Thanks

    * SABisram,
    the MS "integrator" told us Sharepoint can use GW as an SMTP server, that's pretty much all. It can also use LDAP to integrate with eDir instead of AD. As you can imagine, MS didn't put too much effort in such 3rd party integration.
    Uwe
    Novell Support Connection Volunteer SysOp
    Please don't send me support related e-mail unless I ask you to do so.

Maybe you are looking for