The import parameters were not filled correctly

Hi BW guru's
I am working on BW 3.O AND USING A FLAT FILE. I was trying to create hierachy to a infoobject(SalesrepID-SREP). First i enabled the (with hierarchies) tab under the hierarchy tab of change characteristics of SalesrepID, and selected the Time dependent hierarchy structure RadioButtoon. Then Activated the info object. All the tables for hierarchies are generated. (BIC/HIO/SREP,BIC/KIO/SREP and BIC/IIO/SREP) when I right click the info object and try to create Hierarchy it is populating an information box saying that the, "The import parameters were not filled correctly". please kindly try to help me.
Thanks in advance.

Hi,
Under the Hierarchy Tab, click on the external characteristics button and transfer your sales office and sales region from the left-->right window. Return to the InfoObject maintenance screen and activate your Infoobject.
Right click on your infoobject and click on the "Create Hierarchy" option.
Hope it helps
Ravin

Similar Messages

  • Microsoft Outlook 2010 The delegates settings were not saved correctly. Cannot activate Send-on-behalf-of list. You do not have sufficient permission to perform this operation on this object.

    I am trying to assign delegation to a user and I receive the following message.
    The delegates settings were not saved correctly.  Cannot activate Send-on-behalf-of list.  You do not have sufficient permission to perform this operation on this object.
    We are using 2010 for the server and client.  There are only specific mailboxes that this is happening for after being migrated from Lotus Notes.  The user can use their mailfile fine however it is just the delegation that appears corrupted somehow. 
    I'm not sure how to fix this.  I have checked the access through the security tab in ad and that looks fine.
    Any help would be appreciated.

    I did some more digging and I solved it.
    This would be the solution:
    In Active Directory Users and Computers
    -Click on VIEW
    -Click on ADVANCE FEATURES  (this is important otherwise you won't see
    the complete list in the next steps)
    -Click on the USERS container
    -Find the problem user's account
    -Right mouse the account and click on PROPERTIES
    -Click on the SECURITY tab
    -In the top box, click on the SELF account
    -In the bottom portion of the screen make sure the READ PERSONAL
    INFORMATION  & WRITE PERSONAL INFORMATION  should both be checked for
    ALLOW
    If you can compare the permissions for 'SELF' with another user you probably should set them accordingly to be safe. I noticed that for the user where setting delegates (SOB) did
    not work, more than those 2 permissions were missing.
    Good luck!
    David

  • Outlook error "The Delegate settings were not saved correctly. cannot activate send-on-behalf-of list. The operation failed"

    Hi,
    Re: "The Delegate settings were not saved correctly. cannot activate send-on-behalf-of list.  The operation failed" 
    I have a client who is getting the above error when attempting to change delegate permissions in Outlook 2010.
    She is also getting this error when she tries to remove a delegate.
    I have tried recreating her mail profile.
    I have also tried kb2593557. The auto fix didn't work at all and the registry fix only removes the error message and not the problem. This client would like to be able to edit her delegate permissions.
    She is on Exchange 2010
    Any assistance would be appreciated.

    The article you provided is not related to the error message that the user is getting it.
    Can you please provide better solution? I know this answer and this post is old but I am having same issue.
    The error message is only (The Delegates settings were not saved correctly. cannot activate send-on-behalf-of list. The operation failed) I was not able to attach screen shot.

  • One or mor parameters were not specified for the subreport

    I have a main report that has a sub report.  It all seems to work fine, except that I get the error "One or mor parameters were not specified for the subreport" when the second page of the report is rendered.  So I verifed that all the
    parameters for both reports are setup correctly, looked at the data to see if it that was causing the issue, etc....  I found nothing.
    Then I came across this article. 
    http://www.analyticsby.me/2009/10/one-or-more-parameters-were-not_09.html
    So I changed all the parameters on the sub report Available Values to none.  Now it works without issues. 
    My problem is that the sub report needs to be run independently.  By setting the Available Values to none, the user is unable to select values for the parameters.  This is not acceptable.
    I suppose I could create a duplicate report to use as the sub report, with all the Available Values set to none for the parameters, but that means I need to maintain two reports instead of one.
    This has to be a bug.
    Anyone come across this situation?
    Bill Behning

    Hi Bill,
    Sorry for the delay.
    Based on my test, the error message hints that either the report parameter has not been passed from the main report to the subreport or that the wrong format of report parameter or an unacceptable value for the report parameter has been passed from the main
    report to the subreport.
    When passing the parameter from the main report to subreport, we can grant the parameter to Available values in the subreport. While the values passed should be contained by Available values of the parameter in the subreport. In this case, the error won't occur.
    In other words, the parameter in the subreport can contain Available values.
    If I have any misunderstanding, please feel free to contact me.
    Regards,
    Heidi Duan
    Heidi Duan
    TechNet Community Support

  • Starting in 2015 I get the following error when I try to import my photos. "The following files were not imported because they could not be read"  -DSC8416.NEF  I've been importing the same type of photos with no errors then 2015 came along and now I can

    Starting in 2015 I get the following error when I try to import my photos. "The following files were not imported because they could not be read"  -DSC8416.NEF  I've been importing the same type of photos with no errors then 2015 came along and now I can no longer import.

    The error message is misleading, the problem is that you need WRITE privileges added to the destination directory tree.
    Assuming you are using the "date" structure that LR defaults to, find the directory that contains the 2014 folder (the one that works) and add WRITE rights to the parent of "2014".
    While you are there, if you want, add "2015" folder to beside "2014" and add READ and WRITE rights to that new directory.

  • MFL: The dependency is not configured in schema resource. Possible reason one or more import/include is not set   correctly.

    HI Friends,
    I have a created a MFL to transform XML to Non XML format. When am generating a XSD out of this MFL am getting this Error:
    The dependency is not configured in schema resource. Possible reason one or more import/include is not set
    correctly.
    Here is the snippet of the XSD:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
              xmlns="http://www.w3.org/2001/XMLSchema"
              targetNamespace=""
              xmlns:mfl="http://www.bea.com/mfl"
              elementFormDefault="qualified">
        <xsd:import namespace="http://www.bea.com/mfl"/>........
    Later Part i have searched for mfl.xsd in com.bea.wli.core.mflengine_1.x.x.x.jar in my.........../Oracle_OSB1/modules  and imorted this XSD into my eclipse workspace.
    Then i added the schemalocation attribute to the Import element. which looks something like below:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
              xmlns="http://www.w3.org/2001/XMLSchema"
              targetNamespace=""
              xmlns:mfl="http://www.bea.com/mfl"
              elementFormDefault="qualified">
        <xsd:import namespace="http://www.bea.com/mfl" schemaLocation="../../mfl.xsd" />......
    After doing these changes also am getting the same error... can anyone help me out of this????

    Hi Arun,
    Also in SB console we can refer xsds from other projects but again OEPE doesnt seem to support that we will have to make duplicate copies of the resources in each project.It is not like that if you are using OEPE then you can not refer resources from other projects. Just what you need to do is that give relative path of the resource which is there in the file system. It does not matter that to which project it belongs. Yes, now with OEPE, you have to do this manually.
    Regards,
    Anuj

  • Has anyone seen this before,? some import operations were not performed , could not copy the file to requested location

    some import operations were not performed , could not copy the file to requested location , has anyone seen this or have a fix?

    cormacc57361247 wrote:
    has anyone seen this or have a fix?
    Oh, I bet that if you'd done a site search, you'd have got answers to both of those questions...

  • Why am I getting this error message when I try to import? "The following files were not imported because they could not be read. (645)" I can see them :(

    Why am I getting this error message when I try to import? "The following files were not imported because they could not be read. (645)" I can see them
    Is was working this morning!

    Depends on your operating system
    Go to google, try typing in
    Change permissions Windows
    or
    Change permissions Mac

  • As being a novice with my Mac Pro computer and Cannon 5D mark 3 camera my issue has arisen while over the last year and half, when down loading into my Photoshop Lightroom 4, my 18,000  photograph were not catalogued correctly, or hardly at all, so now ov

    As being a novice with my Mac Pro computer and Cannon 5D mark 3 camera my issue has arisen while over the last year and half, when down loading into my Photoshop Lightroom 4, my 18,000  photograph were not catalogued correctly, or hardly at all, so now over several months time my photos have apparently been redirected in my libraries and have begun not appearing in their allotted frames next to their number in the library they are in. they also have a small question mark (?) next to the photo space. The frames are blank but indicates that there is a photo there. The majority of photos are blank but about a tenth are seen . i apparently need to retrace where they went but do not know how to get that done . can someone help please?

    It would be difficult to tell you where to begin. If you moved photos around to different folders and didn't use Lightroom to move them, that would cause Lightroom to lose track of where they are. You have to remember that your images are not "in" Lightroom. Lightroom simply points to them wherever they are on your computer. All of the location information as well as the changes that you make to your images is stored in the catalog, which is a database. This catalog is central to the operation of Lightroom, and it's essential that you understand how it works and how to make it work for you. For all of those images that have "?" On them, or the folders that have the same, you will have to go through the process of locating them and showing Lightroom where they are located. With 18,000 images, and many of them missing, it might just be easier to start a new catalog and organize things properly from the beginning in that catalog.

  • The following files were not imported... could not be read

    I continually receive this error message when using Lightroom 5 to import raw files from a Canon 650D.
    Sometimes LR will import some of the images, more often none.
    I've tried a complete reinstall of the computer (OS X 10.8.4)
    I've tried updating to LR5.2 release candidate.
    I've tried deleting my 'Preference' file and letting LR recreate it.
    I still get this problem over and over and over again and it's really starting to become annoying.
    I have permission to write to the target directory.
    LR sometimes gets one or two files, then the error.
    LR is always slow slow slow when attempting to import, far slower than LR4 ever was.
    Does anyone have any suggestions, or is this just a shortcoming of LR5 - no images?
    I've passed a raw file to someone else who confirmed there was nothing 'unusual' about it and was able to import it to their LR5 install.
    Glancing through google/these forums, it seems like a common problem with lots of suggestions but no solutions that work for me. Please help.
    *edit - I should clarify - the full text of the error is 'Some import operations were not performed. The following files could not be read.'
    Followed by the number,  and listing of files, I'd really like to PP.

    Thanks. Good question. Direct from camera via USB.
    I attempted via Image Capture. This timed out partway through the first time (trying 150 images) - "your camera has powered down, x images not imported (or words to this effect." It was still slow.
    It did succeed after 2 attempts with Image Capture. I could then import to LR5 from Hard Drive, no problem.
    I'm using original Canon USB cable, SDXC card (supported by my Canon 650D) is formatted in camera. It's a 64GB SanDisk. 45MB\s. Class 10 and has never exhibited any unusual behaviour either in camera or in SD reader.
    I purged the caches as suggested.
    I also reviewed all of the import settings and changed them a little in the hope it makes a difference (Build Smart Previews = ON)
    I've just reformatted the SDXC card in camera. Fired off 20 shots. Attempted via LR5 and worked first time.
    My experience so far is that this problem will reoccur. Probably when I have >150 shots on the card.
    I'll wait until it happens again and try a more controlled comparison, direct from Camera, via Image Capture/HDD and time things too.
    I have tried a second SDHC card previously when this error first occured. This exhibited the same behaviour, suggesting either the camera or LR5 or OSX or ?

  • Since downloading Yosmite on my MAC I have not been able to download photos to LR 5. Error message: "the following files were not imported because they could not be read (335).I have been working with several forums and have dtried going into preference

    LR 5 - using it on a MAC-
    Error message: "the following files were not imported because they could not be read (335).
    I have been working with several forums and have tried all recommendations and none have worked.
    I have tried reloading new LR 5 - and it worked for a short time and then stopped.
    Very frustrated that I cannot talk with someone at Adobe.
    The folks that have made recommendations are great but once their suggestions dont work they drop the link,
    Is there someone or someplace I can take my computer to fix this issue.
    It seems to be a problem between LR and Yosemite.

    The permissions have been changed on the destination folder where the photos are to be copied into.
    You must make sure that the permissions are set to Read and Write.
    Or perhaps the destination folder has been changed accidentally to something else, and you need to change it back to whatever it used to be.

  • I get an error message "the following files were not imported because they could not be read (266)..

    I get an error message "the following files were not imprted because they could not be read (266) on Lightroom 4 on my desktop.
    No problems importing the files onto my laptop.  Using a SANDISK card reader and card.  What's going on on the desktop?

    Leanne, check the write pernissions on the folder/drive you are attempting to import into on your desktop. The message usually means "cannot be written" - a not so clear message.

  • LR5 won't import photos Ijust took.  Keeps coming up:"The following files were not imported because they could not be read."  And it's ALL the photos.  never had this problem be4.  what gives?

    Keeps coming up:"The following files were not imported because they could not be read." And it's ALL the photos. never had this problem be4. what gives?  Using an SD card, its a 64GB 600x Speed .  I'm on a Mac 10.8.5; iPhoto has no problem importing them.

    In order to see the windows that show sharing and permissions I gave you above, you have to right click on the the item, e.g. folder, HD, etc., and this window comes up.  Then you right click on "Get Info" and the windows with S/P pop up.  In LR%, if I right click on Destinations folder, this is what comes up:
    There is no option to "Get Info", and if I right click within Destinations folder, this is what comes up:
    Still no "Get Info".  If I click on the specific file (in this case "2015), this is all I get:  Last thought, yesterday out of desperation, I called the Apple store.  I am operating on Mountain Lion operating system, and Yosemite is the latest (as of 10/14).  The manager suggested that if there had been an update in LR5 that was now only compatible with this later system, maybe that was the issue and I should consider updating to Yosemite.  I had no problem downloading photos as of 9/14, but don't think I've done anymore since their update….when was the last LR5 (I'm using LR5.7 currently)?   Do you think this might be the problem with permissions?

  • : "Invalid object name '#Temp'.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.

     Hi   .
        I was creating the  pass the values t in temp tables  though s sis package vs2012 .
      First I was taken on executive SQL TASK.
     IN EXCUTIVE SQL TASK  . I was write the stored proce:
    Sp;
    reate  procedure  USP_GETEMP2333
    AS
    begin
    Select  eid,ename,dept,salary from emp
    end;
    create table #temp(eid int,ename varchar(20),dept varchar(20),salary int)
      insert into #temp
       exec USP_GETMP02333
       go.
     It was executive correctly.
     I was taken another sequence container. In the sequence container iam creating one   executive  sql
    In 2<sup>nd</sup> excutive sql task: sql statements is
    if object_id('emp_fact_sal') is not null
     drop table emp_fact_sal
    select eid,ename as emp_name,sal_bar=
    case when salary<=5000 then 'l'
    when salary >5000 and salary<=7000 then 'm'
    else
    'h'
    end
    into emp_fact_sal from #temp.
     and one falt flies  it was taken to designation .
     iam changing  all  connection properties:
     in oldeb connection:
    in excutive sal task properties .
    delay validation is true,
    and retain connection maner is also true,
    and package mode is 64 bit is false.
     But iwas excutive in 2<sup>nd</sup> excutive ql task .
    Iam getting this type of errors,
                    [Execute SQL Task] Error: Executing the query " if object_id('emp_fact_sal') is not null
     drop ta..." failed with the following error: "Invalid object name '#Temp'.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established
    correctly.
     Please help me

    Arthur suggestion works but you shouldnt even be doing this on a SQL Task.
    Use a data flow task. You'll have better control over the data that is being transfered and get better performance because no staging table will be used.
    Just because there are clouds in the sky it doesn't mean it isn't blue. But someone will come and argue that in addition to clouds, birds, airplanes, pollution, sunsets, daltonism and nuclear bombs, all adding different colours to the sky, this
    is an undocumented behavior and should not be relied upon.

  • Can't open PSD! "Could not complete your request because the required resources were not found."

    Hi all,
    I am having some serious issues with Photoshop CC and have alread lost a few days of work to a random bug. I have spent the whole day working on Photoshop to try and catch up on the lost work.
    I was saving the PSD, closed the document and then tried to reopen it to make a quick change and I got this error: "Could not complete your request because the required resources were not found.". I am now unable to open the PSD.
    Has anyone ever seen this and does anyone know if there is a way of resolving the problem?
    Any help would be much appreciated.
    Cheers
    Leigh

    I found a hack-y way to work around this problem without losing work!
    So I discovered fairly quickly that this is an unsolved problem that  NO ONE can explain the cause of.  Here are step-by-step instructions on how to save your layers without losing progress.
    Convert ALL of your layers to a Smart Object.
    Right-click on the Smart Object
    Click "Export Contents..."
    This opens up a Save As... Window, with your file name .PSB
    Name & Save.
    I then quit Photoshop CS, re-opened, and had all of my layers, folders, and effects intact.  The only problem was that my Canvas was as large as my biggest layer (extending beyond my original canvas).  Just find the original background layer (or one that originally filled your canvas), Select it (Command + Click on the Layer thumbnail), and Crop it (Image > Crop).
    Hope this helps.

Maybe you are looking for

  • Media Encoder CC Crashes Loading Looks 3

    Every time I load Media Encoder it crashes when "Loading Looks3_AE10.plugin. I have no idea where to even start with trying to fix this. I just formated my primary drive and am in the process of reinsalling and setting everything up. So I just got al

  • How do I put a URL into :APP_USER

    I have to capture a user name which is in the url in the :app_user var, can I do that?

  • Itunes imports only part of an MP3 file....

    Hi, I have been transferring some of my Audiobook files from my iTunes library into my wife's iTunes account so I can listen to them on her iPod (I sat on mine) without having to sync her iPod to my library. These audiobook files were imported direct

  • Satellite M100-233: shuts down just after the XP logo

    Hi, I have a Satellite M100-233 with XP Home Edition SP3 (in Portuguese) When connected to the mains and the battery is not totally charged, sometimes the amber light does not light up. Checking the voltmeter application when this happens tells me th

  • Itunes Error : "the application iTunes quite unexpectedly

    Everytime i try to open iTunes i after a few seconds of it trying to open get this error every time : The application iTunes quite unexpectedly. Mac OS X and other applications are not affected Click reopen to open the application again. Click Report