When selective deleting , repots are getting lock .

Hi Experts,
When selective deleting , repots are getting lock  .Could you please suggest how could element this locking problem . This is daily loadings, daily last 14 days data deleted . Is there any way to reduce the locking time .
Regards,
Prasad.

Hi Prasad,
lock is there because of database situation. Only one operation (delete / read) can be done on database level in one moment on the same data. Therefore the lock is correct...
When deleting data from the cube - drop the indexex using the Delete Indexes (Now) button available in the performance tab of the cube - then your deletion will be faster.
Increase performance when deleting data from Infocube
Selective Deletion
http://help.sap.com/saphelp_nw70/helpdata/EN/4e/b71038cba6a169e10000009b38f8cf/frameset.htm
Regards
Andreas

Similar Messages

  • PIAFUSER PIDIRUSER & PIISUSER are getting locked  , when cache is refreshed

    Hi XI Gurus,
    My scenario goes like this.. Sonic MQ <- XI <- SAP CRM.The messages sent from CRM are reaching XI but not are not making to Sonic, and the error message in SXMB_MONI of XI is <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">HTTP_RESP_STATUS_CODE_NOT_OK</SAP:Code>
      <SAP:P1>401</SAP:P1>
      <SAP:P2>Unauthorized</SAP:P2>
    I know this problem deals with the aunthentication.The users PIAFUSER PIDIRUSER & PIISUSER are getting locked when ever Iam trying to refresh cache in ID.When I unlock them and again refresh the cache they are again getting locked.when I unlock the users and restart the message it gives me an error of cache probelm .The mesage is stuck at call adapter phase in SXMB_MONI.Iam really confused of what to do.. please help me..

    And when the locks are gone it gives me the following error
    I have checked my receiver side every thing is fine.
    <SAP:Category>XIAdapterFramework</SAP:Category>
      <SAP:Code area="MESSAGE">GENERAL</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.ConfigException: ConfigException in XI protocol handler. Failed to determine a receiver agreement for the given message. Root cause: com.sap.aii.af.service.cpa.impl.exception.CPALookupException: Couldn't retrieve outbound binding for the given P/S/A values: FP=;TP=;FS=CRSCLNT100;TS=Sonic_BusService;AN=EMADispositionIN;ANS=urn:mentorg.com:ema:disposition;</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />

  • Contact sync seems corrupted. How to recover? iCloud, laptop, iphone work fine. iPad shows some entries in duplicate or near duplicate, and when you delete one, both get deleted. iMac no longer syncs at all though set to sync.

    iPad seems buggy, iMac simply not connected to syncing contacts (and focusing on it, not on Safari bookmarks either)
    iPad example:
    Two entries exist for a contact on iPad, identical or differing slightly (e.g. a space being added before a word or identical in one but not the other). I delete one of the entries and both entries disappear from ipad, iphone, icloud. Entry persists on iMac. 
    iMac:
    iCal syncs. Mail syncs. Calendar doesn't. Bookmarks aren't syncing either: A recent add to Safari bookmarks that has synced elsewhere has not synced on iMac.
    On the iMac, when I go to iCloud in network settings all boxes are checked except Photo Stream, Back to My Mac, and Find My Mac. Account details show my email address, my name and Description "iCloud". The amount of GB available in iCloud storage, which matches what I see on my iPhone.
    iMac: OSX 10.8.5, 2 GHz Intel Core 2 Duo

    Thanks for the suggestion, Barney-15E. FYI I am not running both iCal and Calendar. Just Calendar. Me bad for using the old name and new name interchangeably.
    Tackling the iMac problem: In iCloud network preferences, I unchecked Safari then soon after rechecked it, and your suggestion appears to have worked: a bookmark recently added on one of the other devices appeared in the iMac Safari bookmarks. So far so good.
    Did the same thing with contacts. The iMac took a couple of hours to restore the sync setting, but it finally completed the task. The computer was laboring so I rebooted. Then I opened the contacts application and saw the spinning grey bars next to the "iCloud" heading above my list of contact groups. Some time later the spinning lines were replaced by an exclamation point. I clicked on it and got the message that the operation could not be completed because of a "CoreDAVErrorDomain error 1..". Subsequently, after much spinning of the line wheel, I have gotten either the exclamation point with the CoreDAV message or a lightning bolt icon. Whether exclamation point or lightning bolt, clicking on it provokes a long period of the spinning line wheel. And looking at some telltale contact discrepancies between the iMac and the other machines, nothing seems to have changed in terms of merging the discrepancies.
    Searching for the error message in the support community, I see this has happened to others, and they have had some success in following a list of steps starting with archiving the contacts, which I have done. Don't think I fully follow the other steps, nor am I sure they apply to my situation.

  • 10g Locks Up when selecting database field for optimistic locking

    As the subject says, when I attempt to select the database field for optimistic locking, JDeveloper locks up and I have to kill it with the task manager.
    Should I post problems with TopLink in 10g in this forum or the TopLink forum?

    I finally hit this StackOverflowError again. This happens sometimes when I select the Locking tab on a class where the locking field has already been selected. Here is the top of the stack trace:
    java.lang.StackOverflowError
         at java.util.TreeMap$KeyIterator.next(TreeMap.java:1047)
         at java.util.TreeMap.buildFromSorted(TreeMap.java:1588)
         at java.util.TreeMap.buildFromSorted(TreeMap.java:1534)
         at java.util.TreeMap.addAllForTreeSet(TreeMap.java:1492)
         at java.util.TreeSet.addAll(TreeSet.java:247)
         at java.util.TreeSet.<init>(TreeSet.java:138)
         at oracle.toplink.workbench.model.desc.MWClassDescriptor.getAssociatedTablesCopy(MWClassDescriptor.java:377)
         at oracle.toplink.workbench.model.desc.MWClassDescriptor.getSecondaryTablesCopy(MWClassDescriptor.java:698)
         at oracle.toplink.workbench.model.desc.MWClassDescriptor.hasMultipleTables(MWClassDescriptor.java:796)
         at oracle.toplink.workbench.ui.labels.DatabaseFieldLabel.isMultiTable(DatabaseFieldLabel.java:120)
         at oracle.toplink.workbench.ui.labels.DatabaseFieldLabel.installUI(DatabaseFieldLabel.java:93)
         at oracle.toplink.uitools.cell.BasicLabel.prepareLabel(BasicLabel.java:953)
         at oracle.toplink.uitools.cell.BasicLabel.getListCellRendererComponent(BasicLabel.java:611)
         at oracle.toplink.uitools.plaf.basic.BasicListChooserUI$RendererWrapper.getListCellRendererComponent(BasicListChooserUI.java:1104)
         at javax.swing.plaf.basic.BasicListUI.updateLayoutState(BasicListUI.java:1147)
         at javax.swing.plaf.basic.BasicListUI.maybeUpdateLayoutState(BasicListUI.java:1097)
         at javax.swing.plaf.basic.BasicListUI$ListSelectionHandler.valueChanged(BasicListUI.java:1465)
         at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:187)
         at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:167)
         at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:214)
         at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:402)
         at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:411)
         at javax.swing.DefaultListSelectionModel.setSelectionInterval(DefaultListSelectionModel.java:435)
         at javax.swing.JList.setSelectedIndex(JList.java:1730)
         at javax.swing.plaf.basic.BasicComboPopup.setListSelection(BasicComboPopup.java:998)
         at javax.swing.plaf.basic.BasicComboPopup.access$000(BasicComboPopup.java:43)
         at javax.swing.plaf.basic.BasicComboPopup$ItemHandler.itemStateChanged(BasicComboPopup.java:782)
         at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1161)
         at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1218)
         at oracle.toplink.uitools.ComboBox.selectedItemChanged(ComboBox.java:512)
         at javax.swing.JComboBox.contentsChanged(JComboBox.java:1265)
         at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)
         at oracle.toplink.uitools.plaf.basic.BasicListChooserUI$ComboBoxModel.fireContentsChanged(BasicListChooserUI.java:598)
         at oracle.toplink.uitools.plaf.basic.BasicListChooserUI$ListDataHandler.contentsChanged(BasicListChooserUI.java:842)
         at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)
         at oracle.toplink.uitools.DefaultListModel.setSelectedItem(DefaultListModel.java:830)
         at oracle.toplink.uitools.DefaultListModel.removeAll(DefaultListModel.java:529)
         at oracle.toplink.uitools.DefaultListModel.replace(DefaultListModel.java:724)
         at oracle.toplink.uitools.ListChooser.setData(ListChooser.java:747)
         at oracle.toplink.workbench.ui.desc.DescriptorPropertiesLockingPage.populateOptimisticFieldChooser(DescriptorPropertiesLockingPage.java:333)
         at oracle.toplink.workbench.ui.desc.DescriptorPropertiesLockingPage.propertyChange(DescriptorPropertiesLockingPage.java:342)
         at oracle.toplink.workbench.tools.events.ChangeSupport.firePropertyChange(ChangeSupport.java:216)
         at oracle.toplink.workbench.tools.events.ChangeSupport.firePropertyChange(ChangeSupport.java:230)
         at oracle.toplink.workbench.tools.AbstractModel.firePropertyChange(AbstractModel.java:70)
         at oracle.toplink.workbench.model.desc.MWDescriptorLockingPolicy.setLockField(MWDescriptorLockingPolicy.java:117)
         at oracle.toplink.workbench.ui.desc.DescriptorPropertiesLockingPage$ActionHandler.actionPerformed(DescriptorPropertiesLockingPage.java:471)
         at oracle.toplink.uitools.Chooser.fireActionEvent(Chooser.java:305)
         at oracle.toplink.uitools.ListChooser$ListDataHandler.contentsChanged(ListChooser.java:1382)
         at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)
         at oracle.toplink.uitools.DefaultListModel.setSelectedItem(DefaultListModel.java:830)
         at oracle.toplink.uitools.DefaultListModel.replace(DefaultListModel.java:732)
         at oracle.toplink.uitools.ListChooser.setData(ListChooser.java:747)
         at oracle.toplink.workbench.ui.desc.DescriptorPropertiesLockingPage.populateOptimisticFieldChooser(DescriptorPropertiesLockingPage.java:333)
         at oracle.toplink.workbench.ui.desc.DescriptorPropertiesLockingPage.propertyChange(DescriptorPropertiesLockingPage.java:342)
         at oracle.toplink.workbench.tools.events.ChangeSupport.firePropertyChange(ChangeSupport.java:216)
         at oracle.toplink.workbench.tools.events.ChangeSupport.firePropertyChange(ChangeSupport.java:230)
         at oracle.toplink.workbench.tools.AbstractModel.firePropertyChange(AbstractModel.java:70)
         at oracle.toplink.workbench.model.desc.MWDescriptorLockingPolicy.setLockField(MWDescriptorLockingPolicy.java:117)
         at oracle.toplink.workbench.ui.desc.DescriptorPropertiesLockingPage$ActionHandler.actionPerformed(DescriptorPropertiesLockingPage.java:471)
         at oracle.toplink.uitools.Chooser.fireActionEvent(Chooser.java:305)
         at oracle.toplink.uitools.ListChooser$ListDataHandler.contentsChanged(ListChooser.java:1382)
         at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)
         at oracle.toplink.uitools.DefaultListModel.setSelectedItem(DefaultListModel.java:830)
         at oracle.toplink.uitools.DefaultListModel.replace(DefaultListModel.java:732)
         at oracle.toplink.uitools.ListChooser.setData(ListChooser.java:747)
         at oracle.toplink.workbench.ui.desc.DescriptorPropertiesLockingPage.populateOptimisticFieldChooser(DescriptorPropertiesLockingPage.java:333)
         at oracle.toplink.workbench.ui.desc.DescriptorPropertiesLockingPage.propertyChange(DescriptorPropertiesLockingPage.java:342)
         at oracle.toplink.workbench.tools.events.ChangeSupport.firePropertyChange(ChangeSupport.java:216)
         at oracle.toplink.workbench.tools.events.ChangeSupport.firePropertyChange(ChangeSupport.java:230)
         at oracle.toplink.workbench.tools.AbstractModel.firePropertyChange(AbstractModel.java:70)
         at oracle.toplink.workbench.model.desc.MWDescriptorLockingPolicy.setLockField(MWDescriptorLockingPolicy.java:117)
         at oracle.toplink.workbench.ui.desc.DescriptorPropertiesLockingPage$ActionHandler.actionPerformed(DescriptorPropertiesLockingPage.java:471)
         at oracle.toplink.uitools.Chooser.fireActionEvent(Chooser.java:305)
         at oracle.toplink.uitools.ListChooser$ListDataHandler.contentsChanged(ListChooser.java:1382)
         at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)
    ...

  • When forwarding emails recipients are getting no pictures and text all over the place or none at all

    After receiving emails that contain pictures or just text
    I press the forward button, however the recipients say they are receiving no pictures and the text is either all over the place or none at all

    After receiving emails that contain pictures or just text
    I press the forward button, however the recipients say they are receiving no pictures and the text is either all over the place or none at all

  • Why are we locked to use Walkman, when it **bleep** as it is now?

    Hi,
    Is it really that hard to add good functionality to the Walkman app? We are forced to use it but we don't get the functionality we need! It would be so simple to set which folder to scan!
    I really would like to use it, if i could set it not to scan and play my ringtones, my WhatsApp voice messages and other sounds as music.
    Yeah yeah, i know some of you will start thinking of the .nomedia file solution...
    IT DOES NOT WORK!
    It works fine for removing unwanted files from the Walkman, but it also locks me from using these files as ringtones. As soon as i put the .nomedia file in the ringtone folder i can see that the phone say unknown ringtone and plays something default if someone calls me. So i've been told to use a file manager to pick an set these files as ringtone...
    When selecting a ringtone i get to choose which application i would like to use, i go for Astro, i pick the file i want and the phone goes back to settings and says unknown ringtone. 
    And one other thing..
    I also have the headset SBH50, which is a very good headset and connects fine with the phone i have (Xperia Z2). But after connectiong it to the phone i can see that it has one app that can use it, Walkman.
    Can you change this and set it to use another music player?
    NO!
    Why?

    Can't help with the app itself but as for your headset only working with the app is wrong, Open smart connect then tap on the headset in the list then Throw to this device - Now everything will go through the headset
    For a successful technology, reality must take precedence over public relations, for Nature cannot be fooled.   Richard P. Feynman

  • Purchase Order is getting locked

    Hi Experts,
    I have very strange problem with some of purchase orders.
    I create the purchase order and saved it.
    When i tried to chenge purchase order system does not respond and dont allow me to save the order.
    Transaction gets locked which can be seen in SM12 tcode also.
    Also when i tried to release the PO system again performs the same way and trasaction gets locked.
    I checked the release strategy, customization, material and vendor master, also the authorizations..
    Basis person also checked it but couldnt able to locate any specific reason.
    In every PO i faced the problem Material and Vendor is same.
    Waht could be the reason thet transactions are getting locked when working with these POs , any specific things to be checked , configuration, or Notes to be applied.
    Please guide me in this as i am not able to process these very important POs.
    Best Regards,
    Kapil

    Hello Kapil
    Can you check under System -- User profile -- Own data, under this check under 'Parameters' tab what are the parameters set for your login?
    Amol

  • My cursor does not move to the confirmation box after selecting delete

    When selecting 'Delete' for an email for instance, the cursor would then move to the confirmation box but with Firefox 4 this does happen now.

    Out of curiosity, are you using 'NoScript' or anything of the like?
    This occurrence happened to me on the Google page and I figured out that 'NoScript' was blocking Google therefore not allowing the cursor to activate in the search input field. I simply ''allowed'' Google.com and I had no problem thereafter. Perhaps you have a similar problem.

  • PI7.0 PIAFUSER, PIDIRUSER, PIRWBUSER, PIREPUSER getting locked.

    Hello,
    I have two PI systems PID and PIQ.
    PID has central SLD and PIQ is configured to use central SLD during installation.
    The PI users in PID and PIQ have different passwords.
    I have noticed following users are getting locked in PID.
    PIAFUSER, PIDIRUSER, PIRWBUSER, PIREPUSER
    When i shutdown PIQ instance, they do not get locked in PID
    I am not sure why PIAFUSER in PID is getting locked as soon as I start PIQ instance.
    Any help is appreciated.

    Hi ,
    I am sure whoever has configured Central SLD has missed few steps while doing the configuration.
    I would suggest you to go through the configuration guide and check what all steps are missing.
    >>>The PI users in PID and PIQ have different passwords.
    This isnt a problem. Now if the service users have different passwords, what we need to do is .........<b>Create separate service users in your PIQ system and mention the same in exchange Profile of PIQ system. Also the same service users needs to be created in your PID system with the same password. </b>
    If that sounds confusing..
    Refer SAP Note 720717: Reduce the number of System Landscape Directories (SLD)
    If you have any other query  post the same.
    Regards,
    Sumit

  • Some files in Time Machine are being locked

    I run Mountain Lion 10.8.4 on a Mac Mini 2012. Over the past year or so (dating back to my older iMac mid-2010, after which I transferred the data to my current Mac Mini), I've noticed that most of my files in Time Machine are getting locked. The files on my Mac are not locked, but the backed-up versions of the files are locked. The icons have a padlock icon on them. This is NOT due to the "auto-lock documents" feature, since this no longer exists in Mountain Lion.
    For instance, my Firefox profile is a good example. Here are two screenshots:
    1. Screenshot of my Firefox profile. Everything looks fine.
    2. The same profile, except the latest Time Machine backup.
    These locks appear in every single backup I have, up until the oldest one. I ran "Repair disk" on Time Machine, which took about 30 minutes, and then made another backup, and this time the newest backup did not have any locks—but all the older backups still had locks. I found this a bit strange, because why would a backup I made AFTER running "Repair disk" be fixed, but the older ones remained unaffected?
    Anyway, I hoped that this would fix the problem, but every time I do this, a few weeks later, the problem re-occurs.
    So, is there anything more permanent that I can do?

    Hey man,
    Some things I'd be looking at trying is:
    ---> Reset ACL's
    Boot to Recovery -> Utilities -> Terminal
    Then enter the following command to open the Reset Password Utility:
    resetpassword
    Then select the volume (normally Macintosh HD)
    Choose the user account in the "Select the user account:" pop-up menu
    Click Reset (ignore all the 'enter new password for user' sections and just click reset at the bottom after selecting the volume and the user
    Once that is done, quit Terminal and the Reset Password Utility
    Open Disk Utility
    ---> Verify/Repair Disk + Permissions
    Click Macinosh HD on the left of Disk Utility and then click Verify Disk at the bottom right, if it comes up with green text in the white box saying 'The volume Macintosh HD appears to be OK', then you DO NOT need to click Repair Disk, if it finds any errors, you should click Repair Disk
    Afterwards, you should click Verify Disk Permissions, once that completes click Repair Disk Permissions (Click this regardless of what Verify Disk Permissions says)
    Once that is done, I would follow HT2409 and do a Spotlight Re-Index
    Attempt another backup and see how you get on
    Regards
    MiiCK

  • Calling Tcode Solar02 in ITS - Nodes getting Locked

    Dear all,
    To call tcode solar02, from web i am using the ITS url ,
    http://host:port/sap/bc/gui/sap/its/webgui?~transaction=solar02
    But when i access  the nodes,  through this link the nodes are getting locked automatically.
    can i use ITS url for solar02 tcode?
    Regards,
    Shamila

    you can check via SE93 if a particular transaction is ment to be worked in ITS/SapGui..

  • Reasoning for Queues getting Locked

    Hello,
    When we are doing load testing ,queues are getting locked. Is there any reason why queues get locked? and secondly how can we tune the queues so that they dont get locked in high load conditions?
    Thank You.

    Hi Ram,
    Tune the parameter EO_MSG_SIZE_LIMIT to handle queues during high load.
    Set the value 0 - 2,097,151 (KB)....The parameter EO_MSG_SIZE_LIMIT enables serial processing of messages of a particular
    size. This applies for messages with the quality of service Exactly Once (EO). If the message is larger than the parameter
    value, the message is processed in a separate queue.This parameter is designed to improve performance since there is often
    not enough memory to process multiple large messages simultaneously.
    Regds,
    Pinangshuk.

  • Unity Connection - Users with system default password getting locked out

    Hi all, hope everyone is well !!
    I am experiencing a strange problem and hope someone can give me some direction on where to start digging on this issue.
    I am getting a good number of users reporting they are getting locked out of their voice mail and they all claim that they have not changed their password and some user even got their greeting recorded by someone else. One thing in common for the users who reported the issue is that they all using the system default password. I am trying to trace to find out who/what has access to these users' mailbox but so far I have not had any luck.
    Thanks in advance !!
    Danny

    Thanks, yes am doing that now and cant really find any new/unique pattern. Plus the trace is pretty hard to follow. Cant really figure out any times stamps in the trace also. The current trace file is defaultTrace.18.trc and it has very simiiar content as some of the older ones before the problem. Right now the ESS portal is working and the slddsuser password is not locked. It seems the problem takes place on start up?
    /usr/sap/ESS/JC77/j2ee/cluster/server0/log
    Tough thing to test in production.
    I wonder what takes place at startup that would kick this problem off?
    brad

  • WBS gets locked

    Hi all,
    I have one Z-program which posts accounting document using function module "BAPI_ACC_DOCUMENT_POST". Program posts no. of documents.
    Also before calling this bapi I am using function module 'STATUS_READ' to read the System Statuses for the WBS element.
    When the program executes WBS gets locked for whole duration of the program.
    For any project management posting screen – for example releasing or changing budgets [CJ30 / CJ32] – people get an error message telling them that person X is already processing the WBS. This message stays in force until the Program finishes.
    Any idea why WBS gets locked? How can we avoid it?
    Regards,
    Umesh

    Hi Umesh,
    Please try BAPI_TRANSACTION_COMMIT and pass WAIT = 'X'. This should solve the issue.
    Thanks
    Anand

  • I have a folder and 3 files stuck on my desktop.  When I drag them to the trash I am asked to enter my administrator's password.  I do this but the files and folder will not delete.  I have checked 'Get Info' on each of them and they are not locked?

    I have an empty folder and 3 .jpg files stuck on my desktop.  When I drag them to the trash I am asked to enter my administrator's password.  I do this but the files and folder will not delete.  I have checked 'Get Info' on each of them and they are not locked and I have full read & write access.  Grateful for any assistance in solving this problem.

    Back up all data.
    Triple-click anywhere in the line below to select it:
    ls -@Oaen De* | open -f -a TextEdit
    Copy the selected text to the Clipboard (command-C).
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V).
    A TextEdit window will open with the output of the command. Post the contents of that window, if any — the text, please, not a screenshot. The title of the window doesn't matter, and you don't need to post that.
    If any personal information appears in the output, anonymize before posting, but don’t remove the context.

