Error when using the admin photo mass upload service

I created a who's who iview and then I wanted to dispaly the photos of the asociates in the user details iview. I used the photos upload task provided.
I created the task, then when I run it I get an error (when looking in the log file)
error :
Control  5/5/08 10:53:07 AM  AdminPhotoService  TaskID=2104533975041, start batch photo upload for: ; Path=H:\photos; Photo Type=JPG; PortalNode=local 
Error  5/5/08 10:53:07 AM  AdminPhotoService  TaskID=2104533975041_Parameter 'directory' is not a directory_
I tried different locations but I'm always getting the same error, Directory is not a directory and the photos are not uploaded.
Please help!!

Here is what I did,
I've put it in KM the photo and called it benelmou.jpg. I'm not using any mapping file because the file name is my ID.
I put in the directory :
accpgdci.apps.mars:50200\irj\go\km\docs\mars\Sales Portal\Sales Associates Photos
and I get in the log file:
Control  5/6/08 11:06:46 AM  AdminPhotoService  TaskID=2108828942357, start batch photo upload for: ; Path=
accpgdci.apps.mars:50200\irj\go\km\docs\mars\Sales Portal\Sales Associates Photos; Photo Type=jpg; PortalNode=local 
Error  5/6/08 11:06:46 AM  AdminPhotoService  TaskID=2108828942357Parameter 'directory' is not a directory
I tried other names for the directory:
Path=
accpgdci.apps.mars:50200\irj\go\km\docs\mars\Sales Portal\Sales Associates Photos
Path=
accpgdci.apps.mars:50200\irj\go\km\docs\mars\Sales%20Portal\Sales%20Associates%20Photos
Path=
accpgdci.apps.mars:50200/irj/go/km/docs/mars/Sales%20Portal/Sales%20Associates%20Photos
Path=http://accpgdci.apps.mars:50200/irj/go/km/docs/mars/Sales%20Portal/Sales%20Associates%20Photos
And All of them failed, giving the same error Directory is not a directory.

