Invalid Argument exception

Hello

Trying to send commands to the illustrator of c#. I can create a new document, draw a few simple paths/objects, copy/paste things. But when I try to do something with the Page/group elements such as change their position or size I get "Invalid Argument Exception".

It is there no c# script reference, so I use Visual Basic one. And it has worked well for simpler things.

Please tell me what is the problem with this code:

illustrDoc.GroupItems[0].Top = 1.0;

illustrDoc.GroupItems[0].PathItems[0].Top = 1.0;

illustrDoc.Layers[0].PathItems[0].Top = 1.0;

double scale = 10.0;
illustrDoc.GroupItems[0].Resize(scale, scale, true, true, true, true, scale, Illustrator.AiTransformation.aiTransformCenter);

All the lines listed above (exceptdouble scale = 10.0;", of course) throw the same exception. It's weird.

All the layers/groups/elements are unlocked and visible.

Thank you.

I don't know about c#, but visual basic uses parentheses instead of brackets, and the berries of the object are 1 based... so, to access the first group, in visual basic, you must write it like this

illustrDoc.GroupItems(1).Top = 1.0;

Tags: Illustrator

Similar Questions

  • Positioning of a ButtonField in a screen fails with an exception for invalid argument... why?

    Hello

    I am very new to BB development and I hope that my question is not obvious.

    I want to creata screen in which there is an Image a, at the bottom of the screen OK key.

    This screen is a splash screen.

    When you attempt to place the subLayout button, I got an invalid argument exception.

    I can't find a solution on this forum or other documentation.

    I moght Miss obvious sommething.

    Can you help me?

    Here's the code.

    final class TestApp_SplashScreen_Screen extends MainScreen implements FieldChangeListener{                      //SplashScreen Members        private        ButtonField    m_SplashScreenOKButton;        private        TestAppApp m_TheApp;
    
            //methods        public TestApp_SplashScreen_Screen(TestAppApp iTheApp)        {                super(DEFAULT_MENU | DEFAULT_CLOSE);                m_TheApp = iTheApp;                
    
                    setTitle(new LabelField(m_TheApp.m_ResBundle.getString(TestAppResource.APP_TITLE), LabelField.ELLIPSIS | LabelField.USE_ALL_WIDTH));
    
                    m_TheApp.m_Bitmap = Bitmap.getBitmapResource("splash.png");                if (m_TheApp.m_Bitmap == null)                {                    UiApplication.getUiApplication().invokeLater(                            new Runnable()                            {                                public void run()                                {                                    Dialog.alert(m_TheApp.m_ResBundle.getString(TestAppResource.SPLASHERROR));                                    System.exit(0);                                }                            }                                                                        );                                    }                               m_SplashScreenOKButton = new ButtonField("OK", ButtonField.CONSUME_CLICK);                add(m_SplashScreenOKButton);                       }
    
            public int getPreferredWidth()        {            return Graphics.getScreenWidth();        }
    
            public int getPreferredHeight()        {            return Graphics.getScreenHeight();        }
    
            protected void sublayout(int maxWidth, int maxHeight)        {               super.sublayout(maxWidth, maxHeight);
    
                try            {                layoutChild(m_SplashScreenOKButton, maxWidth, maxHeight);                setPositionChild(m_SplashScreenOKButton, 10, 100);            }                               catch (Exception e)            {                int aaaaaarrrgg = 3;            }        }
    
            protected void paint(Graphics graphics)        {                        if (m_TheApp.m_Bitmap == null)            {                //center on X axis                int width = Graphics.getScreenWidth();
    
                    int left = width - m_TheApp.m_Bitmap.getWidth();                if (left != 0)                {                    left = left >> 1;                }                graphics.drawBitmap(left, 0, Graphics.getScreenWidth(), Graphics.getScreenHeight(), m_TheApp.m_Bitmap, 0, 0);            }                }
    
            public void fieldChanged(Field iField, int context)        {            if (iField == m_SplashScreenOKButton)            {                UiApplication uiapp = UiApplication.getUiApplication();                uiapp.popScreen(this);                uiapp.pushScreen(new TestApp_Map_Screen(m_TheApp));            }
    
            }}
    

    CustomManager and CustomField samples in this article show the use of X Y coordinates for practical internships.

    BlackBerry Graphical User Interface part 1

    http://NA.BlackBerry.com/eng/devjournals/resources/journals/jul_2005/gui_part_1.jsp

  • Same material, cannot vmotion.  Stops at 13% with a general system error occurred: invalid argument.

    I have four IBM (now Lenovo) x 3550 M4 (7914AC1) hosts that have been purchased by groups of two, several months apart.  Those purchased at the same time can vmotion between them but they cannot vmotion with those bought later OR with one of our older infrastructure (Nehalem IBM level - x 3650 M3, M3 x 3550, etc.).  The most recent M4 can talk to the fine old hosts.  Can I migrate invited powered down.

    VMware support was not able to give any help on this matter and have lost instead of my time (including do not contact me for weeks and also current exit without changing to another engineer; manager failed in this regard, too).

    I pulled the material apart - I can say it's all the same material (looks the same, has the same numbers and RUF).  The machines were configured the same.

    Firmware isn't exactly the same thing on the material but is VERY close.  I have one of each generation updated with the same Xpresspacks of IBM, and so except for the image diagnosis of pre-start, I think that they are the same.  I'll check this again once then.

    VMware drivers are the same.  They were not.  They are now.  I got 5.5 latest drivers for everything that I can find a driver for (including cards CF - using the driver Qlogic native VMware NICS (igb); approx 10 GB (not being use IGB but fact still); the provider CIM, MegaRAID controller.  I used VUM update their last 5.5 (standard license) with all the patches.  vCenter is a 5.5 vCSA was last updated.  I went into the BIOS settings side-by-side and ensured that everything is the same.  I did the same thing with everything I could think of in vSphere (found about 5 differences, but nothing fixed).

    Management is the network of vMotion.  It's on the same VLAN as one of those guests are on (the clients are spread over 5 different VLAN).  VMware support put in place a different vSwitch for vMotion with no luck.

    The symptoms are the same regardless of their orientation (old to the new, new to the former) and don't care about the type of virtual machine (Windows 2008R2, CentOS 5.5, RHEL 6.7) or at the level of the material (VM 10 or 7 VM).  It also fails if it is standard or high priority or if it is with the web client or the Windows client.

    The place with the most characteristic symptom that doesn't show anywhere in googleland except to the pastebin is in the file /scratch/log/hostd.log of the host.  The host that sends the guest throws a vmsvc.vm error VMotionCmdCb [1461010590046389] 'a': error - 6: invalid argument.

    If anyone else has seen this (obviously someone because it is on pastebin) and understood, please enlighten me.

    Thank you!

    Jeff

    These are the two hostd.log files (most recent, from the host first, then older receiver host).

    -----------------------

    From Server hostd.log:

    -----------------------

    2016 04-18 T 20: 16:29.927Z [37501 B 70 verbose "Default" opID = user F2241F42 - 000018 D 1-64-1 b = vpxuser] AdapterServer: target ='vim. VirtualMachine:2', method = "refreshStorageInfo".

    2016 04-18 T 20: 16:29.956Z [37501 B 70 'Hbrsvc' verbose opID = F2241F42 - 000018 D 1-64-1 b user = vpxuser] Replicator: VmFileProviderCallback VM (id = 2).

    2016 04-18 T 20: 16:29.972Z [37501 B 70 verbose opID "Default" = cb7f34c4 user = vpxuser] AdapterServer: target ='vim. PerformanceManager: ha-perfmgr ", method = 'GetPerfCounter'"

    2016 04-18 T 20: 16:29.978Z [37280 B 70 'Local' verbose opID = cb7f34c4 user = vpxuser] Default resource used for "counter.vsanDomObj.writeThroughput.summary" planned for the module "perf."

    2016 04-18 T 20: 16:29.992Z [37280 B 70 verbose opID "Default" = cb7f34c4 user = vpxuser] AdapterServer: target ='vim. HostSystem: ha-host ", method = 'retrieveInternalCapability'"

    2016 04-18 T 20: 16:29.993Z [37280 B 70 verbose opID "Default" = cb7f34c4 user = vpxuser] AdapterServer: target ='vim. PerformanceManager: ha-perfmgr ", method = 'queryPerfCounterInt'"

    2016 04-18 T 20: 16:30.002Z [37280 B 70 verbose opID "Default" = cb7f34c4 user = vpxuser] AdapterServer: target ='vim. LicenseManager: ha-license-manager ", method = 'GetLicenses'"

    2016 04-18 T 20: 16:30.002Z [37280 B 70 verbose 'Vimsvc.ha - License-Manager' opID = cb7f34c4 user = vpxuser] load: existing file loading: /etc/vmware/license.cfg

    2016 04-18 T 20: 16:30.014Z [37280 B 70 verbose opID "Default" = cb7f34c4 user = vpxuser] ha-license-manager: validate-> valid license found for "VMware ESX Server 5.0" (lastError = 0, desc.) IsValid:Yes)

    2016 04-18 T 20: 16:30.172Z [35981 B 70 verbose opID "Default" = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] AdapterServer: target ='vim.host.VMotionManager:ha - vmotionmgr ", method ="prepareSourceEx"

    2016 04-18 T 20: 16:30.172Z [37280 B 70 info 'Vcsvc.VMotion' opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] PrepareSourceEx [1461010590046389], VM = '2'

    2016 04-18 T 20: 16:30.172Z [37280 B 70 info "Vcsvc.VMotionSrc (1461010590046389)" opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] VMotionEntry: migrateType = 1

    2016 04-18 T 20: 16:30.172Z [37280 B 70 verbose opID ' Vcsvc.VMotionSrc (1461010590046389) "F2241F42 - 000018 D 1-64-a2-71 = user = vpxuser] JrnlCreate: created 1461010590.14

    2016 04-18 T 20: 16:30.172Z [37280 B 70 "Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx" info opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] Transition State (VM_STATE_ON-> VM_STATE_EMIGRATING)

    2016 04-18 T 20: 16:30.172Z [info 37280 B 70 ' Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.eduvmx' opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] VMotionPrepare (1461010590046389): sending "to" srcIp = 10.10.6.108 supporting = 10.10.6.73, type = 1, encrypted = false, remoteThumbprint = 28, 5 C: C3:9 C: 3E:BA:79:EA:B5:19:CC:A9:36:34:C1:10:48:46:F0:0E

    2016 04-18 T 20: 16:30.172Z [info 37280 B 70 ' Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx ' opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] VMotionPrepare: = srcLoggingIp

    2016 04-18 T 20: 16:30.172Z [info 37280 B 70 ' Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx ' opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] VMotionPrepare: = dstLoggingIp

    2016 04-18 T 20: 16:30.172Z [info 37280 B 70 ' Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx ' opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] VMotionPrepare: srcMgmtIp = 10.10.6.108

    2016 04-18 T 20: 16:30.172Z [info 37280 B 70 ' Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx ' opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] VMotionPrepare: dstMgmtIp = 2620:91:0:96:73

    2016 04-18 T 20: 16:30.172Z [37280 B 70 "Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx" info opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] VMotionPrepare: = dstVmDirPath / vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7 /guestvm.mydomain.edu/.

    2016 04-18 T 20: 16:30.172Z [info 37280 B 70 ' Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx ' opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] VMotionPrepare: dstVmFileName =guestvm.mydomain.edu.vmx

    2016 04-18 T 20: 16:30.173Z [37280 B 70 "Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx" info opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] SetVmdbVirtualDeviceChange: deviceChange # 0

    SIOC: SIOC is not notified to start the injector

    2016 04-18 T 20: 16:30.173Z [37280 B 70 verbose opID ' Vcsvc.VMotionSrc (1461010590046389) "F2241F42 - 000018 D 1-64-a2-71 = user = vpxuser] Migration changed state from NONE to BEGIN

    2016 04-18 T 20: 16:30.173Z [37280 B 70 info 'Vcsvc.VMotion' opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] finished scheduling PrepareSourceEx [1461010590046389].

    2016 04-18 T 20: 16:30.173Z [' info 36591 B 70 ' vm: / vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7 /guestvm.mydomain.edu/guestvm.mydomain.edu.vmx "] disconnect the current control.

    2016 04-18 T 20: 16:30.173Z [FFA4FB70 verbose opID "Default" = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] AdapterServer: target ='vmodl.query.PropertyCollector:ha - property-collector ", method = 'createFilter'"

    2016 04-18 T 20: 16:30.174Z [info 372C1B70 ' Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx '] VMotionCmdCb [1461010590046389] 'a': error - 6: invalid argument

    2016 04-18 T 20: 16:30.174Z [info 372C1B70 ' Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx '] VMotionCmdCb [1461010590046389]: prepare the job completed with error vmodl.fault.SystemError

    2016 04-18 T 20: 16:30.174Z [372C1B70 verbose 'Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx"] VMotionCmdCb: shooting ResolveCb

    2016 04-18 T 20: 16:30.174Z [372C1B70 info ' Vcsvc.VMotionSrc (1461010590046389) "] ResolveCb: VMX reports needsUnregister = false for migrateType MIGRATE_TYPE_VMOTION

    2016 04-18 T 20: 16:30.174Z [372C1B70 info ' Vcsvc.VMotionSrc (1461010590046389) "] ResolveCb: failed with error: {(vmodl.fault.SystemError)

    -> dynamicType = < unset >

    -> faultCause = (vmodl. NULL in MethodFault),

    -> reason = "Invalid Argument."

    -> msg = ""

    ->}

    2016 04-18 T 20: 16:30.174Z [verbose 372C1B70 "Vcsvc.VMotionSrc (1461010590046389)"] Migration changed State to BEGIN done

    2016 04-18 T 20: 16:30.174Z [verbose 372C1B70 "Vcsvc.VMotionSrc (1461010590046389)"] called finished

    2016 04-18 T 20: 16:30.174Z [372C1B70 "Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx" info] State of Transition (VM_STATE_EMIGRATING-> VM_STATE_ON)

    2016 04-18 T 20: 16:30.174Z [37280 B 70 'Hostsvc' verbose] change of State received for VM ' 2'

    2016 04-18 T 20: 16:30.174Z [37280 B 70 'Guestsvc.GuestFileTransferImpl' info] entered VmPowerStateListener

    2016 04-18 T 20: 16:30.174Z [37280 B 70 'Guestsvc.GuestFileTransferImpl' info] successful VmPowerStateListener

    2016 04-18 T 20: 16:30.174Z [37280 B 70 'Hbrsvc' info] Replicator: powerstate change VM: 2 old: 1 new: 1

    2016 04-18 T 20: 16:30.174Z ['Hostsvc' 372C1B70 info] decremented SIOC injector Flag2

    2016 04-18 T 20: 16:30.174Z [372C1B70 "Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx" info] VMotion finished cleaning

    2016 04-18 T 20: 16:30.174Z [verbose 372C1B70 "Vcsvc.VMotionSrc (1461010590046389)"] JrnlEnd: writes active = 0

    2016 04-18 T 20: 16:30.174Z [verbose 372C1B70 "Vcsvc.VMotionSrc (1461010590046389)"] JrnlEnd: finished journal

    2016 04-18 T 20: 16:30.175Z [verbose 372C1B70 "Vcsvc.VMotionSrc (1461010590046389)"] /var/lib/vmware/hostd/journal/1461010590.14 [JrnlFilePersistenceProvider::DeleteJournal] removal.

    2016 04-18 T 20: 16:30.175Z [verbose 372C1B70 "Vcsvc.VMotionSrc (1461010590046389)"] JrnlDelete: deleted journal

    2016 04-18 T 20: 16:30.175Z [37280 B 70 'Hbrsvc' verbose] Replicator: Remove only group no entry for VM (id = 2)

    2016 04-18 T 20: 16:30.180Z [37501 B 70 verbose opID "Default" = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] AdapterServer: target='vmodl.query.PropertyCollector.Filter:session[574b3c38-6a6b-214e-4bf3-428b10abded9]52760c3e-4722-159c-5c3a-df6eb23ddbbc ", method = 'destroy'

    2016 04-18 T 20: 16:30.201Z [372C1B70 verbose opID "Default" = 44d5f9ee user = vpxuser] AdapterServer: target ='vim. PerformanceManager: ha-perfmgr ", method = 'GetPerfCounter'"

    2016 04-18 T 20: 16:30.207Z [372C1B70 verbose 'Local' opID = 44d5f9ee user = vpxuser] Default resource used for "counter.vsanDomObj.writeThroughput.summary" planned for the module "perf."

    2016 04-18 T 20: 16:30.223Z [37501 B 70 verbose opID "Default" = 44d5f9ee user = vpxuser] AdapterServer: target ='vim. HostSystem: ha-host ", method = 'retrieveInternalCapability'"

    2016 04-18 T 20: 16:30.224Z [372C1B70 verbose opID "Default" = 44d5f9ee user = vpxuser] AdapterServer: target ='vim. PerformanceManager: ha-perfmgr ", method = 'queryPerfCounterInt'"

    2016 04-18 T 20: 16:31.162Z [35981 B 70 verbose 'SoapAdapter"] responded to the request of the State of service

    2016 04-18 T 20: 16:31.314Z [35981 B 70 verbose opID 'Default' F2241F42 - 000018 D 1-64-a2-b7 = user = vpxuser] AdapterServer: target ='vim.host.VMotionManager:ha - vmotionmgr ", method ="completeSource"

    2016 04-18 T 20: 16:31.314Z [37501 B 70 info 'Vcsvc.VMotion' opID = F2241F42 - 000018 D 1-64-a2-b7 user = vpxuser] CompleteSource [1461010590046389]

    2016 04-18 T 20: 16:31.320Z [35981 B 70 verbose opID "Default" = 8590ebdf user = vpxuser] AdapterServer: target ='vim. PerformanceManager: ha-perfmgr ", method = 'GetPerfCounter'"

    2016 04-18 T 20: 16:31.326Z [35981 B 70 'Local' verbose opID = 8590ebdf user = vpxuser] Default resource used for "counter.vsanDomObj.writeThroughput.summary" planned for the module "perf."

    2016 04-18 T 20: 16:31.340Z [35981 B 70 verbose opID "Default" = 8590ebdf user = vpxuser] AdapterServer: target ='vim. HostSystem: ha-host ", method = 'retrieveInternalCapability'"

    2016 04-18 T 20: 16:31.342Z [37501 B 70 verbose opID "Default" = 8590ebdf user = vpxuser] AdapterServer: target ='vim. PerformanceManager: ha-perfmgr ", method = 'queryPerfCounterInt'"

    2016 04-18 T 20: 16:31.356Z [35981 B 70 verbose opID "Default" = 8590ebdf user = vpxuser] AdapterServer: target ='vim. LicenseManager: ha-license-manager ", method = 'GetLicenses'"

    2016 04-18 T 20: 16:31.356Z [35981 B 70 verbose 'Vimsvc.ha - License-Manager' opID = 8590ebdf user = vpxuser] load: existing file loading: /etc/vmware/license.cfg

    2016 04-18 T 20: 16:31.371Z [35981 B 70 verbose opID "Default" = 8590ebdf user = vpxuser] ha-license-manager: validate-> valid license found for "VMware ESX Server 5.0" (lastError = 0, desc.) IsValid:Yes)

    -----------------------

    Hostd.log of the reception host:

    -----------------------

    2016 04-18 T 20: 16:29.798Z [FFD35B70 'Hostsvc.DvsManager' verbose] called PersistAllDvsInfo

    2016 04-18 T 20: 16:30.245Z [29940 B 70 verbose opID "Default" = ac976ee5 user = vpxuser] AdapterServer: target ='vim. PerformanceManager: ha-perfmgr ", method = 'GetPerfCounter'"

    2016 04-18 T 20: 16:30.251Z [29940 B 70 'Local' verbose opID = ac976ee5 user = vpxuser] Default resource used for "counter.vsanDomObj.writeThroughput.summary" planned for the module "perf."

    2016 04-18 T 20: 16:30.265Z [29940 B 70 verbose opID "Default" = ac976ee5 user = vpxuser] AdapterServer: target ='vim. HostSystem: ha-host ", method = 'retrieveInternalCapability'"

    2016 04-18 T 20: 16:30.267Z [29940 B 70 verbose opID "Default" = ac976ee5 user = vpxuser] AdapterServer: target ='vim. PerformanceManager: ha-perfmgr ", method = 'queryPerfCounterInt'"

    2016 04-18 T 20: 16:31.412Z [2BAC2B70 verbose opID "Default" = F2241F42 - 000018 D 1-64-a2-e5 user = vpxuser] AdapterServer: target ='vim.host.VMotionManager:ha - vmotionmgr ", method ="completeDestination"

    2016 04-18 T 20: 16:31.412Z [2BAC2B70 info 'Vcsvc.VMotion' opID = F2241F42 - 000018 D 1-64-a2-e5 user = vpxuser] CompleteDestination [1461010590046389]

    2016 04-18 T 20: 16:31.412Z [2BAC2B70 WARNING opID "Vcsvc.VMotion" = F2241F42 - 000018 D 1-64-a2-e5 user = vpxuser] CompleteDestination: card not found

    2016 04-18 T 20: 16:31.417Z [29940 B 70 verbose opID "Default" = fa72f2f7 user = vpxuser] AdapterServer: target ='vim. PerformanceManager: ha-perfmgr ", method = 'GetPerfCounter'"

    2016 04-18 T 20: 16:31.424Z [29940 B 70 'Local' verbose opID = fa72f2f7 user = vpxuser] Default resource used for "counter.vsanDomObj.writeThroughput.summary" planned for the module "perf."

    2016 04-18 T 20: 16:31.439Z [FFD35B70 verbose opID "Default" = fa72f2f7 user = vpxuser] AdapterServer: target ='vim. HostSystem: ha-host ", method = 'retrieveInternalCapability'"

    2016 04-18 T 20: 16:31.441Z [29940 B 70 verbose opID "Default" = fa72f2f7 user = vpxuser] AdapterServer: target ='vim. PerformanceManager: ha-perfmgr ", method = 'queryPerfCounterInt'"

    Using IPv6 on new hosts? If so, try disabling:

    2016 04-18 T 20: 16:30.172Z [37280 B 70 info 'Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.eduvmx' opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] VMotionPrepare (1461010590046389): sending "to" srcIp = 10.10.6.108 supporting = 10.10.6.73, type = 1, encrypted = false, remoteThumbprint = 28, 5 C: C3:9 C: 3E:BA:79:EA:B5:19:CC:A9:36:34:C1:10:48:46:F0:0E

    2016 04-18 T 20: 16:30.172Z [37280 B 70 info 'Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx' opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] VMotionPrepare: = srcLoggingIp

    2016 04-18 T 20: 16:30.172Z [37280 B 70 info 'Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx' opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] VMotionPrepare: = dstLoggingIp

    2016 04-18 T 20: 16:30.172Z [37280 B 70 info 'Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx' opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] VMotionPrepare: srcMgmtIp = 10.10.6.108

    2016 04-18 T 20: 16:30.172Z [37280 B 70 info 'Vmsvc.vm:/vmfs/volumes/526aca09-9e531e90-b07b-e61f135547a7/guestvm.mydomain.edu/guestvm.mydomain.edu.vmx' opID = F2241F42 - 000018 D 1-64-a2-71 user = vpxuser] VMotionPrepare: dstMgmtIp = 2620:91:0:96:73

  • TypeError: Invalid Argument type

    I'm not a programmer. I get... but I'm having a problem with a script that I am running. The script runs and does exactly what I want except the following error appears in the javascript debugger window:

    TypeError: Invalid Argument type.

    Doc.getPageNthWord:32:Field CONN Button Maker: mouse up

    = > NPage parameter.

    Here is the code that I currently have... could someone tell me why I get the error I am?... and how fix it?

    prompt the user to enter the last number of the necessary key

    var volNumQ = app.response ({cQuestion: ' how much are & for? ', CTitre: "mv Button Generator", cDefault: '1'});

    prompt the user to enter the last number of the necessary key

    var machineViewNum = app.response ({cQuestion: ' what a view machine are you on ', CTitre: "mv Button Generator", cDefault: '1'});

    vnq var = parseInt (volNumQ);

    mount the user entry as an int to the table... Add 1 to offset from zero array

    mvn var = parseInt (machineViewNum);

    var mvData = [];

    var page = pageNum;

    var mvNumWords = this.getPageNumWords ();

    for (mv var = 0; mv < mvNumWords; mv ++)

    {

    [mv] this.getPageNthWord = mvData (page, mv);

    }

    Table to find all the items on the page

    for (var PN = 0; PN < this.numPages; np ++)

    {

    for (var x = 0; x < calloutArray.length; x ++) {}

    for (var y = 0; y < mvData.length; y ++) {}

    mvData [y] = this.getPageNthWord (page, y);

    {If (calloutArray [x] == {mvData [y]})}

    Console.println("!) FOOTBALL GAME! -calloutArray ["+ x +" ""] "+ calloutArray [x] +" mvData ["+ y +" '] "+ mvData [y]);" ""

    var q = this.getPageNthWordQuads (page, y);

    m = (new Matrix2D) .fromRotated (this, page);

    mInv = m.invert)

    r = mInv.transform (q)

    r = r.ToString)

    r = r.split(",");

    var l = this.addField (('0000'_+_calloutArray[x]).substr-(4)-"cv" + vnq + "v" + ('00'-mvn).substr(-2), "button", page, [r [4], r [5], r [2], r [3]]);

    l.setAction ("MouseUp", "this.gotoNamedDest (" "+ gridArray [x] +"'");");

    l.userName = 'schematic location. "

    skipCoords += 1;

    }

    }

    }

    page ++;

    MVN ++;

    }

    Any help would be greatly appreciated!

    Windows 7 64 bit, Acrobat 8.0 Pro

    The getPageNumWords method is a no optional parameter, the page number...

  • OTA update HP 8 1401 failed: E: could not mount/cache (invalid argument)

    I made an attempt of using OTA upgrade to the latest version of the firmware from HP 8 1401 (2014-07-22, Version2.0.4, 452.51 M)

    the update seems to have failed (don't know why)

    The tablet can not enter in recovery mode more (power + volume up) and product of n several times messages below:

    E: failed to mount/cache (invalid argument)
    E: failed to set up the media planned to install; abandonment
    installation abandoned
    E: failed to mount/cache (invalid argument)
    E:cant mount/cache/recovery/log
    E:cant open the recovery log / / cache /
    E: failed to mount/cache (invalid argument)
    E:cant mount/cache/recovery/last_log

    ....

    What can we do to solved this problem?

    I have no any attempt to root or break this system. just skip to the last available OS.

    T.

    Supported by contacted HP and they chose the Tablet for repairs.

  • "Invalid cast exception" thrown when assigned the AutoCompleteStringCollection AutoCompleteCustomSource of TextBox property

    Hello

    I built a .NET c# wrapper around the TestStand users management module.

    When the application works as a stand-alone Windows Application, there is no exceptions or thrown errors. However, when the dll is integrated with TestStand and called from the FrontEndCallbacks movie file, I got up an invalid "Cast" exception when the AutoCompleteStringCollection is assigned to the textBox AutoCompleteCustomSource property.

    As stated earlier, it works perfectly well when it is a standalone application. I am at a loss to figure why this is happening. I would appreciate if someone could shed some light on this behavior.

    Thank you

    Arun

    Thanks for posting your example. The problem seems to be caused by the fact that your form is created in a thread of execution TestStand using the MTA COM threading model. .NET Windows forms must always be created son marked with the model STA thread. Probably your standalone application uses the STAThread attribute. Here are some references (rule FxCop, STAThread)

    You can work around this problem by creating a new STA thread in TestStand using a sequence of appeal step. Set Options to run to use new discussion and check the box Use Single-Threaded Apartment.

  • How can I fix the 800cccdd or the fatal error: invalid argument errors?

    I installed Windows Live Mail on the client with Windows XP Pro SP3 machine after having problems with Outlook Express.

    I migrated their accounts more and they have the same problems in two e-mail clients.
    "Your IMAP server closed the connection. This can happen if you have left the connection idle too long. »
    IDLE completed

    Configuration:
    Account: * e-mail address is removed from the privacy *.
    Server: mail.example.co.uk
    Username: info + example.co.uk
    Protocol: IMAP
    Port: 143
    Secure (SSL): 0
    Code: 800cccdd
    Other times I may receive this error message:
    We received a notification on your ' * address email is removed from the privacy *' account: Fatal error: Invalid argument
    I tried this on other computers that are running Microsoft Outlook and Mozilla Thunderbird, without errors or problems.
    He was works well, only recently, we started to see this question, no changes on the server or the client have been changed (to the best of my knowledge).
    Can anyone say more?
    Thank you.

    I deleted a double "Junk E-mail" folder by using the mapi connection (could use OWA) and then was able to use the Imap Protocol.  I hope this helps.

  • Invalid arguments

    I am trying to install a printer driver for a wireless brother printer. I get error "invalid arguments" How can I spend it?

    Hi Patty1227,

    Follow the steps below to install the printer:

    a. click on start

    b. Select Control Panel

    c. click on printers and faxes

    d. start the Add Printer Wizard > click Next > local printer attached to this computer

    e. (uncheck automatically detect and install)

    f. click Next

    g. for the option "use the following port" selected in the drop-down list adds the name of the [standard tcp/ip] printer listed.

    You can also run the Troubleshoot utility and verify the results: printing problems and printing errors:http://support.microsoft.com/mats/printing_problems/en-us

    How to download and install the latest printer driver from your printer manufacturer's Web site:http://support.microsoft.com/gp/pc_print_introduction

    With regard to:

    Samhrutha G S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • IE Script error: invalid argument

    Try to download the Vista CD. I get the message:
    IE Script error
    Line38
    2 tank
    Error: Invalid Argument
    Code 0
    URL file:///E:webfiles/template.js

    Hi al184doll,

    Thank you for using answers Forum.

    The script makes error refers to an error in the code that was written for the Web site.

    "Line38, Char 2" is the line of code and the character which is the origin of the problem on the Web site.

    You can contact the webmaster for the website to see if a resolution is available.

    I hope this helps.
    Chris
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • "Windows Mail wants to alert you Fatal error: Invalid argument," then stops my e-mail address

    Help with Windows Mail error

    I get a message, ' Windows Mail wants to alert you Fatal error: invalid argument "then stops my e-mail, request to send an error report. etc.  There are other users on this computer do not face this problem.  I received a lot of spam since I've added a few new members of the team of my daughter's soccer team.  Someone at - it help him?

    For junk mail, you can configure message rules to help eliminate the junk.  For the other question, check first for the antivirus or other program 3rd party interference (see www.oehelp.com/OETips.aspx#3) then try to compact and repair the database (www.oehelp.com/WMUTil/) and see if that fixes the problems.  If you have important messages, make sure that you back up them (see www.oehelp.com/backup.aspx#wm).

    Steve

  • ImApp - an invalid argument was encountered

    I use as a mail Incredimail Plus client and began to receive the popup ImApp

    error "invalid argument encountered" just click OK and it goes away with

    no additional questions to Incredimail or system. Although everything seems to work

    very well the occational popup is disconcerting if not irritating.

    Appreciate your help. Thank you

     

    Hi Roderick,

    Thanks for choosing Microsoft Community!

    If I understand correctly, you receive a pop-up "an invalid argument encountered" on Incredimail Plus.

     

    You can contact Incredimail for additional help.

    Here is the link:

    http://www.IncrediMail.com/English/help/support.aspx

     

    Hope the helps of information. Don't answer if you need assistance, we will be happy to help you.

  • JVM 104 - Illegal Argument Exception (wait, what?)

    Friends and enemies,

    I am the developer of a BlackBerry app that works very well for over a year.  All of a sudden, I'm going to run the Simulator, and I get an exception error Uncaght JVM (not on the launch, but medium-term), specifically, the JVM 104 illegal Argument Exception.  I did not any changes to the code in > 3 months, my last run of the application on the Simulator was a week ago.

    This is where it gets crazy... If I create a new project in Eclipse using the code EXACT EVEN the above request, the Simulator works perfectly.  What could have happened to my configuration of a project that builds an illegal Exception of Argument?

    I ran clean.bat on all my simulators. The only change I made on my test machine is to install Adobe Photoshop CS5 (shouldn't really affect anything).

    All the world has already seen this problem?

    Help, please

    JRT

    Oudu a few hours and several breakpoints, I found the problem. Apparently, update a GaugeField using .setValue (int) can throw an Exception of the illegal Argument? But only once a year. I don't know why it was a problem now, the code has been stagnant...?

    SOLUTION:

    try {}

    Update GaugeField

    }

    catch (IllegalArgumentException foo)

    {

    }

    BOOYA! FTW

  • Java.lang.Illegal argument exception

    Dear Sir

    I have the below who worked after I made a few changes, I started getting this error:

    "java.lang.illegal argument exception".

    any help is highly appreciated

    Zeo package;

    import java.util.Calendar;
    import java.util.Date;
    import java.util.TimeZone;
    Import net.rim.device.api.i18n.SimpleDateFormat;
    Import net.rim.device.api.ui.Field;
    Import net.rim.device.api.ui.FieldChangeListener;
    Import net.rim.device.api.ui.Font;
    Import net.rim.device.api.ui.Ui;
    Import net.rim.device.api.ui.UiApplication;
    Import net.rim.device.api.ui.component.ButtonField;
    Import net.rim.device.api.ui.component.Dialog;
    Import net.rim.device.api.ui.component.LabelField;
    Import net.rim.device.api.ui.component.SeparatorField;
    Import net.rim.device.api.ui.container.HorizontalFieldManager;
    Import net.rim.device.api.ui.container.MainScreen;
    Import net.rim.device.api.ui.container.VerticalFieldManager;

    Home page of class extends screen
    {
    HorizontalFieldManager _fieldManagerBottom1, _fieldManagerBottom2, _fieldManagerBottom3, _fieldManagerBottom4, _fieldManagerBottom5, _fieldManagerBottom6, _fieldManagerBottom7;
    ButtonField btnSo, btnPendingSo, btnOpenTT, btnPendingTT, btnTop50So, btnTop50TT;
    LabelField lblSo, lblPendingSo, lblOpenTT, lblPendingTT, lblTop50So, lblTop50TT;
    Do police = Font.getDefault ().derive(Font.PLAIN,5,Ui.UNITS_pt);
    S ServerConnection = new ServerConnection();
    String data = s.displayData ("http://m.zeo.zajil.com/BB/Default.aspx");
    splitString spt = new splitString();
    DisplayData String().
     
    HomePage()
    {
    Thread postnameThread = new Thread (new ServerConnection());
    postnameThread.start ();
       
    LabelField title = new LabelField ("Zajil BlackBerry Edition", LabelField.ELLIPSIS: ") LabelField.USE_ALL_WIDTH);
    setTitle (title);
       
       
          
    HorizontalFieldManager _fieldManagerTop;
    VerticalFieldManager _fieldManagerMiddle;
       
      
    _fieldManagerTop = new HorizontalFieldManager();
    _fieldManagerMiddle = new VerticalFieldManager();
    _fieldManagerBottom1 = new HorizontalFieldManager();
    _fieldManagerBottom2 = new HorizontalFieldManager();
    _fieldManagerBottom3 = new HorizontalFieldManager();
    _fieldManagerBottom4 = new HorizontalFieldManager();
    _fieldManagerBottom5 = new HorizontalFieldManager();
    _fieldManagerBottom6 = new HorizontalFieldManager();
    _fieldManagerBottom7 = new HorizontalFieldManager();
      
    during the initialization of the labels
    lblSo = new LabelField (new LabelField ("So New"));
    lblPendingSo = new LabelField (new LabelField ("waiting So"));
    lblOpenTT = new LabelField (new LabelField ("open disturbance"));
    lblPendingTT = new LabelField (new LabelField ("pending Tickets"));
    lblTop50So = new LabelField (new LabelField ("TOP 50 SO Cust"));
    lblTop50TT = new LabelField (new LabelField ("TOP 50 Cust TT"));
       
    During the initialization of the buttons
    btnSo = new ButtonField("");
    btnSo.setFont (do);
       
    btnPendingSo = new ButtonField("");
    btnPendingSo.setFont (do);
       
    btnOpenTT = new ButtonField("");
    btnOpenTT.setFont (do);
       
    btnPendingTT = new ButtonField("");
    btnPendingTT.setFont (do);
       
    btnTop50So = new ButtonField("");
    btnTop50So.setFont (do);
       
    btnTop50TT = new ButtonField("");
    btnTop50TT.setFont (do);
       
    displayData = spt.split (data, ';');
       
    for (int i = 0; i)<>
    //  {
    btnSo.setLabel(displayData[0]);
    btnPendingSo.setLabel(displayData[1]);
    btnOpenTT.setLabel(displayData[2]);
    btnPendingTT.setLabel(displayData[3]);
    btnTop50So.setLabel(displayData[4]);
    btnTop50TT.setLabel(displayData[5]);
    //  }
       
    Officials in the field initialization
    Managers in the field to add to the Panel
    Add (_fieldManagerBottom1);
    Add (new SeparatorField());
    Add (_fieldManagerBottom2);
    Add (new SeparatorField());
    Add (_fieldManagerBottom3);
    Add (new SeparatorField());
    Add (_fieldManagerBottom4);
    Add (new SeparatorField());
    Add (_fieldManagerBottom5);
    Add (new SeparatorField());
    Add (_fieldManagerBottom6);
    Add (new SeparatorField());
    Add (_fieldManagerBottom7);
        
        
    Code to get the date current system / / start
    Calendar c = Calendar.getInstance (TimeZone.getTimeZone ("GMT"));
    c.setTime (new Date (System.currentTimeMillis ())); now
    SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yyyy");
    String eventDateString;

    Calendar calendar is Calendar.getInstance (TimeZone.getTimeZone ("GMT"));. GMT will be always supported by getTimeZone
    eventDateString = sdf.format (calendar.getTime ());
    System.out.println (eventDateString);

    Calendar calendarLocal = Calendar.GetInstance ();
    eventDateString = sdf.format (calendarLocal.getTime ());
    System.out.println (eventDateString);
        
    Dim strDate = eventDateString.toString ();
    end of the code to get the date current system: convert to string
        
    _fieldManagerTop.Add (new LabelField ("* ZEO BlackBerry Main Menu *"));
    _fieldManagerMiddle.Add (new LabelField ("summary for today:" + strDate));
      
    Adding field etc.
        
    addition of high so of
    _fieldManagerBottom1.Add (new LabelField (lblTop50So));
    _fieldManagerBottom1.Add (new LabelField(""));
    _fieldManagerBottom1.Add (btnTop50So);
        
    addition of the top 50 TT
    _fieldManagerBottom2.Add (new LabelField (lblTop50TT));
    _fieldManagerBottom2.Add (new LabelField(""));
    _fieldManagerBottom2.Add (btnTop50TT);
        
    Add this field
    _fieldManagerBottom3.Add (new LabelField (lblSo));
    _fieldManagerBottom3.Add (new LabelField(""));
    _fieldManagerBottom3.Add (btnSo);
        
        
    Add on hold pending field etc.
    _fieldManagerBottom4.Add (new LabelField (lblPendingSo));
    _fieldManagerBottom4.Add (new LabelField(""));
    _fieldManagerBottom4.Add (btnPendingSo);
        
    Adding open disturbance
    _fieldManagerBottom5.Add (new LabelField (lblOpenTT));
    _fieldManagerBottom5.Add (new LabelField(""));
    _fieldManagerBottom5.Add (btnOpenTT);
        
    Added forward to TT
    _fieldManagerBottom6.Add (new LabelField (lblPendingTT));
    _fieldManagerBottom6.Add (new LabelField(""));
    _fieldManagerBottom6.Add (btnPendingTT);
        
    Adding tabs for visitors and assignments
    LabelField customersTab, AssignTab, spacer1, spacer2;
        
    customersTab = new LabelField ("Customers", LabelField.FOCUSABLE |) LabelField.HIGHLIGHT_SELECT);
    AssignTab = new LabelField ("Assignments", LabelField.FOCUSABLE |) LabelField.HIGHLIGHT_SELECT);
        
    spacer1 = new LabelField ("|", LabelField.NON_FOCUSABLE);
    spacer2 = new LabelField ("|", LabelField.NON_FOCUSABLE);
    _fieldManagerBottom7.Add (customersTab);
    _fieldManagerBottom7.Add (spacer1);
    _fieldManagerBottom7.Add (AssignTab);
    _fieldManagerBottom7.Add (spacer2);
        
    Buttons by listening to events
    btnSo.setChangeListener (listenerSo);
    btnPendingSo.setChangeListener (listenerPendingSo);
    btnOpenTT.setChangeListener (listenerOpenTT);
    btnPendingTT.setChangeListener (listenerPendingTT);
    }

    Listener for requests for new Service order
    FieldChangeListener listenerSo = new FieldChangeListener()
    {
    ' Public Sub fieldChanged (field field, int context)
    {
    Try
    {
    UiApplication.getUiApplication () .pushScreen (new ServiceOrders());
    }
    catch (Exception ex)
    {
    Dialog.Alert (ex. ToString());
    }
    }
    };
      
    Earphone for in-service control applications
    FieldChangeListener listenerPendingSo = new FieldChangeListener()
    {
    ' Public Sub fieldChanged (field field, int context)
    {
    Try
    {
    UiApplication.getUiApplication () .pushScreen (new PendingSo());
    }
    catch (Exception ex)
    {
    Dialog.Alert (ex. ToString());
    }
    }
    };
    Earphone for open trouble
    FieldChangeListener listenerOpenTT = new FieldChangeListener()
    {
    ' Public Sub fieldChanged (field field, int context)
    {
    Try
    {
    UiApplication.getUiApplication () .pushScreen (new OpenTT());
    }
    catch (Exception ex)
    {
    Dialog.Alert (ex. ToString());
    }
    }
    };
      
    Earphone for pending tickets
    FieldChangeListener listenerPendingTT = new FieldChangeListener()
    {
    ' Public Sub fieldChanged (field field, int context)
    {
    Try
    {
    UiApplication.getUiApplication () .pushScreen (new PendingTT());
    }
    catch (Exception ex)
    {
    Dialog.Alert (ex. ToString());
    }
    }
    };
      
      
    EXIT button that's will close the application...
    FieldChangeListener listenerExit = new FieldChangeListener()
    // {
    ' Public Sub fieldChanged (field field, int context)
    //  {
        
    Dialog.Alert ("thank you for using ZEO BlackBerry");
    System.Exit (0);
    //  }

    //  };
    }

    Rgds

    Nadir

    I solved it sorry for the post... It was just a stupid mistake... rgds Nadir

  • invalid argument on 12 c install

    I downloaded the file for Linux and followed the simple instructions to start the installation, and I get this error from the beginning right.

    / var/tmp$./oepe-12.1.3-kepler-installer-linux-gtk.bin

    bash:. / oepe-12.1.3-kepler-installer-linux-gtk.bin: invalid argument

    What is c?

    Nevermind, my mistake, any new machine, I took the wrong jre

  • 2015 CC Dreamweaver cannot open or create web files more: message "invalid argument has been found" keep appearing instead. The problem persists even after complete reinstallation. Help please.

    I have Dreamweaver CC 2015 since last year, on a system win 7 with plenty of space and good care.
    Never had any problems until last week, when Dreamweaver stop opening o creation of html or php files. Instead, the program displays an alert of "invalid argument has been found", then stops to do anything.

    I've looked everywhere. I cleaned the resgistry, reset preferences custom, tested different files, with or without content, old and new, even uninstalled and reinstalled Adobe CC. Nothing works.

    I install Quora, because I have work to do, but I prefer clearly have CC Dreamweaver working again.

    Need help please, I don't really know what to do.

    Although that is NOT a real solution (now I have to keep a local copy redundant and unprotected and move almost a gigabyte of data, whenever I need to edit a project) work space solves the problem. I still don't know what has changed since before, but I can work again.

    IMO Adobe should at least give notice of this behavior, letting us know that the application does not work because it is restricted to local activities. "This file cannot be saved through a network" or "this program can change the local files" would have sufficed for avoid me a good 5 hours of lost production.

Maybe you are looking for

  • iPhone 6 injuries, but I have AppleCare Protection Plan

    I have an iPhone 6, that was purchased 4 months back. I slipped it by mistake and it got physical damage and its not switching and has a small curve. I have the "AppleCare Protection Plan" recorded in this iPhone. So I this iPhone in shape? If so, ho

  • Photosmart 7515 adds lines from bottom of the scanned image

    My photosmart 7515 started just add a line double about 2 inches from the left edge of all of the scanned images. NO modification of the system that I am aware. Prins computer or internet as usual. Any ideas?

  • ProBook g3 440 (W4P04EA): upgrading RAM on 440 g3

    Hello! I intend to upgrade ram on my laptop. Now she has 1 module 4 GB ddr4 2133 MHz and I would like to add another 8 gb. Is there a list where I can find compatible modules from different manufacturers?Or it would be better to remove the existing m

  • Reference any Dell is not even recognizing the camera

    Original title: sony dcr-hc26eI have a sony handycam tape camera dcr-hc26e and problem by capturing the vedios.i bought a cable fire for 4 t0 pins 4 pin but my any dell is not even recognizing the camera.if I connect with a usb cable it says no drive

  • Windows 7 location of files in Oulook

    After I installed Windows 7 I wanted to copy my previous Outlook file ointo my new folder of Outlook autocomplete.  Can you tell me where is the default .n2k file, as I find it and can't seem to find extensions of files (how to activate that?)?