FIM Portal giving Syntax Error "WebResource.axd"

Hi Team,
It is fresh installation of FIM 2010 R2. FIM Sync, FIM Service and Portal are installed on the same box.
When opening FIM Portal, it does not load properly. Some boxes are misplaced and on checking the status bar I can see a list of errors.
First error in the list is "Syntax error" "WebResource.axd" Code: 0 URL: http://FIMPOrtal/webresource.axd?.......
It is followed by several "The value of the property 'WebForm_GetElementByTagName' is null or undefined, not a Function object" error for ScriptResource.axd file.
I have sharepoing 2010 installed. There is no NLB installed. I get the same error when accessing portal using "localhost" or IP.
I have tried to repair the FIM Service and Portal installation that did not help. I have also re-installed the service and portal.
It gives the same error after lowering the security on IE, trying from other machine or adding the portal website to local sites. 
Kindly help me fix this error. Any help would be greatly appreciated.

Hello,
can you provide a screenshot of that misplaced elements.
I currently only know to reasons of misplaced elements in portal.
1. NLB (which you dont use)
2. Redirect in IIS
but maybe a screen would provide more information to us.
Regards
Peter
Peter Stapf - Doeres AG - My blog:
JustIDM.wordpress.com

Similar Messages

  • Use Of "#EC CI_EXECSQL in ABAP with EXEC SQL. Statement giving Syntax Error

    Dear Gurus,
    I have encountered an issue while trying to remove warning for using Native SQL statement using pseudo comment "#EC CI_EXECSQL
    The thing is like this -- i have used follwing native sql command in abap.
    EXEC SQL.
        CONNECT TO 'SURROUND_DB'
      ENDEXEC.
    Now when i am checking this code in code inspector it is showing a warning with information below
    CA CL_CI_TEST_CRITICAL_STATEMENTS0006
    Code Inspector
    Critical Statements
    Use of Native SQL
    Authorization checks cannot be appropriately run using EXEC SQL and should be carried out at program level.
    The message can be hidden using the pseudo-comment "#EC CI_EXECSQL
    Use of exceptin handling section for that warning showing me to use :
    The message can be hidden using pseudo
    comment      "#EC CI_EXECSQL
    Now when I am using "#EC CI_EXECSQL in the abap like below :
    EXEC SQL. "#EC CI_EXECSQL
        CONNECT TO 'SURROUND_DB'
      ENDEXEC.
    It is giving syntax error
    The text literal ""#EC CI_EXECSQL        " is longer than 255
    characters.Check whether it ends correctly.
    Please provide the guideline to resolve this issue.
    Thanks & regards
    Saifur Rahaman.

    Hi Saifur,
    You can remove the warning using the following syntax:
    EXEC "#EC CI_EXECSQL
      SQL.
        CONNECT TO 'SURROUND_DB'
      ENDEXEC.
    At least, it worked fine for me when using OPEN CURSOR, SELECT, FETCH and so on statements.
    The way to use the pseudo comment is not very intuitive, but at least for my examples worked fine.
    I hope this may help you.
    Best regards,
    Edgardo G. König

  • (NOLOCK) is giving syntax error

    Hi,
    I have query which runs properly in 1 server and in the other server it gives syntax error because of (NOLOCK).
    When i remove (NOLOCK) its working fine.
    my query is a big one...
    But it is something like
    INSERT INTO @abc
    SELECT a.id,SUM(b.count) FROM
    (SELECT DISTINCT id FROM table1 (NOLOCK)) AS a
    INNER JOIN Table2 (NOLOCK) AS b
    GROUP BY a.id
    It is giving syntax error at only one (NOLOCK) that is near Table2 in one server and in other server it works fine...
    Both the server versions are exactly same...
    What is the reason?

    First, it is generally a bad idea to post a follow-up "me, too" response to an old and answered question.  Fewer people will look at an answered question generally. 
    Next, the reason this thread provides no information about the original problem and the solution is because the complete problem was not posted.  If your query generates an error message, it is important to see the complete and actual error message.
    Given the conversation, it is likely that there was a syntax error in the various statements that OP tried and it was a happy accident that the removal of the hint caused the error to go away. 
    Lastly one should refrain from using hints generally.  For some unfathomable reason there is a myth that it is a good practice to use the nolock hint. 

  • Program giving syntax error in Production client

    Hi Experts,
                I have moved an object into testing client its working fine there,but when it was moved from testing to production client.
                they are getting the error as "program ZSIOPCN contains syntax errors", when they are trying to create a variant in SE80 for this program from menu goto-->variants.
                Can anyone give any idea why this error comes, when the program is working fine in Quality client. Please give me suggestions,why it may happen.
    all answers will be rewarded, Thanks in advance.
    Thanks & Regards,
    Poorna.

    hi Rodrigo Paisante,
               i didn't understand the point "one or more objects wold be moved too", means moving the same object many times.
               we generally move the workbench requests in a sequence, in which they released. This transport sequence is follwed in the same sequence when moving from one client to another client.
               can you eloborate the solution and possible cause for this problem. i am getting message error DB: 242.
    Thanks,
    Poorna

  • Code working fine in Enterprise version giving syntax error in Rel 4.6C

    Hello All,
    <b>Consider the following piece of code.</b>
    FORM fill_itabs  TABLES   p_t_table
                                            p_t_table_dummy.      
    Internal table to be used for dynamic where condition
      DATA: lt_wherecond TYPE STANDARD TABLE OF ty_wherecond,
    Structure for dynamic where condition
                ls_wherecond TYPE ty_wherecond.
      p_t_table_dummy[] = p_t_table[].
      REFRESH lt_wherecond[].
      CLEAR   ls_wherecond.
      ls_wherecond-data = 'kunnr = p_t_table_dummy-kunnr'.
      APPEND ls_wherecond TO lt_wherecond.
      SELECT kunnr INTO TABLE gt_kunnr
          FROM kna1
          FOR ALL ENTRIES IN p_t_table_dummy
          WHERE (lt_wherecond).
    ENDFORM.
    This is working fine in Enterprise version, but when I am trying the same in Rel 4.6C, I am getting a syntax error at the Select statement which states,
    "The WHERE condition does not refer to the FOR ALL ENTRIES table.-"
    Could anyone please suggest how to avoid this error?
    Regards
    Indrajit

    Hi Chemmam,
    yes, that will be a version problem. The general rule says, always use the NWDS corresponding to your server, and the main reason are the differences within the webdynpro implementation.
    So if you have a 6.40 with SP13 for example, use NWDS 2.0.13 as the base of your deployment.
    Hope it helps
    Detlev
    PS: Please consider rewarding points for helpful answers on SDN. Thanks in advance! This also holds for: /thread/80658 [original link is broken]

  • Routine In Program giving syntax error

    Hi All,
    I am calling below FORM from Script in 4.6C Version.
    /:  PERFORM GET_YY42V_ACTID
                      IN PROGRAM    Y42S_FORM_POOL
    /:  USING &VBELN&
    /:  USING &POSNR&
    /:  CHANGING &ACTID&
    Y42S_FORM_POOL is a function pool.
    FORM  GET_YY42V_ACTID USING   TABLES   in_par        
                                                            structure itcsy
                                          out_par   structure   itcsy .
      read  table in_par  with  key  'VBELN' .
    ENDFORM.                    " GET_YY42V_ACTID
    When I do syntax check getting below message:
      in_par  is not defined as tables    nor as Internal Table.
    Why i am getting this error?????
    2. i then left the routine without any code and activated.
       And this time while in Debugging checked that from Print Program control went to SAP code:
        perform (co_perform-form) in program (co_perform-program)
                                  tables co_sym_using
                                         co_set_symbols
                                  if found.
         co_perform-form & co_perform-program contains correct
         script name and Routine Pool names.
    But after pressing F%its going for Dump ...
    No Clues on that ?????????
    getting message:
    Runtime errors         PERFORM_TOO_MANY_PARAMETERS
    Exception              CX_SY_DYN_CALL_PARAM_NOT_FOUND
           Occurred on     2008/08/29 at   09:14:38
    Too many parameters specified with PERFORM.
    Any idea about this problem.
    Thanks in advance.
    Praveen

    1) FORM GET_YY42V_ACTID TABLES in_par
    structure itcsy
    out_par structure itcsy .
    The USING parameter is wrong.  Check again the syntax of FORM.  This leads to the second problem as with what you had, it considers TABLE, in_par structure itcsy out_par structure itcsy to all be parameters.
    matt

  • The following sql stmt is giving syntax error

    Dear abap experts,
    The following sql stmt is givin me the followin error.
    Incorrect expression "  A~CURRENCY" in WHERE condition.          
    the sql stmt is
    SELECT AFLDATE APRICE ACURRENCY BCOUNTRYFR BCITYFROM  BAIRPFROM BCOUNTRYTO BCITYTO B~AIRPTO
                            FROM SFLIGHT AS A INNER JOIN
                            SPFLI AS B
                            INTO CORRESPONDING FIELDS OF                  ITAB_ALV
                            ON ACARRID = BCARRID
                            WHERE CARRID EQ CARRID
                            AND CONNID EQ CONNID.
    kindly tell me the error.
    Edited by: Ansuman  Parhi on Jul 7, 2008 11:30 AM

    Hi,
    SELECT AFLDATE APRICE ACURRENCY BCOUNTRYFR BCITYFROM BAIRPFROM BCOUNTRYTO BCITYTO B~AIRPTO
    FROM SFLIGHT AS A INNER JOIN
    SPFLI AS B
    INTO CORRESPONDING FIELDS OF ITAB_ALV
    ON ACARRID = BCARRID
    WHERE CARRID EQ CARRID
    AND CONNID EQ CONNID.
    above ur code.
    in the where condition exactly mention carrid and connid for belongs to which table. mean check it elow code.
    WHERE ACARRID = CARRID(PARAMETER NAME)  AND ACONNID = CONNID(PARAMETER NAME).
    REGARDS.
    sriarm.

  • Skip first screen & ECC 6 syntax error

    Hi,
    I have program that is in ECC 6 giving syntax error
      call transaction v_tcode using i_bdc options from i_options
                                          messages into i_message
                                          and skip first screen.
    I am getting a syntax error that "The additon AND SKIP FIRST SCREEN" cannot be used with "CALL TRANSACTION USING..."
    Any info how to correct this.
    aRs

    Hi,
    Thanks for your reply.
    The first screen i am calling in my program
        perform bdc_dynpro      using 'SAPMYCTC' '0100'.
        perform bdc_field       using 'BDC_OKCODE' '=ENTR'.
        perform bdc_field       using 'YCTC-CTCNUMBER'
                                      wa_yctc-ctcnumber.
    i am pushing the values to first screen , then i  need to screen skip the first screen
    aRs

  • Syntax Error in Web UI component post upgrade

    Hi Experts,
    We have a enhanced component in IC agent which is giving syntax error post upgrade from 7.0 to EHP2. It seems some attributes have been removed/altered in the new super class.
    In this case do we need to delete the component enhancement and re do the effort or is there any way to regenerate the enhanced component ?
    Thanks, Please help.
    Rohit

    Hi Rohit,
    I've written a few blogs where I collected the different steps necessary in CRM after an EhP or SP upgrade. Furthermore I described solutions to common problems in these blogs. Please have a look an see if one of the described approaches is suitable for your problem.
    http://scn.sap.com/docs/DOC-44983
    http://scn.sap.com/docs/DOC-49317
    http://scn.sap.com/community/crm/upgrades-and-enhancement-packs/blog/2014/02/21/sap-crm-ehp3-upgrade
    Best,
    Christian

  • IF Stmt - Syntax Error

    Hi,
    Can you please tell me how to write the follwing stmt. It is giving syntax error.
      IF VBAK-ERNAM = 'BATCHUSER'
         OR   VBAK-ERNAM = 'REDDYV'
        NO_ORDER1 = NO_ORDER1 + 1.
      ELSE.
        NO_ORDER2 = NO_ORDER2 + 1.
      ENDIF.
    Thanks
    Veni.

    Veni,
    You are missing period '.' after
    "OR VBAK-ERNAM = 'REDDYV' "
    So right statment is..
    IF VBAK-ERNAM = 'BATCHUSER'
    OR VBAK-ERNAM = 'REDDYV'.    " Period in the end
    NO_ORDER1 = NO_ORDER1 + 1.
    ELSE.
    NO_ORDER2 = NO_ORDER2 + 1.
    ENDIF.
    Cheers,
    Nilesh

  • Syntax error in program SAPLRRK0 - while running query in Bex/Portal

    Hi all,
    we just transported all the objects from dev to QA and data is loaded and everything went good. We are SPS9 and front end patch 903
    Now I am trying to run queries on Bex analyzer and portal and I am getting this error.
    "Syntax error in program SAPLRRK0."
    Also on portal I am getting these extra messages
    Error while executing function module: BICS_PROV_SUBMIT_VARIABLES
    Error while executing function module: BICS_PROV_OPEN
    I am researching but any input is appreciated.
    Thanks,
    Kiran

    Thanks Prakash,
    I understand the pre-requisite notes issue but when we are moving like 50 notes from BW Dev to BW QA i am not sure how it works. I overheard the basis guy saying he is going to appy notes as per time stamp they were applied in BW Dev system. I will check on that though.
    I have applied notes 969330, 969772, 977912,978359, 981814, 987135 in last 2 weeks. (which probaly are some how related to the issue). We have also applied some BI-Java notes in Portal Dev which are not transported to Portal QA.
    Thanks,
    Kiran

  • Error when loading FIM portal in new installation: The requestor's identity was not found.

    I have just installed the FIM portal into my test environment.  The synchronisation service was already working perfectly (can provision users from a .csv file).
    The FIM Service and Portal are installed on a server (we'll call it SPF1), and the FIM sync service on another server (SYNC1)
    Whenever I try to log on to the fim portal with my standard user account (it has never worked), I get the following error:
    Unable to process your request.
    Please contact your help desk or system administrator.
    Error processing your request: The server was unwilling to perform the requested operation.
    Reason: The requester of this operation is invalid.
    Correlation Id: 7da76fce-5c9a-4596-90f7-8d7243c21de8
    Details: The requestor's identity was not found.
    >Go to Forefront Identity Manager home page
    (The web page header does show the FIM logo, so the portal itself is there).
    In the ForeFront logs on SPF1, I get the following:
    Log Name:      Forefront Identity Manager
    Source:        Microsoft.ResourceManagement
    Date:          1/13/2015 5:48:08 PM
    Event ID:      3
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      SPF1.testdomain.internal
    Description:
    GetCurrentUserFromSecurityIdentifier: No such user TESTDOMAIN\StandardUser, S-1-5-21-1(sid goes here)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft.ResourceManagement" />
        <EventID Qualifiers="0">3</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-01-14T01:48:08.000000000Z" />
        <EventRecordID>523</EventRecordID>
        <Channel>Forefront Identity Manager</Channel>
        <Computer>SPF1.testdomain.internal</Computer>
        <Security />
      </System>
      <EventData>
        <Data>GetCurrentUserFromSecurityIdentifier: No such user TESTDOMAIN\StandardUser, S-1-5-21-1(sid goes here)</Data>
      </EventData>
    </Event>
    Log Name:      Forefront Identity Manager
    Source:        Microsoft.ResourceManagement
    Date:          1/13/2015 5:48:08 PM
    Event ID:      3
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      SPF1.testdomain.internal
    Description:
    Requestor: Internal Service
    Correlation Identifier: da87f241-eee5-4bf5-b1dd-8a6728a2c627
    Microsoft.ResourceManagement.Service: Microsoft.ResourceManagement.WebServices.Exceptions.UnwillingToPerformException: IdentityIsNotFound
       at Microsoft.ResourceManagement.WebServices.ResourceManagementService.GetUserFromSecurityIdentifier(SecurityIdentifier securityIdentifier)
       at Microsoft.ResourceManagement.WebServices.ResourceManagementService.GetCurrentUser()
       at Microsoft.ResourceManagement.WebServices.ResourceManagementService.Enumerate(Message request)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft.ResourceManagement" />
        <EventID Qualifiers="0">3</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-01-14T01:48:08.000000000Z" />
        <EventRecordID>522</EventRecordID>
        <Channel>Forefront Identity Manager</Channel>
        <Computer>SPF1.testdomain.internal</Computer>
        <Security />
      </System>
      <EventData>
        <Data>Requestor: Internal Service
    Correlation Identifier: da87f241-eee5-4bf5-b1dd-8a6728a2c627
    Microsoft.ResourceManagement.Service: Microsoft.ResourceManagement.WebServices.Exceptions.UnwillingToPerformException: IdentityIsNotFound
       at Microsoft.ResourceManagement.WebServices.ResourceManagementService.GetUserFromSecurityIdentifier(SecurityIdentifier securityIdentifier)
       at Microsoft.ResourceManagement.WebServices.ResourceManagementService.GetCurrentUser()
       at Microsoft.ResourceManagement.WebServices.ResourceManagementService.Enumerate(Message request)</Data>
      </EventData>
    </Event>
    Further, I note that it has trouble connecting to the web exchange connector.  I wonder if this is because I used an alias (for easy migration in the future) for which the certificate does not match the name for?  I'm connecting to "mail.testdomain.internal",
    although that's actually a NLB group between two CAS/HUB servers.
    Log Name:      Application
    Source:        Microsoft.ResourceManagement.ServiceHealthSource
    Date:          1/13/2015 7:43:49 PM
    Event ID:      12
    Task Category: None
    Level:         Warning
    Keywords:      Classic
    User:          N/A
    Computer:     SPF1.testdomain.internal
    Description:
    The Forefront Identity Manager Service cannot connect to the Exchange Web Service.
    The connection failure may be due to a network failure, firewall configuration error, or other connection issue.  Additionally, the failure may be due to incorrect Exchange Web Service configuration.
    Verify that the Exchange Web Service is reachable from the Forefront Identity Manager Service computer.  Ensure that Exchange is running, that the network connection is active, and that the firewall is configured properly.  Last, ensure that the
    Exchange Web Service configuration is correct in the Microsoft.ResourceManagement.Service.exe.config file.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft.ResourceManagement.ServiceHealthSource" />
        <EventID Qualifiers="0">12</EventID>
        <Level>3</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-01-14T03:43:49.000000000Z" />
        <EventRecordID>7581</EventRecordID>
        <Channel>Application</Channel>
        <Computer>SPF1.testdomain.internal</Computer>
        <Security />
      </System>
      <EventData>
        <Data>The Forefront Identity Manager Service cannot connect to the Exchange Web Service.
    The connection failure may be due to a network failure, firewall configuration error, or other connection issue.  Additionally, the failure may be due to incorrect Exchange Web Service configuration.
    Verify that the Exchange Web Service is reachable from the Forefront Identity Manager Service computer.  Ensure that Exchange is running, that the network connection is active, and that the firewall is configured properly.  Last, ensure that the
    Exchange Web Service configuration is correct in the Microsoft.ResourceManagement.Service.exe.config file.</Data>
      </EventData>
    </Event>
    I'm not really sure where to start investigating at this point.  The only other thing to note is that after installing the portal, I didn't see a new management agent in the synchronization service (I thought one was supposed to appear, though I could
    be mistaken).

    I eventually figured this out - it was that the portal management agent hadn't been created yet, I had to create it.

  • Case stmt with Like giving me syntax errors

    Hi, The following stmt is giving me syntax error. Please help. Thank you.
    SUM(CASE WHEN (GL_CODE_A.ACCNT = '12300100' AND GL_JE_HEADERS.SOURCE = 'Temp Transaction' AND GL_JE_HEADERS.JE_CATEGORY = 'PENDING') OR (GL_CODE_A.ACCNT = '45600100' AND GL_JE_HEADERS.SOURCE = 'Temp Transaction' AND GL_JE_HEADERS.JE_CATEGORY = 'PENDING' AND GL_CODE_A.GOALS LIKE (‘%R’)) THEN IFNULL(GL_JE_LINES.ENTERED_CR, 0) - IFNULL(GL_JE_LINES.ENTERED_DR, 0)ELSE 0 END)
    -- how to debug this stmt, the error message is too long, and how do you all debug a syntax error in OBIEE?
    -- Can you please let me know where the error is?
    [nQSError: 10058] A general error has occurred. [nQSError: 27002] Near : Syntax error [nQSError: 26012] . (HY000)

    ssk1974 wrote:
    Hi, The following stmt is giving me syntax error. Please help. Thank you.
    SUM(CASE WHEN (GL_CODE_A.ACCNT = '12300100' AND GL_JE_HEADERS.SOURCE = 'Temp Transaction' AND GL_JE_HEADERS.JE_CATEGORY = 'PENDING') OR (GL_CODE_A.ACCNT = '45600100' AND GL_JE_HEADERS.SOURCE = 'Temp Transaction' AND GL_JE_HEADERS.JE_CATEGORY = 'PENDING' AND GL_CODE_A.GOALS LIKE (‘%R’)) THEN IFNULL(GL_JE_LINES.ENTERED_CR, 0) - IFNULL(GL_JE_LINES.ENTERED_DR, 0)ELSE 0 END)
    -- how to debug this stmt, the error message is too long, and how do you all debug a syntax error in OBIEE?
    -- Can you please let me know where the error is?
    [nQSError: 10058] A general error has occurred. [nQSError: 27002] Near : Syntax error [nQSError: 26012] . (HY000)You debug your statement like you debug everything. Take it apart and rebuild it slowly until you find the piece that causes the error. One thing I see right off is that you have smart quotes around your %R.
    Don't add anything from Word, because smart quotes don't work. Change the single quotes to straight quotes and your query should work.

  • Every Iview in Portal giving error

    Hi All
    1. I have applied <b>SP15</b>
    2. <b>Uninstalled</b> JDK <b>1.4.2_06</b> and JRE
    3. <b>Installed JDK 1.4.2_09</b>
    Now every iview is <b>giving same error</b>. Like when I click on Content Administration > Webdynpro it is giving <b>following error</b> :
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/administrator/super_admin/super_admin_role/com.sap.portal.content_administration/com.sap.portal.content_admin_ws/com.sap.portal.webdynpro_ws/com.sap.portal.content_administrator/com.sap.portal.wd_content_administrator
    Component Name : com.sap.portal.appintegrator.sap.WebDynpro
    <b>Error occurs during the rendering of jsp component.</b>
    Exception id: 05:49_31/01/06_0007_4083050
    See the details for the exception ID in the log file
    I have checked the log file also . It is giving details like :
    Error in Compiling.
    [EXCEPTION]
    com.sapportals.portal.prt.servlets_jsp.server.compiler.CompilingException: Error occurs during the compilation of java generated from the jsp
         at com.sapportals.portal.prt.servlets_jsp.server.compiler.impl.J2eeCompiler_6_30.launchCompilerProcess(J2eeCompiler_6_30.java:577)
         at com.sapportals.portal.prt.servlets_jsp.server.compiler.impl.J2eeCompiler_6_30.compileExternal(J2eeCompiler_6_30.java:371)
         at
    Please Help.
    Thanks
    Raktim

    Hi Raktim,
    Are you trying to access it remotely?
    What is the configuration of the machine on which ur WAS is installed?
    Regards.
    Bhardwaj

  • Error Installing FIMService_x64_KB2870703.msp when FIM Service and FIM Portal (SharePoint) are on two different servers!

    I'm trying to install KB2870703 however I have our servers setup this way:
    Server A: FIM Service & Sync Service
    Server B: SharePoint 2013, Password Reset Portal, Password Registration Portal
    When attempting to install FIMService_x64_KB2870703.msp It starts and dies almost instantly
    The errors from the log:
    Action 12:27:15: CheckSharepointAdminServiceRunning.
    Action start 12:27:15: CheckSharepointAdminServiceRunning.
    SFXCA: Extracting custom action to temporary directory: C:\Windows\Installer\MSIEE5B.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.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c'
    or one of its dependencies. The system cannot find the file specified.
    File name: 'Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' ---> System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c'
    or one of its dependencies. The system cannot find the file specified.
    File name: 'Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c'
    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value  (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value .
       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 12:27:15: CheckSharepointAdminServiceRunning. Return value 3.
    Action ended 12:27:15: INSTALL. Return value 3.
    Property(S): Data = C:\Program Files\Microsoft Forefront Identity Manager\2010\Service\Data\

    On Wed, 26 Mar 2014 00:15:57 +0000, jmanley WI wrote:
    I installed it on server B I need to install on server A to update the Database Schema. My understanding is having the portal seperated from the portal is supported. Is that incorrect?
    You don't mention the FIM Portal at all in your first post.
    Paul Adare - FIM CM MVP
    "The day Microsoft makes something that doesn't suck is probably the day
    they
    start making vacuum cleaners" -- Ernst Jan Plugge

Maybe you are looking for

  • Could this be the worst customer service ever???

    Hi - not used the forum before, but have had the most unbelievable time trying to deal with BT.  The simplest way to illustrate how abysmally terrible they have been is to paste below the letter of complaint (and the follow up 2 weeks later) that I h

  • How do I attatch email addresses when I'm sending photos from my gallery?

    My addresses are in my Mobile Me account. When sending pictures from my MM account, how do I attatch these addresses?

  • Reciever's voice

    in my handset nokia e51 the voice frome where we hear the the voice of the caller is coming so low and the volume label is already full so please suggest me what to do? i want to know one more thing that can i change the fonts of my mobile becze i ha

  • One gripe...

    The Red/Yellow/Green close, minimize, and zoom buttons are irritatingly candy-like. I liked the ones in Tiger much better, and the current ones just scream out jolly-rancher "cherry", "orange", and "apple"....not too appealing to me.

  • Inbound outbound email check in R12

    Hi gurus: We installed 12.1.3 EBS with 11.1.0.7 dabase on Linux. The workflow and every thing is good now. I want to check inbound and outbound email works good or not every day. How do I do that? Thanks and regards