Daqmx error num: -50103 with message: The specified resource is reserved. The operation could not be completed as specified.

Hi, I am running a program where I have 4 nidaq cards on a single machine, all connected. I am trying to start a counter and keep getting that error (daqmx error num: -50103 with message: The specified resource is reserved. The operation could not be completed as specified.) in two places in my code. I understand what the error means (you can only have one task of a type per card), but I don't see where that is occuring in my code.
See below for code. I noted the two places where the error is occuring. I am debugging someone else's code, which is part of the problem.
Thanks!
counterTask = 0;
daq_err_check( DAQmxCreateTask( "counter_generation_task",
&(counter_generation_task) ));
daq_err_check( DAQmxCreateTask("counter_count_task",
&(counter_count_task) ));
char co_chan_name[40];
char ci_chan_name[40];
char ci_trig_chan_name[40];
sprintf( co_chan_name, "%s/ctr0", niDev);
sprintf( ci_chan_name, "%s/ctr1", niDev);
sprintf( ci_trig_chan_name, "/%s/PFI9", niDev);
printf("OK1");fflush(stdout);
daq_err_check( DAQmxCreateCOPulseChanTicks( counter_generation_task,
co_chan_name, "", "ai/SampleClock",
DAQmx_Val_Low, 32,16,16) );
daq_err_check( DAQmxCfgImplicitTiming( counter_generation_task,
DAQmx_Val_ContSamps, 1000) );
daq_err_check( DAQmxCreateCICountEdgesChan( counter_count_task,
ci_chan_name, "",
DAQmx_Val_Rising, 0, DAQmx_Val_CountUp) );
daq_err_check( DAQmxCfgSampClkTiming( counter_count_task,
"Ctr0InternalOutput", 1000.0, DAQmx_Val_Rising,
DAQmx_Val_ContSamps, 1000) );
daq_err_check( DAQmxSetRefClkSrc( counter_generation_task, "OnboardClock") );
daq_err_check( DAQmxSetRefClkSrc( counter_count_task, "OnboardClock") );
printf("abt to start counter_count\n"); fflush(stdout);
daq_err_check ( DAQmxStartTask( counter_count_task ) ); // ERROR OCCURS HERE
printf("abt to start counter_gen\n"); fflush(stdout);
daq_err_check ( DAQmxStartTask( counter_generation_task ) ); // ERROR OCCURS HERE
fflush(stdout);
Thanks again for your patience!

I get it when capturing from my mini DV cam (which is not controllable by FCP). To resolve, I have to click Capture Now a split second after I start the DV tape rolling.

