Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I was attempting to follow this tutorial in order to test Delphi Xe5 IOS app development using Mac in the Cloud
http://www.youtube.com/watch?v=zORe2voUHIU
I received the following info in email
Your server name is: L108
Your Mac username is: userXXXX
Your Mac password is: pasXXXXX
I also received a remote desktop connection link on my desktop :)
When clicked, the remote Mac machine is launched (says I am connecting to LA204) and my PA server (PA3609) terminal window is available.
No sure why the email says my server is L108 and the remote connection link is connecting me to LA204 (I need a New York Server)
Using the following commands:
? for help
p = port and i = ip address
port = 64270
ip address = 74.80.228.166
Using Delphi Xe5 "connections profile manager"I created my profile Platform OS X, Host: 74.80.228.166, port # 64211 (also tried 64270)
However, Test connection failed
Any help would be greatly appreciated - I am burning up all my test time trying to do this on my own.
For future information for those you seek it, this is what the support team claims has happened (although I dispute the claim :) )
"Sir,
From your previous description, you appear to have received two
accounts:
#1: an account on server LA204 (please review which particular email has this information sent to you)
#2: an account on server L108 and username userXXXX (if you review the email that was sent to you with this login information, there is a
download link right below the login information that you should use
with this particular account)
From your description, you mentioned that "I also received a remote
desktop connection link on my desktop" This only happens through
Embacadero's integrated signup process, which creates a connection
file on your desktop.
If you sign up through our own website, and if you download through
the download link provided in the email, the connection file will be a
zip file in your download folder, no connection file will be
automatically created on your desktop.
Here we attach a screenshot of the email we issued to you, as you may
see in this email, the download link that was provided is "Please
download your MacinCloud connection files from the following link:
http://www.macincloud.com/images/MacinCloud_Lion_L108.zip"
The connection profile that is pointing to LA204 can only come from a
different source. Our best guess is that you have also signed up
through Embarcadero's integrated trial process. It is not uncommon
that this happens and this could be the cause of the confusion."
NOTE: I never signed up from Embarcadero's site or IDE, I only signed up from Mac In the Cloud website. In any case, this is what they claimed happened and as far as I am concerned, as long ad it is working, I am happy.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I'm trying to fill up a form from here . Upon selecting Natural Person from the drop-down menu, a form appears with a button Add Digital Signature. Whenever I click on this button, it gives me this error:
An error occurred when attempting to open certificate list, the error was:
Automation server can't create object
I've tried enabling the Initialize and Script Activex controls not marked as safe for scripting feature from internet option but the same error occurred.
I've tried different versions of Internet Explorer starting from version 6. Can anyone help me ?
1)Download capicom_dc_sdk.msi from
https://www.microsoft.com/en-us/download/details.aspx?id=25281
and install.
2)Locate capicom.dll "e.g. C:\Program Files (x86)\Microsoft CAPICOM 2.1.0.2 SDK\Lib\X86\capicom.dll"
2)Open command prompt with administrator privilege, change directory to directory containing capicom.dll and fire below command
regsvr32 capicom.dll
i was facing same problem. Then I called e-mudhra (I bought dsc from here ) customer care. They took access of my laptop via anydesk, and they performed similar operation i.e.
downloaded capicom.dll.zip.
extracted it.
then copied it (capicom.dll) to : This PC > OS (C:) > Windows > SysWOW64.
then run below command as administrator in cmd :
Microsoft Windows [Version 10.0.18362.836]
(c) 2019 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>cd ..
C:\Windows>cd SysWOW64
C:\Windows\SysWOW64>regsvr32 capicom.dll
C:\Windows\SysWOW64>
5. Now try with Internet Explorer. (Mozilla firefox will not work !)
Now I am able to sign up on website ipindiaonline.gov.in
Process is needed each time after you restart your computer.
Please note that running cmd in Administrator mode is necessary.
To people reaching here, I solved it by installing a digital certficate provided by e-patent website. You need to check which class of certificate you want for authentication.
Here's the updated link from where you can download the certificate:
https://ipindiaonline.gov.in/epatentfiling/faqs/index.html
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I have a Windows 7 host machine with a VMWARE Workstation 9 based guest operating instance. What I need is that the guest OS to not only run but runs inside the guest in the VMWARE Workstation gui upon a host reboot--say, from a power failure. I have tried all solutions online but so far I am unable to make the GUI to appear--though the guest OS does launch.
Here is my solution so far: I have created a .bat file and setup Windows Task Scheduler to start the .bat program. Here is what's inside the batch file:
cd "C:\Program Files (x86)\VMware\VMware Workstation"
vmrun start "C:\VirtualMachines\WindowsServer2012_std_ArcGISVM2\Windows Server 2012 Std.vmx" gui
Note, I am using 'vmrun' program but using other online solutions which use the VM Ware Workstation's executable doesn't help with the gui part either. And adding or removing the 'gui' flag doesn't seem to make any difference.
Also note, I'd rather not use the Workstation as a Server in a 'shared' virtual machine setup. There should be a simpler way.
Thanks!
[Edited/Detailed Answer Below]
Never mind. I did end up creating a Shared VM per the instructions from another site (whose link is not working anymore!)
Here is how I accomplished this:
Using VMWare Workstation gui, pressed F9 to bring up option to enable Sharing of VMs.
In the Sharing window, right click on your VM ->Manage -> Share the VM; I chose default options.
In the same gui, under 'Shared VMs' tab, click 'Manage Auto Start'
That's all it took! And now I am able to launch the VMWare Workstation GUI after the host system reboots.
PS. I posted the Question here because I was originally using a script to achieve this; I thought there could be more scripts/programming solutions. Also, Expert Exchange maybe a competition but it provided me full solution yesterday without requiring any login; so, being a once paying member there, I had assumed that they have now become a 'free' site. But today their link doesn't work.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I have installed SecuRemote Client of checkpoint E75.30 on my computer running Windows 8.
When I try to perform any of SecuRemote functions e.g. See client, Add client, See options etc. it gives the error "Connectivity with VPN service is lost"
I checked if the Check Point Endpoint Security VPN service would start automatically, but it did not.
When I try to start it manually I get "Error 1075: Dependency service does not exist or has been marked for deletion", however Dependency service is DHCP client which is running fine.
I managed to fix this issue on Windows 7 by going to
Control Panel
Programs and Features
Check Point Endpoint Security VPN
right click
repair
I managed to solve it by going into 'services' (start menu, type services) and noticed that checkpoint service was disabled. once you enable it, you should be all set.
It's happening a lot in windows 10 updates. To solve, just found the Check point services, there are two, and start then.
In msconfig, check the services to start with windows.
I donĀ“t know why, windows 10 updates disable this services.
I found a solution to this problem.
I had McAfee installed on a new laptop (win 10 x64). Installed VPN, Error connecting. Uninstalled McAfee. Error. Repaired Checkpoint VPN. Error. Restart and repair. Error. Always got the error "Unable to load Virtual Network Adapter".
I am a contractor to a client who uses Checkpoint so cannot view checkpoint's KB articles. So cannot view any of their solutions. Client cannot give me login.
So. Finally figured this out:
Click Start, click Run, type cmd.exe, and then press ENTER.
Type set devmgr_show_nonpresent_devices=1, and then press ENTER.
Type Start DEVMGMT.MSC, and then press ENTER.
Click View, and then click Show Hidden Devices.
Expand the Network Adapters tree.
Right click on Check Point Virtual Network Adapter For Endpoint VPN Client select Disable and then again and Enable
Attempt to connect now.
Thanks to This Link for steps 1-5.
I had the same problem, I was able to resolve this by going to control panel, services, and then I started all of the Check Point services (there are 4 and 2 were down)
I am not sure if you are still getting this error, or if you have resolved it, but I was having the same problem and found this question.
I was getting the same error message, but I was able to restart the service without any errors.
Here are the dependant services that I have running:
Check Point Virtual Network Adapter - Apollo
DHCP Client
DHCP Client is dependant on the following:
Ancillary Function Driver for Winstock
NetIO Legacy TDI Support Driver
Network Store Interface Service
Have you checked if those services are running? Try restart them if possible.
This page recommends deleting the services and restarting your machine. I would create a restore point before you try deleting any services.
I solved this issue by Right click >>> repair on the file : CheckPointVPN.msi .
I got same problem and resolved.
* If you use LAN connection, try it by disconnecting the LAN cable and connecting to WiFi.
* If not works, try it by connecting via a Dongle or Mobile Hotspot.
(LAN connection and WiFi of the company get it's proxy and proxy prevents the VPN)
I had the same issue but fix this simply with rightclick->run as administrator
Go to the BIOS settings and uncheck Auto Switch Network Adapters
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I am trying to upgrade my web server. I have created a brand new instance of a latest generation virtual server on RackSpace that uses an SSD. On this brand new instance, I installed the following:
Google Chrome
FileZilla FTP Client
I then connected to a FileZilla FTP Server on a different server, which is hosting 2 image files that I am using to test. I then downloaded the 2 image files, which FileZilla reports as "successfully transferred". However, both of the image files are truncated! What could possibly be causing this?
A few things to note:
This only happens on the new instance if it is using an SSD. If I create an identical instance without the SSD (using SATA instead), the error does not occur.
On the server which is transferring the files, the files are also reported as having been transferred successfully. This server has been used as an FTP server for quite some time without any issues.
If I set up the new SSD instance as an FTP server and upload a bunch of files to it, some of them randomly get truncated by 2-10KB. Out of a ~150MB upload, I may end up with 150-200KB missing. If I transfer them again, a different subset of files gets truncated.
If I throttle the transfer speed on the FTP server to 100KB/s, the 2 image files transfer successfully without getting truncated. If I throttle the transfer speed to 500KB/s, the image files get truncated the same way as if there was no throttling.
Any ideas on how this could be happening?
Update: It is not related to FileZilla. Here is the same issue using ftp on the command line:
The solution is documented here: http://www.rackspace.com/knowledge_center/article/disabling-tcp-offloading-in-windows-server-2012
That article is for Windows Server 2012. In my case, I was using Windows Server 2008. To get to the network adapter properties, go to
Right click on Computer --> Properties
Device Manager
Open up network adapters drop down and right click --> Properties
Go to Advanced tab
Disable everything except UDP Checksum Offload.
Important note: If only some of the options are disabled, you will notice a massive performance degradation. Performance will go back up to normal levels after you have disabled all of the necessary options.
The reason it says that the transfer is complete is because closing the socket is- unfortunately- how FTP defines a completed transfer. (It opens up a data connection and sends the data. Closing the connection means the file is completely sent.)
For some reason, it seems like the connection is prematurely closing.
Personally, to me this does sound really bizarre and it might be a driver problem or hardware problem, but I would try:
1. Try Passive mode FTP. The command line client uses PORT mode by default. PASV is more firewall friendly.
2. Try disabling all software firewalls (like Windows Firewall) and retrying.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Because I'm awesome I'm trying to run the latest WIF demo app using VS2k10 B2 on my 7 boxen... 64bit of course (my neckbeard is strong) I'm having a problem getting it running.
Part of the whole demo thing requires I install some certificates on the local machine. Problem is that they ask me to install some of the website certs into a certificate store called LocalMachine/My. Well, there doesn't appear to be any /My anymore. There appears a suspiciously similar store called Personal, but the app doesn't work if I install the certs there and change the configurations to look in LocalMachine/Personal.
If I install the certs in TrustedPeople (it's mentioned as a valid location by the exception that was thrown when I attempted to use Personal), is that sufficient? Would doing this be considered bad form on a production machine?
The Windows Identity Foundation test project can be found at: http://claimsbasedwpf.codeplex.com
The exception:
Property name: 'certificateReference'
Error: 'ID1025: Cannot find a unique
certificate that matches the criteria.
StoreName: 'My' StoreLocation:
'LocalMachine' X509FindType:
'FindBySubjectDistinguishedName'
FindValue: 'CN=busta-rpsts.com''
The .NET refers to the stores differently than windows does. Which is a right pain in the butt. When .NET talks about the My store Windows refers to it as the Personal store.
Where you put certs depends on their purpose. The Personal store is for certificates you will use, where you have both the public and private key. The Trusted People store is for certificates where you (normally) only have the public key and want to add an explicit trust for those certificates.
Also remember if you are using a certificate to encrypt your user account must have access to the private key. For certificates installed in LocalMachine/My then administrators will but, for example, NETWORK SERVICE will not. You will need to specifically grant access to the private key.
You need to install the certificates in the Local Computer store not the Current User store. If you double-click them to install, they go in Current User. Use the mmc snap-in to install them in Local Computer. Also if you have access permissions run VS as Administrator.