Error Installing FIM Reporting in FIM 2010 R2 with SP1 - SCSM 2012 [CheckFIMWebSiteorSolutionPackExisting]

I am running into the below issue. I am installing FIM 2010 R2 SP1 Reporting with SCSM 2012 [SCSM successfully installed].
FIM R2 Reporting installation is failing with both Wizard and Command line.
Command line captures below error: Can some one help on this?
Calling custom action Microsoft.IdentityManagement.SharePointCustomActions!Microsoft.IdentityManagement.ManagedCustomActions.SharepointCustomActions.DoesWebsiteOrSolutionPackExist
Property name = 'SHAREPOINT_URL', value = 'http://myurl.
Property name = 'UILevel', value = '2'.
CustomAction CheckFIMWebSiteorSolutionPackExisting returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
Action ended 0:27:20: CheckFIMWebSiteorSolutionPackExisting. Return value 3.
Action ended 0:27:20: INSTALL. Return value 3.
In below link, the above question is unanswered. Kindly help.
http://social.technet.microsoft.com/Forums/systemcenter/en-US/37b1af85-aef0-422b-9417-7364d51d0df4/installing-fim-reporting-in-fim-2010-r2-with-sp1?forum=systemcenterservicemanager

Hi All,
Though we use SCSM 2012, the FIM 2010 Reporting (R2 SP1) installation throws the alert to run
KB2561430 hotfix (when run throght console) and above error (when run through commnad line).This is actually a bug and MS have fixed that in one of its FIM hotfix rollup. I could move out of the above error by applying the FIM hotfix mentioned
in the below link.
http://blogs.technet.com/b/steady/archive/2013/06/12/fim-2010-r2-sp1-reporting-failure-scsm-2012-sp1-you-must-apply-patch.aspx
Aswathy Raj

