How to create a new index with already indexed folder

Hi
I have a requirement to create a new index.
I can able to create index. But,When i am specifying the data source, i am trying to include a data source which was already indexed in another index.
The system giving error that "The folder is already indexed and its available in another index".
How should i specify same folder in different indexes?

Hi Patricio,
Thanks for your reply.
Our requirement is
From your example, lets take
index1 containts a data sources \folder1.
and i have a requirement to create another index called index2 with data sources
1) \folder1
2) \testfolder\testfolder1.
From help.sap.com i understand that there is no way to specify the same folder in different indexes.
I am looking for, Is there any solution to meet my requirement
Thanks

Similar Messages

  • How to create full new user with all privileges

    how to create full new user with all privileges?
    and how to delete existing users?
    Thanks in advance..

    Common solution is probably to use sudo for privilege elevation, wiki should help

  • How to create the new row with existing values

    Hi all,
    first of all i create a row,
    i opened that in edit mode,
    suppose i want to edit any one of the value in that recordd,
    that time compulsory create a new row with those valuess.
    how can i create a new row with those valuess.

    Hi Anusha,
    This code correct for your requirement, only thing is you are not able to modify it as per your requirement.
    What you have to do is:
    1. Copy queried row into into new row, change primary key values(but don't commit your changes here).
    2. Now you have two rows in your VO(OLD as well as New)
    3. Make any changes if you want using User Interface.
    4. At the save button first compare OLD and NEW row, if any value is differing then commit the chnages(it will insert new row in corresponding database table), if no changes are there I mean to say OLD value and NEW rows are same then rollback(it will remove copied row from VO and no row will be inserted in database.)
    While comparing rows please note that Primary keys will not be same so don't compare Primary keys while comparing rows.
    I hope it will help you.
    Regards,
    Reetesh Sharma

  • How to create a new file with existing file's resource fork?

    Hello,
    I would like to create a new file that has the resource fork of an existing file. I had though of making a copy of the existing file, seek to the beginning of the copy and write the new data, but for large files, that creates the whole file even when not needed. I currently create the new file with [NSFileManager createFileAtPath: contents: attributes:], but attributes do not include resource fork items, like custom icons, color label, etc.
    [NSURL resourceValuesForKeys] gives a common subset of resource data, like icons and color label, but that's about it. Is there some way to get the resource fork or a copy of the file without getting the whole file?
    Thanks

    What are you trying to do here? While resource forks might still be quasi-supported, you really shouldn't be thinking about them as such. Instead, think in terms of extended attributes. You can use the low-level xattr() functions to get some of that or you can use the new NSURL methods.

  • How to create a new track with existing changes in the production

    Hi
    I need to create a new track for the ESS package with the existing changes that we already made to the ESS package. We already have a development track and the customisation to the ESS package has been already done in that track. Now my requirement is to create a new track ( DEV, CONS, TEST and PROD) with DEV having all the existing changes we made. In short how do I import the SCA's from development track PROD to the new track DEV. We are on NW2004 SPS20.
    points rewarded for helpful answers
    Thanks
    Sheril

    Param
    Have you done the import in DEV and CONS  and then Assembled .. ?
    If yes then go to /usr/sap/jtrans/CMS/archives/.......... -> check for the track name and then the last .SCA file in it . Copy that SCA file in the /usr/sap/jtrans/CMS/inbox  and go to the new track and configure the checkin to inbox ... You should see the SCA in there ... check those in and you are ready to have those SCA in your Production track ..
    If no then you need to know the NWDS functions .. I shall send you the details to bring the incomplete changes (not assembled) to new track .. let me know if the first one worked ..
    Thanks
    Rahul

  • How to create a new document with a given theme, instead of choosing it every time.

    Hi,
    for work I only use a custom made keynote theme.
    I've already deleted all the default themes, and the only one that is listed in the app is the one I actually use.
    However every time I create a new document I have to chose its theme (that's normal having plenty of themes, but in my case is just a waste of time).
    I was wondering if there's a way to tell keynote to start a new document with a given theme, in order to avoid to chose it every time.
    Thank you for reading and for the help you will give.
    Giacomo

    Keynote > Preferences > General tab
    select “Use theme,” and then click Choose to select a theme.

  • How to create a new Activity with report

    I would want to know how I do to create a link in a report that connects me to the page of the Client to add a new record of activity if i want.
    Substantially this link allows me to create a new activity in an agency that I directly select from the report.
    Thank Vale.

    Hi
    You should use the observer user for performing read-only operations.
    This is one of the users that is created when you installed AccAD.
    Here is the section that mentions it from our administration guide:
    You are asked to provide passwords for the root, admin, and observer
    users. Make note of these passwords since you will be required to provide them later.
    When the installation is complete, log out root and log on again as admin.
    Important
    Perform any additional operations using the secured admin account. You can use the observer account to access the AccAD Administrator web UI in read-only mode only; this user cannot log on to the machine.
    Best,
    Zeev

  • How to create an new administrator with ldif files

    I need another administrator as orcladmin for create an new tree in OID 11g which groups and right must this administrator have?

    Although you can create a superuser account that is able to manage entries, it won't be able to do so using ODSM until 11g Patchset 4.
    What this means is that you may use ldapbind/ldapmodify/ldapadd/ldapdelete commands with this new user to do the same operations that you would normally only do using the superuser, but that until a future patchset (currently slated for 11g patchset 4), this user will not be able to login to ODSM.
    Attempts to login to ODSM as this new user will fail with:
    Error:
    ODSM allows only super user to connect to OID.
    Connected user is not a super user.
    Identify the groups that the superuser is in, as follows:
    ldapsearch -p <OID_port> -h <OID_host> -D "cn=orcladmin" -w <pwd> -b "" -s sub "uniquemember=cn=orcladmin" dn
    Create a new user entry, to be used as the second superuser.
    Add this user as a uniquemember to all the same groups returned in. This can either be done manually, or via the ldapmodify/ldapadd command with an LDIF file with the following syntax:
    newadmin.ldif
    dn: cn=odisgroup,cn=odi,cn=oracle internet directory
    changetype: modify
    add: uniquemember
    uniquemember: cn=myadmin,cn=users,dc=myorg,dc=com
    dn: cn=Provisioning Admins,cn=changelog subscriber,cn=oracle internet directory
    changetype: modify
    add: uniquemember
    uniquemember: cn=myadmin,cn=users,dc=myorg,dc=com
    ldapadd -p <OID_port> -h <OID_host> -D "cn=orcladmin" -w <pwd> -f newadmin.ldif
    Thanks,
    ABP

  • How to create a new IView with a new User assigned to it?

    Hi All,
    I have a Web Dynpro application and I want that to use in Portal.
    I am creating a IView..and  a Role and assigning  it to a created User.
    But when I am logging in with the new User I am getting an error. The Error is some Desktop.
    Can any provide me the steps for the creation of the same.
    Regards
    DK

    Hi,
    Here is the step-by-step procedure to create a web dynpro iView in portal:
    1. Logon to portal.
    2. Content Administration->Portal Content.
    3. Right Click on the folder 'Portal Content'.
    4. Select 'iView' ->'New'
    5. In the Template Selection, select 'SAP Web Dynpro iView' and click 'Next'
    6. In the 2nd step, Give iView Name and iView ID and a prefix. Next.
    7. Select application variant, say, 'Java' in the 3rd step. Next.
    8. In the 4th step, select the System (Your WAS System), give the project name of your webdynpro, like, local/ABC_Project in the WebDynproNameSpace. In the Application Name, enter the application name of your Web Dynpro Application, say ABC_App. Next.
    9. Finish.
    10. In the left panel, now you will see an iView has been created.
    11. Create necessary role/workset and assign this iView for an user.
    Regards,
    Vijayakhanna Raman

  • How to create a new service with HD TS and MHP in IRT MHP-RI?

    In IRT Reference Implementation, if I have a ts in harddisk and a xlet, and I want to bind them together. Can anyone tell me how to achieve this goal?
    I know I should use AIT generator but I don't know where to put the resulted .ait file. The TS is an AV file with fixed NID, ONID, and TSID.

    Hi Marcos,
    thank you so much!!!
    After changing the cardinality the return type of the operation "findByName" switches to "java.util.List". Everything is working now!
    The code now looks like this:
    @com.sap.caf.dt.CAFOperation(name="findByName")
         public java.util.List<com.sap.demo.carpool.modeled.Test> findByName(java.lang.String name) throws com.sap.caf.rt.exception.CAFServiceException {
              java.util.List<com.sap.demo.carpool.modeled.Test> out = this.gettestService().findByName(QueryFilterFactory.createFilter(name));
              return out;
    Thank you so much! I'm so happy .... This problem frustrated me ....
    Thank you ....

  • I forgot my digital signature password. How do I create a new one with the same email.

    I can not remember my digital signature password. I've attempted to create a new one with the same email address. The message I receive is that i already have a digital signature with that email. I would like to use the same email address.

    You probably mean that you forgot your digital certificate password and I presume that this is a self-signed certificate that you yourself created, not a certificate that you received from a Certificate Authority (CA). If this is true then you can create a new self-signed digital certificate (Digital ID in Acrobat-speak) the same way you created the first one: In Acrobat XI it is Edit->Preferences->Signatures->Identities&Trusted Certificates->More. Then click on "Add ID" button and follow the prompts. You can create as many self-signed certificates with the same credentials (name, email, etc.) as you wish. You'd have to figure out how to distinguish them, though.

  • How to create a new partion in my HP (Compaq LE1902x )PC that has already 4 primary partitions ?

    How to create a new partion (to save my files & Folders) in my HP (Compaq LE1902x )PC that has already 4 primary partitions ? when something goes wrong along with OS(C) drive my all files are lost. so i want to create a new partition & dedicate it to my files & folders.

    I would consider another problem. What if the hard drive (not the OS) fails. You'd lose all your data, all partitions. It seems better logic would be to copy your files and folders to either an external hard drive or USB thumb drive.
    I would not use the internal backup program, but would manually copy the data. I also would not leave such device attached to the computer.
    In my system I have a separate USB thumb drive that stored critical medical and legal documents. That way, I can travel with it, as needed. I also clone my primary desktop every 30-45 days. That way, if I get a failure, it's only that far back on lesser files.
    I am a volunteer. I am not an HP employee.
    To say THANK YOU, press the "thumbs up symbol" to render a KUDO. Please click Accept as Solution, if your problem is solved. You can render both Solution and KUDO.
    The Law of Effect states that positive reinforcement increases the probability of a behavior being repeated. (B.F.Skinner). You toss me KUDO and/or Solution, and I perform better.
    (2) HP DV7t i7 3160QM 2.3Ghz 8GB
    HP m9200t E8400,Win7 Pro 32 bit. 4GB RAM, ASUS 550Ti 2GB, Rosewill 630W. 1T HD SATA 3Gb/s
    Custom Asus P8P67, I7-2600k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX660 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Custom Asus P8Z77, I7-3770k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX670 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Both Customs use Rosewill Blackhawk case.
    Printer -- HP OfficeJet Pro 8600 Plus

  • I cant access my account as I tunes says no one with my e-mail address exists. If I try to create a new account with my e-mail address, I am told this address is already in use?

    I have had an account for some time. I tried to log on yesterday to be told my credetials were wrong. I tried to reset my password but get 'your session timed out' message after less than 30 seconds! (happened 4 times). I then tried to access my account with my e-mail address. I am tols that there is no account with thaqt e-mail address, but if I try to create a new account with my e-mail address, I am told that address is already in use. To get to this community page I have had to create a new account with a new gmail address. I want to get to my main account as I have credit on that one. Please help?
    gerryfrom hatfield.

    Hello gerryfromhatfield,
    There is a process, an article about how to find your apple id and get access to it. It is named Apple ID: Finding your Apple ID found here: http://support.apple.com/kb/HT5625?viewlocale=en_US
    You start at the top, and work your way down.
    If you can't remember your Apple ID, you can find it by using the password retrieval process at My Apple ID. Follow these steps to recover your Apple ID name:
    Go to My Apple ID and click "Find your Apple ID."
    Complete all the required fields that might be associated with your Apple ID.
    Note: If multiple email addresses have an Apple ID, select your current or most recently used email address.
    All the best,
    Sterling

  • Hi guys n girls. How do you copy a whole table to create a new table with all cell sizes in tact? Thanks for your help. Jason.

    Hi guys n girls. How do you copy a whole table to create a new table with all cell sizes in tact? Thanks for your help. Jason.
    when you copy n paste into a new table, all the cell sizes are changed.
    is there a way to put in a new table from your templates into an existing file, different to the standard very basic ones in insert table.
    I look forward to your answers.  Your help is very much appreciated.
    Also how do you search for question answers already written in this support area please.

    Hi Jason,
    In Numbers 3, you can select a whole table by clicking once in the table to make it active, then click once on the "bull's eye" at the top left.
    Now copy and paste. All formatting (and any cell content) is pasted intact. In Numbers 2.3 (Numbers '09) it is a little different for selecting a whole table. But I won't go into that unless you are using Numbers '09. Please reply.
    I don't like the look of the tables in Insert Table. I keep custom tables in My Templates. I have set Numbers > Preferences > General > For New Documents > Use template: (name of my favourite custom template)
    That opens when I launch Numbers, or ask for a new document (command n). Note that if you follow this preference setting, then Menu > File > New From Template Chooser (for another template) requires you to hold down the option key in that menu.
    Regards,
    Ian.
    Message was edited by: Yellowbox. All formatting (and any cell content) is pasted intact.

  • How do create a new email address with my iCloud account

    This may be simple but as usual with these things you usually do it once and never have to do it again!
    I have has my mac mail address @mac.com since idisk was launched and then added a family pack with addresses for my kids and wife and when icloud launched i migrated all the addresses with no problem - but one of my clients wants me to create a new @mac (or @me.com) email address specifically for my invoices to send to there on line accounts system - my question is how do create a new email address for free in icloud - is it possible?
    I remember the family pack gave you additinal options to create up to 5 email adresses?  T
    Thanks in advance - Allister in Scotland UK
    Message was edited by: Allister Gourlay

    Allister Gourlay wrote:
    My client wants me to test there online invoice system that will go online next year when i and a few long terms suppliers will upload our invoices that will match with purchase orders as a test.
    and instead of using my present mac mail email address they want me to use a prefix they have allocated to me
    This is the issue. They are telling you to get a specific email address.
    If this address is already taken, then what?
    Roger thank you that was the info i needed
    FYI: My first post was a link to -> iCloud: Create or change email aliases

Maybe you are looking for

  • CR 2008 Report Printing,hit error "Server Error in '/CRReport' Application"

    Hi We encountered Error Message when trying to print Crystal Report 2008 via Windows Internet Explorer. "Server Error in '/CRReports' Application." Failed to Open Report Description: An unhandled exception occurred during the execution of the current

  • OnFilter in Table UI element.

    Hi, I want a Filter functionality in the table ui element. I tried with 'SALV_WD_TABLE' . But it need to click on Filter Hyperlink and then the Filter icon get enabled. My requirement is to display the Filter icon as default it the output. Also i wan

  • ACE Exception during conversation

    After upgrading ACE module from A2(3.1) to A2(3.2) we started getting complaints about the ablity to upload a file in one of our applications. We are able to recreate the problem and noticed that when there is a failure, the ACE sends a TCP RST in bo

  • Macbook logic boards are expensive!!

    yesterday I dropped my macbook off to have the headphone jack fixed, they ended having to replace the logic board to fix it, today I got it back and luckily it was under warranty cause holy crap it would have been $890.63!! if I didn't have the warra

  • Printing problems with CS3

    Whenever I go to print an ID or AI file for the first time it is beyond slow. It does not matter if it is a large file (although ID files of any size are very slow, 30 seconds or more just to scroll to a new page) or a small file, I get a minute or m