Question : cisco ios back up

i am getting the following error when trying to back up the ios on my asa5510.
its brand new and i just want a copy before i upgrade.

ciscoasa(config)# copy flash tftp

Source filename []? disk0:/asa707-k8.bin

Address or name of remote host []? 192.168.1.68

Destination filename [asa707-k8.bin]?

%Error opening tftp://192.168.1.68/asa707-k8.bin (No such device)
ciscoasa(config)#

Answer : cisco ios back up

I'm not sure I understand your clarification request...do you want to use a code like this?

    oTask.Work = oTask.TotalTime

This doesn't work, you can only reference a field as a builtin property (Duration2) of the task object (oTask) OR use the relabeled name for a custom field by using this:

   oTask.GetField(FieldNameToFieldConstant("TotalTime"))

This only works if you relabeled the field, e.g. Duration2 in the field properties where you set the formula!

Thomas
Random Solutions  
 
programming4us programming4us