Similar Messages

  • Installing FIM Reporting in FIM 2010 R2 with SP1

    I tried to install the Reporting component.  I have FIM 2010 R2 with SP1 and SCSM 2012.  I get a error saying I have to install the KB2561430. This is apparently a hotfix for SCSM 2010 SP1. I thought that FIM R2 with SP1 supports SCSM 2012 as written:
    FIM Reporting
    Support for Windows Server 2012 has been added.
    Support for SQL Server 2012 has been added.
    Support for SCSM 2012 has been added.
    http://technet.microsoft.com/en-us/library/jj863246(v=ws.10).aspx
    Is there anything I need to install in the SCSM side?
    I'm stuck here

    Hi,
    Even I am running into the same issue. And installing FIM 2010 R2 SP1 Reporting [SCSM 2012 successfully installed].
    Both Wizard and Command line failing.
    Command line captures below error: Did any one solved this issues? Kindly help
    Calling custom action Microsoft.IdentityManagement.SharePointCustomActions!Microsoft.IdentityManagement.ManagedCustomActions.SharepointCustomActions.DoesWebsiteOrSolutionPackExist
    Property name = 'SHAREPOINT_URL', value = 'http://myurl.
    Property name = 'UILevel', value = '2'.
    CustomAction CheckFIMWebSiteorSolutionPackExisting returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
    Action ended 0:27:20: CheckFIMWebSiteorSolutionPackExisting. Return value 3.
    Action ended 0:27:20: INSTALL. Return value 3.
    Aswathy Raj

  • How to do provisioning in Active Directory multiple lavel OU structure from FIM 2010 R2 with Country basis.

    Hi,
    I want to do provisioning in Active Directory multiple level Organization Unit(OU) from FIM 2010 R2  with country name basis.
    Suppose i have Asia,Europe,UK,USA region OU and they have another OU in Asia OU like India,china etc if country name is India then Users should be go in India OU and if  if country name is China then Users should be go
    in China OU.so please give me any idea on this this would be very helpful for me
    Regards
    Anil Kumar

     
    Do you have Region attribute in your user object? If yes, then you can do something like this
    "CN="+displayname+
    ",OU="+country+
    ",OU="+region+
    ",DC=mycompany,DC=local"
    If you don’t have region attribute, then you have to write own IIF statement for every county
    IIF(Eq(contry,"China",",OU=China,OU=Asia","")
    You can also parse your dn for synchronization rule in some other place (e.g. metaverse extension), but if you want to do it codeless, IIFs are the way to go.

  • Error when linking report to stored procedure defined with one input parm

    Error when linking report to stored procedure defined with one input parameter
    The report will work ok, when the parameter is removed from the stpred procedure
    An unhandled win32 exception occurred in crw32.exe[4480]
    Stored Proc (sql server 2005)
    USE [Allegro]
    GO
    /****** Object:  StoredProcedure [dbo].[SP_Test]    Script Date: 07/08/2009 10:42:14 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    ALTER procedure [dbo].[SP_Test](@valuationmode VARCHAR(55)) as
    Begin
    select
         valuation,
         valuationtime,
         valuationmode
    from valuation
    where valuationmode = @valuationmode;
    End;

    This is an example of a stored procedure that is trying to be linked to a new report as the only datasource.
    If I remove the parameter I can create a report, however this will return all of the results of thw query to the report, rather than the desired results. If I add the parameter on the Crystal Report, the stored procedure then has to return all of the results to Crystal and then perform the filtering of records. By using a parameter in the stored procedure, you should be able to do all of the filtering as part of the query on the databse server, making this more efficient.

  • Error installing FIM Service and Portal R2

    Trying to make a test FIM R2 installation, I get this error when I install the Service and Portal:
    Action ended 14:41:10: CheckServiceEmailAccountFormat. Return value 1.
    MSI (s) (68:BC) [14:41:10:973]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIE17.tmp, Entrypoint: IsSharepointAdminServiceRunning
    Action start 14:41:10: CheckSharepointAdminServiceRunning.
    SFXCA: Extracting custom action to temporary directory: C:\Windows\Installer\MSIE17.tmp-\
    SFXCA: Binding to CLR version v2.0.50727
    Calling custom action Microsoft.IdentityManagement.SharePointCustomActions!Microsoft.IdentityManagement.ManagedCustomActions.SharepointCustomActions.IsSharepointAdminServiceRunning
    Exception thrown by custom action:
    System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object.
       at Microsoft.IdentityManagement.ManagedCustomActions.SharepointCustomActions.IsSharepointAdminServiceRunning(Session session)
       --- End of inner exception stack trace ---
       at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture, Boolean skipVisibilityChecks)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture)
       at Microsoft.Deployment.WindowsInstaller.CustomActionProxy.InvokeCustomAction(Int32 sessionHandle, String entryPoint, IntPtr remotingDelegatePtr)
    CustomAction CheckSharepointAdminServiceRunning returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
    Action ended 14:41:11: CheckSharepointAdminServiceRunning. Return value 3.
    Action ended 14:41:11: INSTALL. Return value 3.
    I got this by running the msi from the command line, as otherwise no error message is reported in the installation or in the event log.
    Any idea what could be the cause?
    Paolo Tedesco - http://cern.ch/idm

    Hi Paolo,
    Check if the SharePoint Administration Service is not running, to start the service
    http://technet.microsoft.com/en-us/library/ee513050(v=office.14).aspx
    Regards Andre van der Westhuizen

  • Installing FIM 2010 Add-ins and Extensions via GPO

    Hi,
    I have been trying to install the FIM Client using Group Policy software installation using the following link : http://social.technet.microsoft.com/wiki/contents/articles/2236.how-to-prepareexecute-installation-of-fim-2010-add-ins-and-extensions-via-gpo.aspx
    The crucial section missing on this page is what property to add/modify using Orca so that the install can proceed silently using an MST file which provides the registration_portal_url, RMS_location and addlocal properties for the FIM client install.
    If I install the client manually using the following command, msiexec /i "Add-ins and extensions.msi" transforms=client.mst /q, the client install proceeds silently which is what I expect.
    The UILevel=2 property is supposed to tell Windows installer to proceed silently as per http://msdn.microsoft.com/en-us/library/aa372096%28v=vs.85%29.aspx, however when I set this property in Orca for the transform file and then I execute the msiexec command,
    the UI still comes up and prompts me for selecting the different options for installing the client.
    Has anybody successfully deployed FIM client through group policy?
    Thanks!

    I still cannot get the FIM client to install through GPO. To confirm that a silent install of the FIM client works (because that is exactly what the GPO software install is doing), I ran the following command on my Windows XP computer
    msiexec /i "Add-ins and extensions.msi" /q
    Immediately, after running this command, I got an error in the application log
    "Product: Forefront Identity Manager Add-ins and Extensions -- You must specify FIM Service server address."
    So it looks like there is no way to install the client through GPO without specifying the FIM service server, and that cannot be done without an MST file.....
    So I will have to play around with the MST file and see if I can get it installed

  • Error installing crystal reports 2011

    I am trying to install crystal reports 2011 and I keep getting an error that I need administrative priviliges to continue.  I am the administrator and i have tried running as administrator.  Why does this keep giving me this error.  I am running the 32 bit version of windows 7.  I have .net 4 installed.

    Ah, worth a try.... Likely your IT guys burn images all from the same master or using the same CD's DVD's to install from. I have installed it on various OS, XP, Windows 7, Vista, 2008 32 and 64 bits and no problems. But they are clean also, no third party app's pre-installed other than Visual Studio 2010. And My PC at home has just about everything on it an no issues with it either...
    I can't say why then. I suggest you purchase a [support case|http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=38156200] and get into the Report Design queue and get them to get more info from you. Logs and other files cannot be attached to Forums.
    It appears to be known issues and they are working on getting it resolved. It likely is a missing dependency or some version specific dependency we and you may have a newer version. In either case you can get a refund.
    Or wait until SP 2 comes out and hope your specific issue is fixed.
    Thanks again
    Don

  • ADD-ON XL Reporter: Error installing XL Reporter in various PCs

    Hi,
    I went to a customer yesterday install XL Reporter and some templates.
    The customer has 3 PCs in a workgroup.
    I install XL on the first PC and works without problems.
    On the others, the PC frozes and i received the following error:
    Error Preparing Metadata Repository:
    DATA:
    LOG:
    DBEXIST:True
    I was connecting to the server DB with sa user and i have the
    administrator rights of all PCs
    I've searched in this group and SAP Forums and not found a issue same
    as this.
    Thanks.
    Danilo

    hi,
    uninstall the XL reporter and install using the following steps
    install dot net framework1.0 or 2.0 in the client system
    then install the addon using following steps
    installation steps of XL-reporter add-on,
    1. goto add-on administration => Register Add-on(click).
    give the XL reporter address. select default group as Manual.
    update.
    2. goto addon manager => pending Add-on tab => select the addon row and install.
    in installation give the user id and pwd of SQL server.
    3.goto addon manager =>installed addons tab, start the XL reporter, once it get connected as status.
    4. go to tools menu in SAP B1, in that you will find XL reporter, click that XL reporter will open.(to view XL reporter)
    follow the above steps you will get the XL repoter add-on running in SAP B1.
    regards
    sandip

  • Win2000Server/WebDB2.2/Report6i/error installing Oracle Reports Secutiy

    I have installed Forms6i and Reports6i with WebDB. Everything seems to be configured fine. The test Web form and test Web report both work.
    When I try to install Oracle Reports Secutiy, the script fails at the very beginning. I created a user called WEBDB and gave it DBA privs. When I try to run this (rwwwvins.sql) using the WEBDB user, I get this error.
    ERROR at line 1:
    ORA-06550: line 1, column 20:
    PLS-00201: identifier 'WWV_STANDARD_UTIL.GET_VERSION' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    It doesn't know what wwv_standard_util is because WEBDB is a new account. So which .sql or .plb creates wwv_standard_util? Why doesn't it get created before this call? I did a search in the \server\security directory, and there was nothing that creates this. I also checked the whole dev6i directory.
    Also, what .sql or .plb file create the wwv_sys_module_groups table?
    Thanks.

    Luis_vkacito wrote:
    Hi friends,
    I have a problem when trying to install the Oracle Database 11g R2 v.11.2.0.1.0, the installation wizard reports the following error messages:
    - (PRVF-4354) Hard Limit: maximum open file descriptors: (Expected Value: 65536), Actual Value: 4096
    - (PRVF-4132), Multiple users "root, user1" with UID "0"
    As I can solve these problems inastalar Oracle Database 11g R2.
    Also present prior to these errors the following message [INS-32 055], a recommendation at this warning.
    Thanks for the supportWhen all else fails Read The Fine Manual
    http://www.oracle.com/pls/db112/portal.portal_db?selected=11&frame=
    Installation Guide

  • Error Installing Microsoft Office Professional Plus 2010

    Hello!
    I've tried to install Microsoft Office Professional Plus 2010 but when it finished the installation, this error message appeared:
    Microsoft Office Professional Plus 2010 encountered an error during setup.
    The source installation package for the product Microsoft Office Professional Plus 2010 is out of sync with the client package. Try the installation again
    using a valid copy of the installation package'Office64WW.msi'."
    -Please help me with this. Thanks!

    Hello!
    I've tried to install Microsoft Office Professional Plus 2010 but when it finished the installation, this error message appeared:
    Microsoft Office Professional Plus 2010 encountered an error during setup.
    So, could you still open Office application even user get the error message?
    If you deploy Office suite by deployment tool or system center and meet the sync timeout issue, try to copy the installaion source to the local drive and reinstall it again.
    In addition, I think the link DushYant provided is also helpfule to you. Please check that. Thanks.
    Tony Chen
    TechNet Community Support

  • Error while Connecting report Best Practices v1.31 with SAP

    Hello experts,
    I'm facing an issue while trying to connect some of my reports from Best Practices for BI with SAP.
    It only happens when it's about info sets, the other ones that are with SAP tables go smoothly without a problem.
    The most interesting is I have already one of the reports connected to SAP info sets.
    I have already verified the document of steps of creation of additional database that comes with BP pack. They seem ok.
    Here goes what Crystal Reports throws to me after changing the data source to SAP:
    For report "GL Statement" one of the Financial Analysis one which uses InfoSet: /KYK/IS_FIGL_I3:
    - Failed to retrieve data from the database; - click ok then...
    - Database connector error: It wasn't indicated any variant for exercise (something like this after translating) - click ok then
    - Database connector error: RFC_INVALID_HANDLE
    For report "Cost Analysis: Planned vs. Actual Order Costs" one of the Financial Analysis one which uses InfoSet: ZBPBI131_INFO_ODVR and ZBPBI131_INFO_COAS; and also the Query CO_OM_OP_20_Q1:
    - Failed to retrieve data from the database; - click ok then...
    - Database connector error: check class for selections raised errors - click ok then
    - Database connector error: RFC_INVALID_HANDLE
    Obs.: Those "Z" infosets are already created in SAP environment.
    The one that works fine is one of the Purchasing Analysis reports:
    - Purchasing Group Analysis -> InfoSet: /KYK/IS_MCE1
    I'm kind of lost to solve this, because I'm not sure if it can be in the SAP JCO or some parameter that was done wrongly in SAP and I have already check possible solutions for both.
    Thanks in advance,
    Carlos Henrique Matos da Silva - SAP BusinessObjects BI - Brazil.

    I re-checked step 3.2.3 - Uploading Crystal User Roles (transaction PFCG) - of the manual where it talks about CRYSTAL_ENTITLEMENT and CRYSTAL_DESIGNER roles, I noticed in the Authorizations tab that the status was saying it hadn't been generated and I had a yellow sign, so then that was what I did (I generated) as it says in the manual.
    Both statuses are now saying "Authorization profile is generated" and the sign is now green on the tab.
    I had another issue in the User tab (it was yellow as Authorizations one before generating)....all I needed to do to change to green was comparing user (User Comparison button).
    After all that, I tried once more to refresh the Crystal report and I still have the error messages being thrown.
    There's one more issue in one of the tabs of PFCG transaction, it is on the Menu one where it is with a red sign, but there's nothing talking about it in the manual. I just have a folder called "Role menu" without anything in it.
    Can it be the reason why I'm facing errors when connecting the report to SAP infoSets? (remember one of my reports which is connected to an infoSet works good)
    Thanks in advance,
    Carlos Henrique Matos da Silva - SAP BusinessObjects BI - Brazil.

  • Proper way to install windows update on Exchange 2010 DAG with one mailbox server in Head Office and 1 mailbox server in DR site both are members of 1 DAG

    Hi Guyz,
    I have this setup in my exchange environment.
    1 DAG with 2 members
    - One member is located in Head Office and the other member is located in DR site. All of the mailbox databases are located only in HO (Plan to add additional second member in HO soon). Now what is the proper way to install windows patches on the
    member in HO? I don't want to move the databases to DR site as much as possible.
    Appreciate your feedback and Many thanks in advance guyz..
    More power to all!
    Regards,

    Hi,
    To update the DAG members with new patches, the update process should be managed to prevent all of the DAG members from being offline at the same time.
    To do this, I recommend you move the active mailbox databases off a particular server so that it can be patched, and if necessary rebooted, without causing any downtime for mailbox users on that database.
    For detailed steps, here is an article for your reference.
    How to Install Updates on Exchange Server 2010 Database Availability Groups
    http://exchangeserverpro.com/how-to-install-updates-on-exchange-server-2010-database-availability-groups/
    Note: Microsoft is providing this information as a convenience to you. The site is not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make
    sure that you completely understand the risk before retrieving any suggestions from the above link.
    Hope it helps.
    Best regards,
    Amy Wang
    TechNet Community Support

  • CRVS2010 Beta - Report Viewer Errors for Crystal Reports in VS 2010

    I have a project that was written in VS 2008 targeting the 3.5 framework which contains a ton of Crystal Reports.  I recieved my new license for VS 2010 and did the install along with the Crystal Reports for Visual Studio 2010 Beta 2.  I converted my project over successfully.  I am able to open up the reports on their own.  When I try to save them they want to be converted to the new format.  This also works fine.  My problem is the Crystal Reports Viewer.  I am not able to add any reports to the viewer without receiving error messages.  I have tried using the 10.5 and the latest version of the viewer, but receive errors everytime that I try to add a report to it.  I always recevie the following error:
    "Error invoking 'Choose a Crystal Report...'. Details: Invalid Report Source"
    I have also tried just creating a brand new report from the Crystal Report Viewer Tasks window.  When I do that I get this error:
    "Unable to find the report in the manifest resources. Please buld the project, and try again."  "Error invoking 'Create a New Crystal Report...'. Details: Unable to find the report in the mnifest resources. Please build the project, and try again."
    I have tried changed the framework target to 4.0, but this has not helped.  I have tried using the 14.0 versions of the references and the 10.5 versions.  I have searched all over the internet for a resolution, but can't seem to find one.  Any help would be greatly appreciated.

    I am having the same problem. You say make sure all of my assemblies are version 14. Three questions:
    1. Now that I have removed all of the old Crystal assemblies from my project, what are the assemblies that I need to add back?
    2. My VS 2010 "add references" popup shows me many crystal assembles (Crystal XI is also installed) which ones to I need to install now?
    3. If I don't know what they are, or where to find them, how do I determine their version?
    You solution reminds me of the old saying "If I had ham, I could make ham and eggs. If I had eggs!"
    More information please,
    J Rich
    Edited by: JosephRich on Nov 6, 2010 5:36 PM
    Edited by: JosephRich on Nov 6, 2010 5:39 PM

  • Error 1045 Using Report Generation Excel 2010

    Hello,
    The attached code throws an error 1045 when using Excel 2010.  I don't get this error when using Excel 2007.
    Please Advise
    Thanks
    Attachments:
    Source.zip ‏66 KB

    Take a look at this Knowledge Base article and see if if helps.
    Error 1045 When Using Report Generation Toolkit for Microsoft Office
    http://digital.ni.com/public.nsf/allkb/3E4102D8B91D0F9E86256CE0006BADCB
    Applications Engineer
    National Instruments

  • Error installing P6 Reporting Database 3.0

    I am a relative noob when it comes to Oracle applications. And my customer has allowed their Oracle support contract to expire, which makes things so very easy....
    I currently have EPPM 8.2 w/Weblogic and OBIEE installed and functional...11.1.1.5....on 2008 R2, with a Solaris backend. I am attempting to install and configure the P6 Reporting Database 3.0. I'm running into errors when running the staretl.bat process for the first time- I believe what is happening is it is trying to pull data into the Star database. It generates the following error:
    *+<12.19.2012 16:50:04> staretl [INFO] (Progress) - Finished Script W_PROJECT_SECURITY_SS.sql+*
    *+<12.19.2012 16:50:10> staretl [INFO] (Message) - Extract2Stage Insert Time for 825327 rows on table W_UDFVALUE_DS is .231 mins (13.85s) at rate 59590.397/s+*
    *+<12.19.2012 16:50:10> staretl [INFO] (Message) - Complete extract on UDFVALUE for table W_UDFVALUE_DS rows=825327+*
    *+<12.19.2012 16:50:10> staretl [INFO] (Message) - Processed 825327 rows in 13.857/s at rate of 59560.294/s+*
    *+<12.19.2012 16:50:10> staretl [INFO] (Progress) - Finished Script W_UDFVALUE_DS.sql+*
    *+<12.19.2012 16:50:10> staretl [ERROR] (Message) - The SQL script W_PROJECT_DS.sql failed+*
    *+<12.19.2012 16:50:10> staretl [ERROR] (Message) - The SQL script W_ACTIVITY_DS.sql failed+*
    *+<12.19.2012 16:50:10> staretl [ERROR] (Message) - The SQL script W_USER_SS.sql failed+*
    *+<12.19.2012 16:50:10> staretl [ERROR] (Message) - The SQL script W_RESOURCE_DS.sql failed+*
    *+<12.19.2012 16:50:10> staretl [ERROR] (Message) - The SQL script W_WBS_DS.sql failed+*
    *+<12.19.2012 16:50:10> staretl [INFO] (Progress) - Step 12/28 Part 2/3 - FAILED (1) (0 hours, 0 minutes, 40 seconds, 16 milliseconds)+*
    I can view those scripts that are referenced, but they don't mean much to me. The info I've posted is from the log files, so you can see how useless it is....when I spool and run one of them individually, to see what the exact errors are, here is what I get:
    SQL> @ W_PROJECT_DS.sql*
    ORA-06512: at "STARUSER.EXTRACT2STAGING", line 74*
    Exception: Error during extract for table W_PROJECT_DS: ORA-00904: "LOCATION_ID": invalid i*
    +(100,PROJECT,W_PROJECT_DS,n/a,n/a)+
    BEGIN*
    +*
    ERROR at line 1:*
    ORA-00904: "LOCATION_ID": invalid identifier*
    ORA-06512: at "STARUSER.EXTRACT2STAGING", line 109*
    ORA-06512: at line 2*
    I don't pretend to know what the error means, or how I might correct it. Anyone have an idea of where I should start looking?

    I have the same issue, but instead of "Location_ID" it claims that the problem is with "LASTUPDATEDATEX" (ORA-00904: invalid identifier). Oracle DB version is 11g, all of the instances (EPPM, ODS, STAR) are hosted on the same server, but are separate instances.
    How does the Multimedia component influence this bug?
    BTW: Reporting DB version is 3.1 - staretl process has 48 instead of 28 in 3.0 steps.
    Edited by: Victor Razumov on 19.03.2013 8:14

Maybe you are looking for