Dbms_java.grant_permission in Microsoft Windows

Hi,
I have tried so many many times to get this working but have failed. When I ran the following statement, it did return 10 rows (10 files in the path in operating system). However, all rows showed null values with no data at all. I think this is something to deal with Windows. I cannot find any help on the Web. Here is the package that I got:
http://sql-plsql-de.blogspot.com/2008/09/ein-einfacher-ansatz-dateien-eines.html?lang=en
<pre>
begin
dbms_java.grant_permission(
'XXX_MGR',
'SYS:java.io.FilePermission',
'F:\xxx_jobs\uploads\images\birth',
'read');
end;
select e.file_name, e.is_dir, e.file_size
from table(file_pkg.get_file_list(file_pkg.get_file('F:\xxx_jobs\uploads\images\birth'))) e
</pre>

grant read permission to the directory and the files in it by using F:\xxx_jobs\uploads\images\birth\-. F:\xxx_jobs\uploads\images\birth\* is also an alternative.thanks to Carsten Czarski page for highlighting this.

Similar Messages

  • DBMS_JAVA.GRANT_PERMISSION RESULTS IN ORA-03113

    I've successfully created and deployed a java procedure that compresses files for use as email attachements. Upon executing the procedure I get a trace file telling me to grant java.io.FilePermission to the user. I attempted the call (connected as sys (sysdba)):
    exec dbms_java.grant_permission('VEHICLE','SYS:java.io.FilePermission','f:\oracle\soe_data\*', 'read, write');
    which resulted in:
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    and a core dump with:
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [unable_to_trans_pc] [PC:0x377E21D] [ADDR:0x24] [UNABLE_TO_READ] []
    I opened up an SR on metalink and have not gotten a response.
    I checked the Java install with "desc DBMS_JAVA" and got no errors. I also tried several variations to the path syntax, escaping the backslash, with/without the *, to just the directory, to an explicit filename, etc.
    Oracle information is as follows:
    Oracle Database 10g Enterprise Edition Release 10.1.0.5.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Windows XP Version V5.1 Service Pack 2
    CPU : 1 - type 586
    Thanks in advance

    I finally got this resolved. Apparently the catpatch.sql script did not run during the last upgrade causing a version mis-match

  • Microsoft-Windows-Folder Redirection Error 502. CSC database locked by another user

    Dear all,
    We are finalizing our Windows 7 migration where we migrated 500+ clients. In our enterprise concept we implemented RUP (Roaming User Profiles) and Redirected Folders for all
    users. The Redirected Folders have been by enabled by a single GPO which redirects all folders from
    AppData to
    Searches \\servername.domain.name\documents$\%username%.
    Problem:
    The RUP and Redirected folders solution works fine until a new user wants to logon. This new user has been migrated to RUP and Redirected on another system and
    he just wants to work on another workplace or gets a temporary pc. What happens is that redirected folders do not work. The user gets a message that the folder is not reachable and desktop is empty.
    Troubleshooting:
    Soon I found out that something was being locked. If we used a user account which had working Redirect Folders than this
    worked for that user. An event of 10 was logged in OfflineFiles area of EventViewer to reconnect the path which was configured in the GPO.
    This is example screenshot. It says "Error on Open Folder. \\server.domain.name\documents$\%username%\Desktop refers to a location that is unavailable. It could be on a hard disk
    on this computer, or a on a network. Check to make sure that the disk is properly inserted, or that you are connected to the Internet or your network, and then try again. If it still cannot be located, the information might have been moved to a different location."
    These symptoms happen randomly and not on all workstations. The pain here is when it happens on a portable computer. For desktop we disabled the "Disable Offline Files' in "Manage
    Offline Files" control panel and then reboot. After the reboot the folders are directed
    and it works without these errors... On portable computer we can't use this work around as they need to work offline.
    If I connect to the share without the FQDN like \\servername\documents$\%username%\Desktop than this works fine and user can access all folders. When I try the FQDN path which is
    configured in the GPO to redirect user to like \\servername.domain.name\documents$\%username%\Desktop than it fails with this message. I personally think because the C:\Windows\CSC database is locked by the previous user who has been logged on this system.
    An example of the event generated in the Applications Event viewer part (I removed some username and server path):
    Log Name:      Application
    Source:        Microsoft-Windows-Folder Redirection
    Date:          1-2-2011 17:40:11
    Event ID:      502
    Task Category: None
    Level:         Error
    Keywords:     
    User:          domain\ivan
    Computer:      computer.domain.name
    Description:
    Failed to apply policy and redirect folder "Videos" to "\\servername.domain.name\documents$\ivan\Documents\My Videos".
     Redirection options=0x1001.
     The following error occurred: "Can not create folder "\\\servername.domain.name\documents$\ivan\Documents\My Videos"".
     Error details: "Access is denied.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-Folder Redirection" Guid="{7D7B0C39-93F6-4100-BD96-4DDA859652C5}" />
        <EventID>502</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2011-02-01T16:40:11.486983400Z" />
        <EventRecordID>2754</EventRecordID>
        <Correlation ActivityID="{3211E6FB-2801-456D-BE6E-66AAE150A4DC}" />
        <Execution ProcessID="968" ThreadID="5856" />
        <Channel>Application</Channel>
        <Computer>computer.domain.name</Computer>
        <Security UserID="S-1-5-21-3705223304-2632712944-1292073641-26755" />
      </System>
      <EventData Name="EVENT_FDEPLOY_FailedToApplyPolicy">
        <Data Name="FromFolder">Videos</Data>
        <Data Name="ToFolder">\\servername.domain.name\documents$\ivan\Documents\My Videos</Data>
        <Data Name="Options">0x1001</Data>
        <Data Name="Error">Can not create folder "\\servername.domain.name\documents$\ivan\Documents\My Videos"</Data>
        <Data Name="ErrorDetails">Access is denied.
    </Data>
      </EventData>
    </Event> 
    Something like this I see in the Application Eventviewer:
    Environment:
    Windows 7 Enterprise client with patches until 1-Nov-2010
    Windows Server 2008 R2 for the Documents$ share
    Windows Server 2003 R2 as the domain controller
    I have tried all different option even to rebuild the CSC database but this also was not helping. I hope we are not dealing with a bug.
    Any help is much appreciated.
    Best regards, Ivan Versluis http://www.networknet.nl

    Ivan and SteveDIG - Thanks for taking the time to post detailed information about what you have found.  I have found the same things over the past few months and have been working with Microsoft to resolve this.  Like Ivan, I have been told by
    MS that this is a design problem in Windows 7, but they did admit it is a bug and did not charge me for the case.  That was the good news.  The bad news was that the problem is so 'deep' in Windows 7 that it will not be fixed until Windows 8 and
    the CSC engineering team in Redmond has rejected several requests to fix this issue in Windows 7 from several customers.  I personally feel we should have hauled our TAM in over this, but that wasn't my call so we haven't attempted to get an attitude
    change from MS.
    <RANT> I find this completely outrageous.  Windows is supposed to be a multi-user operating system suitable for deployment to mobile workforces spread around the world and often using slow VPN links.  Offline folders, folder redirection,
    slow link detection, etc. are all great on paper and as I did the design work for the W7 solution I've just built I sold these advantages heavily.  I now have serious egg on my face and am not happy.  Like others here I missed this in testing as
    multiple users are a fringe for us, but still important, I unfortunately didn't think to specifically test for multiple users, though I tested the features thoroughly and was happy with the results when used on single user machines.</RANT>
    As identified above, this issue manifests when more than one user uses a machine and their Offline folders (all redirected folders are configured this way by default) are in an offline state when the first user logs off.  The second user cannot access
    this 'offline' share so folder redirection fails.  We get burnt as we have latency=0 configured for slow link detection with Offline folders so users always work offline.  This is partly because of WAN optimisers in the network that lie to Windows
    so the online/offline transition doesn't work on slow links (not MS's fault), and partly because it made sense for other reasons.
    The workaround Microsoft and I came up with for our environment was to use individual file shares for each user.  We had been using a common file share with each user folder under that file share.  Changing to an individual share for each users
    means the share is not locked by the previous user.
    Examples
    This would cause a problem if John then Emma logged on to the same machine. Folder redirection would fail for Emma:
    \\FileServer1\Users$\john
    \\FileServer1\Users$\emma
    So would this if DFS was used
    \\my.domain\users\john            (points to \\FileServer1\Users$\John)
    \\my.domain\users\emma          (points to \\FileServer1\Users$\Emma)
    This would fix the problem:
    \\FileServer1\John$
    \\FileServer1\Emma$
    Unfortunately we then figured we could move these shares behind DFS like so:
    \\my.domain\homes\john             (points to \\FileServer1\John$)
    \\my.domain\homes\emma          (points to \\FileServer1\emma$)
    This was wrong.  The problem returned.  I assume the share that is being locked is now the DFS root and not the user share.
    The operations team here is very reluctant to go with direct access to the file servers and not use DFS as that will create issues for them in the future when they need to make file server changes.  I sympathise with them but can't see an alternative
    at the moment as we are deploying W7 and can't stop.  If I'd picked this up earlier a third party product might have been the solution (MS actually suggested this when I opened my case).
    I hope the information about individual shares above is helpful to someone.  Otherwise I don't really have more to add but I needed the rant :-)
    <RANT>BTW.  Has anyone tested changing a user’s home directory path once it is cached?  Try it. Test a scenario where you move the user from one file server to another.  You will not enjoy the results.  I'll say no more
    than this as it is off topic, but it shows the lack of investment in the CSC feature in Windows.  Very disappointing</RANT>

  • I have an airport extreme and my computer runs Microsoft windows XP Media Center Edition 2005. I receive an error message saying " airport requires that your computer is running windows xp sp3 or windows vista sp1 or newer"...why?

    i have an airport extreme and my computer runs Microsoft windows XP Media Center Edition 2005. I receive an error message saying " airport requires that your computer is running windows xp sp3 or windows vista sp1 or newer"...why?

    It is required to be able to connect. Download SP3 here. http://www.microsoft.com/download/en/details.aspx?id=24
    I Hope I Was Able To Help You Or Solve Your Question.
    Simmm
    3/12/2012
    If Someone Helped You, Click
    "This Helped Me"
    If Someone Solved Your Question, Click
    "This Solved My Question"

  • Problems with Photoshop CS2 I originally purchased this software several years ago. At time I was running Microsoft Windows XP. This computer recently was replaced with  a Dell running Windows 8.I reloaded my CS2 on this computer & it ran fine with a few

    Problems with Photoshop CS2
    I originally purchased this software several years ago. At time I was running Microsoft Windows XP.
    This computer recently was replaced with a Dell running Windows 8.I reloaded my CS2 on this computer & it ran fine with a few exceptions as follows;
    when the software comes up initially I get a message that says “could not complete your request because of program error”. Hitting OK allows me to continue using the software .
    When I try to activate a function using CTLR or ALT keys I get this message “required application failed to load and the product cannot continue. Please reinstall the application”. This causes the application to abort.
    Reloading my CS2 continues to generate the same messages when I depress the CTLR or ALT keys.

    Your original copy is obsolete and Adobe is offering a free replacement you are entitled to. Download and use that and that should clear it up for you.
    https://helpx.adobe.com/x-productkb/policy-pricing/creative-suite-2-activation-end-life.ht ml
    Download this copy of CS2 and use the serial number provided next to the download link.

  • Migrate Oracle EBS 12.1.3 from Microsoft Windows 2003 32-Bit to Linux

    Hi
    We are currently using Oracle EBS 12.1.3 on Microsoft Windows 2003 32-Bit. We are planning to migrate to linux. I have gone through the certification matrix and the following versions certified with Oracle EBS 12.1.3
    1. Linux x86 Oracle Linux 5
    2. Linux x86 Oracle Linux 4
    3. Linux x86 Red Hat Enterprise Linux 5
    4. Linux x86 SLES 10
    Question #
    1Q) I would like to know is there any linux freeware which is certified with Oracle EBS 12.1.3
    2Q) Also please let me know which documents I need to follow to migrate Oracle EBS 12.1.3 from Microsoft Windows to Linux

    1Q) I would like to know is there any linux freeware which is certified with Oracle EBS 12.1.3No.
    2Q) Also please let me know which documents I need to follow to migrate Oracle EBS 12.1.3 from Microsoft Windows to LinuxApplication Tier Platform Migration with Oracle E-Business Suite Release 12 [ID 438086.1]
    To migrate the database you can use export/import or transportable tablespaces -- Refer to these docs for details:
    Export/Import Process for Oracle E-Business Suite Release 12 using 10gR2 [ID 454616.1]
    Export/import process for R12 using 11gR1 or 11gR2 [ID 741818.1]
    Using Transportable Database to migrate E-Business Suite R12 Using Oracle Database 10gR2 or 11g [ID 734763.1]
    Thanks,
    Hussein

  • Does QTP/UFT support "Microsoft.Windows.Control" (one type of wpf control)?

    Hello,
    I have a challenge automating WPF Application in which they used new type of Wpf Data GridControl i.e "Microsoft.Windows.Control". We cannot access all the properties of this control(RowCount,GetCelldata). Can Anyone get this issue and provide me details of any patch that can resolve this issue?
    Please let me know if you need more info and provide resolution ASAP

    Hello,
    I have a challenge automating WPF Application in which they used new type of Wpf Data GridControl i.e "Microsoft.Windows.Control". We cannot access all the properties of this control(RowCount,GetCelldata). Can Anyone get this issue and provide me details of any patch that can resolve this issue?
    Please let me know if you need more info and provide resolution ASAP

  • For unknown reason, why would I be getting many new re-directs to Ads via FiuneDeaalSuoft which seem to come through Microsoft Windows webpages?

    A program from FiuneDeaalSuoft somehow appeared in my Firefox Add-0ns as of 2 days ago (08212014) according to Control Panel-Programs. I don't recognize it, but possibly I mistakenly clicked on an acceptance interface without realizing it. The ad re-directs which it caused were onerous and invasive. The re-directs first started appearing when I received a message advising me to update some other programs. I have a list of most of them. It seemed to start I went onto a Windows web page, for Windows Live Movie Maker,
    < http://windows.microsoft.com/en-us/windows-live/movie-maker-file-types-faq?wlexpid=FC1B09C67C184525852C59C15A0F465E >
    which had 3 block ads at the top from FiuneDeaalSuoft. The links for those three ads were:
    < Microsoft.iYogi.com > phone 855-558-2498,
    < Microsoft-Windows.iYogi.com > phone 855-558-2498, and
    < Microsoft-Support.pchelpdesk.co > with no phone showing in my screenshot of the ad but it is probably the same as given later herein, 855-677-5531.
    I removed the FiuneDeaalSuoft program from Add-ons, but I still seem to be getting some pop-ups and re-directs. Looking in Control Panel, I see that the program name is slightly different: FuineDealSOfti from FineDealSofT. This program was extremely aggressive and persistent. In Control Panel, I see other programs which I am also concerned about. IDT Audio from IDT has been on my computer a while, but I can't remember much about it. Pinger from Pinger, Inc. shows that it was installed in Dec. 2013 before I bought the computer. WidgetServ 1.0 from Softomate, LLC. is through Firefox. WinSpeed from 24soft installed in April 2014 is another program which I don't know much about. Can anyone offer further analysis and review or comment of any of these programs, please, with advice as to whether you have found them useful or problematic?
    The software from FiuneDeaalSuoft will be uninstalled from Control Panel since I am convinced that it is very invasive and a lot of trouble. An Install Manager from dwnllistsoft.com was part of the pathway. It wanted to re-direct to < http://uhi.inureknittingrectrix.com >, which had code sections referring to < plh.tractionize.com >; < WhiteLabelBidRequestHandlerServlet >; < www.srv2trking.com >; < LTSanitizer.aspx >; and < www.ascentive.com >.
    The original message seemed to be one which advised that "Video Update Recommended".
    Another had the Firefox logo and advised that "You are currently browsing the web with Firefox and your Video Player might be outdated". The webpage address was:
    < http://www.lpmxp2129.com /7655407A3F26415F243E342D4D472B54AE35515F1068A175E1CFD6181CD0B859E09383E5EAA7EDFE90932B3B86A7E9D8?tgu_src_lp_domain=
    www.dnwyoursoft.com&ClickID=426139843&PubID=1258 > (which could have a small editing error).
    A smaller front screen appeared as an overlay which said "Recommended" and then " You are currently browsing the web with Firefox and it is recommended that you update your video player to the fastest version available. Please update to continue."
    Some other urls which appeared were:
    < http://www.srv2trking.com/LTSanitizer.aspx?u=http%3a%2f%2fwww.ascentive.com%2frun%2fclick%2fSEC_CPA%2fgo%2fFFTV%3fc1%3d08_107761803_ed31ad73-fc16-40f5-9cad-cccc044ea1f4
    %26c2%3da-0-2464-2418-27346-0-223-0_177593 >;
    < https://interyield.jmp9.com/InterYield/optout.do >;
    < http://download1181bucket.com/go/windowsupdate?_alc=1&_cb=1&_ep=1&_sd=1&adprovider=advertisecom&source=advertisecom_driverupdater-us-dt-ron6&
    subid=66385-1017_1008_us&subid2=interyield+jmp9&servpixel=1408768365016_1408768324035_109_469_5987611_1 >
    which offered a Windows 8 update with a small front screen overlay message saying "WARNING! Please Install Update To Continue." while the main screen had a message that it was a "Windows 8 Update" with the admonition that "You are currently using - Windows 8 - which is now outdated... Please install the latest update to enhance your computer's security and performance." (part of the window screen capture was missing the full text, so I had to guess part of the message);
    (NOTE that the previous entry may have a disconnect between the url and actual screen, since i could not reproduce the result);
    < http://pmptrk.com/t/o/12/ > was another redirect;
    < http://updatingdriversnow.com/ujp1/?source=MG_EBT-RED&kw=ubid >
    another which offered a Java Update (13?) which had a front screen "Java Recommended" and "It is recommended to have Java in order to proceed.";
    checking on a contact link for the Video Update,
    < http://www.lpmxp2129.com/eQBQL8o9/videoupdater/contact.html >
    was the url;
    < http://pcupgradenow.com/su/en/4/a9551d18bc46aa01436d6fbb3caf46adc84f910f073379322921d15717c8caa4:1408769323/?a=anothervars&b=39500638&sid=ADV-sft-555&filename=Software_Update&uid=1408769323444_1408768975263_125_415_5966399_1 >
    appeared with a front screen overlay message saying "UPDATES RECOMMENDED! It is recommended that you install the software to ensure your browser is the latest version. Please update to continue.";
    the previous link had "Transferring data from static.getclicky.com" in the bottom left corner of the screen;
    another screen with url
    < http://pckeeperapp.zeobit.com/land/7.13/index.php?affid=mzb_196.8233409.1408767556.2.mzb&utm_source=ldmpcts&utm_medium=popunder&utm_campaign=pck_ldmpcts_15aug_ff&utm_term=&utm_content=&userDefiner=mzb_2380&installer=&trt=33_22526071&alert=301&tid_ext=antivirus >
    was very realistic (and for all I know is legitimate), showing a logo for PCKeeper, a front screen block titled "Important Message" with "Your PC Performance is Poor." and a "Fix Now" selector button;
    the main screen of the previous url had the overhead title of "How to Fix The Windows 8.1 error" which is somewhat peculiar since "The" is capitalized while "error" is not;
    also the previous screen had 1. a picture of an attractive smiling young man with a reference book titled "Microsoft Certified Technology Specialist", 2. several links for various PCKeeper options, and 3. at the bottom, block ads for AAA and alleged referrals from "The Wall Street Journal", "MAXIMUMPC", and "Business Wire" and 4. a warning that "You may be presented with an optional offer(s) during INSTALLATION" which was the link followed another link for "learn more";
    < http://pchelpdesk.co/cp/support-for-microsoft.php?affiliate=63783-86_777 >
    was a web page for pchelpdesk.co which gave a phone number of 855-677-5531 for "Instant Tech Support for Microsoft r-copyright Products by Expert Technician";
    < http://techieschoice.com/l2/support-for-microsoft.php >
    gave a phone number 855-677-9945 with another convincing webpage which even had several testimonials;
    < http://windows.microsoft.com/en-us/windows-live/movie-maker-file-types-faq?wlexpid=FC1B09C67C184525852C59C15A0F465E >
    was one of the original webpages from which this
    detour first began with a header of "What kind of files can I use in Movie Maker?";
    < http://aff2click.com/?a=939&c=8108&s1=14714782&s2=w.ascentive >
    which I do not have a screenshot for;
    < http://apps4u.pw/v14/?entry=&exit=&i=eyJ0IjoxNDA4NzcwOTQ1Mjk5MTU4MzA4LCJjIjoiNTM4ZWQzZGNiYjMyMTM2ZDE3YzI3ZWUwIiwidSI6IjA5MzQ4ZWM2
    IiwiZSI6MC4wMjEsIjEiOiJ2MTQtQ29udHJvbCJ9&url=gt.penga.info >
    had the header "Recommended Download!" followed by "You are currently browsing on Chrome 35" and "Please Install the RECOMMENDED SOFTWARE -< which was the link > to Confirm You are Using the Recommended Version." along with other embedded links, options and disclaimers;
    < http://landing.driverrestore.com/ldimp/02/en/?brand=Windows&subid=US|EN|windows*download >
    for which I have no screenshot;
    < http://lp.get-soft.com/mpc____________/?o=42&campid=14403&creaid=6104&reqid=571734621 >
    with no screenshot;
    < http://trk8.com/base.php?c=109&key=5555c230910ebedab5128d543147c7c6&keyword=.ascentive.co > with no screenshot; and
    < http://downloadjust4u.com/download/firefox3/ > with no screenshot.
    I may have missed a couple or so urls, especially the intermediate transition urls, since they tended to change very quickly. Any of my screenshots are freely available if they can offer any further value.
    Since you probably have too many emails and too few volunteers, I don't expect that anyone has time to send me a personal individual response, but a universal message or warning (if appropriate) to all users would be great. I am still uncertain if I am making this a bigger deal than it actually is.
    Thanks to everyone at Firefox. It has been my favorite browser for a few years now.
    James

    The ONLY support for Mozilla programs are web sites like this.
    The people who answer questions here, for the most part, are other Firefox users volunteering their time (like me), not Mozilla employees or Firefox developers.
    If you want to leave feedback for Firefox developers, you can go to the Firefox ''Help'' menu and select ''Submit Feedback...'' or use [https://input.mozilla.org/feedback this link]. Your feedback gets collected at http://input.mozilla.org/, where a team of people read it and gather data about the most common issues.

  • Microsoft Windows Server DNS Monitoring v7.1.10100.0 High CPU Usage on Windows Server 2012 R2

    Hello!
    I've a big problem with this MP. When the zone monitoring is enabled (by default) the MonitoringHost.exe takes up all the CPU. I've put the zones in Maintenance mode.
    I've got this problem only with a new Windows 2012 R2 server. Other Windows Servers (2003 R2, 2008 & 2008 R2) with DNS Server Role they don't have this problem.
    Any ideas?
    Thank you!
    The configuration is:
    SCOM 2012 R2
    Microsoft Windows Server DNS Monitoring v7.1.10100.0 Management Pack
    DNS Management Pack Action Account has been configured
    "Act as proxy..." is enabled
    The monitored server config:
    Windows Server 2012 R2 (standalone)
    DNS Server Role installed
    DNS Management Pack Action Account is a member of the "Administrators" group
    The only events I've are the following but I'm not sure if they're related (because of the ...DNSSEC...):
    Log Name:      Operations Manager
    Source:        Health Service Modules
    Date:          8/11/2013 11:16:21
    Event ID:      11903
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      NS2...
    Description:
    The Microsoft Operations Manager Expression Filter Module could not convert the received value to the requested type.
    Property Expression: Property[@Name='QueriesResponded']
    Property Value: Property[@Name='QueriesResponded']
    Conversion Type: DataItemElementTypeInteger(5)
    Original Error: 0x80FF005A
    One or more workflows were affected by this. 
    Workflow name: Microsoft.Windows.Server.DNS.2012R2.Monitor.DNSSEC.NameResolutionQueries
    Instance name: <zone-name> on NS2...
    Instance ID: {4BCB4738-1287-2E6F-E0AA-1FF8D66DDB0B}
    Management group: <grp-name>
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Health Service Modules" />
        <EventID Qualifiers="49152">11903</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-11-08T09:16:21.000000000Z" />
        <EventRecordID>9602</EventRecordID>
        <Channel>Operations Manager</Channel>
        <Computer>NS2...</Computer>
        <Security />
      </System>
      <EventData>
        <Data><grp-name></Data>
        <Data>Microsoft.Windows.Server.DNS.2012R2.Monitor.DNSSEC.NameResolutionQueries</Data>
        <Data><zone name> on NS2...</Data>
        <Data>{4BCB4738-1287-2E6F-E0AA-1FF8D66DDB0B}</Data>
        <Data>Property[@Name='QueriesResponded']</Data>
        <Data>Property[@Name='QueriesResponded']</Data>
        <Data>DataItemElementTypeInteger(5)</Data>
        <Data>0x80FF005A</Data>
      </EventData>
    </Event>

    Glad to see you found the solution and thanks for your sharing.
    Niki Han
    TechNet Community Support

  • Why can't i see Iphoto Library as normal folders in finder as Microsoft Windows?

    I've been having troubles with this for a long time.
    In Microsoft Windows, you don't have any original program as Iphoto, so you have all your transfered photos in folders on "my computer".
    In Mac, however, you have Iphoto, and every time you sync your Iphone and transfer your photos to Iphoto, you only have acces to the original files you transfered by opening Iphoto and revealing the original files in Finder (command + shift + R).
    That's the way i found to manage my original files. I don't like it though.
    I want to know if there is any possible way you can manage/have access to your Iphoto Library simply by opening Finder, and not only in Iphoto.
    If i wasn't clear, let me try to suggest you to see it by yourself: Open Finder and search the original file of a picture you have on Iphoto. Normally, you don't find it. So you have to open Iphoto, click on the picture you want to use, reveal it in Finder and then do whatever you need with it.
    The problem is that this picture was already in Iphoto Library, which is visible in Finder, but there is no way you can open the Iphoto Library without being redirected to Iphoto.
    Sorry if I wasn't clear enough.
    Thanks a lot!
    Matheus.

    In your pictures folder of your user directory, there will be a file called iPhoto Library.  Control-click on it and show the contents.  All of your pictures will be inside of there.  HOWEVER, i you edit, delete, rename, etc... any photos from that folder, you can corrupt your iPhoto Library.

  • How do I do this to use OVerdrive media on deviceThe Apple device must be formatted for use with Microsoft Windows.  The iTunes setting 'Manually manage music-' must be enabled for the device before you can complete the transfer.

    I cannot make these directions work
    I downloaded media on Overdrive MEdia on my PC
    I have the overdrive media ap on my I pod touch 4g
    this media is suppossed to be compatible w/I pd touch
    Notes on Transferring OverDrive MP3 Audiobooks…
    Most MP3 capable devices should play OverDrive MP3 Audiobooks.
    If you intend to transfer OverDrive MP3 Audiobooks to an Apple® device, note the following…
    iTunes® v9.0.2 (or newer) is required.
    The Apple device must be formatted for use with Microsoft® Windows®.
    The iTunes setting 'Manually manage music…' must be enabled for the device before you can complete the transfer. Adjust this setting in iTunes as follows…
    Connect the iPod® to your computer.
    If it does not launch automatically, open iTunes v9.0.2 (or newer).
    In iTunes, locate the device in the left vertical navigation panel (under heading 'DEVICES'), and click the device.
    The 'Summary' screen is displayed. 
    Place a checkmark next to 'Manually manage music…'.
    Click the 'Apply' button.
    The iTunes 'Summary' screen refreshes, and the changes are saved.
    If desired, close iTunes.
    Note that if an Apple device is connected to your computer, you can choose to simultaneously transfer a title to the iTunes Library and the Apple device. If you wish to only transfer a title to the iTunes Library, you must first disconnect the Apple device

    Recovering your iTunes library from your iPod or iOS device: Apple Support Communities
    Also you said " I want to add them to my iCloud, and also back to my computer.   " Note that unless  subscribe to iTunes match, only iTunes purchases are stored in iCloud.
    Also,
    You can redownload most iTunes purchases by:
      Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • Why can't I open my .ai file on a Mac that I made on a Microsoft Windows pc?

    I am using a trial version of Adobe Illustrator CC 2014 on a Microsoft Windows 7 pc at work and neither my teacher nor myself could open the .ai file on Macs? Was that a fluke or more likely a recurring problem and is there a solution?

    Try saving the PC version as an .eps file with a Preview > 8-bit Macintosh in the Save As dialog box.  It could be the preview format.  Another option would be to Save As > Adobe PDF on the PC and see if you can open that on the Mac.  You may have to open the PDF using Acrobat > Save As > Postscript or even EPS.  Then try opening that using the Mac.  You could also try Preview ( Mac ) > Open > Save As > look for something that will open in Illustrator like PDF.

  • Microsoft Windows XP Professional Service Pack 3 (Build 2600) To Be Filled By O.E.M. To Be Filled By O.E.M. iTunes 11.0.0.163 QuickTime 7.1 FairPlay 2.2.32 Apple Application Support 2.3.2 iPod 更新程序库 10.0d2 CD Driver 2.2.3.0 CD Driver DLL 2.1.3.1 Apple Mob

    Microsoft Windows XP Professional Service Pack 3 (Build 2600)
    To Be Filled By O.E.M. To Be Filled By O.E.M.
    iTunes 11.0.0.163
    QuickTime 7.1
    FairPlay 2.2.32
    Apple Application Support 2.3.2
    iPod 更新程序库 10.0d2
    CD Driver 2.2.3.0
    CD Driver DLL 2.1.3.1
    Apple Mobile Device 6.0.1.3
    Apple Mobile Device Driver 1.63.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.6.502
    Gracenote MusicID 1.9.6.115
    Gracenote 提交“1.9.6.143”
    Gracenote DSP 1.9.6.45
    iTunes 序列号 0012B96815A8CF58
    当前用户是管理员。
    当前的本地日期与时间是:2002-01-17 20:57:39。
    iTunes 并未在安全模式下运行。
    WebKit 加速合成已启用。
    不支持 HDCP。
    支持 Core Media。
    视频显示信息
    NVIDIA GeForce 6150SE nForce 430
    **** 外部插件信息 ****
    尚未安装外置插件。
    **** 网络连接测试 ****
    网络适配器信息
    适配器名称:          {E6238474-0F0E-4882-A736-658EEE96DF63}
    描述:          Realtek RTL8102E/RTL8103E Family PCI-E Fast Ethernet NIC - 数据包计划程序微型端口
    IP 地址:          192.168.1.100
    子网掩码:          255.255.255.0
    默认网关:          192.168.1.1
    DHCP 已启用:          是
    DHCP 服务器:          192.168.1.1
    获得租约的时间:          Thu Jan 17 20:07:17 2002
    租约到期时间:          Thu Jan 17 22:07:17 2002
    DNS 服务器:          222.88.88.88
                        222.85.85.85
    活动的连接:          LAN 连接
    已连接:          是
    在线:                    是
    使用调制解调器:          否
    使用 LAN:          是
    使用代理:          否
    防火墙信息
    成功连接到 Apple 网站。
    连接失败,无法浏览 iTunes Store。
    发生未知错误(0x800B0101)。
    连接失败,无法从 iTunes Store 购物。
    发生未知错误(0x800B0101)。
    无法连接到 iPhone 激活服务器。
    发生未知错误(0x800B0101)。
    无法连接到固件更新服务器。
    发生未知错误(0x800B0101)。
    成功连接到 Gracenote 服务器。
    上次成功访问 iTunes Store 是在:2013-01-04 12:38:48。
    这台电脑上的日期与时间的设置不正确。与 iTunes Store 的安全连接可能会失败。
    **** CD/DVD 驱动器测试 ****
    “LowerFilters”中没有驱动程序。
    UpperFilters: GEARAspiWDM (2.2.3.0),
    G: ASUS DVD-E818A4, Rev 1.00
    驱动器是空的。
    **** 设备连通性测试 ****
    iPodService 11.0.0.163当前正在运行。
    iTunesHelper 11.0.0.163当前正在运行。
    Apple Mobile Device service 3.3.0.0当前正在运行。
    通用串行总线控制器:
    Standard OpenHCD USB Host Controller.  设备工作正常。
    Standard Enhanced PCI to USB Host Controller.  设备工作正常。
    找不到 FireWire (IEEE 1394) 主机控制器。
    已连接的设备的信息:
    小C, iPhone 4 (GSM)正在运行固件版本 6.0.1
    序列号:          DX6JLS8HDP0N
    **** 设备同步测试 ****
    成功完成同步测试。

    i cant access to itunes store
    Can you walk us through what happens when you try to connect to the Store, please?

  • REMOTE DESKTOP SERVICES CLIENT ACCESS LICENSES FOR MICROSOFT WINDOWS SERVER 2012 STANDARD AND DATACENTER

    I am using a window 7 professional  service pack 1 and I purchase REMOTE DESKTOP SERVICES CLIENT ACCESS LICENSES FOR MICROSOFT WINDOWS SERVER 2012 STANDARD AND DATACENTER. but  the seller did not send me any installation CD or instruction
    on how to use it.
     Please how can I use it on my window 7 professional  service pack 1.
    Thank you.

    Though Bill is absolutely correct for most CALs, Remote Desktop Services does have its own special licensing server.  I haven't installed one on 2012, yet, but here is a step-by-step guide for 2008. 
    http://technet.microsoft.com/en-us/library/dd983943(v=ws.10).aspx
    Here is a lab guide for 2012 -
    http://technet.microsoft.com/en-us/library/jj134160.aspx
    But, the explanation of your environment begs the question - what are you trying to do?  You say you have a desktop OS and you are talking about Windows Server products.  In that light, your question does not make a lot of sense.
    . : | : . : | : . tim

  • Trace File / EJB / dbms_java.grant_permission

    I am trying to deploy a simple Hello World EJB onto Oracle 8.1.7 using Jdeveloper 3.2.
    I get the following error when deploying :
    Loading EJB Jar file and Comm Stubs Jar file...
    error: loadJava has failed to load some classes; Please check trace file!
    *** Errors occurred while deploying the EJB to 8i JVM ***
    *** Deployment completed ***
    My trace file has the following in it :
    *** 2001-05-03 17:33:29.531
    *** SESSION ID:(14.2397) 2001-05-03 17:33:29.531
    Error while creating class oracle/aurora/jndi/sess_iiop/ActivationException
    ORA-29545: badly formed class: User has attempted to load a class (oracle.aurora.jndi.sess_iiop.ActivationException) into a restricted package. Permission can be granted using dbms_java.grant_permission(<user>, LoadClassInPackage...
    could not find oracle/aurora/jndi/sess_iiop/ActivationException in WILLOW2K
    could not find oracle/aurora/jndi/sess_iiop/ActivationException in WILLOW2K
    ORA-29534: referenced object WILLOW2K.javax/naming/InitialContext could not be resolved
    ORA-29545: badly formed class: at offset 128 of packagessb.ssbClient2.main expecting a class-javax.naming.NamingException but encountered a class-oracle.aurora.jndi.sess_iiop.ActivationException.
    ORA-29545: badly formed class: at offset 4 of javax.naming.spi.NamingManager.createObjectFromFactories expecting a class-javax.naming.Context but encountered a class-javax.naming.Context.
    at offset 4 of javax.naming.spi.NamingManager.getStateToBind expecting a class-javax.naming.Context but encountered a class-javax.naming.Context.
    at offset 38 of javax.naming.spi.NamingManager.getStateToBind expecting a class-javax.naming.Context but encountered a class-javax.naming.Context.
    at offset 38 of javax.naming.spi.NamingManager.getStateToBind expecting a class-javax.naming.Name but encountered a class-javax.naming.Name.
    at offset 37 of javax.naming.spi.NamingManager.getURLObject expecting a class-javax.naming.Context but encountered a class-javax.naming.Context.
    ORA-29534: referenced object WILLOW2K.javax/naming/spi/NamingManager could not be resolved
    ORA-29534: referenced object WILLOW2K.javax/naming/spi/NamingManager could not be resolved
    Error while resolving class oracle/aurora/jndi/sess_iiop/ActivationException
    ORA-04043: object /889d46b7_ActivationException does not exist
    I think the error stems from the line :
    (oracle.aurora.jndi.sess_iiop.ActivationException) into a restricted package. Permission can be granted using dbms_java.grant_permission(<user>, LoadClassInPackage...
    Doe anyone know how I can grant the user permission to the above library. How exactly is it done using Oracle 8.1.7 ?
    null

    did you read the install notes (install.htm) or release notes(readme.htm) files for known issues ?
    see the release notes for the following :
    Problems Deploying Business Components for Java Libraries in Different Schema (1095107)
    Attempting to deploy a Business Components for Java library in a different schema from the JDeveloper IDE generates the following error:
    Generating Jar File...done
    Loading EJB Jar file and Comm Stubs Jar file...
    error: loadJava has failed to load some classes; Please check trace file!
    *** Errors occurred while deploying the EJB to 8i JVM ***

Maybe you are looking for

  • OVM 2.1.2 does not recognize SATA 150 or SATA 300 disks with Intel  ICH10R

    OVM 2.1.2 does not recognize SATA 150 or SATA 300 disks. This same machine recognizes these disks with Enterprise Linux 5.2 x86-64. The motherboard uses the onboard SATA connectors: http://www.gigabyte.com.tw/Products/Motherboard/Products_Spec.aspx?C

  • Lightweight temperature monitoring app or command ?

    Hello everyone, I game with my Macbook Pro and therefore I like to keep an eye on my temperature. I use to have the iStat Nano widget but it was discontinued and not available on the Apple site anymore. However I can find it on others but I wonder wh

  • Large folder never completes sync

    Hello All, I have iFolder running now for a few weeks and i'm trying to understand it's behavior with synchronizing. I have several iFolders set up and working just fine. Except for 1 iFolder, which is a grand total of 27 GB. When i look at whats hap

  • "Greatest Hits" confuses Cover Flow and Playlists

    Hi, I have several albums by different artists titled "Greatest Hits" on my nano. When I browse by Cover Flow or Playlists all the songs from every album titled "Greatest HIts" are listed. My nano has the latest software. Does anyone have a cure? TIA

  • 1068 Error when bringing cluster name resource online

    Hello Guys,  I have configured 3 node cluster setup on windows 2012R2 machines. When I try bring the networker name resource online, I got following error and name resource failed become online  "Network Name resource 'Cluster Name' (with associated