I/O error on ext3 while copying a template

Hi,
This is my config:
Sun Server with AIC7902 SCSI card.
2Gb RAM
2*72 Gb disk
I installed Oracle VM succesfully, but when I try to copy a template with FTP, HTTP, CDROM, or anything else, I got an I/O error on an ext3 partition even if I wanted to copy the file to /OVS (ocfs)
SCSI disks:
Host: scsi1 Channel: 00 Id: 00 Lun: 00
Vendor: SEAGATE Model: ST373207LSUN72G Rev: 045A
Type: Direct-Access ANSI SCSI revision: 03
Host: scsi1 Channel: 00 Id: 01 Lun: 00
Vendor: SEAGATE Model: ST373207LSUN72G Rev: 045A
Type: Direct-Access ANSI SCSI revision: 03
SCSI card:
04:07.0 SCSI storage controller: Adaptec AIC-7902 U320 (rev 03)
Adaptec AIC79xx driver version: 3.0
Adaptec AIC7902 Ultra320 SCSI adapter
aic7902: Ultra320 Wide Channel B, SCSI Id=7, PCI-X 67-100Mhz, 512 SCBs
Allocated SCBs: 4, SG List Length: 128
When I boot the server with the grub choice 2.6.18-8.1.6.0.18.el5BOOT I can FTP my files but xend is not loaded and I can't use VM Manager in this case.
I tried to FTP a template into the seed_pool directory and then reboot in normal mode but when I try to create a virtual image using the template (which I created succesfully with VM Manager), nothing append.
Thanks for your help.
Best regards.
O. Cimbaluria.

1)what error did Oracle VM report when you copy templeate with FTP,HTTP,CDROM?
# tail /var/log/xen/xend.log
#tail /var/log/messages
2)may you copy/create any file from one place to another?
# cp /etc/hosts /tmp
3) what output for the following command?
# mount
# fdisk -l
4)did you make fsck your disk/partition?