Similar Messages

  • IMovie error message "The operation could not be completed"

    I am trying to create a new movie and got this error message " The operation could not be completed" after selecting the Themes.
    Any suggestions?
    Thanks

    My problem was because I had moved my Movies folder from the system drive (which is an SSD) over to another drive with a larger capacity. I then created an Alias in my home folder.  Turns out this is what was causing the problem. I shoulda known. Some apps absolutely hate this. iMovie, being the dumbed down garbage that it is, simply MUST have it's library in a certain folder, apparently. Would be nice if we had a choice about it.
    I find Premiere Elements is actually the better (and friendlier) program. However in this case, I had to slum it with iMovie due to the Quicktime file I was working with.

  • When restoring an iPhoto library I got an "unexpected error" message and the operation could not be completed. Is my best choice to try again?

    One of my external hard drives died. I had several iPhoto libraries in it. Fortunately, I used Time Machine to backup to a Time Capsule and I can see all the iPhoto library icons in Backups.
    When restoring the first iPhoto library, after three hours, I got an "unexpected error" message and the operation could not be completed. Indeed, the restored library is smaller than the library in Backups. Is my best choice to try again and replace the restored library (which apparently must be missing some photos)? It would mean another 3 hours plus of restoration with fingers crossed...
    Any suggestions? Thank you in advance!

    I am always suspicious of using a different OS to the one that was used to run the backup.. ie if you used Snow L to backup then there is absolutely nothing wrong with using SL to restore.
    Mount the TC sparsebundle and verify it using disk utility.
    A5 here. http://pondini.org/TM/Troubleshooting.html
    You might also like to load the widget in Time Machine so you get whatever the full error message is..
    I cannot find any reference to the error code you are getting..
    My recommendation would be to try it on a different computer.. restore the whole backup to an external drive large enough to accept the whole backup.
    Use the manual methods pondini recommends.
    http://pondini.org/TM/FAQ.html
    Q16 17
    Use ethernet only. Turn off wireless so it does not enter the situation.

  • Error submitting tasks: Operation could not be completed within the specified time

    I've created a Batch Application and I'm having an issue running a job.  Its suppose to synchronize 2 azure blob containers.
    In my JobSplitter, I compare 2 azure blob containers and find the files in the first container that need to be copied over to the second one.  Just figuring out which files to copy over can take about 5 to 6 minutes the first time this is run depending
    on the number of files that need to get copied over.
    Once we have the files that need to be copied, we group them into sets and create a task for each set.
    The exe that the TaskProcessor runs doesn't do anything just yet. All it does is write the arguments sent to it into a file. Nothing major.
    On the last run, about 900 tasks were created. Four of the tasks completed successfully. I can download the output files for them just fine. The next 4 tasks failed with an error.
    Looking in the JobLogs, I see this:
    The job orchestrator finished
    Failed to process job ac8dd4a3-d882-4ec1-847d-48844fa3e1f4: Error submitting tasks: Operation could not be completed
    within the specified time. RequestId:27eab612-c8ce-4e4b-8dfb-00e7024c71ec Time:2015-01-29T00:37:03.5943898Z
    Has anyone seen this before?
    Thanks,
    matt

    This error is usually a transient error, typically related to an internal storage timeout.  We're working on a fix for it.
    In the meantime, if you go into the Batch Apps portal, select the failed job and click Reprocess in the command bar, Batch Apps should re-run the failed tasks and the not-run tasks.  (Note that the tasks that already succeeded will not be re-run, and
    we will not re-run the job splitter to create new tasks.)
    Please let us know if you continue to see this problem or if reprocessing the job doesn't work for you.

  • Bridge Crashing:  Error message "The operation could not be completed. The file is Locked

    Bridge is acting real funny lately:  It won't close, so I have to force quite, then I get the error message:  "The operation could not be completed.  The file is Locked"

    Thread 7:
    0   libsystem_kernel.dylib         0x000000010a98e136 __psynch_cvwait + 10
    1   com.adobe.bridge5             0x0000000100671cf8 boost::exception_detail::error_info_injector<boost::thread_resource_error>::~error_info_i njector() + 83992
    2   com.adobe.bridge5             0x00000001006ae71e boost::exception_detail::error_info_injector<boost::thread_resource_error>::~error_info_i njector() + 332350
    3   com.adobe.bridge5             0x00000001004d2c99 start + 5045481
    4   com.apple.CoreServices.CarbonCore 0x000000010b28c8dc PrivateMPEntryPoint + 58
    5   libsystem_pthread.dylib       0x000000010aaa3268 _pthread_body + 131
    6   libsystem_pthread.dylib       0x000000010aaa31e5 _pthread_start + 176
    7   libsystem_pthread.dylib       0x000000010aaa141d thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x000000010a98e136 __psynch_cvwait + 10
    1   com.adobe.bridge5             0x0000000100671cf8 boost::exception_detail::error_info_injector<boost::thread_resource_error>::~error_info_i njector() + 83992
    2   com.adobe.bridge5             0x000000010066b372 boost::exception_detail::error_info_injector<boost::thread_resource_error>::~error_info_i njector() + 56978
    3   com.adobe.bridge5             0x000000010066939d boost::exception_detail::error_info_injector<boost::thread_resource_error>::~error_info_i njector() + 48829
    4   com.adobe.bridge5             0x00000001004d2c99 start + 5045481
    5   com.apple.CoreServices.CarbonCore 0x000000010b28c8dc PrivateMPEntryPoint + 58
    6   libsystem_pthread.dylib       0x000000010aaa3268 _pthread_body + 131
    7   libsystem_pthread.dylib       0x000000010aaa31e5 _pthread_start + 176
    8   libsystem_pthread.dylib       0x000000010aaa141d thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib         0x000000010a98e136 __psynch_cvwait + 10
    1   SwitchBoardClient             0x000000011ebce948 void boost::condition_variable_any::wait<boost::unique_lock<boost::mutex> >(boost::unique_lock<boost::mutex>&) + 80
    2   SwitchBoardClient             0x000000011ebc2cc8 adobe::switchboard::ConnectionQueue::run() + 300
    3   SwitchBoardClient             0x000000011ebc78a3 boost::_mfi::mf0<void, adobe::switchboard::ConnectionQueue>::operator()(adobe::switchboard::ConnectionQueue*) const + 97
    4   SwitchBoardClient             0x000000011ebc7911 void boost::_bi::list1<boost::_bi::value<adobe::switchboard::ConnectionQueue*> >::operator()<boost::_mfi::mf0<void, adobe::switchboard::ConnectionQueue>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, adobe::switchboard::ConnectionQueue>&, boost::_bi::list0&, int) + 65
    5   SwitchBoardClient             0x000000011ebc794e boost::_bi::bind_t<void, boost::_mfi::mf0<void, adobe::switchboard::ConnectionQueue>, boost::_bi::list1<boost::_bi::value<adobe::switchboard::ConnectionQueue*> > >::operator()() + 54
    6   SwitchBoardClient             0x000000011ebc796c boost::detail::thread_data<boost::_bi::bind_t<void, boost::_mfi::mf0<void, adobe::switchboard::ConnectionQueue>, boost::_bi::list1<boost::_bi::value<adobe::switchboard::ConnectionQueue*> > > >::run() + 28
    7   SwitchBoardClient             0x000000011eb632be thread_proxy + 89
    8   libsystem_pthread.dylib       0x000000010aaa3268 _pthread_body + 131
    9   libsystem_pthread.dylib       0x000000010aaa31e5 _pthread_start + 176
    10  libsystem_pthread.dylib       0x000000010aaa141d thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x000000010a98e136 __psynch_cvwait + 10
    1   SwitchBoardClient             0x000000011eb66a41 boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 59
    2   SwitchBoardClient             0x000000011eb89433 adobe::switchboard::Client::run() + 111
    3   SwitchBoardClient             0x000000011eb91e05 boost::_mfi::mf0<void, adobe::switchboard::Client>::operator()(adobe::switchboard::Client*) const + 97
    4   SwitchBoardClient             0x000000011eb91e49 void boost::_bi::list1<boost::_bi::value<adobe::switchboard::Client*> >::operator()<boost::_mfi::mf0<void, adobe::switchboard::Client>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, adobe::switchboard::Client>&, boost::_bi::list0&, int) + 65
    5   SwitchBoardClient             0x000000011eb91e86 boost::_bi::bind_t<void, boost::_mfi::mf0<void, adobe::switchboard::Client>, boost::_bi::list1<boost::_bi::value<adobe::switchboard::Client*> > >::operator()() + 54
    6   SwitchBoardClient             0x000000011eb91ea4 boost::detail::thread_data<boost::_bi::bind_t<void, boost::_mfi::mf0<void, adobe::switchboard::Client>, boost::_bi::list1<boost::_bi::value<adobe::switchboard::Client*> > > >::run() + 28
    7   SwitchBoardClient             0x000000011eb632be thread_proxy + 89
    8   libsystem_pthread.dylib       0x000000010aaa3268 _pthread_body + 131
    9   libsystem_pthread.dylib       0x000000010aaa31e5 _pthread_start + 176
    10  libsystem_pthread.dylib       0x000000010aaa141d thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib         0x000000010a98e36a __recvmsg + 10
    1   SwitchBoardClient             0x000000011eba0b93 unsigned long boost::asio::detail::reactive_socket_service<boost::asio::ip::tcp, boost::asio::detail::kqueue_reactor<false> >::receive<boost::asio::mutable_buffers_1>(boost::asio::detail::reactive_socket_service<b oost::asio::ip::tcp, boost::asio::detail::kqueue_reactor<false> >::implementation_type&, boost::asio::mutable_buffers_1 const&, int, boost::system::error_code&) + 537
    2   SwitchBoardClient             0x000000011eba0d08 unsigned long boost::asio::stream_socket_service<boost::asio::ip::tcp>::receive<boost::asio::mutable_bu ffers_1>(boost::asio::detail::reactive_socket_service<boost::asio::ip::tcp, boost::asio::detail::kqueue_reactor<false> >::implementation_type&, boost::asio::mutable_buffers_1 const&, int, boost::system::error_code&) + 58
    3   SwitchBoardClient             0x000000011eba0d42 unsigned long boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> >::read_some<boost::asio::mutable_buffers_1>(boost::asio::mutable_buffers_1 const&, boost::system::error_code&) + 56
    4   SwitchBoardClient             0x000000011eba1dbb adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >::runOne(boost::shared_ptr<adobe::switchboard::Connection<boost::asio::basic_stream_sock et<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >&) + 185
    5   SwitchBoardClient             0x000000011eba2063 adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >::run() + 69
    6   SwitchBoardClient             0x000000011eb91cd5 boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >::operator()(adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio ::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >*) const + 97
    7   SwitchBoardClient             0x000000011eb91d19 void boost::_bi::list1<boost::_bi::value<adobe::switchboard::Connection<boost::asio::basic_str eam_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >*> >::operator()<boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >&, boost::_bi::list0&, int) + 65
    8   SwitchBoardClient             0x000000011eb91d56 boost::_bi::bind_t<void, boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >, boost::_bi::list1<boost::_bi::value<adobe::switchboard::Connection<boost::asio::basic_str eam_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >*> > >::operator()() + 54
    9   SwitchBoardClient             0x000000011eb91d74 boost::detail::thread_data<boost::_bi::bind_t<void, boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >, boost::_bi::list1<boost::_bi::value<adobe::switchboard::Connection<boost::asio::basic_str eam_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >*> > > >::run() + 28
    10  SwitchBoardClient             0x000000011eb632be thread_proxy + 89
    11  libsystem_pthread.dylib       0x000000010aaa3268 _pthread_body + 131
    12  libsystem_pthread.dylib       0x000000010aaa31e5 _pthread_start + 176
    13  libsystem_pthread.dylib       0x000000010aaa141d thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib         0x000000010a98e36a __recvmsg + 10
    1   SwitchBoardClient             0x000000011eba0b93 unsigned long boost::asio::detail::reactive_socket_service<boost::asio::ip::tcp, boost::asio::detail::kqueue_reactor<false> >::receive<boost::asio::mutable_buffers_1>(boost::asio::detail::reactive_socket_service<b oost::asio::ip::tcp, boost::asio::detail::kqueue_reactor<false> >::implementation_type&, boost::asio::mutable_buffers_1 const&, int, boost::system::error_code&) + 537
    2   SwitchBoardClient             0x000000011eba0d08 unsigned long boost::asio::stream_socket_service<boost::asio::ip::tcp>::receive<boost::asio::mutable_bu ffers_1>(boost::asio::detail::reactive_socket_service<boost::asio::ip::tcp, boost::asio::detail::kqueue_reactor<false> >::implementation_type&, boost::asio::mutable_buffers_1 const&, int, boost::system::error_code&) + 58
    3   SwitchBoardClient             0x000000011eba0d42 unsigned long boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> >::read_some<boost::asio::mutable_buffers_1>(boost::asio::mutable_buffers_1 const&, boost::system::error_code&) + 56
    4   SwitchBoardClient             0x000000011eba1dbb adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >::runOne(boost::shared_ptr<adobe::switchboard::Connection<boost::asio::basic_stream_sock et<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >&) + 185
    5   SwitchBoardClient             0x000000011eba2063 adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >::run() + 69
    6   SwitchBoardClient             0x000000011eb91cd5 boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >::operator()(adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio ::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >*) const + 97
    7   SwitchBoardClient             0x000000011eb91d19 void boost::_bi::list1<boost::_bi::value<adobe::switchboard::Connection<boost::asio::basic_str eam_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >*> >::operator()<boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >&, boost::_bi::list0&, int) + 65
    8   SwitchBoardClient             0x000000011eb91d56 boost::_bi::bind_t<void, boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >, boost::_bi::list1<boost::_bi::value<adobe::switchboard::Connection<boost::asio::basic_str eam_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >*> > >::operator()() + 54
    9   SwitchBoardClient             0x000000011eb91d74 boost::detail::thread_data<boost::_bi::bind_t<void, boost::_mfi::mf0<void, adobe::switchboard::Connection<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > > >, boost::_bi::list1<boost::_bi::value<adobe::switchboard::Connection<boost::asio::basic_str eam_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> > >*> > > >::run() + 28
    10  SwitchBoardClient             0x000000011eb632be thread_proxy + 89
    11  libsystem_pthread.dylib       0x000000010aaa3268 _pthread_body + 131
    12  libsystem_pthread.dylib       0x000000010aaa31e5 _pthread_start + 176
    13  libsystem_pthread.dylib       0x000000010aaa141d thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib         0x000000010a98e136 __psynch_cvwait + 10
    1   MultiProcessor Support         0x00000001165ac113 boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 139
    2   MultiProcessor Support         0x00000001165ac1d0 ThreadFunctor::operator()() + 92
    3   MultiProcessor Support         0x00000001165c8f70 thread_proxy + 160
    4   libsystem_pthread.dylib       0x000000010aaa3268 _pthread_body + 131
    5   libsystem_pthread.dylib       0x000000010aaa31e5 _pthread_start + 176
    6   libsystem_pthread.dylib       0x000000010aaa141d thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib         0x000000010a9894de mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x000000010a98864f mach_msg + 55
    2   com.apple.CoreFoundation       0x0000000106e8fb34 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x0000000106e8effb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x0000000106e8e858 CFRunLoopRunSpecific + 296
    5   com.apple.AppKit               0x0000000101fac33b _NSEventThread + 137
    6   libsystem_pthread.dylib       0x000000010aaa3268 _pthread_body + 131
    7   libsystem_pthread.dylib       0x000000010aaa31e5 _pthread_start + 176
    8   libsystem_pthread.dylib       0x000000010aaa141d thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x000000010a98e94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x000000010aaa140d start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib         0x000000010a98e94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x000000010aaa140d start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib         0x000000010a98e94a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x000000010aaa140d start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000001  rbx: 0x0000000123d20ff0  rcx: 0x0000000023d20000  rdx: 0x0000000000000000
      rdi: 0x0000000000000000  rsi: 0x0000000000000067  rbp: 0x00007fff5fbff880  rsp: 0x00007fff5fbff870
       r8: 0x0000000111d0da00   r9: 0x0000000000000600  r10: 0x0000000012e3bdbc  r11: 0x0000000000000000
      r12: 0x0000000000000000  r13: 0x00000000000000ce  r14: 0x0000000000000067  r15: 0x0000608000018700
      rip: 0x000000010495a94d  rfl: 0x0000000000010202  cr2: 0x000000000000003c

  • When I try to access GameCenter on my Mac it says "The requested operation could not be completed due to an error communicating with the server." How can I fix this?

    When I try to access GameCenter on my Mac it says "The requested operation could not be completed due to an error communicating with the server." How can I fix this?

    This usually caused by a customised hosts file.
    These need to be the only entries in your /etc/hosts file:-
    # Host Database
    # localhost is used to configure the loopback interface
    # when the system is booting.  Do not change this entry.
    127.0.0.1       localhost
    255.255.255.255 broadcasthost
    ::1             localhost
    fe80::1%lo0     localhost
    Remove anything below these entries, then try and reconnect with GC. Once GC starts properly you can put the extra entries back in your hosts file, GC should start normally afterwards.
    https://discussions.apple.com/message/19276629#19276629
    Jerry

  • Hi Friends... I'm trying to delete a back-up file on mu TC but I get the message "The operation could not be completed because the item "bands" is in use. I'd like to start the Back from scratch, could help me out with deleting the current file?

    Hi Friends...
    I’m trying to delete a back-up file on mu TC but I get the message “The operation could not be completed because the item “bands” is in use. I’d like to start the Back from scratch, could help me out with deleting the current file?

    Sorry, I am very confused. I asked the following question....
    Is this the only backup file on your Mac, or do you have other backup files and data on the Time Capsule disk?
    The answer that you gave was....
    This is the only one
    Now you are saying that....
    But I have lots of other files on Time Capsule! The back up file is only one of them.
    Can you clarify, please?

  • The save for the web function has stopped working in my copy of photoshop elements 12.  I get this message, " The operation could not be completed.  The system cannot find the path specified" Resetting preferences did not fix.

    The save for the web function has stopped working in my copy of photoshop elements 12.  I get this message, “ The operation could not be completed.  The system cannot find the path specified” Resetting preferences did not fix.

    my os is windows 7.  elements 12 worked fine for many months then save for the web stopped working

  • Every time i try to create a new movie or a trailer an error message appear saying:"the operation could not be completed. no other information is available about the problem."

    every time i try to create a new movie or a trailer an error message appear saying:"the operation could not be completed. no other information is available about the problem."

    Open the iCloud preference pane and uncheck the Contacts box. Do the alerts stop?

  • Bridge CS5 freezes after error message...."The operation could not be completed, there is not....

    Error - The operation could not be completed.  Not enough storage is available to complete this operation.
    After this happens I have to close Bridge as it is unresponsive to any further commands and I often I have to use the task manager to close it.
    I have scoured these boards and the web for a solution and have found others w/ the same problem (even people w/ much more RAM) but have not found a solution beyond the usual advice of changing cache settings, increasing page file, or making sure there is enough hard drive space.
    I have two 1TB hdd's w/ over 80% free space on each but I only have 2 GB RAM (all my old motherboard can handle).  However, this error message occurs even when Photoshop is not running (only Bridge) and my RAM usage meter shows that I still have plenty of unused RAM available.  I did not have this problem w/ Bridge CS4. The error msg. of not enough storage doesn't make since considering the available RAM showing and ample space on the hard disk assigned to the cache (which is a different physical drive than my OS or the Bridge program.)
    Here are some of the things I have tried:
    reset Bridge preferences at startup, changed the location of the Bridge cache, its size and options, purged the cache, changed the page file size on both drives to the max, defragmented drives, disabled Norton anti-virus, etc.
    -What else can I try?
    -Would creating a new partition on my 2nd hdd to be used solely for the Bridge cache make any difference and if so, why?
    Please help, I am willing to try anything to get this to work.  It is a personal challenge at this point.... and I am determined to get Bridge CS5 to work on my machine...... 
    Thanks in advance for any advice or insturctions you may offer!

    Dear Customers,
    I am Baichao Li, Adobe Bridge Quality Engineer.
    Bridge team is investigating this error, In order to reproduce the problem in our lab and find a solution as soon as possible, I would like to ask you to help providing more information, please follow steps below,
    1. Download "User Mode Process Dumper Version 8.1" from
    http://www.microsoft.com/downloads/en/confirmation.aspx?familyId=e089ca41-6a87-40c8-bf69-2 8ac08570b7e&displayLang=en
    2. Install "User Dumper" following Microsoft's article
    http://support.microsoft.com/kb/241215
    3. Open "Control Panel -> Process Dumper", switch to tab Page of "Processing Monitoring"
    4. Click button "New", input "Bridge.exe" for "Application Name".
    5. Select "Bridge.exe" from list box, then click button "Rules", 
                    Select "Use Custom Rules",
                    Browse to a custom dump file folder, 
                    Check "All Exceptions",
                    Check "Ignore Exceptions that occur inside Kernel32.dll",
                    Select "Mini Dump Type" to "Small"
                    Select "Save Mode" to "Cyclic Saving 5 times"
                    Others keep uncheck or unselect.
    6. Click "OK" button to exit "Rules" setting dialog, then Click "Apply" button, then click "OK" to quit "Process Dumper " dialog.
    7. Launch Adobe Bridge CS5, do your work.
    8. When that error message occurs, Bridge hang, wait for a while, then kill bridge using "Task Manager", please check if there are some ".dmp" files in "custom dump file folder " which is set in step 5, if so, please zip all .dmp files and FTP to us (please contact me at [email protected] for FTP info). It would be better if you can repeat your hang and send us more zipped .dmp files.
    Sincerely appreciate if you could provide us your workflow before Bridge throws that error message, what file formats you use, what features you use and your machine information.
    Best Regards,
    Baichao Li

  • HT4314 Game Center problem. When I try to start a new Letterpress game, I get the message "Unable to create match please try again later. When I press "OK" I get the following message, " Error starting game. The requested operation could not be completed

    ...I get the following message, "Error starting game. The requested operation could not be completed because local player has not been authenticated".
    Can anyone advise me how to resolve this please?

    You should contact the developer of the game for assistance.

  • I'm trying to make a photo cd on iphoto.  Each time it stops with this message "Operation could not be completed. (OSStatus error - 9459.)  What am I doing wrong?

    I'm trying to make a photo cd on iphoto.  Each time it stops with this message "Operation could not be  completed (OSStatus error - 9459). 
    What am I doing wrong?

    By photo CD do you mean you're trying to burn image files to a CD disk from iPhoto? How are you going about this?
    OT

  • TS3798 I get this error message"your operation could not be completed" I need help figuring out why I can not access the web page.

    I get this error message"your operation could not be completed" I need help figuring out why I can not access the web page.

    amarilysfl wrote:
    "Your disk could not be partitioned. An error occurred while partitioning the disk".
    https://www.apple.com/support/bootcamp/
    If you were using Apple's BootCamp and received this message, quit it and open Disk Uility in your Applicaitons/Utilities folder.
    Select the Macintosh HD partition on the left and select Erase and Erase Free Space > Zero option and let it complete (important) this will check the spare space for bad sectors that can cause issues formatting partitions.
    Once it's completed, try creating a partiton again in BootCamp.
    If that doesn't work, then hold command option r keys down while connected to a fast internet connection, Internet Recovery should load (spinning globe) and then in that Disk Utility, select your entire internal drive and click > First Aid > Repair Disk and Permissions.
    reboot and attempt Bootcamp again.
    If you still get a error, it might be that you have OS X data on the bottom area where BootCamp partition needs to go. This would occur if you had the drive or computer for a long time or wrote a large amount of files to the drive and nearly filling it up and then reduced some, but it left traces in the area BootCamp needs to go.
    To fix this
    BootCamp: "This disc can not be partitioned/impossible to move files."
    How to safely defrag a Mac's hard drive

  • The operation could not be completed because an error occurred when creating frame 6105 (error -1).

    I am trying to share a project and after the 3% of sharing the project it appears this message.
    The operation could not be completed because an error occurred when creating frame 6105 (error -1).
    What can I do?? I need some help please!!

    You need to set the FCP X Preferences to count in frames, locate that frame, delete the clip around it and replace with a fresh one.

  • "The operation could not be completed" Error

    Every time i try to open the pixel bender filter I get an error that says "The operation could not be completed" Any Ideas?  Windows 7 i5 processor and 8 gb of ram. I tried re installing, and several images from small to max size.
    Thanks

    Perhaps your issue has been resolved by now.  I read all the responses as I was also having the Error:
    The operation could not be completed." message and this is how I resolved it.  I have Win XP with
    3Gb Ram,and the same graphics card you referenced, by Nvidia.  I looked as the document size and it was at 370 dpi so I dropped it down to 72 and saved it.  Then I had no problem opening Pixel Bender and using the various filters in it.