Similar Messages

  • Multivalue error when using the previous() function

    I am getting a multivalue error when using the previous() function on a dimension object in the report.  I thought that the previous function was supposed to look at the current report and then look at the previous record's contents.  How could this possibly give me a multivalue error when the value is clearly output in the previous row?  Anyone have any ideas?
    By the way, this is a valuable function for the types of reports that I design.  The next() function would be even more valuable.
    Thanks for your help.

    Hi Michael,
    Could you please test the following solutions it might help you to resolve the issue.
    Solution1:
    Use slice and dice to reset all the tables that have #multivalue in it. The only problem with this workaround is they have to do the formatting manually.
    Solution2:
    Also, test the issue by changing the object to dimension if it is a measure or to measure if it is a dimension.
    Regards,
    Sarbhjeet Kaur

  • TS1702 unknown error when using the app store

    unknown error when using the app store

    Im sorry I will try to be more clear.. and I appreciate all of ur input. Wi-fi works fine.. everything opens and functions fine on the I pad. The problem is I will click on app store or the I tunes store...it opens fine and I am able to look at and download apps  etc... but after being in the appstore or I tunes store for a couple of minutes I get kicked out to the I pads home screen. Its like pushing the home button but I didn't. It only seems to do this when im in the app store or I tunes store. I have been using the chrome browser and other downloaded apps such as ebay just fine with out this problem occurring. Not sure about safari as I dont use it and use chrome instead. Um I don't think the home button its self is faulty because it works fine and as stated before this only happens when I am in the appstore or I tunes . I've only had this I pad 1 64gb wi-fi for a few days .. I got it off of ebay it was stuck in restore mode getting error code 1611.  I was able to successfully Restore it with I tunes and it running ios 5.1. Seams to work great besides the problem being mentioned.

  • Intermittent  error when using the Disco Viewer client

    Hi, I have a user receiving the following intermittent error when using the Discoverer Viewer client:
    “The application encountered an invalid state.
    - Discoverer Beans XML Exception. Method: findNode Class: XMLUtils Error: Cannot find parent node. Parent element does not exist in XML document, looking for database_account/eul
    OracleBI Discoverer Viewer was unable to find the necessary data for displaying the results of this event. Please correct any errors and try again.”
    Any idea what this might be? Any help or direction would be very much appreciated! Thank you!

    Hello
    Is this related to a single machine or common to a single report or is it purely random?
    I did a search on your behalf and came up with nothing related to this error. You may therefore need to raise the problem with Oracle Support.
    Just out of curiosity which version of Discoverer are you using?
    Michael

  • The guides all say when using the iCloud photos are shared across all devices. Why can't I see my photos from my iPhone on my iPad when it settings on both devices the iCloud for photos is on?

    The guides all say when using the iCloud photos are shared across all devices. Why can't I see my photos from my iPhone on my iPad when it settings on both devices the iCloud for photos is on?

    When you enable Photo Stream on your devices, only new photos you take or import to those devices will be automatically added to your Photo Stream. Existing photos won't.

  • UDESEncrypt Errors when using the JAVA engine (NW IDM 7.0)

    Folks,
    I'm seeing an error when I use the uDESEncrypt function with the Java Engine in NW IDM SP2 Patch 3.
    The error I am getting is:
    runFunctionsInString($FUNCTION.encrPWD()$$) got exception
    org.mozilla.javascript.EvaluatorException: uDESEncrypt: Key should be exactly 24 bytes long.
    The code calling it is:
    // Main function: encrPWD
    function encrPWD(Par){
         //Example calling DSE internal function
         //UserFunc.uStop("Terminated by user");
         key = "C:\Program Files\SAP\IdM\Workflow\configs\KEY\keys.ini";
         OutString = UserFunc.uDESEncrypt(key, Par);
         return OutString;
    I have also seen this error when using Patch 4.
    Interestingly enough, the error does not occur when using the Windows Engine.  Anyone else seeing this?
    Thanks,
    Matt

    Hi Matthew,
    Try to replace the '\' with '
    key = "C:
    Program Files
    SAP
    IdM
    Workflow
    configs
    KEY
    keys.ini";
    Alternative approaches,
    1) setting key empty and it will look into %DSE_HOME%\KEY\key.ini
      which should be C:\Program Files\SAP\IdM\Identity Center\Key\key.ini on default installation path.
    2) or setting the key to something like = 6D5A2AF59B1CDD7F9592484F178331C891537A3F9B91D362
       a 24 byte key...
    Also when using DES you should ensure that in Identity Center underneath Options/General
    you have encryption algorithm set to 3DES.
    Normally if you intend to use this for password provisioning in IC you would also
    on the identity store (for instance 'Enterprise people') underneath 'password policy' check
    of for 'enable password provisioning.'
    By doing so the MX_ENCRYPTED_PASSWORD with be set when operating through
    workflow (3DES encryption version of the MX_PASSWORD) which allows you to obtain password
    when provisioning to other target systems...

  • Errors & warnings when using the Admin Server Console - Help Needed

    hi,
    i just installed weblogic 12c and created a new domain which contains an adminServer and managedServer under
    one cluster.
    after finishing the installation, i started the Admin Server and afterwards started the admin server console.
    and i got the next warning and errors.
    the warning look like this:
    <20:00:35 IST 23/03/2012> <Warning> <Munger> <BEA-2156203> <A version attribute
    was not found in element "web-app" in the deployment descriptor C:\Oracle\Middle
    ware\user_projects\domains\base_domain\servers\AdminServer\tmp\_WL_internal\cons
    oleapp\jxhze9\console-ext\sipserver-console-ext\WEB-INF\web.xml. A version attri
    bute is required, but this version of the WebLogic Server will assume that the l
    atest version is used. Future versions of WebLogic Server will reject descriptor
    s that do not specify the Java EE version. To eliminate this warning, add an app
    ropriate "version=" to element "web-app" in the deployment descriptor.>
    the errors look like this:
    <20:01:51 IST 23/03/2012> <Error> <netuix> <BEA-423158> <No content found at con
    tentUri = /PortalConfig/security/providers/AuthenticatorConfigCommon.portlet.>
    what is the problem? anyone knows?

    If you want to have an weblogic environment with one domain having server spread across different physical machines , then you will have to perform the installations of the weblogic server separately on all the machines . Also make sure that the version of the Weblogic server you are installing is same across the machines and the directory structure is also exactly same.
    In short you will have to perform the below steps :
    1 : install the weblogic server on all the machines with exactly same version and same dir structure .
    2 : Create domain on MachineA providing all the details of the Managed Server and different machine hostnames.
    3 : Start the Admin Server on machineA and then shut down it.
    4 : execute the WLST pack command on MachineA creating a domain template JAR file.
    5 : copy the create jar file on all the Machines ( B , C , D ) you have to distribute your domain.
    6 : Execute the WLST unpack command on all the machines ( B , C , D ) .
    7 : Execute the WLST nmEnroll () command on all the machines ( B, C , D ).
    8 : Start the Managed Servers on all the machines ( B , C , D )

  • Error when using super admin account to migrate from Communigate Pro to exchange 2013

    Hi everyone,
    We are facing issues to migrate mails from communigate pro to exchange 2013 using 'MigrateIMAP.pl' tool. Communigate pro has a super-admin account which can retrieve the mails from any mailbox but when sending to Exchange 2013, there is no such super-admin
    account. I have created a user account granting it full access to all databases using the following:
    Get-MailboxDatabase -identity “mailbox name” | Add-ADPermission -user <account name> -AccessRights GenericAll
    Get-mailbox | Add-MailboxPermission -User <account name> -AccessRights FullAccess -InheritanceType All
    The tool uses the following command: (x.x.x.x is for server IPs & mytestlist contains user accounts to be migrated)
    ./migrateIMAP.pl -d -I -U -s 100 -L mylog7 -e superadmin:password\<i -S x.x.x.x -f
    exchangeadmin:password -D x.x.x.x -i mytestlist
    The IMAP4 logs shows the following error:
    2014-02-04T13:32:37.699Z,0000000000000579,1,x.x.x.x:143,x.x.x.x:47688,,1,65,34,authenticate,PLAIN cmJhbGxjaGFuZAByYmFsbGNoYW5kAEwwZ09uQDEyMw==,"R=""1 BAD Command Argument Error. 12"""
    Anyone, please help me out, i've spent a whole week trying to solve this. Thanks in advance

    I would suggest you go for third party tool.
    One such tool is CodeTwo, it does the job and very cheap. It will get the job done is ziffy
    http://www.codetwo.com/exchange-migration/
    Cheers,
    Gulab Prasad
    Technology Consultant
    Blog:
    http://www.exchangeranger.com    Twitter:
      LinkedIn:
       Check out CodeTwo’s tools for Exchange admins
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Content search is it normal to get an error when using the PublishedDateOWSDATE (blog) property

    basic use of Content search employed on a single blog
    I use the template called 2 lines. First line is for the title, second line I would like to have either the published date or the categories (of the blog). While the latter is more complicated, I thought the date was fairly simple.
    I have placed PublishedDateOWSDATE and when I saved, I got the error message 
    Object does not support property or method 'indexof' (corerender: {path}item-twolines.js)
    What am I doing wrong?

    Hi suxxxann,
    Let's verify the followings:
    Whether you used a custom display templete for the Content Search web part.
    Whether you mapped the managed property to the associated crawled property.
    I did a test, however, I couldnot reproduce your issue. My steps are:
    Create a column in a library, and upload some documents into it.
    Do a crawl for my content source, then create a managed property called "Test" and map it to the related crawled property.
    Create a page, insert a Content Search web part.
    Edit the Content Search Web Part. Expand the Display Templates section, Item: Two lines.
    Expand Property Mappings, Line 1: Title, Line 2: Test.
    Click OK, and save the page
    In my testing, everything worked well. Please try to do as my above steps, compare the result.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Error when using the report context menu option Goto - Documents

    Hi gurus,
    I'm doing some report tests via Analyzer and when a try to use de context menu option "Goto -> Documents" and try to create a new document, the following errors occur:
    "CANNOT GET THE FOLDER FOR ASSIGNMENT"
    "ERROR WHILE LAUNCHING NEW DOCUMENT DIALOG"
    I'm using the nw2004s version. Could someone help me out?
    Thanks in advance.

    Hi Thaigo,
    We are also having the same problem with 2004s SP9 and SP10.
    1. All the 0TCA* are active.
    2. Super admin role is assigned.
    But still getting the above three errors. Somebody who have overcome this problem please share the corresponding changes to be made in KM Configuration
    Thanks and Regards
    Giri Nath

  • GET_FILTER_VALUES_CHA:3  Error when using the Filters

    Hi All,
    I get the below error messgage when trying to use the Filters in the web application. I checked the OSS notes (932154, 902393 & 832485) but didn't get a solution. This is a query on a Basic Cube.
    SQL 904.
    Error in SQL Statement.
    SYSTEM ERROR CL_RSR_WWW_RENDERER and form space GET_FILTER_VALUES_CHA:3
    Looking forward for some help in this regard.
    BW Version: 3.5 SP15
    Thanks & regards,
    Sree

    Hi,
    It worked for me, I dont for your case.
    Mine syptom:
    When filtering by using the context menu's "keep filter"  and then filter by using a "Hierarchy Web Item" (based on Calendar month),
    then I was getting the message <i>"System error in program CL_RSR_WWW_RENDERER and form SUBMIT_FILTER"</i>
    It is solved by adding a "Filter Web Item" to display the filter values. If you dont want that object in your report, you can hide it.
    Vasso

  • Error when using the variable System::ErrorDescription

    HI All,
    When I try to use the variable System::ErrorDescription I get the following error:
    The element cannot be found in a collection. This error happens when you try to retrieve an element from a collection on a container during execution of the package and the element is not there.
    Do I need to declare it or it's a variable that always is available to get exceptions from the execution states?

    if this is in a Script Task then:
    - add the variable in the Script task property ReadOnlyVariables list
    - in the Script Code refer to it as
    string ErrorDesc = (string) Dts.Variables["System::ErrorDescription"].Value;
    Jan D'Hondt - SQL server BI development

  • 500 internal server error when using the web interface

    I've created several tables in Visual Studio, and I'm using a .NET backend for my mobile services.
    The table code looks something like this...
    using Microsoft.WindowsAzure.Mobile.Service;
    namespace AzureService.DataObjects
    public class Country : EntityData
    public string Name { get; set; }
    I then added a scaffolded item to generate the controller for my table, then published.
    I then went to my azure service, flipthechipservice.azure-mobile.net, and tried to run the default POST with default data.
    I then get back a popup, which looks like the following...
    Now what baffles me is I have already created another table, called 'Call', which has exactly the same 'Name' field as the above Country table, yet the Call POSTs work.
    I then tried creating another table, with a Name field, and I get the 500 error again. 
    How can this be possibly happening? Nothing is different, and now I get 500 errors? 
    This makes no sense.
    Thanks

    Thank you, I looked at the logs, and this is the error...
    System.NotSupportedException: Model compatibility cannot be checked because the database does not contain model metadata. Model compatibility can only be checked for databases created using Code First or Code First Migrations.
     at System.Data.Entity.Internal.ModelCompatibilityChecker.CompatibleWithMode
    I looked this error up, and tried
    this proposed solution on StackOverFlow
    I changed the line of code in my WebApiConfig Register() method from...
    Database.SetInitializer(new MobileServiceInitializer());
    to 
    Database.SetInitializer<MobileServiceContext>(new DropCreateDatabaseIfModelChanges<MobileServiceContext>());
    I also have this in my WebApiConfig...
    public class MobileServiceInitializer : DropCreateDatabaseIfModelChanges<MobileServiceContext>
    protected override void Seed(MobileServiceContext context)
    base.Seed(context);
    My understanding is that the database should drop and create if the model changes? So why is this not happening?
    I then tried another solution, and changed DropCreateDatabaseIfModelChanges to DropCreateDatabaseAlways. I still get an internal error. Then the logs show this problem...
    System.Data.SqlClient.SqlException (0x80131904): Cannot open database "master" requested by the login. The login failed.
     Login failed for user 'QEOzFqAnDXLogin_flipthechipservice'.
     This session has been assigned a tracing ID of 'a3b12e78-90f2-4db0-a5ca-6895eebd246c'. Provide this tracing ID to customer support when you need assistance.
     at System.Data.SqlClient.SqlInternalConnection.OnError
    As an additional question, how do I re-generate my local SQL database when debugging on my local PC's web browser? I deleted the database, but can't seem to get it back?
    Thanks

  • Error when using the template installer MI post installation process

    Hi all,
    I am busy to configure the Netweaver Administrator in order to create setup packages for mobile devices. This is a WAS 6.40 ABAP JAVA instance with mobile infrastructure.
    I have installed the netweaver SR1 and upgraded abap and java to SPS18 afterwards.
    Afterwards I used the template installer, I executed:  MI post installation process.
    But when I did this an error message occured on the following node:
    step ID 8 registering RFC connection.
    Error message:
    Element
    'SAPConfigLib.<SID>.Unclassified.set_Server_Service':!BrokerImport.import_of_element_failed!!BrokerImport.Fehler!com.sap.tc.lm.ctc.cul.cpi.exceptions.CPIBaseException:
    <--Localization failed:
    ResourceBundle='com.sap.tc.lm.ctc.cul.cpi.CPIResourceBundle',
    ID='com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION', Arguments:
    []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key
    com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION:com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaServiceWriter.writeElement!BrokerImport.LINE!179-:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.86
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.serviceimpl.importservice.CULConfigurationImport.importConfiguration.89
    -:com.sap.tc.lm.ctc.ccl.templateinstaller.StepExecuter.run.41 Element 'SAPConfigLib.<SID>.Unclassified.set_Server_Service':Error during executing Java Reflection:JCO.Client not connected in repository call
    Here after I followed manual: MI25 SPS18 inst newtech.pdf for configuring the NWA.
    I checked the complete manual, but still the error message occurs, when I am using the template installer.
    There is one more thing.
    When I go to the NWA, to the Mobile Infrastructure node, allmost all subnodes give me the following error:
    (For instance on hierarchy grouping:)
    Failed to get hierarchy group elements from middleware. Reason: Could not connect to middleware.
    Does this error message relate to the other error message?
    Please give me advise/hints/directions to solve this problem....
    Your help will be appreciated!
    Best regards,
    Jacco Raymakers

    I got error during use of template installer in NWA. It is MI post installation in N/w2004s SP09
    Error message:
    Element
    'SAPConfigLib.<SID>.Unclassified.set_Server_Service':!BrokerImport.import_of_element_failed!!BrokerImport.Fehler!com.sap.tc.lm.ctc.cul.cpi.exceptions.CPIBaseException:
    <--Localization failed:
    ResourceBundle='com.sap.tc.lm.ctc.cul.cpi.CPIResourceBundle',
    ID='com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION', Arguments:
    []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key
    com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION:com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaServiceWriter.writeElement!BrokerImport.LINE!179-:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.86
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.serviceimpl.importservice.CULConfigurationImport.importConfiguration.89
    -:com.sap.tc.lm.ctc.ccl.templateinstaller.StepExecuter.run.41 Element 'SAPConfigLib.<SID>.Unclassified.set_Server_Service':Error during executing Java Reflection:JCO.Client not connected in repository call
    Please help me the resolve this.

  • Error when using the Attach to Email... Feature

    I currently using Adobe Reader 8.0 as well as Adobe Acrobat Professional 8.0. Whenever I try to use the Attach to Email... feature I get a debugging error. It always brings up the Visual Studioi Just-In-Time Debugger. It will create the email, but it will not attach the document at all. I've also tried this on a computer that only has Adobe Reader 8.0 on it. When using that computer, it always gives me an error message naming the .dll file gwmlt1.dll.
    I can't seem to find what the issue is with this feature. Any help would be very much appreciated.
    Also, We are using Windows XP on all of our computers here. If anyone needs any additional information about this, just let me know.
    Thanks in advance for any help.
    TPrime

    gwmlt1.dll is something to do with GroupWise (your e-mail system)
    Maybe Novell can help.
    Aandi Inston

