Error when i try execute report in SCCM 2012 R2

Hello, good morning.
Sorry for my english. Im Brazilian!
I have an environment with SCCM 2012
R2 and when I run a direct
report server I get the following error:
The DefaultValue expression for the report parameter ‘UserTokenSIDs’ contains an error: The referenced account is currently locked out and may not be logged on to.
When I run a report I created with
report builder does not bring me
error.
Thanks!!!
Atenciosamente Julio Araujo

Hi Julio,
It seems to me that the data source, being used by this report, has some saved credentials which are not valid anymore (locked out). Edit the report to use the same datasource you use for your custom reports. Also make sure that your datasets use the correct
datasource after you change it. Do not used saved credentials in your reports unless necessary. And in case you do: use a service account of which the password never changes or expires.
Bart

Similar Messages

  • Error when I try execute a store procedure

    Hello.
    I did a store procedure, that works well, but when I try to run it in a query in SAP BO, I get an error.
    /select from dbo.JDT1 t0/
    DECLARE @FechaIni Datetime
    /* where*/
    SET @FechaIni = /* t0.RefDate */ '[%0]'
    /select from dbo.JDT1 t0/
    DECLARE @FechaFin Datetime
    /* where*/
    SET @FechaFin = /* t0.RefDate */ '[%1]'
    /select from dbo.OUSR t0/
    DECLARE @UserName nvarchar(30)
    /* where*/
    SET @UserName = /* t0.U_NAME */ '[%2]'
    exec DIM_SP_CorteCajaUsuario @FechaIni, @FechaFin, @UserName
    if I make the following change:
    /select from dbo.OUSR t0/
    DECLARE @UserName nvarchar(30)
    /* where*/
    SET @UserName = /* t0.U_NAME */ 'MARIA JOSE DE PAUL'
    works very well, help me, I need ask for the dates and the user name.
    thanks in advance.
    Oscar

    Try this:
    /*select from dbo.JDT1 t0*/
    DECLARE @FechaIni Datetime
    /* where*/
    SET @FechaIni = /* t0.RefDate */ '[%0]'
    /*select from dbo.JDT1 t0*/
    DECLARE @FechaFin Datetime
    /* where*/
    SET @FechaFin = /* t0.RefDate */ '[%1]'
    /*select from dbo.OUSR t1*/
    DECLARE @UserName nvarchar(30)
    /* where*/
    SET @UserName = /* t1.U_NAME */ '[%2]'
    (I could not tell you why can it work and could not the other.)

  • Java error when I try to execute runInstaller

    Hi all,
    Someone can tell me why I get this error when I try to execute the runInstaller script ?
    echoes:/temp/Disk1$ ./runInstaller
    Starting Oracle Universal Installer...
    No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2007-05-13_09-29-09PM. Please wait ...echoes:/temp/Disk1$ Oracle Universal Installer, Version 10.1.0.3.0 Production
    Copyright (C) 1999, 2004, Oracle. All rights reserved.
    Exception java.lang.UnsatisfiedLinkError: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libawt.jnilib: occurred..
    java.lang.UnsatisfiedLinkError: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libawt.jnilib:
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1668)
    at java.lang.Runtime.loadLibrary0(Runtime.java:822)
    at java.lang.System.loadLibrary(System.java:992)
    at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
    at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
    at java.awt.Component.<clinit>(Component.java:545)
    at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:189)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:173)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:182)
    at oracle.sysman.oii.oiic.OiicInstaller.<init>(OiicInstaller.java:278)
    at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:714)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:628)
    Exception in thread "main" java.lang.NoClassDefFoundError
    at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:189)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:173)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:182)
    at oracle.sysman.oii.oiif.oiifm.OiifmAlert.<clinit>(OiifmAlert.java:112)
    at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:772)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:628)
    I'm trying to install the 10g db on a PowerMac G5 with 4 gig ram, OSX 10.4.9 with all the latest patches.
    The oracle user shell config is the following :
    =====================================
    ORACLE_BASE=/opt/oracle
    ORACLE_HOME=$ORACLE_BASE/product/10.1.0/db_1
    ORACLE_SID=mydb
    export ORACLE_BASE ORACLE_SID ORACLE_HOME
    if [ $DYLD_LIBRARY_PATH ]
    then
    DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$ORACLE_HOME/lib
    else
    DYLD_LIBRARY_PATH=$ORACLE_HOME/lib
    fi
    HTDOCS=/usr/local/htdocs
    export DYLD_LIBRARY_PATH HTDOCS
    PATH=/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:$ORACLE_HOME/bin
    export PATH
    PS1='\h:\w\$ '
    export PS1
    alias l='ls -la'
    alias svrmgrl='sqlplus /nolog'
    ================================
    Thanks in advance,
    Max

    Is the Oracle runInstaller message telling me that it wants IBMJava2 -1.3.1, even though is says to install 1.3.1 or higher?Yeah, it has been known to act a bit funny on newer releases of JRE.
    ~Jer

  • Error when I try to run a Journal report, Works fine in previous month

    Hi,
    I am getting an error when I try to run a Journal report in HFM. The report runs fine for October Month but fials in November. does anyone have any ideas what it could be. The error message details are per below
    Error Reference Number: {B6DCF307-AB72-476F-9634-70E35C3E8F2F};User Name: vivek.singha@WorleyParsons
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: CHsvDSCalcStatus.cpp;Line: 391;Ver: 9.3.1.6.2558;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: CHsvDSCalcStatus.cpp;Line: 7035;Ver: 9.3.1.6.2558;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: DataSecurity.cpp;Line: 696;Ver: 9.3.1.0.2042;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: DataSecurity.cpp;Line: 329;Ver: 9.3.1.0.2042;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: SecurityInternal.cpp;Line: 1695;Ver: 9.3.1.0.2042;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: CHsvJournals.cpp;Line: 1249;Ver: 9.3.1.0.2042;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: CHsvJournals.cpp;Line: 988;Ver: 9.3.1.0.2042;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: CHsvJournalsACM.cpp;Line: 1734;Ver: 9.3.1.0.1502;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: CHsvJournalsACM.cpp;Line: 1648;Ver: 9.3.1.0.1502;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: ReportGenerator_Journal.cpp;Line: 136;Ver: 9.3.1.0.2176;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: CHsvReportGeneratorACM.cpp;Line: 575;Ver: 9.3.1.0.2176;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: HFMActionsExecution.cpp;Line: 2189;Ver: 9.3.1.0.2385;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: HFMActions.cpp;Line: 72;Ver: 9.3.1.0.2385;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: HFMCESAction.cpp;Line: 28;Ver: 9.3.1.0.2385;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:25 PM;Svr: AUHODWRLYP9;File: Actions.cpp;Line: 291;Ver: 9.3.1.0.2385;
    Regards
    Vivek

    Hi All,
    I narrowed it down by running a report excluding working journals and that worked fine.
    This was being caused by an invalid working Journal. I exported all journals from Prod, and tried loading them to test. One of the errors was
    "Line: 7736, Error: Invalid parent.child entity dimension specified"
    Looking at the row the journal did not have an entity specified for one of the lines.
    When a valid entity was specified the journal report then starts working.
    Lesson. Check all journals are valid. To find error, load journals export in a different environment.
    Thanks all for your help.
    Regards
    Vivek

  • Error when trying to execute ODI Interface

    Hello,
    I receive the following error when I try to execute an ODI interface. The interface contains two models trying to load a .csv file into an Oracle table. The models seem to be working and I can right click on the source file and "View Data". I have specifed LKM File To Oracle (SQLLDR), IKM Oracle Incremental Update, and CKM Oracle. But still receive this error on the fourth step of the execution "Loading - SS_0 - call sqlldr via Jython"
    org.apache.bsf.BSFException: exception from Jython: Traceback (innermost last):
    File "<string>", line 3, in ?
    OS command has signalled errors
         at org.apache.bsf.engines.jython.JythonEngine.exec(Unknown Source)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.g.y(g.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)
    Thank you for your help

    Almost...
    You need the sql loader where the "OS command" will execute it means where the agent is installed (once you will execute it from an agent when at production).
    AND that machine where the agent is, need to "see" the target database through the Oracle Listener (tnsnames)....
    Is just like to execute a Sql Loader from you own machine, but who write the command will be ODI.
    Does it make any sense to you?
    Message was edited by:
    Cezar Santos

  • Getting the MDX query select error when running a webi report on BI query

    Getting the following error when running a webi report on BI query :
    A database error occured. The database error text is: The MDX query SELECT  { [Measures].[D8JBFK099LLUVNLO7JY49FJKU] }  ON COLUMNS , NON EMPTY [ZCOMPCODE].[LEVEL01].MEMBERS ON ROWS FROM [ZTEST_CUB/REP_20100723200521]  failed to execute with the error Unknown error. (WIS 10901).
    I have gone through many threads related to this error. But not able find the steps to follow for resoultion.
    Please help in this regard.
    Thanks,
    Jeethender

    The Fix Pack is also for Client Tools--it is a separate download.  Please see the text below for ADAPT01255422
    ADAPT01255422
    Description:
    Web Intelligence generates an incorrect MDX statement when a characteristic and a prompt are used.
    The following database error happens: "The MDX query ... failed to execute with the error
    Unknown error (WIS 10901)."
    New Behavior:
    This problem is resolved.
    This information is also available in the Fixed Issues document for any Fix Pack greater than 2.2.

  • Error Report Service SCCM 2012 R2

    Hy Guys,
    I am having problem to generate reports in SCCM using the Report Service.
    Every report that will generate displays the error below.
    I am using SQL Server 2012 Sp1 to report Service.
    The User I'm using this with permission of SA in the instance.
    In the report Db Service he is as datareader.
    Erro no processamento de relatório. ---> Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException:
    Erro no processamento de relatório. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Falha na execução da consulta para o conjunto de dados 'DataSetAdminID'. ---> System.Exception: Para obter mais informações sobre este erro,
    navegue até o servidor de relatório, na máquina de servidor local, ou habilite erros remotos
    Microsoft.ConfigurationManagement.ManagementProvider.SmsException
    Erro no processamento de relatório.
    Stack Trace:
       em Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ParameterPresenter.GetParameters()
       em Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ParameterPresenter.LoadParameters(IReport
    report, Collection`1 navigationParameters, IResultObject resultObject)
       em Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ReportViewerPresenter.Worker_DoWork(Object
    sender, DoWorkEventArgs e)
       em System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
       em System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
    System.Web.Services.Protocols.SoapException
    Erro no processamento de relatório. ---> Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException:
    Erro no processamento de relatório. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Falha na execução da consulta para o conjunto de dados 'DataSetAdminID'. ---> System.Exception: Para obter mais informações sobre este erro,
    navegue até o servidor de relatório, na máquina de servidor local, ou habilite erros remotos
    Stack Trace:
       em Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ParameterPresenter.GetParameters()
       em Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ParameterPresenter.LoadParameters(IReport
    report, Collection`1 navigationParameters, IResultObject resultObject)
       em Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ReportViewerPresenter.Worker_DoWork(Object
    sender, DoWorkEventArgs e)
       em System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
       em System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
    Lucas Rezende Esse conteúdo e fornecido sem garantias de qualquer tipo, seja expressa ou implícita. Por favor, lembre-se de Marcar como Resposta as respostas que resolveram o seu problema. Essa e uma maneira comum de reconhecer aqueles que o ajudaram e fazer
    com que seja mais fácil para os outros visitantes encontrarem a resolução mais tarde.

    Hi,
    Can you run the report successfully from
    /Reportserver">http://<servername>/Reportserver ?
    If the reports cannot run successfully, please try to fix the SSRS problem.
    You could also try the steps in Garth's reply.
    Remove the reporting point from CM12
    Remove SSRS from SQL
    Reboot the SQL server
    Reinstall SSRS
    Ensure the right Service package and CUs are installed on SQL.
    Configuration SSRS
    Ensure that SSRS works before moving forward. <aka browse to
    /reports">http://<server>/reports make sure that you can see the CM12 Folder and reports
    https://social.technet.microsoft.com/Forums/en-US/2b36b2a3-4871-4441-adc8-ece2e69c2c72/reporting-in-sccm-2012?forum=configmanagergeneral
    Best Regards,
    Joyce
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • There is always an error when I try to make an object

    I could setup 6i, then make a repositori succesfuly. (Win2000/db8i)
    I always get an error when I try to make an object in somewhere a diagram.
    ORA-01400: cannot insert NULL into ("DES_REPOS_OWNER"."I$SDD_DIAGRAM_SEGMENTS"."IRID")
    ORA-01400: cannot insert NULL into ("DES_REPOS_OWNER"."I$SDD_DIAGRAM_SEGMENTS"."IRID")
    RME-02124: Failed to execute SQL statement: insert into I$SDD_DIAGRAM_SEGMENTS (DIAGRAM_REF, SEQUENCE, GRAPHICAL_DATA, PARENT_IVID, PAC_REF) values (:diag_id, :seq, :data, :diag_ivid, :diag_id)
    Could somebody help me?
    Viktor

    What sort of error? The update and activation servers are crazy busy right now, so some glitchiness is to be expected. Might just want to give it a couple hours and try again.
    = L.I.

  • Have uploaded and installed CC 2014. Several apps give this error when I try to start them:  "Unable to launch Adobe InDesign as you do not have sufficient permissions to access the preferences folders" -or- The icon in the dock bounces once, and nothing

    Have uploaded and installed CC 2014. Several apps give this error when I try to start them:  "Unable to launch Adobe InDesign as you do not have sufficient permissions to access the preferences folders"
    -or-
    The icon in the dock bounces once, and nothing happens.

    Windows or Mac, and exactly which operating system version?

  • Error when I try to open Firefox. Says Firefox is running in the background and cannot open. Suggests closing that window or restart system. This has happened several times recently. I reinstalled but am still getting the error. Any thoughts?

    I am getting an Error when I try to open Firefox that Says Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system. This has happened several times recently. I deinstalld and reinstalled but am still getting the error. Any thoughts?

    This happens to me as well. However, I have a shortcut on my desktop as well as my quick start bar. When this has happened to me, I can usually log back in without restarting, by using the shortcut on the desktop rather than the usual quick start bar.
    I know this sounds weird, but it has worked for me about 80% of the time.

  • TS3297 My 2nd generation ipod touch is giving me the following error when I try accessing Itunes or the app store. "Cannot connect to the Store. A secure connection could not be established. Please check your date & time settings"  I am on a secure networ

    My 2nd generation ipod touch is giving me the following error when I try accessing Itunes or the app store. "Cannot connect to the Store. A secure connection could not be established. Please check your date & time settings"  I am on a secure networkl.

    Can't connect to the iTunes Store
    Make sure that time zone is correct in addition to date and time

  • Error when re-scheduling a report in WebI XI 3.1 SP2

    Hi,
    Im running BOE XI3.1 SP2 and I get that error when re-scheduling a report in WebI. We have just recently patched the system to SP2.
    Any idea what this error relates to?
    Thanks
    Frank

    Sorry first part of this thread was removed.
    The problem description is as follow:
    On BOE XI 3.1 SP2, when re-scheduling a BO report which sends an Excel attachment to an email destination, users receive the error "An error has occurred: $Proxy4".
    It seems to be hit and miss but is more consistent when sending to multiple (comma-separated) recipients in the 'TO' field. I also noticed that if you select CACHING then a "$Proxy5" type error is returned.
    I understand that this bug was supposed to be fixed in XI3.1 SP2 but I'm already running SP2.
    Anyone seen this?
    Thanks
    Frank
    Edited by: Frank Goneau on Oct 20, 2009 4:16 PM

  • Error when I try to import db

    I get the following error when I try to import a DB from my machine (9.2) to a 8.1.7.4 Unix (Sol 2.8) box. I can import locally on my 9.1 fine. Anyone hab=ve any ideas?
    Thanks
    Here is the message:
    Import: Release 9.2.0.1.0 - Production on Wed Feb 5 07:46:50 2003
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to: Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.4.0 - Production
    IMP-00003: ORACLE error 942 encountered
    ORA-00942: table or view does not exist
    IMP-00023: Import views not installed, please notify your DBA
    IMP-00000: Import terminated unsuccessfully

    Hi,
    Whenever you are exporting and importing database remember following rules;
    1. The Import utility and the database to which data is being imported (the target database) must be the same version.
    2. The version of the Export utility must be equal to the lowest version of the source or target database.
    Good luck. :)
    -San

  • I keep getting and error when I try to start my iTunes. "Apple Application Support was not found. Apple Application Support is required to run iTunes. Please uninstall iTunes, Then install iTunes again. Error 2(Windows error 2)"....

    I keep getting and error when I try to start my iTunes. "Apple Application Support was not found. Apple Application Support is required to run iTunes. Please uninstall iTunes, Then install iTunes again. Error 2(Windows error 2)".... I have uninstalled and reinstalled several times and the error still occurs!!! This started happening after I installed the 10.3 update

    I took the time to research it and come across a couple of people who experienced the same trouble and so I listed some of there steps(with Credits) and  some people said that they worked.
    Here is the original Link:
    https://discussions.apple.com/thread/2151777?start=0&tstart=0
    OK, this worked for me:( Original Post by r0tt3n4pp13)
    1. Save iTunes install file to your desktop.
    2. Disconnect from internet.
    3. Disable Firewall/Security software.
    4. Run install. Note that it installs Application Support and a bunch of other software this time.
    5. Run iTunes.
    6. Enable Firewall/Security software.
    7. Reconnect to internet.
    8. Download Watchmen Director's Cut post haste.
    OR!
    (Original post by Cr4z33)
    1. Download and install WinRAR.
    2. Right-click the iTunesSetup.exe icon and choose "Open with WinRAR".
    3. Once the EXE is opened in WinRAR, double-click AppleApplicationSupport.msi and when the installer window is open choose "Repair".
    4. Done! You can now run iTunes normally.

  • 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.