Maybe you are looking for

  • Where can I find cheep ram and...

    I want to find a cheep single stick of 2GB ram. Also would it help with render intensive programs such as Final cut pro and Maya?

  • WP8.1 Silverlight App Ads, Obj ref not set to instance....

    I have an adcontrol on my WP8.1 Silverlight App. Whenever the app goes into landscape, I get the following error, captured in the adcontrol's "erroroccured" event. If my phone starts the app and the phone is in the portrait up position, this error do

  • External procedure call. PARAMETER MAXLEN doubt

    Hi, I have the following external function definition: CREATE OR REPLACE FUNCTION myfunc ( tohash IN STRING, hashres IN OUT STRING) RETURN BINARY_INTEGER AS LANGUAGE C LIBRARY myfunc_lib NAME "myfunc" PARAMETERS ( strin, strinINDICATOR, strout, strou

  • Syntax error in function call through EF6

    I'm trying to call a function from an EF6 query but it seems the compiled statement has a syntax error and the DBMS bails out with "ORA-00933: SQL-Befehl wurde nicht korrekt beendet" (SQL statement ends with an inappropriate clause). As far as I unde

  • Final Cut Pro 5.1.4, iMovie 7.1.4 and Sony tapes - help...

    So I have about an eight year-old Sony TRV 330 camcorder and am desperate to transfer old tapes to iMac - got rid of old Windows Vista to get an iMac that'd make this possible. Hooked it up numerous times (firewire/IEEE 1394, camera) opened iMovie 08