Member could not be found

Dear Colleagues,
After adding a new user defined dimension, I get the message "A member could not be found for this search criteria" when choosing this new dimension from the BPC for Excel current view window. The members appear to be correct once I "OK" through this message. Still I'm worried (having seen too much). I have processed and optimized.
Has anyone been able to deal with this message. I would prefer to not include this in any production environments.
Thanks,
Tim

A couple of points/questions.
- WHat version are you currently using?
- Once you have updated the dimension memberset, or during that process, I encourage you to close excel.  The reason for this is that the excel cleint either needs to re-authenticate, to get the recent changes to the cube structure, or you must FORCE the update, should you leave excel open. 
- So, if you are returning to excel after processing and trying to search for the member, it will not be in the local files, until those files get updated. That requires the REFRESH dimension members process.
- However, if you have followed that process, and it still errors or warns you when searching, then check your version against the SUpport or Notes section, to see if this is an issue that has been discussed before and solved.
Hope this helps.

Similar Messages

  • The web application at [URL] could not be found.

    Hi,
    I am trying to run a simple code like finding all the users in the SharePoint site.
    But I am seeing this error constantly no matter what I do!!
    The Web application at [https://xxxxxx] could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application.
    I've looked into all the answers on the forums but still stuck with this error.
    I am a beginner in SharePoint, and I am really not sure about the AAM and IIS settings that needs to be set inorder to get rid of this error.
    If someone could point me in right direction that targets beginners that would be really helpful.
    Also, I noticed that my IIS is blank on the dev server that I am working on with Visual Studio and SharePoint installed on it. 
    Is this something that is causing this error?
    Thanks

    Note: you need to enter the SharePoint site URL 
    To authenticate:
    f you are connecting to office 365 then use the following code:
    using (srcContext = new ClientContext(txtUrlFrom.Text))
    SecureString passWord = new SecureString();
    foreach (char c in txtPasswordFrom.Text.ToCharArray()) passWord.AppendChar(c);
    srcContext.Credentials = new SharePointOnlineCredentials(txtUserNameFrom.Text, passWord);
    if you are using on premise SharePoint 2013 use this code:
    using (srcContext = new ClientContext(txtUrlFrom.Text))
    NetworkCredential credentials = new NetworkCredential(txtUserNameFrom.Text, txtPasswordFrom.Text);
    Example to retrieve data:
    Web srcWeb = srcContext.Web;
    List srcList = srcWeb.Lists.GetByTitle(srcLibrary);
    ListItemCollection col = srcList.GetItems(new CamlQuery());
    srcContext.Load(srcList.RootFolder);
    srcContext.Load(srcList.RootFolder.Folders);
    srcContext.Load(col);
    srcContext.ExecuteQuery();
    to retrieve users:
    Private void GetData(object obj)
    MyArgs args = obj as MyArgs;
    try
    if (args == null)
    return; // called without parameters or invalid type
    using (ClientContext clientContext = new ClientContext(args.URL))
    // clientContext.AuthenticationMode = ClientAuthenticationMode.;
    NetworkCredential credentials = new NetworkCredential(args.UserName, args.Password, args.Domain);
    clientContext.Credentials = credentials;
    RoleAssignmentCollection roles = clientContext.Web.RoleAssignments;
    ListViewItem lvi;
    ListViewItem.ListViewSubItem lvsi;
    ListViewItem lvigroup;
    ListViewItem.ListViewSubItem lvsigroup;
    clientContext.Load(roles);
    clientContext.ExecuteQuery();
    foreach (RoleAssignment orole in roles)
    clientContext.Load(orole.Member);
    clientContext.ExecuteQuery();
    //name
    //MessageBox.Show(orole.Member.LoginName);
    lvi = new ListViewItem();
    lvi.Text = orole.Member.LoginName;
    lvsi = new ListViewItem.ListViewSubItem();
    lvsi.Text = orole.Member.PrincipalType.ToString();
    lvi.SubItems.Add(lvsi);
    //get the type group or user
    // MessageBox.Show(orole.Member.PrincipalType.ToString());
    if (orole.Member.PrincipalType.ToString() == "SharePointGroup")
    lvigroup = new ListViewItem();
    lvigroup.Text = orole.Member.LoginName;
    // args.GroupsList.Items.Add(lvigroup);
    DoUpdate1(lvigroup);
    Group group = clientContext.Web.SiteGroups.GetById(orole.Member.Id);
    UserCollection collUser = group.Users;
    clientContext.Load(collUser);
    clientContext.ExecuteQuery();
    foreach (User oUser in collUser)
    lvigroup = new ListViewItem();
    lvigroup.Text = "";
    lvsigroup = new ListViewItem.ListViewSubItem();
    lvsigroup.Text = oUser.LoginName;
    lvigroup.SubItems.Add(lvsigroup);
    //args.GroupsList.Items.Add(lvigroup);
    DoUpdate1(lvigroup);
    // MessageBox.Show(oUser.LoginName);
    RoleDefinitionBindingCollection roleDefsbindings = null;
    roleDefsbindings = orole.RoleDefinitionBindings;
    clientContext.Load(roleDefsbindings);
    clientContext.ExecuteQuery();
    //permission level
    lvsi = new ListViewItem.ListViewSubItem();
    string permissionsstr = string.Empty;
    for (int i = 0; i < roleDefsbindings.Count; i++)
    if (i == roleDefsbindings.Count - 1)
    permissionsstr = permissionsstr += roleDefsbindings[i].Name;
    else
    permissionsstr = permissionsstr += roleDefsbindings[i].Name + ", ";
    lvsi.Text = permissionsstr;
    lvi.SubItems.Add(lvsi);
    // args.PermissionsList.Items.Add(lvi);
    DoUpdate2(lvi);
    catch (Exception ex)
    MessageBox.Show(ex.Message);
    finally
    DoUpdate3();
    Kind Regards, John Naguib Technical Consultant/Architect MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation

  • The cluster resource could not be found-SAP ECC on Windows Server 2008 MSCS

    Hi,
    I'm installing SAP ECC 6.0 on Windows server 2008 MSCS Cluster. As mentioned in the guide, i've created a service and added a resource.
    I was able to successfully configure the DB installation and cluster configuration. But when I start the ASCS installation, the installation fails when it tries to create system folders with the following error.
    Error when sharing file system export (share) saploc : The cluster resource could not be found
    I'm using a user with domain admin access and also a member of the local administrators group. I've even tried to install using the domain administrator user but still the problem exists.
    Can anyone please let me know where am I going wrong ?
    NB: The host on which I'm installing is not a domain controller but it is a member of a domain.
    Regards,
    Varadharajan M

    Yes Krishna,
    I've not created any shared folders manually and I've used the "Use domain of current user" option.
    Actually SAPINST has created the usr and sap folder in the SAP drive (say E: drive) which is a clustered disk. The name of that clustered sidk is "Clustered Disk 1". I could able to open up the shared directories available in that SAP virtual host by issuing
    <SAPGRP>. I don't know where am I going wrong:( I've also opened a call with a SAP and waiting for their reply.
    Regards,
    Varadharajan M

  • CS4 wont open - error specified module could not be found

    I have run CS4 on my windows Vista pc for years without a problem.  Yesterday I downloaded DNG converter 7.2 as I have purchased a Fuji Xpro and needed to be able to process the Raw files - my version of ACR is not compatible.  Today I tried to look at an old image processed from a year ago in CS4 and got the error message:
    "The specified module could not be found C:\programfiles\commonfiles\Adobe\AdobeVersionCueCS4\Client\4.0.1\VersionCue.DLL"
    I have tried to open many different images from Bridge into photoshop and from the photoshop file menu - photoshop opens with the image, then this error comes up, I click ok and photoshop closes.
    I saw this happened to someone else on here and a staff member recommended doing updates - I have done that twice and I still get the same error.  Can anyone help please.
    Many thanks

    Finally I was pointed in the right direction by someone on another forum.  It seems this is an updater problem that Adobe just havent fixed - I was directed to this thread which has the answer
    http://forums.adobe.com/thread/313930?start=0&tstart=0
    Basically I copied the contents of the 4.o.o folder into the 4.o.1 folder except for the Dictionary file and bingo Photoshop works again. 
    I understand Adobe did put a fix up for this that involved uninstalling etc so I am very happy to have found a much simpler answer.  Hope this helps anyone else who comes up against this and thank you again to Curt and Noel for trying to help on this thread.

  • New Installation Failing w/Error: The update could not be found.

    On a new 2008 R2 server (Standard), using the Add Roles Wizard, I tried adding WSUS but it fails with "The update cound not be found. There may be a network connection issue. Click here for more information."
    Clicking there takes me to the "Resolving WSUS issues" pages with refereces to Microsoft. The first is the most relevent:
    "If you receive the message “The update could not be found. There may be a network connection issue.” when you try to install WSUS, refer to the information in the Network and Sharing Center Troubleshooting Guide."
    Clicking on the link to the "Network and Sharing Center Troubleshooting Guide http://go.microsoft.com/fwlink/?LinkId=140135" takes me there (so there are no connectivity issues) but nothing seems to apply to my issue. I can browse the internet just fine and have even went in and manually installed various required components like IIS, .NET Framework 3.5.1, and Windows Internal Database but still no luck. I even downloaded the file "WSUS30-KB972455-x64" and tried running that without success. What am I missing?
    Thanks in advance.

    On a new 2008 R2 server (Standard), using the Add Roles Wizard, I tried adding WSUS but it fails with "The update cound not be found. There may be a network connection issue. Click here for more information."
    To install WSUS as a role, the candidate server must either have an active Internet connection to obtain the WSUS installation package from Microsoft Update, or be configured to update from an existing WSUS server with the WSUS3SP2 Dynamic Installer package already approved. If the R2 server is configured to use WSUS and the WSUS3SP2 Dynamic Installer package is not approved for installation for the group(s) in which the R2 server is a member, then you may also encounter this situation.
    and have even went in and manually installed various required components like IIS, .NET Framework 3.5.1, and Windows Internal Database but still no luck. I even downloaded the file "WSUS30-KB972455-x64" and tried running that without success. What am I missing?
    That's hard to say. Running the installer should not have presented any issues, but then you've not shared the exact details of that particular failure, which almost certainly would have been different from the previous failures encountered using Server Manager. Of course, successfully running the installer presumes that the server has been properly prepared and prerequisites have been properly installed and configured. I would be concerned that you don't seem to have referenced and followed the explicit instructions documented in either the Step By Step Guide or the Deployment Guide, so this is a high probability source of the cause. (Note: .NET Framework 3.5.1 is NOT a required component, the Windows Internal Database does not require manual installation for WSUS, and if IIS7 is not properly configured with the exact requirements for WSUS, the installation will fail.)Lawrence Garvin, M.S., MCITP:EA, MCDBA, MCSA
    Principal/CTO, Onsite Technology Solutions, Houston, Texas
    Microsoft MVP - Software Distribution (2005-2010)
    My MVP Profile: http://mvp.support.microsoft.com/profile/Lawrence.Garvin
    My Blog: http://onsitechsolutions.spaces.live.com

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

  • 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

  • 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

  • I'm trying to use import com.adobe.crypto.* on Windows version of my App but get error 1172:Definition com.adobe.crypto could not be found

    The Mac version of my Air app works fine, so does the iPad version, but the PC version has been a bit of a nightmare.
    I keep getting the error "1172:Definition com.adobe.crypto could not be found", when I publish it.
    Basically the 'com' folder is in the same directory as the app I am publishing and within that is 'adobe' and within that is 'crypto' within that is a series of .as files.
    I've added C:\Users\Gary\Documents\My_Applications\My_App_folder\com\adobe\crypto to source path list (I have no idea if that's right).
    But that just gives me a different error 5001: The name of package com.adobe.crypto does not reflect the location of this file. Please change the package definitions name inside the file.......
    I didn't have to include this source in the Mac version... but someone seemed to suggest it on a forum.
    I'm basically stabbing in the dark at the mount, something I seem to be doing a lot of these days. :-(
    Any help would be greatly appreciated.
    Many Thanks
    Gary

    I've figured it out
    Turns out I needed to add a source path (in the Actionscript 3 settings click on the Source File Tab) that exactly matches the directory the app and com folder is inside of. I wrongly assumed that Adobe Air could figure out where it was for itself, but no.... it needs to be told where to look for the com folder even though it's staring it right in its face. (Don't set the path to the 'com' folder itself, but to the enclosing folder that the .fla and the com is in).
    The Mac version doesn't seem to need that, it just finds the com folder if it's inside the same folder.
    Now I've got another massive error:-
    When I test the app, it works fine sending to Air for Desktop, however when I publish with embedded runtime for Windows.... It comes up with this error.
    Any ideas ?

Maybe you are looking for

  • Issue while updating EAN in Material Master

    Hi Friends,    We are using the following code to update the EAN of an existing material, but no changes are being done in the article. I am getting a message "Messages for article 100002268: log number 0000000000012552" from the BAPI. When I checked

  • Adobe Reader-PDF-window without tools-column

    When displaying a PDF-document, can I set the display so that the tools-column at the right sight is not shown thereby making the view of the document larger? If yes, how? Thanks in advance, Hans M.

  • Class collision

    When I run XSD, it is putting the import for the current class into the .JAVA code which causes a compile error e.g. in the CtBar.java file: package foo; import foo.CtBar public class CtBar ... Is there some way of stopping this? Message was edited b

  • .mov to iPod -- how long to convert?

    I imported a short movie into Quicktime Pro v7, then saved it as a .mov file. When I exported it to "iPod" format, it took 3 hours. The original file is 150MB and 11 minutes long. Is this export time correct? If not, what are some of the things I can

  • Changing stage size midway through movie

    Hi I have downloaded a Flash movie from a library which I want to use as part of a larger movie. The downloaded Flash movie is 300 pixels square, while the movie I want to use it in will be 765 x 100 pixels. The downloaded movie has a number of layer