Similar Messages

  • Error while copying page template!

    Copying of a simple page template fails in Portal 10.1.2 with the following error:
         Internal error (WWC-00006)
    Error while copying page. (WWC-44262)
    An unexpected error occurred: ORA-20100:
    ORA-06512: at "PORTAL.WWSBR_STDERR", line 437
    ORA-06512: at "PORTAL.WWV_THINGDB", line 1816
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "PORTAL.WWSBR_API_URL", line 73
    ORA-01403: no data found (WWC-44088)
    An unexpected error occurred: ORA-20100:
    ORA-06512: at "PORTAL.WWSBR_STDERR", line 437
    ORA-06512: at "PORTAL.WWV_THINGDB", line 1816
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "PORTAL.WWSBR_API_URL", line 73
    ORA-01403: no data found (WWC-44082)
    An unexpected error occurred: ORA-20100:
    ORA-06512: at "PORTAL.WWSBR_STDERR", line 437
    ORA-06512: at "PORTAL.WWV_THINGDB", line 1816
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "PORTAL.WWSBR_API_URL", line 73
    ORA-01403: no data found (WWC-44082)
    An unexpected error has occurred (WWS-32100)
    ORA-1: User-Defined Exception (WWC-36000)
    No data found (WWS-32101)
    I already had this error in Portal 9.0.4.

    Hi Christian!
    I already opened a TAR. As (according to the Portal docs) exporting Portal applications to future versions is not supported, waiting for another Portal release would mean starting our applications from the scratch. For this reason, bugfixes in future releases are of no really use in our case, and we definitely HAVE to find a solution for this quite crucial problem.
    But thanks for this information.
    Eckhard

  • Error code -8062 while copying large file in OS X 10.8.4

    I have to copy a very large Time Machine backup file to another disk before resetting RAID 1 on my LaCie 4 GB 2Big drive. File is about 350 GB. After getting through about 2/3rd of it, I am getting an error saying " .. you don't have permissions to copy some items..." and when I click OK, then I get an error code - 8062.
    I am using MBA Mid July 2011, OS X 10.8.4, Time Machine backup on LaCie 4 GB 2Big RAID 1 drive to FreeAgen 1 TB.
    I would appreciate any thoughts on this. It has happened twice now and since the process takes a very long time, I have wasted three days on it now.
    Thanks you.

    Although the documentation says you can copy Time Machine backups in the Finder, it's very slow and sometimes doesn't work at all.
    Launch Disk Utility, open the built-in help, and search for the term "Duplicate." Follow the instructions. All existing data on the destination volume will be erased. That shouldn't be a problem, because you don't want to mix backup and non-backup data on the same drive anyway. Turn Time Machine OFF in its preference pane while copying the volume.

  • Build installer error code -12 while copying distribution

    Hello all you helpful forum-goers!
    I am having problems building an installer for my product now that I have upgraded to LabVIEW 2010 from 8.5.1.  My project has an executable build, and then 3 installer builds which put a different value in the registry indicating the permissions level of the executable: Basic, Full, and Ultimate.
    When I try to build the Full version, I get the following error:
    CDK_Build_Invoke.vi.ProxyCaller >> CDK_Build_Invoke.vi >> CDK_Engine_Main.vi >> IB_MSI.lvclass:Build.vi >> IB_MSI.lvclass:Engine_Build.vi >> NI_MDF.lvlib:MDFDistCopyList_CopyItem.vi
    Adding files to installer
    Done adding files
    Preparing to build deployment
    Copying products from distributions
    Copying distribution 'Williams International - Engine Maintenance Terminal (WI_EMT) Ultimate' from: C:\CP356\WI_EMT Ultimate Installer\ to: C:\Documents and Settings\All Users\Application Data\National Instruments\MDF\ProductCache\
    *** Error: Windows SDK function returned an error. (Error code -12)
    The system cannot find the path specified.
    *** Error Details:
    Error in MDF API function: _MDFDistCopyList_CopyItem
    Windows function FindFirstFile returned an error. Error code: 3
    *** End Error Report
    Done building deployment
    The weird part is the "from" path doesn't exist, but C:\CP356\ does contain my project's files (including some sub-directories).  But even if it did, I have no idea why the Ultimate version is referenced when I am building the Full version.  I just tried building the Ultimate installer, and got the same error.
    Stranger yet, this error goes away if I stop trying to include NI-VISA Runtime 5.0 in the additional installers section of my installer.  The only other "additional installer" I have checked is the LabVIEW 2010 Runtime Engine.  The VISA Runtime is required for my product, so I can't just leave it unchecked.  Another clue is that the VISA Runtime's Installer Source Location is listed as D:\, my DVD drive.  But even when I put the Device Drivers DVD in the drive, I get the same error when building.
    I've tried looking in the Device Drivers DVD, but it says that the VISA Runtime 5.0 is already installed on my computer; I forget the exact path it listed, but I can get it again if that would help someone.  But I couldn't figure out how to change the source location to tell it to get that installer locally.
    Based on the posts I've found in this forum for error code -12, I also created a new Build Specification for the Full installer and set all the same options as the previous one, in case something about it got corrupted when I upgraded, but it didn't seem to make a difference.
    I would very much appreciate any insight anyone has on how to fix or get around this issue!
    Thanks,
    -Joe
    Solved!
    Go to Solution.

    Paul,
    Thanks for the reply!  I looked at the knowledge base article, and followed it to the .NET 3.5 install page, and from there to the .NET 4.0 install page (figuring the later version the better), downloaded that and selected to "repair" my .NET 4.0 installation.  It looked like it did thing for a while (was something broken? ;-)), but no change to my problem afterwards.
    The other item in the article was a particular virus protection software, which I do not use.  McAfee anti-virus is installed on my system, but it is controlled by our IT department and therefore is harder to change than usual.  It has been installed the entire time I have used LabVIEW on my computer with no problems prior to this, but I will contact them to see if they could put LabVIEW on an exception list anyway next.
    Since I couldn't do that immediately, I copied the NI-VISA_Runtime folder off of my Device Drivers DVD onto my desktop, used it to uninstall NI-VISA Runtime 5.0, and then reinstalled it.  However, this did not fix the problem, or even change the additional installer properties for that item - it still says the source location is D:\.
    Do you have any other suggestions for things I can try?  I very much appreciate your assistance!
    Thanks,
    Joe

  • Error while copying the concurrent program

    Hi Experts,
    I am working on EBS 11i and database 9i. When i am trying to copy the existing concurrent program,it's giving below error.
    Error: Please enter a unique segment name, the segment name is already defined for other segment.
    Could you somebody help me to get rid off this error.
    Thanks.

    While copying the concurrent program, what is the short name and name for the new concurrent program?
    Hope you are not giving the same name as the old CP.
    By
    Vamsi

  • Express Document while Copy&Paste Activity or Copy sim to Operative Project

    Hi Experts,
    Getting Express document with error info"SAPSQL_ARRAY_INSERT_DUPREC" while copying simulation to operative project.
    Getting the same express document /short dump while copy and paste the Activity & Activity Elements in an Operative Project  too
    Any Help would be appreciated.
    Thanks
    psconsultant

    Hi Virendra,
    Thanks. This is seems to be an SAP bug. When trying to add or copy version to Operative, system says there already records exists in EVOP.
    I have a OSS open for the same but didn't get a proper reply so far..
    Thanks
    psconsultant

  • Error while copying page. (WWC-44262)

    Error while copying page. (WWC-44262)
    An unexpected error occurred: User-Defined Exception (WWC-44088)
    An unexpected error occurred: User-Defined Exception (WWC-44082)
    An unexpected error occurred: User-Defined Exception (WWC-44082)
    Error while copying page. (WWC-44262)
    Please specify a valid Name and Display Name. (WWC-44102)
    I am not able to make a copy of a page.

    Hi,
    Did you get an answer for this problem?
    Karl

  • Error while copying a process chain.

    Hi All,
    I get an error message while copying the process chain in Production environment.It says "SAP System has status 'not modifiable'".Choose display object or Cancel.I hope this is because of the config. that there is no option to create anything .
    Please confirm.
    Regards,
    Shailja.

    Hi Shailja,
    That means that you can not change that type of object on Quality or Productive server.
    Go to Administrator Workbench, sub menu Transport Connection, there you will find a button called Object Changeability (with a truck). Click on that and change the types of the concerned objects to 'Every changeable' in your case.
    Beware that you must change the status not with a double click but with a right click
    also refer the following thread you can find your solution
    Error message after process chain transport
    Hope this helps
    Regards
    Karthik
    <3rd Reminder for points removed>
    Message was edited by:
    Moderator

  • My Time Capsule has stopped backing up.  I have an Apple Time Capsule which backs up by wireless. For the last 3 days it has not backed up. I get this message: "The backup was not performed because an error occurred while copying files to the backup disk.

    My Time Capsule has stopped backing up.
    I have an Apple Time Capsule which backs up by wireless. For the last 3 days it has not backed up. I get this message:
    "The backup was not performed because an error occurred while copying files to the backup disk."
    I have gone into Mac Help and followed this down to stage 4:
    under shared it lists my time capsule and my husband's iMac - both use the time machine but we have switched his off temporarily.  Clicking on my Time capsule I get "Connected" and "Sharepoint" - I didn't have to enter connect or password
    I don't understand stage 5: how and where do I select the disk or volume that contains Time Machine backups ?  How do I know which it is? My disk utility lists 160.04 TOSHIBA MK... with sub-heading Macintosh HD.  It also lists (with a "CD" icon) HL-DT-ST DVDRW GS22N
    Under stage 6, how and where do I Locate your backup ? I try dragging my Time capsule from Finder to the Disk Utility side panel but it won't go.  What is my computer's name?
    Please someone help!  I'm completely stumped.
    Thanks,
    Maggie
    Mac Help says:
    If you back up to a Time Capsule or network disk:
    Open the Time Machine pane of System Preferences, and slide the switch to Off.
    Open Time Machine preferences
    Open Disk Utility, which is in the Utilities folder in the Applications folder. 
    Open Disk Utility
    Make sure the Time Capsule or network disk is turned on and available. 
    Open a Finder window, select your Time Capsule or network disk in the Shared section of the sidebar, and click Connect. If necessary, enter your user name and password. 
    On the Time Capsule or network disk, select the disk or volume that contains Time Machine backups. Depending on how your Time Capsule is set up, there may be one or more disks or volumes. 
    Locate your backup, and drag it to the Disk Utility sidebar.You can identify your backup by looking for your computer’s name in the backup’s filename.

    Hello,
    Thanks to the great Pondini...
    http://pondini.org/TM/C3.html

  • Unable to complete backup. An error occurred while copying files to backup

    I erased and restarted my time capsule numerous times and tried re backing up. Little more then have way through i get this message "Unable to complete backup. An error occurred while copying files to the backup volume." With about 80gb left out of 198. On the apple support page ALL it says is ".Restart, then try the backup once again" Here is the link http://support.apple.com/kb/HT3275#3 ....PLEASE Help Me .. What Do I do.. I have read almost every topic and article regarding this ERROR 11 and found nothing and i tried i think all all..The new snow leopard comes out tomorrow so im going to install that and try again.. also if this does not ever work is there a way just to store all my music and photos in the tc and restart my whole computer the archive my files from there ??
    All Your Help Will Be Greatly appreciated as i tried to do the research on my own.. This is my last resort
    THAN YOU
    RAM
    Torrance Los Angeles Ca.

    Hi there!
    I am having exactly the same problem. I have experienced this before, I reset TC and it worked again, but it is not working now. Have you installed Snow Leopard? Did it solve the issue?
    Thanks,
    Adriano
    Malaysia

  • Time machine: An error occurred while copying files. The problem could be temporary. If the problem persists, use Disk Utility to repair your backup disk.

    Time machine backups are failing. I've followed the instructions I found on the Time Machine troubleshooting page (http://pondini.org/TM/Troubleshooting.html) but have gotten to where I don't know what to do next.
    Sequence of events:
    The main error message is always:
    An error occurred while copying files. The problem could be temporary. If the problem persists, use Disk Utility to repair your backup disk.
    Yesterday, I opened Disk Utility and verified the disk. Got this error:
    Error: This disk needs to be repaired using the Recovery HD. Restart your computer, holding down the Command key and the R key until you see the Apple logo. When the OS X Utilities window appears, choose Disk Utility.
    I ran Disk Utility and repaired the hard drive. Then I manually started the backup before going to bed, figuring it was going to take a long time to run. When I got up this morning, the backup had failed with the same "could be temporary" error. I checked the log, which says:
    Starting manual backup
    Attempting to mount network destination URL: afp://Tery%20Griffin;[email protected]/Tery%20Griffin's%20Time%20Ca psule
    Mounted network destination at mount point: /Volumes/Tery Griffin's Time Capsule using URL: afp://Tery%20Griffin;[email protected]/Tery%20Griffin's%20Time%20Ca psule
    Disk image /Volumes/Tery Griffin's Time Capsule/Tery Griffin’s Computer (44).sparsebundle mounted at: /Volumes/Time Machine Backups
    Backing up to: /Volumes/Time Machine Backups/Backups.backupdb
    Event store UUIDs don't match for volume: Macintosh HD
    Error: (-36) Applying backup protections to /Volumes/Time Machine Backups/Backups.backupdb/Tery Griffin’s Computer (44)/2014-03-05-201742.inProgress/ABB10CF2-F041-4DE5-B6AE-3C228B59ADCC
    Error: (5) setxattr for key:com.apple.backupd.SnapshotStartDate path:/Volumes/Time Machine Backups/Backups.backupdb/Tery Griffin’s Computer (44)/2014-03-05-201742.inProgress/ABB10CF2-F041-4DE5-B6AE-3C228B59ADCC size:17
    Error: (5) setxattr for key:com.apple.backupd.SnapshotState path:/Volumes/Time Machine Backups/Backups.backupdb/Tery Griffin’s Computer (44)/2014-03-05-201742.inProgress/ABB10CF2-F041-4DE5-B6AE-3C228B59ADCC size:2
    Deep event scan at path:/ reason:must scan subdirs|new event db|
    Finished scan
    Found 145601 files (11.88 GB) needing backup
    16.1 GB required (including padding), 620.77 GB available
    Copied Zero KB of 11.88 GB, 0 of 145601 items
    Copied 0 files (Zero KB) from volume Macintosh HD.
    Copy stage failed with error:11
    Backup failed with error: 11
    Ejected Time Machine disk image: /Volumes/Tery Griffin's Time Capsule/Tery Griffin’s Computer (44).sparsebundle
    Ejected Time Machine network volume.
    Starting automatic backup
    Attempting to mount network destination URL: afp://Tery%20Griffin;[email protected]/Tery%20Griffin's%20Time%20Ca psule
    Mounted network destination at mount point: /Volumes/Tery Griffin's Time Capsule using URL: afp://Tery%20Griffin;[email protected]/Tery%20Griffin's%20Time%20Ca psule
    Disk image /Volumes/Tery Griffin's Time Capsule/Tery Griffin’s Computer (44).sparsebundle mounted at: /Volumes/Time Machine Backups
    Backing up to: /Volumes/Time Machine Backups/Backups.backupdb
    Event store UUIDs don't match for volume: Macintosh HD
    Error: (-36) Applying backup protections to /Volumes/Time Machine Backups/Backups.backupdb/Tery Griffin’s Computer (44)/2014-03-05-201742.inProgress/9F8E7957-9C50-49C3-8314-880E5203E3D9
    Error: (5) setxattr for key:com.apple.backupd.SnapshotStartDate path:/Volumes/Time Machine Backups/
    Does anyone know what the problem is here and what I should do?
    Thanks,
    Tery

    You have repaired your boot drive (which is good) but have you repaired your time machine drive?  I don't own a Time Capsule so I don't know if disk utility can operate on it.  If it can, you should repair it as well.  You may need to erase it and start a new backup.  That happens to time machine volumes from time to time and is why people who are serious about their data never rely on a single source of backup.

  • Error encountered while copying audio stream

    In Captivate 4, I attempt to capture screens. I hear the clicking as it captures, I click END when finished. Program attempts to save and then a dialog box displays with "error encountered while copying audio stream". I am not attempting to record any audio.
    I searched the web and found references to this error back two versions and two years - but no solution.
    Does anyone know of a solution? Thanks.

    Hi there,
    I have experienced this on Windows XP. In my case this was due to a dll (Dynamic Link Library) file not being corectly registered in the Windows XP Registry. If you are using XP then take a look at the following blog post.
    Adobe Captivate 4 Installation Issues on Microsoft Windows XP 
    If this doesn't solve the problem or you are using Windows Vista then please report this issue to the Adobe Captivate team using the web address I have included below.
    Adobe Captivate Feature Request/Bug Report Form 
    Best - Mark
    Visit the macrofireball blog

  • New-AzureDeployment - Error while copying content to a stream

    Hi All,
    I am trying to deploy a packages using the Azure Powershell Cmdlets.
    Each time I try to deploy a particular package, I get the following error message..
    New-AzureDeployment : Error while copying content to a stream.
    At line:1 char:1
    + New-AzureDeployment -DoNotStart -ServiceName $strStagingCCPDeploymentServiceName ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [New-AzureDeployment], HttpRequestException
        + FullyQualifiedErrorId : System.Net.Http.HttpRequestException,Microsoft.WindowsAzure.Commands.ServiceManagement.HostedServices.NewAzureDeploymentCommand
    Looking at the inner exception I am getting
    Unable to read data from the transport connection: The connection was closed.
    The package itself is only 80mb and uploads to my blob storage successfully however when it tries to deploy using my config file the error occurs.  The same config file works fine if I use the Azure Website to deploy the package, rather than the cmdlets
    and I can deploy other packages successfully using PowerShell and using Visual Studio.
    Thank you for any help you can provide.

    Hi,
    This seems to be a network issue, but it's quite strange as you can deploy the package from Visual Studio. Could you please try it on another machine (in another network environment if possible)? Also, can you try
    to write a program and call the management API (http://msdn.microsoft.com/en-us/library/windowsazure/ee460813.aspx) to deploy it?
    Best Regards,
    Ming Xu
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • An error occurred while copying files.

    I am backing up a MacBook Pro Retina display to a 3TB TC and six days ago the backups just stopped and I get the following message:
    Time Machine couldn't complete the backup to Time Capsule.
    An error occurred while copying files. The problem may be temporary. If the problem persists, use Disk Utility to repair your backup disk.
    I looked at the log in Time Machine Buddy and it shows the following:
    Starting automatic backup
    Attempting to mount network destination URL: afp://Max%20Evjen;AUTH=SRP@Endor._afpovertcp._tcp.local./Data
    Mounted network destination at mount point: /Volumes/Data using URL: afp://Max%20Evjen;AUTH=SRP@Endor._afpovertcp._tcp.local./Data
    Disk image /Volumes/Data/Max’s MacBook Pro.sparsebundle mounted at: /Volumes/Time Machine Backups
    Backing up to /dev/disk5s2: /Volumes/Time Machine Backups/Backups.backupdb
    Deep event scan at path:/Users/HippieMBAMA/Pictures/iPhoto Library/Database/apdb reason:contains changes|must scan subdirs|fsevent|missed reservation|file event|
    Running event scan
    Finished scan
    Not using file event preflight for Macintosh HD
    Found 3060 files (1.13 GB) needing backup
    zero date not marked for delete: /Volumes/Time Machine Backups/Backups.backupdb/Max’s MacBook Pro/2015-02-20-171344
    3.37 GB required (including padding), 1.52 TB available
    Stopping backup.
    Error: (-43) SrcErr:NO Copying /Users/HippieMBAMA/Library/Mail/V2/[email protected]/[Gmail].mbox/All Mail.mbox/86E53377-3EAB-46ED-ADF7-46E0C68CD404/Data/2/6/2/Attachments/262783 to /Volumes/Time Machine Backups/Backups.backupdb/Max’s MacBook Pro/2015-02-26-140223.inProgress/A4533EFE-AAE4-4EDD-A542-1BDD6672E951/Macintosh HD/Users/HippieMBAMA/Library/Mail/V2/[email protected]/[Gmail].mbox/All Mail.mbox/86E53377-3EAB-46ED-ADF7-46E0C68CD404/Data/2/6/2/Attachments
    Copied 1358 items (15.1 MB) from volume Macintosh HD. Linked 25141.
    Copy stage failed with error:11
    Backup failed with error 11: 11
    Ejected Time Machine disk image: /Volumes/Data/Max’s MacBook Pro.sparsebundle
    Ejected Time Machine network volume.
    I tried going back to the gmail settings to ensure the trash settings were set to SHOW and SHOW IN IMAP, and I unchecked "Store deleted messages on the server" for the gmail account in the mail.app, as I was also getting messages about not being able to move messages to trash(null), and I thought that might be the issue, but while that fixed the mail issue, it did not fix the Time Machine issue.
    Any help with this would be greatly appreciated.

    The TC in and of itself is running ok.. otherwise you would not have internet.. so the issue is the OS in the computer.. however the combo is worse than the sum of the parts.. ie Somehow TC is less reliable with Yosemite than it would otherwise be..
    here is the normal fix list.. but it is far from foolproof.
    Factory reset universal
    Power off the TC.. ie pull the power cord or power off at the wall.. wait 10sec.. hold in the reset button.. be gentle.. power on again still holding in reset.. and keep holding it in for another 10sec. You may need some help as it is hard to both hold in reset and apply power. It will show success by rapidly blinking the front led. Release the reset.. and wait a couple of min for the TC to reset and come back with factory settings. If the front LED doesn’t blink rapidly you missed it and simply try again. The reset is fairly fragile in these.. press it so you feel it just click and no more.. I have seen people bend the lever or even break it. I use a toothpick as tool.
    N.B. None of your files on the hard disk of the TC are deleted.. this simply clears out the router settings of the TC.
    Setup the TC again.
    ie Start from a factory reset. No files are lost on the hard disk doing this.
    Then redo the setup from the computer with Yosemite.
    1. Use very short names.. NOT APPLE RECOMMENDED names. No spaces and pure alphanumerics.
    eg TCgen5 and TCwifi for basestation and wireless respectively.
    Even better if the issue is more wireless use TC24ghz and TC5ghz with fixed channels as this also seems to help stop the nonsense. But this can be tried in the second round.
    2. Use all passwords that also comply but can be a bit longer. ie 8-20 characters mixed case and numbers.. no non-alphanumerics.
    3. Ensure the TC always takes the same IP address.. you will need to do this on the main router using dhcp reservation.. or a bit more complex setup using static IP in the TC. But this is important.. having IP drift all over the place when Yosemite cannot remember its own name for 5 min after a reboot makes for poor networking. If the TC is main router it will not be an issue.
    4. Check your share name on the computer is not changing.. make sure it also complies with the above.. short no spaces and pure alphanumeric.. but this change will mess up your TM backup.. so be prepared to do a new full backup. Sorry.. keep this one for second round if you want to avoid a new backup.
    5. Mount the TC disk in the computer manually.
    In Finder, Go, Connect to server from the top menu,
    Type in SMB://192.168.0.254 (or whatever the TC ip is which you have now made static. As a router by default it is 10.0.1.1 and I encourage people to stick with that unless you know what you are doing).
    You can use name.. SMB://TCgen5.local where you replace TCgen5 with your TC name.. local is the default domain of the TC and doesn't change.
    However names are not so easy as IP address.. nor as reliable. At least not in Yosemite they aren't. The domain can also be an issue if you are not plugged or wireless directly to the TC.
    6. Make sure IPv6 is set to link-local only in the computer. For example wireless open the network preferences, wireless and advanced / TCP/IP.. and fix the IPv6. to link-local only.
    There is a lot more jiggery pokery you can try but the above is a good start.. if you find it still unreliable.. don't be surprised.
    You might need to do some more work on the laptop itself. eg Reset the PRAM.. has helped some people. Clean install of the OS is also helpful if you upgrade installed.
    Tell us how you go.
    Someone posted a solution.. See this thread.
    Macbook can't find Time Capsule anymore
    Start from the bottom and work up.. I have a list of good network practice changes but I have avoided Yosemites bug heaven.
    This user has had success and a few others as well.
    RáNdÓm GéÉzÁ
    Yosemite has serious DNS bug in the networking application.. here is the lets say more arcane method of fixing it by doing a network transplant from mavericks.
    http://arstechnica.com/apple/2015/01/why-dns-in-os-x-10-10-is-broken-and-what-yo u-can-do-to-fix-it/

  • Error while copying data from infoprovider to planning area

    Hi,
    Error for COM routine using application program (return code 40,075)
    Message no. /SAPAPO/OM102
    Diagnosis
    An application program has called a COM routine. During the process, an error occurred.
    I got the above error while copying data from infoprovider to planning area using t code TSCUBE.
    How to resolve this?

    Hi,
    Is your issue resolved, If not please run MPOS consistency checks, Planning area consistency check and livecache consistency check.
    Below are the programs for the same.
    /SAPAPO/TS_lcm_cons_check
    /SAPAPO/TS_PSTRU_TOOL
    /SAPAPO/TS_PSTRU_CONS_CHECK
    Regards
    Kishore

Maybe you are looking for

  • Sales invoice seting for create invoice in new finacial year

    Wat are the sales invoice seting for open in new finacial year , that mean before createing invoice in new FY Edited by: Gopi Krishna Gutti on Apr 9, 2009 2:48 PM Edited by: Gopi Krishna Gutti on Apr 9, 2009 2:55 PM

  • Types of release strategy's?

    Hi Guys what are the types of release strategy? other than value based what else criteria does the release strategy can be made? could you please share some of your real time strategy's followed by your company. Any answers would be greatly appreciat

  • Credit Card Payment

    Hello, I'm having a problem completing my upgrade.  Once credit card information is complete, 'CONFIRM' button remains gray and doesnt produce or display any error or what not.  Its frustrating. I live in Guam, a proprietary Island by US of A!

  • URL item not shown

    I added an URL item in a folder, but when wieving the folder portal returns the following error: Error: Call to utl_http failed (WWS-32136) ORA-1: User-Defined Exception (WWC-36000) Using: IAS102, Portal 3.0.6.5 on Solaris. Thanx & Bye all Fab null

  • Camera connection kit - Write to card?

    Would the following work with an iPad and the Camera Connection kit? 1. Connect an SD Card or Compact flash card with RAW files from a camera. 2. Import all the images from the card to the iPad. 3. Delete bad images on the iPad. 4. Export the remaini