Error 3001 in FIM SSPR all of sudden

Hi Experts,
We have deployed FIM SSPR on two servers and managed the load via load balancer.
Till yesterday, we were able to do password reset and registration. But all of sudden, we were getting Error 3001 while attempting password reset and Session time out in Password Registration. I did checked everything was in place.
The application pool identity being used has all SPN configured.
Enabling verbose mode revealed this error:
Microsoft.ResourceManagement Error: 3 : The error page was displayed to the user.
Details:
Title: Access denied.
Message: Error processing your request: The operation was rejected because of access control policies.
Source: The supplied request content violates system rules.
Attributes: 
Details: The Request contains changes that violate system constraints.
CorrelationId: e0b2d32c-7bae-4e36-be5b-0b8e527e3e3a
RequestId: 
ErrorCode: 3001
CaughtTime: 12/12/2014 02:04:41
Any suggestion will be appreciated.
Thanks and Regards, Siva Kumar Balaguru

Check your MPR's associated with Password reset. Oh wait, I think this one is related to FIM Service not trusting SSPR account?
The data above this text is pseudorandom, brace yourselves.

Similar Messages

  • Linked Server to Access Database in SQL Server 2012 is working perfectly.But, All of sudden it is showing SQL Error Code:7303

    Linked Server to Access Database in SQL Server 2012 is working perfectly.But, All of sudden it is showing SQL Error Code:7303  
    Unable to connect to the database type that is created with earlier versions type. But the same Linked Server in another SQL Server instance is working perfectly. I am unable to rectify what is the problem please help.

    All of sudden it is showing SQL Error Code:7303  
    Error 7303 = "Cannot initialize the data source object of OLE DB provider "%ls" for linked server "%ls"."?
    Check the data Provider on the machine, e.g. using ODBC Admin by creating a DSN
    Olaf Helper
    Hi Olaf Helper,
    I don't now how to add a DSN for the Access Database using ODBC Admin. Can you Please help me with that one. as the solution to above problem i Have added a startup parameter -g512 to SQL Server is it effects my existing Assemblies in SQL Server. I am replacing
    the startup parameter as -g500 to -g512 here.
    Thank you
    Regards,
    AyubKhan M

  • My Facetime has always worked and now all the sudden when I try to log on from my Macbook it says the server has encountered an error with the server registration. This will not allow me to sign in. Anyone know how to fix this?

    My Facetime will not work on my Macbook Pro. This has always worked in the past and now all the sudden it says that I have encountered a problem with the server and registration. I tried to check the date and time zone which is correct and I have no restrictions set.

    I have the same issue. Does anybody know why this has happened

  • My songs I added from CD's I had have been shaded out and have a red circle with a dot by them - why cant they play all the sudden?? Anyone Please..

    Please help me understand why my songs dont play all the sudden - seems like the ones I bought from i tunes are fine and a few ones I uploaded but the others are errored out

    Please help me understand why my songs dont play all the sudden - seems like the ones I bought from i tunes are fine and a few ones I uploaded but the others are errored out

  • HT1222 Update to Safari 6.0.2 gives error message "The operation couldn't be completed. (NSURLErrorDomain error -3001.)(102)"

    Every time I try an update I keep getting the error message
    "The operation couldn’t be completed. (NSURLErrorDomain error -3001.)(102)."
    Once I get this error message and try to update again, I get told there are no updates. I have to cancel the first attempted update and close all message windows before it lets me try again, and guess what, same error as above.
    Is anyone else having this problem, or know how to fix it.
    Not sure at the moment if this is an Apple related problem or a problem with my machine, but everything else worked ok, including an earlier update to iPhoto

    Use this link instead:
    http://swcdn.apple.com/content/downloads/53/02/041-8081/2jwp4wjrwygtm4lc608qy4h0 n4a9yyq37g/Safari6.0.2Mountain.pkg

  • How to get Reports for specific User that how many password has been reset using FIM SSPR in FIM 2010 R2 SSPR

    Hi,
    How to get Reports for specific User that how many password has been reset using FIM SSPR in FIM 2010 R2 SSPR
    Regards
    Anil Kumar

    Hello there Anil,
    A simple way to quickly get a overview is to look at the request history within the portal environment (note that this will expire in a few day based on your environment, after that you would need to FIM Reporting Module - but you could increase this to
    maybe 60 days to so, watch the DB size).
    To do this you could create some custom search scopes of do some custom queries. The creator of the SSPR activities always has the same GUID so you can use that so search.
    In your search scope you can use the following XPath to play with.
    - All Password Reset Requests - /Request[Creator='b0b36673-d43b-4cfa-a7a2-aff14fd90522' and Operation='Put']
    - All Completed Password Reset Requests - /Request[Creator='b0b36673-d43b-4cfa-a7a2-aff14fd90522' and RequestStatus=‘Completed']
    You can play with the "RequestStatus".
    Hope this helps.
    Almero Steyn (http://www.puttyq.com) [If a post helps to resolve your issue, please click the "Mark as Answer" of that post or "Helpful" button of that post. By marking a post as Answered or Helpful, you help others find the answer
    faster.]

  • Error 3001, 3DGraph ActiveX control

    Hi I think I will become mad soon. I am programming application and I just add a 3D Graph. In the initialization process I set some parameters of it. When I open project, and run the top vi once everything works fine. When I run it again I get this error:
    Error 3001 occurred at ActiveX Automation Not Implemented
    I tried everything. I replaced the graph control with new one. That helped until I saved the top vi and run it again then the error appeared again.
    I even tried to simplify my code with the aim to find where the problem could be. I was able to erase everything (code/controls…loop) except for the 3Dgraph and it's property node that causes this and I was still getting the annoying error. But when I saved this remaining code and run it again it worked as expected with no error. I repeated it many times and I was not able to figure out where is the problem.
    Have anybody encountered this error? In addition the control behaves a little bit strange since sometimes the control appears out of the ActiveX container.
    Thx a lot
    LV 2011, Win7
    Attachments:
    theRemainder.vi ‏10 KB

    This was the most difficult error I have ever encountered. It took me nearly three days to solve it. Finally I have to admit it was all my fault.
    I have a vi that before the application runs it reads  values of saved controls from ini file and updates those ctrls according to it(UI_INI_ReadFP). When quitting other vi saves these values into file(UI_INI_WriteFP) - to make it really simple I just get all FP controls names and values via method and I filter those that aren't important for me. I didn't filter out the 3D Graph control. So what it did was that during initialization it loaded the reference number, like 0x55600002, from the ini file(the file was written when the application was quitting during the previous run) and assigned it to the 3Dgraph control. It worked if I run the application for the first time. When I quit it and run it again it tried to assign the same reference number again which wasn't obviously possible but it didn't appear until I wanted to change the properties of the 3DGraph.
    Grrrrr!
    I wish I could rate myself with five stars
    LV 2011, Win7
    Attachments:
    UI_INI_ReadFP.vi ‏25 KB
    UI_INI_WriteFP.vi ‏27 KB

  • Software Update: Networking Error (-3001)

    I'm trying to update my old G5 Mac (OS 10.5.8) via Software Update. I have a list of around a dozen items to update. I've tried running them individually but I keep getting Networking Error (-3001). Can anybody offer a way to fix this?
    It's an old Mac G5 Dual 2.7Ghz.

    Some general advice on updating:
    It is worth noting that it is an extreme rarity for updates to cause upsets to your system, as they have all been extensively beta-tested, but they may well reveal pre-existing ones, particularly those of which you may have been unaware. If you are actually aware of any glitches, make sure they are fixed before proceeding further.
    So before you do anything else:
    If you can, make a full backup first to an external hard disk. Ideally you should always have a bootable clone of your system that enables you to revert to the previous pre-update state.
    Turn off sleep mode for both screen and hard disk.
    Disconnect all peripherals except your keyboard and mouse.
    1. Repair Permissions (in Disk Utility)
    2. Verify the state of your hard disk using Disk Utility. If any faults are reported, restart from your install disk (holding down the C key), go to Disk Utility, and repair your startup disk. Restart again to get back to your startup disk.
    At least you can now be reasonably certain that your system does not contain any obvious faults that might cause an update/upgrade to fail.
    3. Download the correct version of the COMBO update from the Apple download site.
    The Combo updater of Leopard 10.5.8 can be found here:
    http://support.apple.com/downloads/Mac_OS_X_10_5_8_Combo_Update
    If you prefer to download updates via Software Update in the Apple menu (which would ensure that the correct version for your Mac was being downloaded), it is not recommended to allow SU to install major (or even minor) updates automatically. Set Software Update to just download the updater without immediately installing it. There is always the possibility that the combined download and install (which can be a lengthy process) might be interrupted by a power outage or your cat walking across the keyboard, and an interrupted install will almost certainly cause havoc. Once it is downloaded, you can install at a time that suits you. You should make a backup copy of the updater on a CD in case you ever need a reinstall.
    Full details about the 10.5.8 update here: http://support.apple.com/kb/HT3606
    More information on using Software Updater here:
    http://support.apple.com/kb/TA24901?viewlocale=en_US
    Using the Combo updater ensures that all system files changed since the original 10.5.0 are included, and any that may have been missed out or subsequently damaged will be repaired. The Delta updater, although a temptingly smaller download, only takes you from the previous version to the new one, i.e. for example from 10.5.7 to 10.5.8. Software Update will generally download the Delta updater only. The preferable Combo updater needs to be downloaded from Apple's download site.
    Now proceed as follows:
    4. Close all applications and turn off energy saving and screensaver.
    5. Unplug all peripherals except your keyboard and mouse.
    6. Install the update/upgrade. Do not under any circumstances interrupt this procedure. Do not do anything else on your computer while it is installing. Be patient.
    7. When it ask for a restart to complete the installation, click restart. This can take longer than normal, there are probably thousands of files to overwrite and place in the correct location. Do nothing while this is going on.
    8. Once your Mac is awake, repair permissions again, and you should be good to go!
    If your Mac seems slightly sluggish or ‘different’, perform a second restart. It can’t hurt and is sometimes efficacious! In fact a second restart can be recommended.
    9. Open a few of your most used applications and check that all is OK. In this connection please remember that not all manufacturers of third party applications and plug-ins, add-ons, haxies etc, will have had time to do any necessary rewrites to their software to make them compliant with the latest version of your operating system. Give them a week or two while you regularly check their websites for updates.
    N.B. Do not attempt to install two different updates at the same time as each may have different routines and requirements. Follow the above recommendations for each update in turn.
    Lastly, Apple's own article on the subject of Software Update may also be useful reading:
    http://docs.info.apple.com/article.html?artnum=106695
    [b]If you are updating Safari (or just have):[/b]
    Input Managers from third parties can do as much harm as good. They use a security loophole to reach right into your applications' code and change that code as the application starts up.  If you have installed an OS update and Safari is crashing, the very [i]first[/i] thing to do is clear out your InputManagers folders (both in your own Library and in the top-level /Library), log out and log back in, and try again.
    So, disable all third party add-ons before updating Safari, as they may not have been updated yet for the new version. Add them back one by one. If something goes awry, remove it again and check on the software manufacturer's website for news of an update to match your version of Safari.
    Most errors reported here after an update are due to an unrepaired or undetected inherent fault in the system, and/or a third party add-on.
    Additional tips on software installation here:
    http://docs.info.apple.com/article.html?artnum=106692
    To reiterate, Input Managers reach right into an application and alter its code. This puts the behavior of the affected application outside the control and responsibility of its developers: a recipe for  problems. That's not to say that issues absolutely will ensue as a result of Input Managers, but you, as a user, must decide. If the functionality of a specific Input Manager or set thereof is really important to you, you may well choose to assume the associated risk.
    Again, the advice is to remove all Input Managers from the following directories:
    /Library/InputManagers
    ~/Library/InputManagers
    especially prior to system updates (they can always be added back one-by-one later).
    Solutions for troubleshooting installation, startup, and login issues in Mac OS X v10.5
    http://support.apple.com/kb/TS1541?viewlocale=en_US

  • Can't Preview Widgets -- Error 3001

    I'm running Dreamweaver  CS5 on a Mac (Snow Leopard). When I try to invoke the Widget Browser's Preview feature, I get an "Error 3001" which means that file or folder access is denied. But on which folder or file do I change the read and write permissions? I've looked around the Web and in changed permissions in my Library and on the HD's Library but nothing seems to work. The widgets do install but I have to configure them manually. Your help appreciated. Thanks.
    Arnie Keller

    Hi Arnie,
    I'm having the same issue on a Win 7. Did you get your issue resolved. Nobody I've spoken w/ knows how to fix it. I had the same error notice when clicking 'Help' on all apps that are in CS5 and a tech person fixed it in 3 mintues - but I didn't follow his actions in the registery and they refuse to let me get in touch w/ him (Varun in installation dept/India). Please let me know if you fixed the 3001 error when opening the Widget browser. Thank you.
    John

  • HT5568 what should I do when I get  this message ? (NSURLErrorDomain error -3001.)(102)

    what should I do when I get  this message ? (NSURLErrorDomain error -3001.)(102)

    Many poeple has the same problem. All you have to do is download and istall this update manually from here: http://swcdn.apple.com/content/downloads/53/02/041-8081/2jwp4wjrwygtm4lc608qy4h0 n4a9yyq37g/Safari6.0.2Mountain.pkg
    Hope this helps!

  • All of sudden my iCloud mail is working

    My icloud mail and notes have not worked for about a week.  Everytime I would check my mail on my IOS device or my mac, I would get a message saying it could not contact the server. When I went to icloud.com, it would say mail can't be loaded. Also on my mac mail client, there was no tab for icloud notes.
    All of sudden this morning my iCloud mail is working.  No error messages when I go get mail and my icloud is working, with my notes syncing correctly and the notes for icloud tab is back in my mail client.
    Did anyone have a similiar experience?
    Any news from Apple about this?

    mmchisholm - just so you know you're not alone, I too am having the exact same issue as of latest software update bundle. Have to manually add each photo until Apple issues solution or minor software update.

  • Oracle BI Server Error_ Stops all of sudden

    Hi,
    I installed OBIEE 10.1.3. on my windows xp (sp3) system. It was fine and working good... all of sudden when I open the BI Server it starts and when trying to connect to Presentation Services then BI server stops.. saying " Oracle BI server encountered a problem and needs close..." .
    and the error is
    "Oracle Business Intelligence
    Unable to Log In
    Odbc driver returned an error (SQLDriverConnectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred.
    [nQSError: 12002] Socket communication error at call=recv: (Number=10038) An operation was attempted on something that is not a socket. (HY000)
    Please enter your User ID and Password below, and then press the Log In button. "
    I uploaded the image below...
    is there any resolution for this error.. help would be appreciated.
    (browser is Internet Explorer 8 and it used to get the error " internet explorer encountered a problem and needs close.. so I found some resolution on google installed Dr.watson an default debugger.. and deleted some registry keys of debugger.. so it went fine.. now IE is not crashing.. does this have any impact..? just a doubt)
    Thanks and Regards,
    Sri-Oracle.
    Edited by: Sri-Oracle on Nov 25, 2011 4:57 PM

    Hi Dpka,
    My server log file doesn't show any errors...
    any way I am pasting for analysis...
    NQServer log file:
    2011-11-23 12:41:38
    Copyright (c) 1997-2009 Oracle Corporation, All rights reserved
    2011-11-23 12:41:38
    [36007] Loading repository C:\OracleBI\server\Repository\SH.rpd.
    2011-11-23 12:41:39
    [14055] Loading subject area: SH ...
    2011-11-23 12:41:40
    [14056] Finished loading subject area: SH.
    2011-11-23 12:41:40
    [58002] Query Cache loaded with 0 entries from saved cache files.
    2011-11-23 12:41:40
    [43030] :     Oracle BI Server started. Version: 10.1.3.4.1.090414.1900.
    2011-11-23 12:48:15
    [43031] :     Oracle BI Server shutdown.
    2011-11-23 12:48:15
    [58001] Query Cache Statistics -- Hits:0(0%), Qualified Misses:0(0%), Unqualified Misses:0(0%).
    2011-11-23 12:48:15
    [14058] Unloaded all subject areas.
    2011-11-23 12:52:12
    [36007] Loading repository C:\OracleBI\server\Repository\SH.rpd.
    2011-11-23 12:52:12
    [14055] Loading subject area: SH ...
    2011-11-23 12:52:12
    [14056] Finished loading subject area: SH.
    2011-11-23 12:52:12
    [58002] Query Cache loaded with 0 entries from saved cache files.
    2011-11-23 12:52:12
    [43030] :     Oracle BI Server started. Version: 10.1.3.4.1.090414.1900.
    2011-11-23 12:54:31
    [16020] Metadata Database Type: Oracle8.1
    Data Source Name: SH_Practice
    Data Source Type: Oracle 10.01.0020
    2011-11-23 12:54:31
    Data Source Name: SH_Practice
    Client Driver Version 10.01.0002
    2011-11-23 17:32:56
    [nQSError: 12002] Socket communication error at call=recv: (Number=10004) A blocking operation was interrupted by a call to WSACancelBlockingCall.
    2011-11-23 17:32:58
    [43031] :     Oracle BI Server shutdown.
    2011-11-23 17:32:58
    [58001] Query Cache Statistics -- Hits:1(17%), Qualified Misses:5(83%), Unqualified Misses:0(0%).
    2011-11-23 17:32:58
    [14058] Unloaded all subject areas.
    2011-11-23 18:35:09
    [36007] Loading repository C:\OracleBI\server\Repository\SH.rpd.
    2011-11-23 18:35:09
    [14055] Loading subject area: SH ...
    2011-11-23 18:35:09
    [14056] Finished loading subject area: SH.
    2011-11-23 18:35:09
    [58002] Query Cache loaded with 2 entries from saved cache files.
    2011-11-23 18:35:09
    [43030] :     Oracle BI Server started. Version: 10.1.3.4.1.090414.1900.
    2011-11-23 19:06:19
    [43031] :     Oracle BI Server shutdown.
    2011-11-23 19:06:19
    [58001] Query Cache Statistics -- Hits:0(0%), Qualified Misses:0(0%), Unqualified Misses:0(0%).
    2011-11-23 19:06:19
    [14058] Unloaded all subject areas.
    2011-11-23 21:17:42
    [36007] Loading repository C:\OracleBI\server\Repository\SH.rpd.
    2011-11-23 21:17:42
    [14055] Loading subject area: SH ...
    2011-11-23 21:17:42
    [14056] Finished loading subject area: SH.
    2011-11-23 21:17:42
    [58002] Query Cache loaded with 0 entries from saved cache files.
    2011-11-23 21:17:42
    [43030] :     Oracle BI Server started. Version: 10.1.3.4.1.090414.1900.
    2011-11-23 21:28:09
    [16020] Metadata Database Type: Oracle8.1
    Data Source Name: SH_Practice
    Data Source Type: Oracle 10.01.0020
    2011-11-23 21:28:09
    Data Source Name: SH_Practice
    Client Driver Version 10.01.0002
    2011-11-23 21:30:32
    [36007] Loading repository C:\OracleBI\server\Repository\SH.rpd.
    2011-11-23 21:30:32
    [14055] Loading subject area: SH ...
    2011-11-23 21:30:32
    [14056] Finished loading subject area: SH.
    2011-11-23 21:30:32
    [58002] Query Cache loaded with 0 entries from saved cache files.
    2011-11-23 21:30:32
    [43030] :     Oracle BI Server started. Version: 10.1.3.4.1.090414.1900.
    2011-11-23 21:33:27
    [16020] Metadata Database Type: Oracle8.1
    Data Source Name: SH_Practice
    Data Source Type: Oracle 10.01.0020
    2011-11-23 21:33:27
    Data Source Name: SH_Practice
    Client Driver Version 10.01.0002
    2011-11-23 21:34:41
    [36007] Loading repository C:\OracleBI\server\Repository\SH.rpd.
    2011-11-23 21:34:41
    [14055] Loading subject area: SH ...
    2011-11-23 21:34:41
    [14056] Finished loading subject area: SH.
    2011-11-23 21:34:41
    [58002] Query Cache loaded with 0 entries from saved cache files.
    2011-11-23 21:34:41
    [43030] :     Oracle BI Server started. Version: 10.1.3.4.1.090414.1900.
    2011-11-23 21:49:40
    [16020] Metadata Database Type: Oracle8.1
    Data Source Name: SH_Practice
    Data Source Type: Oracle 10.01.0020
    2011-11-23 21:49:40
    Data Source Name: SH_Practice
    Client Driver Version 10.01.0002
    2011-11-23 21:50:13
    [36007] Loading repository C:\OracleBI\server\Repository\SH.rpd.
    2011-11-23 21:50:13
    [14055] Loading subject area: SH ...
    2011-11-23 21:50:13
    [14056] Finished loading subject area: SH.
    2011-11-23 21:50:13
    [58002] Query Cache loaded with 0 entries from saved cache files.
    2011-11-23 21:50:13
    [43030] :     Oracle BI Server started. Version: 10.1.3.4.1.090414.1900.
    2011-11-23 21:50:35
    [16020] Metadata Database Type: Oracle8.1
    Data Source Name: SH_Practice
    Data Source Type: Oracle 10.01.0020
    2011-11-23 21:50:35
    Data Source Name: SH_Practice
    Client Driver Version 10.01.0002
    2011-11-23 21:53:38
    [36007] Loading repository C:\OracleBI\server\Repository\SH.rpd.
    2011-11-23 21:53:38
    [14055] Loading subject area: SH ...
    2011-11-23 21:53:38
    [14056] Finished loading subject area: SH.
    2011-11-23 21:53:38
    [58002] Query Cache loaded with 0 entries from saved cache files.
    2011-11-23 21:53:38
    [43030] :     Oracle BI Server started. Version: 10.1.3.4.1.090414.1900.
    2011-11-23 21:53:48
    [16020] Metadata Database Type: Oracle8.1
    Data Source Name: SH_Practice
    Data Source Type: Oracle 10.01.0020
    2011-11-23 21:53:48
    Data Source Name: SH_Practice
    Client Driver Version 10.01.0002
    2011-11-23 21:54:01
    [36007] Loading repository C:\OracleBI\server\Repository\SH.rpd.
    2011-11-23 21:54:01
    [14055] Loading subject area: SH ...
    2011-11-23 21:54:01
    [14056] Finished loading subject area: SH.
    2011-11-23 21:54:01
    [58002] Query Cache loaded with 0 entries from saved cache files.
    2011-11-23 21:54:01
    [43030] :     Oracle BI Server started. Version: 10.1.3.4.1.090414.1900.
    2011-11-23 21:54:21
    [16020] Metadata Database Type: Oracle8.1
    Data Source Name: SH_Practice
    Data Source Type: Oracle 10.01.0020
    2011-11-23 21:54:21
    Data Source Name: SH_Practice
    Client Driver Version 10.01.0002
    2011-11-23 21:54:31
    [36007] Loading repository C:\OracleBI\server\Repository\SH.rpd.
    2011-11-23 21:54:31
    [14055] Loading subject area: SH ...
    2011-11-23 21:54:31
    [14056] Finished loading subject area: SH.
    2011-11-23 21:54:31
    [58002] Query Cache loaded with 0 entries from saved cache files.
    2011-11-23 21:54:31
    [43030] :     Oracle BI Server started. Version: 10.1.3.4.1.090414.1900.
    2011-11-23 21:54:46
    [16020] Metadata Database Type: Oracle8.1
    Data Source Name: SH_Practice
    Data Source Type: Oracle 10.01.0020
    2011-11-23 21:54:46
    Data Source Name: SH_Practice
    Client Driver Version 10.01.0002
    2011-11-23 21:55:02
    [36007] Loading repository C:\OracleBI\server\Repository\SH.rpd.
    2011-11-23 21:55:03
    [14055] Loading subject area: SH ...
    2011-11-23 21:55:03
    [14056] Finished loading subject area: SH.
    2011-11-23 21:55:03
    [58002] Query Cache loaded with 0 entries from saved cache files.
    2011-11-23 21:55:03
    [43030] :     Oracle BI Server started. Version: 10.1.3.4.1.090414.1900.
    2011-11-23 21:55:13
    [16020] Metadata Database Type: Oracle8.1
    Data Source Name: SH_Practice
    Data Source Type: Oracle 10.01.0020
    2011-11-23 21:55:13
    Data Source Name: SH_Practice
    Client Driver Version 10.01.0002
    2011-11-23 21:56:01
    [36007] Loading repository C:\OracleBI\server\Repository\SH.rpd.
    2011-11-23 21:56:01
    [14055] Loading subject area: SH ...
    2011-11-23 21:56:01
    [14056] Finished loading subject area: SH.
    2011-11-23 21:56:01
    [58002] Query Cache loaded with 0 entries from saved cache files.
    2011-11-23 21:56:01
    [43030] :     Oracle BI Server started. Version: 10.1.3.4.1.090414.1900.
    2011-11-23 21:56:34
    [16020] Metadata Database Type: Oracle8.1
    Data Source Name: SH_Practice
    Data Source Type: Oracle 10.01.0020
    2011-11-23 21:56:34
    Data Source Name: SH_Practice
    Client Driver Version 10.01.0002
    2011-11-23 21:57:42
    [36007] Loading repository C:\OracleBI\server\Repository\SH.rpd.
    2011-11-23 21:57:42
    [14055] Loading subject area: SH ...
    2011-11-23 21:57:42
    [14056] Finished loading subject area: SH.
    2011-11-23 21:57:42
    [58002] Query Cache loaded with 0 entries from saved cache files.
    2011-11-23 21:57:43
    [43030] :     Oracle BI Server started. Version: 10.1.3.4.1.090414.1900.
    2011-11-23 21:58:14
    [16020] Metadata Database Type: Oracle8.1
    Data Source Name: SH_Practice
    Data Source Type: Oracle 10.01.0020
    2011-11-23 21:58:14
    Data Source Name: SH_Practice
    Client Driver Version 10.01.0002
    2011-11-23 21:59:22
    [36007] Loading repository C:\OracleBI\server\Repository\SH.rpd.
    2011-11-23 21:59:22
    [14055] Loading subject area: SH ...
    2011-11-23 21:59:22
    [14056] Finished loading subject area: SH.
    2011-11-23 21:59:22
    [58002] Query Cache loaded with 0 entries from saved cache files.
    2011-11-23 21:59:22
    [43030] :     Oracle BI Server started. Version: 10.1.3.4.1.090414.1900.
    2011-11-23 21:59:55
    [16020] Metadata Database Type: Oracle8.1
    Data Source Name: SH_Practice
    Data Source Type: Oracle 10.01.0020
    2011-11-23 21:59:55
    Data Source Name: SH_Practice
    Client Driver Version 10.01.0002
    2011-11-23 22:01:27
    [36007] Loading repository C:\OracleBI\server\Repository\SH.rpd.
    2011-11-23 22:01:27
    [14055] Loading subject area: SH ...
    2011-11-23 22:01:27
    [14056] Finished loading subject area: SH.
    2011-11-23 22:01:27
    [58002] Query Cache loaded with 0 entries from saved cache files.
    2011-11-23 22:01:27
    [43030] :     Oracle BI Server started. Version: 10.1.3.4.1.090414.1900.
    2011-11-23 22:02:13
    [16020] Metadata Database Type: Oracle8.1
    Data Source Name: SH_Practice
    Data Source Type: Oracle 10.01.0020
    2011-11-23 22:02:13
    Data Source Name: SH_Practice
    Client Driver Version 10.01.0002
    2011-11-24 09:42:59
    [36007] Loading repository C:\OracleBI\server\Repository\SH.rpd.
    2011-11-24 09:42:59
    [14055] Loading subject area: SH ...
    2011-11-24 09:42:59
    [14056] Finished loading subject area: SH.
    2011-11-24 09:42:59
    [58002] Query Cache loaded with 0 entries from saved cache files.
    2011-11-24 09:42:59
    [43030] :     Oracle BI Server started. Version: 10.1.3.4.1.090414.1900.
    2011-11-24 09:45:02
    [16020] Metadata Database Type: Oracle8.1
    Data Source Name: SH_Practice
    Data Source Type: Oracle 10.01.0020
    2011-11-24 09:45:02
    Data Source Name: SH_Practice
    Client Driver Version 10.01.0002
    Thanks and Regards,
    Sri.

  • Unable to use .(propertyNameHere) all the sudden

    So there I am testing a script using a typical $service = get-service followed by $service.name and nothing.  I get confused and hit $service and there is everything.  I try a few different commands and get the same result.  For some reason
    I cannot use .property to get anything on any command I try.  No errors no warnings nothing.
    Dislaimer 1:As usual I could be way off so no playing like I'm Frankenstein. Disclaimer 2: my Speeling and proofing skills are teh fail

    so here is the full example:
    $DatacenterName = Get-datacenter
    $menu = @{}
    For ($i=1;$i -le $DatacenterName.count; $i++){
        Write-host "$i. $($ClusterName[$i-1].name)"
        $menu.Add($i,($DatacenterName[$i-1].name))
    [int]$ans = Read-Host 'Enter selection'
    $DatacenterSelection = $menu.Item($ans)
    Write-host ""
    Write-Host "$DatacenterSelection selected."
    Write-host ""
    This was working just fine until about 12:15 then all the sudden i started getting:
    21.
    Cannot index into a null array.
    At line:2 char:14
    + $ClusterName[ <<<< $i-1].name
        + CategoryInfo          : InvalidOperation: (21:Int32) [], RuntimeException
        + FullyQualifiedErrorId : NullArray
    however when I select a number the proper name displays
    I did however open another script that performs the same action just no using get-datacenter and it works fine.  I was looking for ideas.
    Dislaimer 1:As usual I could be way off so no playing like I'm Frankenstein. Disclaimer 2: my Speeling and proofing skills are teh fail

  • HT204291 All of sudden apple tv will not play my tv shows/movies on itunes.  It says "The connected display is not authorized to play protected movies."...

    All of sudden apple tv will not play my tv shows/movies on itunes.  It says "The connected display is not authorized to play protected movies.
    Can anyone help  I have just bought alot of movies and tv shows and want to watch them with my family not just on my ipad!!!
    Not sure why this has just started happening.  have been using apple tv with my ipad for months and now it comes up with this error... 
    THanks

    Firstly restart the AppleTV, secondly check the HDMI lead and if possible swap for another or another HDMI input - sounds as though AppleTV thinks the TV is not HDCP capable.
    AC

  • I have a an iMac 27" and am trying to import some videos of a friends wedding into iMovie however one of the movies won't import. It doesn't say why or give any error message or codes. All of the other movies on the card download with out a problem.

    I have an iMac 27" and am trying to import some videos of a friends wedding into iMovie however one of the movies won't import. It doesn't say why or give any error message or codes.
    All of the other movies on the card download with out a problem. The movie in question is not 'corrupt' as you can watch it in iMovie direct from the SD card but as soon as you try to import it, it  just says 'error'. iIve tried moving the file to an external drive ( and other variations on this theme) then importing but have had no luck.
    Can anyone please help me.

    The mystery remains....
    Thanks for the pointers. The file type is .mts (a proprietry sony one).
    I have now found some video converter software (Wondershare and iSkysoft) at a cost. Either will convert this file for me into .mp4. This I can then import into iMovie without any problems. I've checked this on the trial versions and it worked well but without paying am left with a giant watermark in the video
    The mystery (which I still havent solved) is why did 20 other .mts files import fine and then this one not?
    If you could point me in the direction of some free .mts converter software that would be the cherry on the cake.
    Thanks

Maybe you are looking for

  • Assets Stock t code

    Dear Expert, Can you tell me t.code where I can see the stock of assets which is not capitalized till dated abhishek

  • Email photos from iPhoto 8 with Verizon Fios internet

    I am totally new to the wonderful mac world. I have a new iMac with Verizon Fios internet. When I try to automatically setup for emailing photos it tries to setup something with "incoming.yahoo.... How do I go about setting up email sharing of photos

  • Get URL for List and ListItem

    Hi, I have a SharePoint List (SPList) and need to provide the URL for the list. It should be possible to copy this URL to the browsers address field and navigate to the corresponding Details or Overview View (or default view) of the list. Additionall

  • Capture destination file already exists

    After doing a series of voice overs successfully, I reopened the FCE application and I'm getting this message.  Cannot create any further voice overs. Solutions?

  • Log4j message Problem

    Problem description: my logger.info statements from my classes are logged in to the app.log file which is my application log file and also on my Websphere console (System out.log ) staements are displaying , actually my requirement is to see logger s