Maybe you are looking for

  • I can't install suit cs6

    When i was install the Photoshop cs6 in F/: (external hard drive) i broke the device, and when i go to reinstall whatever siut cs6 software don'nt let me. tell me this: Exit Code: 7 Please see specific errors and warnings below for troubleshooting. F

  • How to create a part with SMD pads on top and bottom layer

    I'm trying to create a part that is a printed antenna. The board will contain an array of these so I am trying to create it as a part I can place. The active element of the antenna is on the top layer and the ground part is on the bottom layer. So I

  • Ultra Search Portlet Configuration Problem

    Guten Tag, we are using OracleAS 10g Rel. 2 Portal. I've registered the Provider for Ultra Search. Now I understand that I have to add a data source in the OC4J_Portal configuration file "data-sources.xml" I want to make Ultra Search crawl and search

  • Disable Photo downloader in photoshop album starter 3.0

    When I connect my camera via USB, the photo downloader starts & ties up the camera software. Other forum topics instruct to choose edit / preferences / camera or card reader & deselect "use Adobe photo downloader to get photos from camera or reader",

  • This is for Apple - Please Answer - Safari issues

    First - is OS 10.7.5 srtill supported? -- Silly question, I think not. Then, if it is, why is it so impossible to find a Safari installer for 10.7.5 NOT tied to having to go through hoops reinstalling 10.7 or 10.7.1 to get the 10.7.2 Combo updater th