Datasource could not be found

Been working on this problem for several days now. My CF 7
server with developer configuration (using the built-in CF server)
is fine, so I copied my production-ready site to my new CF 8
production server (using IIS). The problem, now, is that I'm
getting a "Datasource dimdbcfm could not be found."
The datasources on the CF 8 server have been set up in the CF
admin, so that shouldn't be the problem. In fact, if I use the
built-in CF server as a test (
http://s355ab5:8301/CFIDE/index.cfm)
I get the expected page with it's menu form and database-driven
options. However, the CGI values are missing ... not showing int
the debug or cfoutputs. For example, remote_user and auth_user is
blank, but remote_host is good. On the other hand, if I use the IIS
server (
http://s355ab5/CFIDE/) it gives
me the CGI values just fine but the datasource can not be found.
I've researched the problem across the net, through my books,
even check with some in-house help and can't figure it out ...
mostly because I can't find the same problem. I'm thinking it's a
case where it's either a misunderstood/ambiguous cause or something
is not right with my IIS or my CF.
Another potential problem is the location (directory path) of
the site and/or the IIS settings.
• I kept the site under the
\JRun4\servers\KIMprod\cfusion.ear\cfusion.war\CFIDE directory.
• I didn't bother with the \Inetpub\www\CFIDE
directory.
• I reset the default site to the same JRun4 directory.
• I checked "local path" and the associated
permissions. Seem OK.
Other checks done.
• I checked the Authentication Methods and set to
"Integrated Windows authentication".
• I have CF configured as Multiserver.
• I even tested this with a temporary ODBC connection.
The test connection was successful.
• I also added a JRunScripts virtual directory as
suggested by another web site. (Didn't get created automatically.)
• Also created sandbox settings. No change.
Seriously stuck here, and I'm hoping it's a simple problem,
even though I might hang my head in embarrassment if it is.
Let me know if you need more info or clarification.

skylabpictures wrote:
> ? I have CF configured as Multiserver.
This means that you can have multiple ColdFusion instances
running on
the server and it sounds like you do. One of the main reasons
to do
this is so that each instance can have its own separate and
unique
configurations such as DSN settings.
This instance you have running and configured to use the
built in web
server and is accessed from the URL
http://s355ab5:8301/CFIDE/index.cfm'
has the DSN configured. But the
built in web server is not a Windows IIS web server and thus
'Windows
Integrated Authentication' is meaningless to it and
cgi.auth_user is
never going to be populated automatically.
The instance you have running and configured to the URL
http://s355ab5/CFIDE/' does not
have the DSN configured. But this one
is an IIS web server and thus the 'Windows Integrated
Authentication'
means something and your cgi.auth_user is populated as
desired as long
as the user is using a Windows browser on a Windows OS client
connecting
to the Windows server over a Windows domain network. (Thus
the 'Windows'
part of the integrated security.)
Compare and contrast these too administrator settings,
especially the
DSN settings.
http://s355ab5/cfide/administrator/
AND
http://s355ab5:8301/cfide/administrator/
AND just for fun
http://s355ab5:80/cfide/administrator/
Which should be the same as the first one, but may more
clearly
distinguish why these are different web sites. Different
ports means
different web sites.

Similar Messages

  • Datasource could not be found when it definitely should be

    Hi
    We are getting the error "Datasource [NameOfDatasource] could not be found" for a particular CF datasource and can't work out why.  A restart of CF resolves the error as does deleting the datasource and recreating it with the exact same properties.  This started happening a couple of months after installing CF. 
    The server is CF 9.0.1 running on Win 2008 R2 (SP1) 64-bit.
    The database and port the datasource connects to is definitely correct, so this is not the issue.  We thought it may be an issue with the "Maintain connections across client requests" setting not maintaining a connection, but the issue still occurs even with this option turned off.
    We create the datasource via code by making a copy of an existing 'template' datasource (using duplicate) and then setting properties of the copy.  We use coldfusion.server.ServiceFactory.DataSourceService.DataSources to get the template datasource and to add the new datasource.  We are investigating how to create the datasource from scratch using the Admin API (cfide.adminapi.administrator) rather than using the template to see if this resolves the issue, but in the meantime thought we would post to the forums to see if anyone can work out why its failing.
    I created another post here that may be related whereby scheduled tasks are running several times daily when they shouldn't be.  I don't know if these are related but they seemed to have started happening around the same time.
    I didn't know whether this should be classed as a 'Question' or not, so ticked it just in case.
    Thanks
    Nathan

    Yes we lodged it as a bug. I'm not at work for the next week and can't
    remember the number. Will try to update this post with the number next week.
    Well that's good, but this doesn't mean Adobe are going to leap up and fix it for you: it just means it'll go into the pot for triage & possible action the next time there's a CF release. I meant here's no solid proof it's not just a vagary of something you've done yet, rather than a problem with CF itself.
    If you want Adobe to jump when you have an issue, you need to raise a support ticket with them.
    Adam

  • Datasource cfgettingstarted could not be found

    I have followed the samples..for dreamweaver and coldfusion
    I moved my select statement to a cfc file.. art.cfc
    I can see this file in the files tab
    the local files shows
    site - coldfusion 9 tutorial
    (C:\ColdFusion8\wwwroot\cf8gettingstarted\tutorial )
    When I attemp to use a cf component in the
    cf8gettingstarted.tutorial
    art.
    .query getArtwork()
    when I drag it to my index.cmf page..
    i get
    <cfinvoke
    component="cf8gettingstarted.tutorial.art"
    method="getArtwork"
    returnvariable="getArtworkRet">
    </cfinvoke>
    i change getArtworkRet to artwork
    the actual full path to this file is
    C:\ColdFusion8\wwwroot\cf8gettingstarted\tutorial as per the
    instructions in the examples..
    I press the f12 key to view page in the browser I get this
    error
    Datasource cfgettingstarted could not be found
    what can I change to get it to work??
    Has anyone been through this??

    Yes we lodged it as a bug. I'm not at work for the next week and can't
    remember the number. Will try to update this post with the number next week.
    Well that's good, but this doesn't mean Adobe are going to leap up and fix it for you: it just means it'll go into the pot for triage & possible action the next time there's a CF release. I meant here's no solid proof it's not just a vagary of something you've done yet, rather than a problem with CF itself.
    If you want Adobe to jump when you have an issue, you need to raise a support ticket with them.
    Adam

  • Data source executive could not be found

    Hello there, I have recentley did my first dynamic website
    using coldfusion MX 7. After I uploaded all the files in the server
    of godaddy.com on a window platform which supports cfm, I had
    realised that all the DSN routes were still
    C:cfusion7\wwwroot\database\executive.Users... so I changed all the
    tags to D:\Hosting\executivemalta\database\executive.Users....
    Unfortunatley I keep on receiving the error Data source executive
    could not be found! I have also created an access database from the
    godaddy control panel and located the database to a folder called
    accesscf and changed the DSN route as instructed by godaddy.
    Unfortunatley that didn't even work. Could somebody out there be
    generous enough to help me solve this problem? The following is the
    error:
    Error Occurred While Processing Request
    Data source executive could not be found.
    The error occurred in D:\Hosting\executivemalta\index2.cfm:
    line 4
    2 : <cfset MM_redirectLoginSuccess="../homepage.cfm">
    3 : <cfset MM_redirectLoginFailed="../failed.cfm">
    4 : <cfquery name="MM_rsUser"
    datasource="#Request.DSN#">
    5 : SELECT Username,Password FROM
    D:\Hosting\executivemalta\accesscf\executive.Users WHERE
    Username='#FORM.username#' AND Password='#FORM.password#'
    6 : </cfquery>
    DATASOURCE executive
    Please try the following:
    Check the ColdFusion documentation to verify that you are
    using the correct syntax.
    Search the Knowledge Base to find a solution to your problem.
    Browser Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;
    SV1; .NET CLR 1.1.4322)
    Remote Address 212.56.128.21
    Referrer
    http://www.the-executive.biz/index2.cfm
    Date/Time 08-Aug-06 11:17 PM
    Stack Trace (click to expand)
    at
    cfindex22ecfm807111997.runPage(D:\Hosting\executivemalta\index2.cfm:4)
    at
    cfindex22ecfm807111997.runPage(D:\Hosting\executivemalta\index2.cfm:4)
    java.sql.SQLException: Data source "executive" not found.
    at coldfusion.sql.DataSrcImpl.validate(DataSrcImpl.java:90)
    at coldfusion.sql.SqlImpl.validate(SqlImpl.java:203)
    at
    coldfusion.tagext.sql.QueryTag.doStartTag(QueryTag.java:443)
    at
    cfindex22ecfm807111997.runPage(D:\Hosting\executivemalta\index2.cfm:4)
    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
    at
    coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
    at
    coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
    at
    coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:210)
    at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
    at
    coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50)
    at
    coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
    at
    coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
    at
    coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
    at
    coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
    at coldfusion.CfmServlet.service(CfmServlet.java:105)
    at
    coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
    at
    jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
    at
    jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at
    jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
    at
    jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
    at
    jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
    at
    jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:349)
    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457)
    at
    jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:295)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

    Hi,
    I updated Sources\SXS with fresh files and now it looks like it works?????
    /SaiTech

  • Crystal Report Pick List - "Table ADM1 could not be found" Error

    Hi,
    When preview is select in sales order, we select pick list gets error.
    Crystal Report Window Forms Viewer:
    "Table ADM1 could not be found"
    Error in File Temp {   .........} .rpt
    The table could not be found"
    If I login remotely , then log into SAP as this user I do not get an error.
    I have given user full authorisation.
    I have run Verify Database.
    I am assuming it is some database or network user access rights.
    Could anyone help on this?
    Kind Regards,
    Eric

    Report was developed and tested against a 'test' database and then imported into a 'production' database.
    Problem appears to be that when B1 connects it does not reset the login credentials for the unlinked tables such as ADM1 and OADM.
    Performing the following steps appears to solve the problem.  Not sure how many of them are really necessary.
    1. Develop and test against the test system as before.
    2. Save as a .rpt file outside B1.
    3. 'Set Datasource Location' to the appropriate B1 datasource for the production database and individually link every table as well as the data source.
    4. Save the .rpt file again.
    5. Import into the production database.
    This does not specifically address the issue where it worked when logged in to the server but not remotely.  Perhaps when logged in remotely the test database was not visible but when logged in locally it was.

  • RAS Error  - The table could not be found.

    Hi,
      Bo version : XI2 SP2
      BO SDK : RAS
      I am getting following error while setting table location for the report going against Sybase (ODBC CR driver 5.1 wired protocol) database report.
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: The table 'CASH' could not be found.
    Error in File C:\WINDOWS\TEMP\{6F59C5DB-DB01-4905-BFE6-5A302D2A9283}.rpt:
    The table could not be found.---- Error code:-2147482939 Error code name:failed
         at com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException.throwReportSDKServerException(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.s.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.cf.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.z.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ak.if(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ad.int(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.bk.for(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.v.a(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.v.if(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.setTableLocation(Unknown Source)
    what all properties needs to be set for Logon and also Location specific, any sample code for the RAS + ODBC + SYBASE will be highly appreciated.
    code giving error
                   // DatabaseController databaseController = reportClientDoc.getDatabaseController();
                   Tables tables = reportClientDoc.getDatabaseController().getDatabase().getTables();
                   ITable newTable = null;
                   for (Object object : tables) {
                        Table table = (Table) object;
                        newTable = (Table) table.clone(true);
                        log.info("Table Name " + table.getName());
                        IConnectionInfo connectionInfo = table.getConnectionInfo();
                        com.crystaldecisions.sdk.occa.report.lib.PropertyBag propertyBag = connectionInfo.getAttributes();
                        log.info("propertyBag.size >> " + propertyBag.size());
                        databaseName = (String) propertyBag.get(DB_NAME);
                        dsnName = (String) propertyBag.get(DSN);
                        Set<Object> set = propertyBag.keySet();
                        for (Object key : set) {
                             log.info("Key >> " + key);
                             log.info(" === Value >> " + propertyBag.get(key));
                        log.info("----
                        // newTable.setQualifiedName(table.getAlias());
                        // Change connection information properties
                        connectionInfo = newTable.getConnectionInfo();
                        // Set new table logon properties
                        // 1. Set the DSN
                        // 2. Set the Data Source (Database)
                        PropertyBag newPropertyBag = (PropertyBag) propertyBag.clone(true);
                        // Set new table logon properties (the DSN and the data source)
                        PropertyBag logonPb = new PropertyBag();
                        //logonPb.putStringValue("DSN", dsnName);
                        logonPb.put("Database Type", "ODBC (RDO)");
                        logonPb.put("Data Source Name", dsnName);
                        logonPb.put("DSN", dsnName);
                        logonPb.putStringValue("Database", databaseName);
                        logonPb.putBooleanValue("UseDSNProperties", false);
                        String dataSource = "";
                        DatabaseInfoVO databaseInfoVO = null;
                        if (StringUtils.indexOf(dsnName, "XXXX") != -1) {
                             dataSource = "EPAM-" + databaseName;
                             databaseInfoVO = this.getDatabaseInfoMap().get(dataSource.toUpperCase());
                        } else if (StringUtils.indexOf(dsnName, "YYYY") != -1) {
                             dataSource = "EIMCO-" + databaseName;
                             databaseInfoVO = this.getDatabaseInfoMap().get(dataSource.toUpperCase());
                        } else if (StringUtils.indexOf(dsnName, "ZZZZ") != -1) {
                             dataSource = "CRD-" + databaseName;
                             databaseInfoVO = this.getDatabaseInfoMap().get(dataSource.toUpperCase());
                        } else if (StringUtils.indexOf(dsnName, "WWWW") != -1) {
                             dataSource = "AA-" + databaseName;
                             databaseInfoVO = this.getDatabaseInfoMap().get(dataSource.toUpperCase());
                        log.info("databaseInfoVO >>" + databaseInfoVO);
                        // Overwrite any existing properties with updated values
                        newPropertyBag.put(PropertyBagHelper.CONNINFO_CRQE_LOGONPROPERTIES, logonPb);
                        newPropertyBag.putStringValue(PropertyBagHelper.CONNINFO_CRQE_SERVERDESCRIPTION, dsnName);
                        newPropertyBag.putStringValue(PropertyBagHelper.CONNINFO_CRQE_DATABASENAME, databaseName);
                        newPropertyBag.putStringValue(PropertyBagHelper.CONNINFO_DATABASE_DLL, "crdb_odbc.dll");
                        newPropertyBag.putBooleanValue(PropertyBagHelper.CONNINFO_CRQE_SQLDB, true);
                        newPropertyBag.putBooleanValue(PropertyBagHelper.CONNINFO_SSO_ENABLED, false);
                        set = newPropertyBag.keySet();
                        for (Object key : set) {
                             log.info("Key2 >> " + key);
                             log.info("Value2 >> " + newPropertyBag.get(key));
                        connectionInfo.setAttributes(newPropertyBag);
                        connectionInfo.setUserName(databaseInfoVO.getUserName());
                        connectionInfo.setPassword(EZSuiteEncodeUtil.decrypt(databaseInfoVO.getPassword()));
                        connectionInfo.setKind(ConnectionInfoKind.CRQE);
                        newTable.setConnectionInfo(connectionInfo);
                        newTable.setName(table.getName());
                        newTable.setAlias(table.getAlias());
                        newTable.setQualifiedName(table.getQualifiedName());
                        // Update the table information
                        reportClientDoc.getDatabaseController().setTableLocation(table, newTable);
    Thanks,
    Rupesh
    Edited by: Rupesh Raut on Oct 28, 2008 8:45 PM
    Edited by: Rupesh Raut on Oct 28, 2008 8:46 PM

    Hi,
    This error message appears when the user does not have sufficient rights to the business view on which the report is based.
    To resolve this error message, open the Business View Manager and verify that the user's rights are set up correctly.
    To view a report based on a business view, the user or the group to which the user belongs, must have 'View' rights to the business view. Also, verify that none of the groups, including the Everyone group, to which the user belongs, has been explicitly denied 'View' rights.
    If this does'nt help try to update database driver.
    Make the copy of database and save it with different name ( without underscore) and point the crystal report to it.
    Regards,
    Shweta

  • The connection parameters file could not be found

    Hi,
    I`m receiving the message "The connection parameters file could not be found" every time I try to access my local sybase data base from dbisqlc.exe. I work with Sebel 78 and I have entered as parameters my ID, my password and the path to the .dbf file.
    Could anyone please advise?
    Thanks

    Hi,
    Try specifying the ODBC Data Source [Create an ODBC Connection] and specify the Data Source File (.DSN) in the Login Tab of (dbisqlc.exe) under
    "Choose an ODBC datasource to supplement the connection parameters" section.
    Hope it helps.
    Regards,
    Joseph

  • Error -Account 'Down-payments clearing account' could not be found for area

    When I am trying to pass a down payment entry by debiting vedor and crediting bank with asset it is giving an error as follows.
    Account 'Down-payments clearing account' could not be found for area 01
    Message no. AU133
    Please help me to rectify the same.
    Thanks in advance
    Deepak

    HI
    Please pay attention at  the possible causes of message AU133:
    1. Error AU133:
       a) You have not defined a contra account for acquisition value postings in the Asset Accounting Customizing settings (Transaction AO90).However, this is required as of Release 4.6C because, as is the case for all other integration postings in Asset Accounting, invoice receipt postings have to be displayed in Asset Accounting via the new posting kernel to ensure an identical document
    structure.
       b) You have defined the account in Asset Accounting, however, it is not created in the affected company code.Check whether the account is correct and create it for the company code, if necessary.
    2. You have entered an asset reconciliation account for the "Contra account: Acquisition value posting" (for example, the same account as for   "Acquisition:Acquis. and production costs" account).This is not  permitted.Check whether your account determination is correct               
       (Transaction AO90) in Asset Accounting Customizing. The same applies
       for the 'Contra account: Down payment posting'.
    3. As "Contra account: Acquisition value posting" you entered an asset G/L account. If necessary change the automatic posting indicator in the G/L account master record.
    4.Check if you need  revaluation accounts in depreciation areas involved   (AO90):
      -Revaluation acquis. and production costs
      -Offsetting account: Revaluation APC
    Please run also programm RACKONTO where missing or wrong customizing
    the accoutn determinations per company code is displayed
    Also have a look at note 7595 in this regard.
    Please assign points if it useful.
    Regards
    Ravinagh Boni

  • Photoshop Image Processor.jsx could not be found. CS5

    I like to use Bridge to export groups of photos and with past versions I've been able to select photos, go to Tools>Photoshop>Image Process and select one of my custom actions.  Now I get this error: Photoshop Image Processor.jsx could not be found.
    Any thoughts?
    Thanks

    By default the image processor script should be placed in the Application
    folder (on root level, not in the user
    account)/AdobePhotoshop/presets/scripts/ image Processor.jsx
    Also by default in Bridge preferences Start up Scripts Adobe Photoshop
    should have a checkmark in front of it.
    If you changed any of these there lies your fault, if it happened to fail
    out of the blue you first should try restart Bridge holding down option key
    and choose refresh preferences.
    First check if it works now and if it does again set preferences to your
    wishes. (obvious not deselecting the PS script... )
    Now I get this error: Photoshop Image Processor.jsx could not be found.

  • AE CS6 won't export MP4. "Some of the required components could not be found."

    After Effects CS6 (from Production Premium) running on 64-bit Windows 7 Enterprise SP1.
    Processor: Intel Core i7-3930K CPU @ 3.20GHz
    AMD Radeon HD 7900 Series video card
    64 Gb Corsair Ram (DDR3)
    Quicktime 7.7.4 Installed
    Currently attempting to export a short (2 second) video based on the predefined "H.264" preset with the only alterations being that I want the VBR 1 Pass to target 3.5Mbs (though I've changed this with no difference in outcome) and I want the video to multiplex as MP4. I immediatley get the error prompt: "Some of the required components could not be found."
    *Just tried using the 3GPP multiplexer and received the same error message. If I try to use the MPEG4 format I get an "unknown exception" error.*
    I've exported literally hundreds of items as H.264 with a MP4 multiplexer on this machine with current hardware and software. And now...no dice. After Effects boots correctly (or at least it seems that way) though I think it takes a little longer than it used to (not sure if the system cache just needs to be rebuilt).
    After Effects CS6 has all available Adobe updates. Quicktime 7.7.4 is also up-to-date. Video Card driver is up-to-date.
    What could be going on? I'd prefer to skip re-installing this program. I've had to do this numerous times already with this suite throughout the past 12 months; really getting sick of the down-time during reinstall. Worth noting that I have closed the program, closed all programs, restarted computer multiple times.
    I am currently going through my Adobe program files for After Effects. I am specifically looking through the 'Support Files' directory. A couple interesting things: 1. My 'MediaIO->Codecs' directory was last updated on 11/8/2013 (perhaps an AE update??) but each of the files within said directory have a last modified date of late September. Did something get wrongfully deleted in the hypothetical update? 2. In 'Media Core plugins->Common' I again have a last modified date of 11/8/2013, but again each of my files within the common directory were last modified late September. I have many expected .prm files but NO ImporterMPEG4.prm; should I have a MPEG4 specific importer file, or does the MPEG importer file do all of the work. Also, I have no ExporterMP4 (or anything of the MPEG, MPEG2, MPEG4 flavor). Should I have one of these?
    Don't know if this last paragraph helps at all but my fingers are crossed.

    Thanks Katrina for all your help.
    I talked to an Apple tech support person. Actually, my call had to be elevated to the next support level. Joy. You are correct, there are multiple listings of the files in the error report even though there is only one copy.
    The support person had me do a few things. Here is what eventually seems to fix things:
    1) For the mp3's that DID copy but were listed as not found... Some files were duplicated so deleting the duplicate with the "!" was an easy fix. I found one file that I could search by song name in iTunes but could not find it by song name search on the iPod. Looking at the iPod playlist I found the file listed by the filename (not song name) and the file played fine. Then in iTunes I double clicked on the song name ("!" showing) and selected locate. I then pointed to the location on the NAS. Resync and now the name of the song on the iPod changed from filename to song name. The file was no longer listed in the error report.
    2) For the m4a files that didn't sync... the problem songs appeared three times in a search in iTunes. Two of the listings showed the "!" next to the name. I deleted these two for each song that didn't sync and all transferred fine afterward.
    Perhaps there is an issue with ID3 tags since I use filenames more than tags in organization. Still, I would think that iTunes would not get so confused or be a little more friendly with its errors, especially considering how long its been around.
    Thanks again for your help. Looks like I have a manual way to correct this issue.

  • Trying to sync voice memos I get "was not copied to the iphone because it could not be found"

    I recorded some "voice memos" on my iPhone 5 (iOS 6.1.3). I now just want to get them onto my computer. I have followed the instruction from other posts and selected the "Include Voice Memo" checkbox and also the "Voice Memo Genre" checkbox located on the Music tab. I then click on Sync and get the following error ... "Some of the items in the iTunes library, including ----- were not copied to the iPhone because they could not be found". So I understand that the memos were not copied to the phone ... this is good since I already have then on the phone. I want, instead for them to be copied FROM the phone to the computer. So what's the problem I thought that SYNC'ing meant copying new files from the iPhone to the computer as well as vice versa.
    The Voice Memo is toolarge for me to simply email to myself so I need to understand what is causing this so that I can get around it. I have noticed that when I attempt to "Organize Library" and check "Consolidate Files" (suggested by some forum somewhere) when I close the dialog box and sync again, that when I return to the "Consolidate Files" checkbox i see that has actually cleared itself and is no longer checked. I am not sure if this is related or not.
    I have a very business recording that is on my iPhone and MUST get this audio off the phone ASAP. Any help would be appreciated.
    Sincerely,
    gstenstrom

    The dialog tells you the path to the song is wrong/not there. Make sure you can play it in iTunes.

  • The backup of my system failed due to databases, which could not be found

    The backup of my system failed because the files named wbengine.exe could not be found.
    How can I repair this ??
    Peter Boerema

    Read the Microsoft KB @ http://support.microsoft.com/kb/981851
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • When I try to sync my ipod, itunes tells me certain songs could not be found

    I have just tried to sync my ipod on itunes, and a screen comes up to tell me that over 100 songs from my library cannot be synced as they could not be found.......
    They all appear in my music library, and in their relevant playlists, only now they all have an exclamation mark just to the left of the title.
    Some I have ripped from cd's and some are ones I have purchased thru the itunes store, and it is these I'm most annoyed about, as I paid to have them and now cannot play them.
    What can I do to get them to be able to play again?
    Neither the ipod or the laptop are new to me, I have been using both successfully for a number of years with no problems.
    I have tried de-authorising and then authorising my laptop, and have also restored factory setting on my ipod, but  nothing seems to work.......
    Any suggestions, please?
    Thanks

    That exclamation point means the song files cannot be found, for some reason.  They are no longer where iTunes expects to find them.  They were either moved or deleted.  Sometime, a data corruption issue on your hard drive can make files inaccessible.  You may want to check that possibility, because other files may be affected.
    Since you can still see the name, artist, and album of the missing songs in iTunes, you may want to try using Windows to do a general search of your hard drive volume, searching on the name of one of the songs (or artist or album name).  If you are using the default settings for iTunes, iTunes uses the name of song, album, and artist to name the file and directory path of the song file's storage location.  If they got moved for some reason, you may find the path to all of the missing songs by finding one song.  You can then move them back to the location where iTunes expects to find them.
    some are ones I have purchased thru the itunes store, and it is these I'm most annoyed about, as I paid to have them and now cannot play them.
    Don't be mad about those songs...   Any previous song purchase from the iTunes Store can be re-downloaded at any time at no cost.  Go to the main iTunes Store screen.  On the right side, find Purchased under QUICK LINKS.  On the Purchased screen, click on Music and find those missing songs.  There is a Not on This Computer filter there that would be useful in this case.  Next to the song name, you should see a button with a cloud symbol.  Click it to download that song.

  • There are about 8 songs in a playlist on itunes that are listed in the playlist but cannot be transferred to my ipod because it states: "..the original file could not be found." When I try to locate the song I get a list of the different music librar

    There are about 8 songs on a playlist that are listed in the playlist library but when I try to transfer them to the playlist, it states that they can't be transferred because the original file could not be found. Then it asks, do you want to locate the file but when I try that I get a few libraries but am not sure how to locate the particular songs. Some of the songs were purchased and some were transferred from a CD. I have seen the same question asked on the help page but haven't found an answer.
    Thanks.

    Hi dones49,
    It sounds like your issue here is that iTunes can not find the files for some of the songs you have brought into it. This happens occasionally even if the songs have not been moved from the location that iTunes places them on import or purchase. When you try to use the song, iTunes prompts you to find the file, as you have seen.
    To find the file, use the information in this article to navigate through the iTunes media folders -
    Locate and organize your iTunes files
    If you are still unable to locate the files, you may need to download them from the iTunes store again, or rip them from your CDs. See this article for assistance with downloading your past purchases -
    Download past purchases
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • On some of my files there is a ! in front of it, if I try to play the song, I get an error message; "The song "_____" could not be used, because the original file could not be found. Would you like to locate it?" Then when I click "Locate", I get nothing.

    I'm really dumbfounded on this one and it's driving me bonkers!!!! On some of my music files there is a ! in front of it, if I try to play the song, I get an error message; "The song "_____" could not be used, because the original file could not be found. Would you like to locate it?"
    This began to happen when Chuck made playlists2burn on2CD-and then he would delete the playlist; sending all the song files into oblivion. Certain songs have a ! right next to the file name, and as I stated before, i get that error message:
    "The song "_____" could not be used, because the original file could not be found. Would you like to locate it?"
    So I click on "Locate". No help. I get a menu with folders that say "catroot" and other folders which names I cannot remember, but I scroll PAST the file folders, & it's just a bunch of ".DLL" files.....I don't understand what any of the names of the folders mean...it's frustr8ing-coz this is my 2nd iTouch, my 1st one got stolen & I can't afford2buy my music back at this time & i NEVER before had a single problem with losing song file locations.
                  Is there anyone out there who has been through this frustrating game of chasing your tail?....<that's how I feel>
    If so I would be ever so gr8ful if maybe someone with the knowledge would be so kind as 2 tell me how/where 2 retrieve these songs & how to put everything back where it belongs, I would be 4ever gr8ful !!!
    I can't afford 2 replace the songs just like I'm unable 2 buy back my old music from my stolen iTouch....man that was an awesome collection-someday I'll be able 2 afford 2 do that & I would like 2 have all the new music that I paid 4 but cannot find when I got my new iTouch....that would just be  wonderful.
                 I hope someone sees this post that can help me retrieve these files....losing $100.00 of iTunes is a REAL BUMMER!!!!!!
                                                      ThanQ SO very much!
                                                                             [email protected] or [email protected] or [email protected] .
                                                                                               You can also find me on Facebook, my given name is Tiffinie Trimmer, &
                                                                                                that's my Facebook "handle".    ThanQ 4 taking the time 2 read all of this!
                                                                                                hope 2 get a reply someday....I'll B checking all my emails & my Facebook, as well
                                                                                                as marking this page in my FAVORITES so I can find it fast! Take Care!!!

    I was not complete clear.
    Since you never changed the settings in the advanced section of iTunes preferecnes, you have to chech that your music is really in the location setted in the folders reported in the advanced section.  If not you have 2 ways: reset the position of this folders or in the actual disk organisation or in the pointing on the preferences.
    If you press the reset button you just give to itunes its default setting as for the position of the music files: probably this will be a good choice if you have never changed any default preference.
    But before I would check the folders and see if the songs are really there
    In my iTune I have this, and I believe it is the default.
    Users/YOURHOMEFOLDERNAME/Music/iTunes/iTunes Music

Maybe you are looking for

  • White box with QT logo and '?"

    HI, I've uploaded a QT movie to my website. It previews ok in dreamweaver although when I check online I get a QT place holder with a '?' inside. I'm using IE, I've tried Firefox but it made no difference. I've uninstalled and reinstalled QT latest v

  • Need Help With Redirect That Uses Session Variable

    I am new to dynamic sites, php, and developer toolbox, but I have been able to create a login site using the different form wizards fairly easily (in CS3 with Developers toolbox). <br /> <br />I am trying to set a server behavior on a page that redir

  • Script external subroutine for multiple fileds display

    Hi, can anybody tell how to write external subroutine in script. i want to display multiple fields data in script by using external subroutine. Regards, Kumar.

  • What is best way to link two interactive reports?

    Hi, ================= Basic Set UP ================= I've created two interactive reports-- Project report in Project page and Task report in Task page. Project report in Project page can contain multiple projects. Task report in Task page can contai

  • PhotoShop CS5 - Save As Won't Window

    I am on Windows 7 Home Premium 64bit SP1 and running PS CS5 12.0.4. When saving a file using 'Save As' I can no longer "window" the screen image, it always opens "full-screen" and can't be resized. I can see the hash-marks in the lower right-hand cor