Maybe you are looking for

  • Update values in AlV grid display after entering value

    Hi,      I have an issue in ALV grid display.     Let me explain.     i have 8 fields to display in which one is editiable.    Fields are: date                    material,                    material Description,                    Opening Stock,   

  • Determine context value dinamically

    Hi Gurus, I have to develop a report where as input value the user sets the year and in the columns we have the calendar week and in rows several KFs. Let say we have KF1 and KF2. KF1 is a ratio from the underlying infoprovider, Sales volume. KF2 is

  • Why Number displayed in  scientific notation

    I have tried to add two numbers and got a result displayed in scientific notation. Then I have used the 'decimalformat()' function and result is wrong. How can display the correct result. Please help Please see the code I have used <cfset N1=1> <cfse

  • Signature with 4/4 triplet

    Hi there, Please tell me how I can set up Time Signature in 4/4 triplet? There are 2, 4, 8, 16... denominators only. I would get view like this (B - bar line, i - big touch, . - little touch): B..i..i..i..B..i..i..i..B..i..i..i..B..i..i..i..B..i..i..

  • Garbled V-cards and headers in e-mail

    The header field in received e-mails is illegible. As well, the "V cards" in my address also are illegible: funny-looking, jammed up characters. I believe this problem is somehow connected to my address book. For the life of me I cannot figure out wh