Schema doesnot have READ privilege on DIRECTORY in different schema

Hi,
OWB 9.2: I've designed an external table in schema1 and a mapping in schema2 with this external table as a source. On deployment, the connector between the file location and the external table location is created as a DIRECTORY, and schema1 is granted READ privilege on the DIRECTORY. Schema2 however is not granted READ privilege, but in order to select from an external table in schema1, schema2 has to have READ privilege on the DIRECTORY that is referred to in the table specification.
In my opinion OWB deployment should take care of this, so that one does not have to add stuff in sqlplus afterwards to make the deployed project work (sorry if I sound annoyed, but it took me a great deal of time to find out what was wrong, and then I am lucky to know a lot about Oracle).
Jaap.

Hi Jaap,
I tend to agree with you on this, but I don't think we will be doing this for Directories only. If we will implement granting privs we will do it across the board.
In other words, there will be a Designer-like way of allowing grants and privs to be set on the db objects. Now as to when that will happen, not sure, but just to set expectations, it is not in Paris.
Jean-Pierre

Similar Messages

  • Different Schemas in different environments for same tables used in a Universe

    Hi,
    I have a Universe in Development where I have tables pointed to a schema (DW) in DEV but in TEST/INT I have the same tables under a different schema (TESTDW). So when I promote the Universe & reports from DEV to TEST, I will be getting errors as the schema is incorrect. So we need to find a way so that we can define the schema globally instead of having it at the individual table.
    I know we can repoint the schemas, etc but i need to avoid extra work in other environments.
    Known Solutions: Promote the reports to TEST, then select all the tables & change the schema by Right Clicking the selected tables and selecting Change Qualifier/Owner.
    One of the few reasons, I don't want to follow this route, because I have lot of derived tables which I need to change it manually by editing the SQL Statement,  &  also If I add new tables or columns again in future & promote them to TEST, then again I have to change the schema.
    Did anyone faced this kind of issue?Is there any other way that we can use like Begin_Sql , etc?
    (FYI, I am using BO4.0 SP5)

    Mark, Thanks a lot for your concern. We actually have same schema name across all 3 environments but there is a huge project going on in my company which is kind of hard to explain, so our team has decided to go ahead with a different names for schemas as 2 different teams will be working on paralelly on these schemas & they will combine them after a year or so. (I know this is not a solution)
    Thanks Swapnil for Synonyms solution. Your solution might have worked, if we were using BO 4.1 SP5 but unfortunately we are using BO 4.0 and in this version I can't view any synonym tables in the universe.

  • No longer have appropriate privileges to "Active Directory" servers with Lion

    Hi:
    Our University maintains protected disk storage space that we can access from any computer in the hospital. This is an incredibly convenient and secure method for moving information in our enterprise.
    Our enterprise is somewhat Mac-averse, but under Leopard and Snow Leopard we were able to access these folders from our office Macs (all public computers are PCs). With the upgrade to Lion we now only have read access to files on these folders, whereas with Leopard and Snow Leopard we had full, i.e., read and write, access to files on these folders.
    Here’s what we do:
    Go to University VPN access webpage.
    Click “Start” next to “Network Connect” under “Client Application Sessions”
    Answer “Trust” to “Do you want to accept this certificate from the web site ‘myvpnmyuniversity.edu’ for the purpose of exchanging encrypted information? Publisher authenticity can not be verified’
    Menu Command: Go>Connect to Server>cifs//name
    Dialog: “Enter your name and password for the server “name”
    Navigate to my folder on the university’s system.
    Here’s what’s changed: in the past, using Leopard and Snow Leopard, those of us with Macs in the department now had the folder mounted on our desktops with full access. With the upgrade to Lion we only have read access: Get Info under Sharing and Permissions says “You can only read”.
    This has happened to many of us, so it’s not just an issue on my computer or network.
    Our local computer help guy, who is incredibly nice but not Mac knowledgeable, says “It is something that MAC has done that is preventing you to access our Active Directory servers”. He is aware that this is something unique to Lion, since it worked on Leopard and Snow Leopard.
    His bosses, who know more, are, enuf said, not Mac “friendly”.
    Read and write access continue to work just fine when accessing from the many PCs running XP throughout the enterprise.
    Hence we’re looking for some help here. Is there something we end users can do differently, or is there something we can share with our local friendly but not Mac knowledgeable computer help guy that he can do, to get us write access?
    Thank you!
    OS 10.7.4

    More info from one of our IT guys:
    "I know that there have been several different people looking into this.  Found several people complaining about it, but no answers.  You can sometimes get connection and be able to copy a file or save it once or twice, but usually it tells you that you can only read it."
    For me at least, it's been consistent, i.e., never any write access, just read.

  • TS1368 cannot connect to ITunes message reads Service Apple Mobile Device failed to start. Verify that you have sufficient privileges to start system service

    Unable to connect to ITunes message reads Service Apple Mobile Device failed to start. Verify that you have sufficient privileges to start services

    Try removing and reinstalling Aple Mobile Device Service.
    How to restart the Apple Mobile Device Service (AMDS) on Windows
    Remove and reinstall iTunes and AMDS
    If the issue continues after restarting AMDS, then you'll need to remove and reinstall AMDS and iTunes.
    Completely uninstall AMDS, iTunes, and all Apple software. Click the appropriate links below for steps:
    Windows XP
    Windows Vista or Windows 7
    Restart the computer.
    Download and install (or reinstall) the latest version of iTunes from  www.apple.com/itunes. Installing iTunes will also install AMDS.
    Restart the computer.
    Start iTunes and connect the device. It should be recognized properly in Windows.
    If that doesn't do it, take a look at the security software on your computer. Use this as a guide -> iTunes: Troubleshooting security software issues

  • I have read 118 files (from a directory) each with 2088 data and put them into a 2 D array with 2cols and 246384row, I want to have aeach file on a separate columns with 2088 rows

    I have read 118 files from a directory using the list.vi. Each file has 2 cols with 2088rows. Now I have the data in a 2 D array with 2cols and 246384rows (118files * 2088rows). However I want to put each file in the same array but each file in separate columns. then I would have 236 columns (2cols for each of the 118 files) by 2088 rows. thank you very much in advance.

    Hiya,
    here's a couple of .vi's that might help out. I've taken a minimum manipulation approach by using replace array subset, and I'm not bothering to strip out the 1D array before inserting it. Instead I flip the array of filenames, and from this fill in the end 2-D array from the right, overwriting the column that will eventually become the "X" data values (same for each file) and appear on the right.
    The second .vi is a sub.vi I posted elsewhere on the discussion group to get the number of lines in a file. If you're sure that you know the number of data points is always going to be 2088, then replace this sub vi with a constant to speed up the program. (by about 2 seconds!)
    I've also updated the .vi to work as a sub.vi if you wa
    nt it to, complete with error handling.
    Hope this helps.
    S.
    // it takes almost no time to rate an answer
    Attachments:
    read_files_updated.vi ‏81 KB
    Num_Lines_in_File.vi ‏62 KB

  • Our IT guy installed the new Adobe reader on my machine, but FF isn't picking it up and I don't have admin privileges to install it as a plug-in.

    I just need to know how to get FF to "pick up" the new version of Acrobat Reader that is already on my computer. I got a new work computer, and don't have admin privileges to install AR as a plug-in on FF. The new version is fully installed -- just not in FF. I'm running Win7 and FF 18.0.1.
    Thanks for the help!

    Firefox should find the Adobe Acrobat plugin through a registry scan, which probably runs at startup.
    I notice in your "More system details" list you have this, which sounds promising:
    Adobe PDF Plug-In For Firefox and Netscape 11.0.01
    If you check the following tab, is it enabled?
    orange Firefox button ''or'' classic Tools menu > Add-ons > Plugins category
    If it's enabled, is the problem that Firefox still wants to launch PDFs externally? If so, you might need to change a setting here:
    orange Firefox button ''or'' classic Tools menu > Options > Applications
    In the search box on that tab, type pdf and pause while the list is filtered. You normally get two or more entries and there are drop-down boxes on the right side to choose how to open them. Does that work?

  • File transport does not have read/write privileges for receive location???

    Hi all.
    I try to read an EDI-file from a file location.
    In configured the receive location but when I enable it I get an error message in the log saying:
    File transport does not have read/write privileges for receive location "Location"  (Event ID: 7183)
    The location is correct (I used the browse option) and the folder is shared with all users (full access for everybody).
    How can I get rid of this error

    There can be many reasons for this error. First of all try the KB article http://support.microsoft.com/kb/888498 . Then try the solution on this link http://bluebiztalk.blogspot.com/2008/05/file-transport-does-not-have-readwrite.htmlAbdul Rafay
    http://abdulrafaysbiztalk.wordpress.com/
    Please mark this as answer if it helps

  • I have and Access is denied. You do not have sufficient privileges in CS4 error message when trying to change a directory name in CS4

    Hi I keep getting this message in CS4 (access is denied. You do not have sufficient privileges)
    Can anyone help to gain privileges?
    Daryl

    Same problem here...nothing in my settings have changed since the upgrade and I've checked my cookie settings and they allow 3rd party cookies. What's up Mozilla? I've been faithful to you for years and you let me down now?

  • When i try and open the auto cad Lt that i just downloaded i get this error The directory may be locked by another process or have been set Read Only. Directory: '/Users/hockaday' Please correct this problem and press OK to exit the application.

    i get this error why i try and open the auto cad that i just downloaded
    The directory may be locked by another process or have been set Read Only.
    Directory: '/Users/hockaday'
    Please correct this problem and press OK to exit the application.

    I did install it in the admin account.  Actually the computer has four accounts, one for my husband, where I installed it.  One for me which also is set to admin, one is called TEST and has nothing in it and one is guest user.
    I don't know how AutoCad is interfacing with the account.  That is why I am not sure what to do about it.  I read other threads in various places and some seemed to point to something having to do with having multiple users.  The solutions were not clear.  I was hoping someone else had this problem and could tell me what to do.  I tried apple support but no help.  I have not tried AutoCad yet as I assumed they wont help since this is a free educational version of their product.

  • Need to read parent tag data even if child fragment doesnot have data

    Hi, I am using Binary method of XML Storage,
    Here is my Oracle installation details
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    "CORE 11.2.0.3.0 Production"
    XML Structure Details ---> The provided sample xml has repetitive Party tag under which a PolicyNumber tag might be present, under the Party tag a AddressList may or not be present.
    I have 3 such Party tags, the first one has no PolicyNumber tag altough the AddressList tag and has multiple Adress under the same, the second Party tag has the PolicyNumber however it doesnot have the AdressList data in it, 3rd party tag is irrelevant for this issue.
    What i want to acheive ---> Even though there are no Address present for the PolicyNumber tag i want PolicyNumber to appear in my result set, since the PolicyNumber's Party tag doesnot have a Address tag i guess the result set is ignoring the PolicyNumber in the final result set.
    In a nut shell i need all these data i cannot miss the PolicyNumber neither the Address
    Please go through the XML and the subsequent query for further assitance
    Inserting a sample XML
    INSERT INTO XML_TEST
    VALUES
    (XMLTYPE('<?xml version="1.0"; ?>
    <workfile>
    <claimnumber>abcdefgh</claimnumber>
    <Party>
    <AutoInsurancePolicy>
    <AddressList>
    <Address>
    <Address1>data1 goes here</Address1>
    <Address2>data1 goes here</Address2>
    </Address>
    <Address>
    <Address1>data2 goes here</Address1>
    <Address2>data2 goes here</Address2>
    </Address>
    </AddressList>
    </AutoInsurancePolicy>
    </Party>
    <Party>
    <AutoInsurancePolicy>
    <PolicyNumber>123456</PolicyNumber>
    </AutoInsurancePolicy>
    </Party>
    <Party>
    <AutoInsurancePolicy>
    <ContactList>
    <ContactNumber>
    <Phone>917656723</Phone>
    </ContactNumber>
    </ContactList>
    </AutoInsurancePolicy>
    </Party>
    </workfile>
    Query that i am using to extract CLAIM, PolicyNumber and Corresponding Addresses
    select
    m.CLAIM,
    n.PolicyNumber,
    l.ADDRESS_1,
    l.ADDRESS_2
    from XML_TEST,
    xmltable(
    '$WK/workfile' passing XMLDATA as "WK"
    columns
    CLAIM VARCHAR2 (4000) PATH 'claimnumber',
    Party_fragment XMLTYPE PATH 'Party'
    ) m,
    XMLTABLE(
    '$PY/Party' passing m.Party_fragment as "PY"
    columns
    PolicyNumber VARCHAR2 (4000) PATH 'AutoInsurancePolicy/PolicyNumber',
    Address_Fragment XMLTYPE PATH 'AutoInsurancePolicy/AddressList/Address'
    ) n,
    XMLTABLE(
    '$AD/Address' passing n.Address_Fragment as "AD"
    columns
    ADDRESS_1 VARCHAR2 (4000) PATH 'Address1',
    ADDRESS_2 VARCHAR2 (4000) PATH 'Address2'
    ) l;
    But this query returns no PolicyNumber, since the address under the Party node where the PolicyNumber is present does not have a corresponding Address value
    Heres the result set returned:-
    CLAIM POLICY_NUMBER Address1 Address2
    abcdefgh <NULL> data1 goes here data1 goes here
    abcdefgh <NULL> data2 goes here data2 goes here
    Is there a way to specify to the above query to fetch all the data even if its corresponding Address fragment does not have data against the tag.
    Result set that i want to acheive:-
    CLAIM POLICY_NUMBER Address1 Address2
    abcdefgh 123456 <NULL> <NULL>
    abcdefgh <NULL> data1 goes here data1 goes here
    abcdefgh <NULL> data2 goes here data2 goes here
    Regards,
    Arghyadip
    Edited by: beta32c on May 9, 2013 2:06 AM

    beta32c wrote:
    Howver i think i am unable to express my problems correctly , let me try again i need both the policynumber and the address details in my result set No problem, you expressed your problem correctly, and the query I've suggested should have worked.
    However, there seems to have a bug when the outer join is only used at the deepest level.
    Try with outer joins at every level :
    SQL> select m.CLAIM,
      2         n.PolicyNumber,
      3         l.ADDRESS_1,
      4         l.ADDRESS_2
      5  from XML_TEST,
      6       xmltable(
      7         '$WK/workfile' passing XMLDATA as "WK"
      8         columns
      9           CLAIM VARCHAR2 (4000) PATH   'claimnumber',
    10           Party_fragment XMLTYPE PATH 'Party'
    11       ) (+) m,
    12       XMLTABLE(
    13         '$PY/Party' passing m.Party_fragment as "PY"
    14         columns
    15           PolicyNumber VARCHAR2 (4000) PATH  'AutoInsurancePolicy/PolicyNumber',
    16           Address_Fragment XMLTYPE PATH 'AutoInsurancePolicy/AddressList/Address'
    17       ) (+) n,
    18       XMLTABLE(
    19         '$AD/Address' passing n.Address_Fragment as "AD"
    20         columns
    21           ADDRESS_1 VARCHAR2 (4000) PATH 'Address1',
    22           ADDRESS_2 VARCHAR2 (4000) PATH 'Address2'
    23       ) (+) l
    24  ;
    CLAIM        POLICYNUMBER    ADDRESS_1          ADDRESS_2
    abcdefgh                     data1 goes here    data1 goes here
    abcdefgh                     data2 goes here    data2 goes here
    abcdefgh     123456                            
    abcdefgh                                       

  • TS1609 Service 'Apple Mobile Device' (Apple Mobile Device) failed to start.  Verify that you have sufficient privileges to start system services.

    I recently purchased an Iphone 3gs, and already have an itunes account...Itunes wont recognize my iphone...I have uninstalled and installed itunes 2 times and keep getting this error message.
    Service ‘Apple Mobile Device’ (Apple Mobile Device) failed to start.  Verify that you have sufficient privileges to start system services.
    How do I correct?

           I had the same problem but managed to fix it with Amy ; the apple advisor. Here are the steps!
    First of all, make sure you have the latest version of iTunes installed. You can download it from here. These instructions will NOT work for iTunes 8, 9 or 10 anymore. If you’re unsure, just uninstall iTunes then re-install with the latest files.
    Next, you need to manually copy the Mobile Device Support directory from a working machine to your Windows 7 computer. Luckily, I have conveniently provided these files for you. You can download them here:
    64-Bit iTunes 11.0.2: Please click here to download this directory for 64-bit Windows.
    32-Bit iTunes 11.0.2: Please click here to download this directory for 32-bit Windows.
    Once you download that file, you need to Unzip it to this directory. IMPORTANT: Make sure you unzip the CONTENTS of the zip file, don’t just copy over the zip file:
    32-Bit: Unzip to C:\Program Files\Common Files\Apple
    64-Bit: Unzip to C:\Program Files (x86)\Common Files\Apple
    There are a large number of files in that directory, so it may take a little time, please be patient.
    So, after unzipping, you should have a new folder “Mobile Device Support” in the Apple folder
    64-BIT ONLY STEP: If you have 32-bit Windows, skip this step. It seems that Apple has put the “Drivers” in a separate location (don’t know why). You will need to download the drivers separately. Please click here to download the files for 64-bit Windows.
    Once downloaded, you need to Unzip it to this directory. IMPORTANT: Make sure you unzip the CONTENTS of the zip file, don’t just copy over the zip file:
    Unzip to: C:\Program FIles\Common Files\Apple
    So, after unzipping, you should have a new folder “Mobile Device Support” in the Apple folder
    Next, we have to merge the registry entries that will install the Apple Mobile Device service.
    First, download the registry entries that I have provided for you here:
    64-bit iTunes 11.0.2: Click here to download the registry entries for 64-bit Windows.
    32-bit iTunes 11.0.2: Click here to download the registry entries for 32-bit Windows.
    After you download the registry entries ZIP file, unzip it to your desktop and double-click each to install it. Say “Yes” to any prompts or confirmations about adding it to the registry. There are 2 entries, make sure you click BOTH and add BOTH to the registry.
    Now, we need to install the correct driver for your iPhone / iTouch. Windows 7 incorrectly identifies the device  as a digital camera. To fix this:
    - Plug in your iPhone / iTouch (don’t have iTunes loaded at this time)
    - Go to Device Manager (Click Start, right-click Computer,  then click Properties. In the window that appears choose “Device Manager” on the left)
    - Scroll down and find “Apple iPod” or “Apple iPhone” or “Apple iTouch”. It will likely be under the “Portable Devices” category.IMPORTANT NOTE: If your device is already listed under “Universal serial Bus Controllers” and not Portable Devices, you can skip these steps and go to Step 7.
    -  Right-click the Apple device and choose “Update Driver Software…”
    - Choose “Browse my computer for driver software” in the window that appears
    -  It will ask you for a location; you want to Browse to this folder (location is the same in 32 and 64 bit Windows):
    32-bit and 64-bit: C:\Program Files\Common Files\Apple\Mobile Device Support\Drivers
    - Click Next
    - It should find the driver for your device; let it install that driver
    Once you complete these steps, reboot your computer. Once you reboot everything should work exactly as expected!

  • ERROR: You do not have sufficient privileges to complete this installation

    When attempting to install iTunes 9.0.1, I receive this message just after the installation begins: You do not have sufficient privileges to complete this installation for all users on this machine. Log on as an administrator and then retry this installation."
    I am the administrator of this machine. I have tried installing in a different directory of the all users folder, however that failed with the same reason. This PC has had some anomalies of late so this may not be iTunes, but I'm without clues as to where to go to fix this.
    Thanks for any clever ideas you may have. I miss the music.
    Gina

    Hi,
    You could use Software Restriction Policies (SRP’s) or Applocker(supported on Windows server 2008 R2/Windows 7 only) to restrict the running
    of the application for specific user.
    Description of the Software Restriction Policies
    http://support.microsoft.com/kb/310791
    HOW TO: Restrict Users from Running Specific Windows Programs
    http://support.microsoft.com/kb/323525
    How to Implement Group Policy Security Filtering
    http://www.windowsnetworking.com/articles_tutorials/Group-Policy-Security-Filtering.htmlPlease remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • How to restrict a schema owner from granting privileges to other users.

    How can we restrict a schema owner from granting privileges to other users on his objects (e.g. tables). Lets say we have user called XYZ and he has tables in his schema TAB1, TAB2 an TAB3. How can we restrict user XYZ from granting privileges on TAB1, TAB2 and TAB3 to other users in the database. Is it possible in Oracle 10g R2? Any indirect or direct way to achieve this? Please help on this.
    Thanks,
    Manohar

    Whenever someone is trying to prevent an object owner from doing something, that's generally a sign of a deeper problem. In a production database, the object owner shouldn't generally have CREATE SESSION privileges, so the user shouldn't be able to log in, which would prevent the user from issuing any grants.
    As a general rule, you cannot stop an object owner from granting privileges on the objects it owns. You can work around this by creating a database-level DDL trigger that throws an exception if the user issuing the statement is XYZ and the DDL is a GRANT. But long term, you probably want to get to the root of the problem.
    Justin
    Edited by: Justin Cave on Nov 6, 2008 9:52 PM
    Enrique beat me to it.

  • You have insufficient privileges to the current operation

    Hi hussein,
    EBS 11i
    AIX 5L
    I have just finished cloning our EBS to the DEV server. All process and services were succssful.
    Except I see some failed message about OUI registration? in the ouInventory? because no permission of the directory
    But it scrolled so fast and I can not retrieve back the log.
    It says you can run registration again by run the dir which I was not able to capture.
    So when I login SYSADMIN/SYSADMIN to the new cloned instance, I got this error:
    You have insufficient privileges to the current operationAll userid have this error message when logged in.
    Is this caused by the failed ouInventory registratrion?
    Where can I find that file to run for registration?
    Please help....
    Thanks a lot
    Ms K

    hussein,
    I try to apply the solution for doc
    Cannot Login After Changing Load Balancing Parameters (new host and domain) [ID 739507.1]Actually I did not setup for a Load Balancer. Its just an ordinary clone.
    Cause
      Cookie issue.
      The HTTP header trace showed that the cookie did not use the value of  ICX_SESSION_ID compared with a working environment.
      It has been determined that the ICX_PARAMETERS table has old value for session_domain_name.
    Solution
    To implement the solution, please execute the following steps:
    1. Update the "s_cookie_domain" context variable to the new load balancer domain value
    2. Run autoconfig
    3. Check the value of "session_cookie_domain" in the ICX_PARAMETERS table:
    select * from ICX_PARAMETERS;
    4. If it is the old value then do the following:
    a. backup the ICX_PARAMETERS table:
    create table ICX_PARAMETERS_BKP
    as select * from ICX_PARAMETERS;
    b. update the table with the sql statement below:
    update ICX_PARAMETERS,
    set session_cookie_domain='<new load balancer domain name>';
    5. Bounce Apache and retest the login issue. But I can not find "s_cookie_domain" in my context file. :(

  • Destination u have specified does not have read/ write access- FCP 7 to Compressor problem!

    Hello everyone,
    I finally got a video finished in FCP 7, and sent it to Compressor.
    When I try to add a templete (any template, but particularly the Youtube), I get a red || Source    ! || message and when I hit the submit button I see: "The destination you have specified does not have read/ write access. Check to see if the folder is set to read-only, or check your write privileges."
    What the?
    I'm using Apple ProRes 422 files.
    I tried looking at the video files themselves, with Control + I. It looks like I have "Read & Write" access to me. I'm not sure what to do.
    I also tried looking in my preferences for Final Cut Pro stuff, and it was empty, so nothing to erase. I also repaired disk permissions with the Utility application.
    Well, thanks for any help.

    I haven't tried to save to any directory.
    As soon as I send the sequence from Final Cut to Compressor, I am prompted to drag the settings to the destination... but it won't let me submit it for the "read/ write" reasons above.
    So I never get the opportunity to save it, I just close out Compressor and go back to Final Cut Pro.
    I'm wondering if it has something to do with the scratch disk files. I converted the MOV files into ProRes files and keep them in my documents, then I just dragged and dropped them into the browser. I'm wondering if somehow this is affecting things, because I can't even find a scratch disk folder with files inside.
    I also tried to look at my Final Cut Pro preferences file, but I had no idea what I was looking at so I just left it alone.
    I really appreciate this by the way.

Maybe you are looking for

  • Iphone 6 plus call issues

    On sprint. most of the people I call either say I sound very quiet (I'm a loud talker) or that I start at a normal volume but then I get so quiet that they can't hear me.  This happens with my bluetooth paired as well with out my Bluetooth.  Any idea

  • What is causing my Macbook Pro fan to run constantly?

    Hello. Recently my Macbook Pro fan has begun to run constantly at high power. I've checked the activity monitor and even when there is little RAM or CPU this occurs. I am wondering if the issue is the hard drive because the I am seeing spikes in disk

  • Chinese language support

    Hi, I'm a new Mac user. I'm having trouble reading simplified and traditional Chinese characters using both Safari and Firefox. I also am not sure the overall Chinese input system on the Mac. I've enabled it and can change into that "mode" to write p

  • BSP - How to set header-field "no-store"

    Hello. I need to set the HTTP-header-field "no-store" in a BSP-application. The Problem is, that i do'nt know, how to do this. I just do'nt know, which strings have to be passed to the method "set_header_field". The W3C-RFC gives the following inform

  • Short text during UD

    Hi All, Is there any feild where i can maintain short text during Usage decision whcih can be extracted from some table. I know the feature of Long text but for extracting the text ABAP is required.I want to avoid the same