Maybe you are looking for

  • Adobe Flex & Flash

    Hi, I have a question about Adobe Flex. I have a project about preparing a digital content (i am planning preaper it at flash and compatible with SCORM 2004). I need to know that can i connect a content prepared with Adobe Flash CS4 to Flex? And if y

  • Cant create collaboratin rooms

    I'v got an install: portal&CM all on win2k with sql2000 EP6 SP2 Patch4-HF7 CMCOLL EP6 SP2 Patch4-HF2 everything is workig but I cant create collaboration rooms. I've put in  a sap message and tried applying note 737305 (collaboration_service user ser

  • Report designer error message

    When inserting the data provider while starting the Report Designer, we get the following error message:- "RSBOLAP: 018 Java System Error timeout during allocate......" Can someone please tell us what this means and how to rectify? Many thanks, Frede

  • Iphoto 8.1.2 My source list has disappeared or is so diminished that I can not read it. How can I make it the normal size, please? l

    iphoto 8.1.2  My source list has disappeared or is so diminished that I cannot read it. How can I make it a normal size, please?

  • Imovie 6 on a 10.3.9

    I have just purchased ( but not installed yet ) iLife 06. I read that I need 10.4.4 for iMovie HD . My Question is .... Can I use all the features in iLife 06 for iMovie, but just not be able to burn it for HD TV - which I assume is the whole purpose