Connection and upgrade of project with TIA portal v13 sp1 - plc

I have a project built with STEP 7 Basic V13. I try to use it with STEP 7 Basic V13 SP1 upgrade. But after the load with TIA, when I want to do the connection, I get the error "device not reachable". Sometimes, this error becomes "incompatible device". I am not sure what is happening with the configuration.

Please check if the firmware of the selected 1214 CPU matches the one you're using.

Related

I could not establish mongodb

I get an error when trying to install Mongodb. I downloaded and tried 3 different versions.
But I always get the following error. What should I do ?
enter image description here
Translate:This application does not work on your computer.
Contact your publisher to find a suitable version for your computer.
Is there anyone who can help?
Per the docs:
Windows 2012 Server and Windows 10 need KB2999226 to provide Universal C Runtime support for Windows.

SQL Developer will not start on Windows 8.1

I have been trying to install Oracle SQL Developer on my 64bit Windows 8.1 machine. I have tried to install it with the embedded jdk and without the jdk. when I remove Java and I start SQL Developer it comes up and asks for the location of Java, I then tell it where it is. In either situation when starting SQL Developer it come up and starts to install for about 10 seconds, the progress bar says loading and the SQL Developer screen goes away with no errors and no explaniation. I have been trying this for days. I have removed and redownloaded all files and I get the same result.
Please if anyone can help I would be grateful. I need this for my course and I am unable to get anything completed.
Thank you for any help you can provide.
I had the same problem. I created an account with Oracle, accept the Terms and licences agreement. Search for the version you are trying to install and make sure it is the right one for the OS, 32 OR 64 bits with JDK 8. After extracting the files make sure you run as Admin, your SQL will complete installing. When you are installing they go into a default folder in C-drive or you can choose the path. Hope it helps.

HP Intelligent provisioning (An error occurred while installing the system) Land is not defined

i'm trying to install OS through a network interface. also i'm launching console and mounting the shape. Then i'm doing all steps, but finally i see the message "ReferenceError:Land is not defined busy.htm:343"
Installation was tested on different images of systems.
Maybe somebody faced with the problem and can help?
Got same error. HP support says install directly from the ISO not using Intelligent Provisioning. The error may go away with multiple re-tries, or by updating the Intelligent Provisioning version.

Xcart upgrade from 4.6.2 to 4.7.5

I am trying to upgrade my Xcart 4.6.2 to 4.7.5. I followed the documentioan exactly as mentioned here http://help.x-cart.com/index.php?title=X-Cart:Upgrading#Upgrading_from_version_4.7.0_or_later
However the software is updated and the db remains the same. I said because when I check http://wwww.example/VERSION it says 4.7.5 and when I check http://www.example.com/include/version.php it says X-Cart DB Version: 4.6.2 GOLD.
I did the following steps :
made a development copy of live site in server.
made a fresh installation of the xcart 4.6.2 and pointed the db to the development copy
Downloaded the 4.6.2-4.7.2 upgrade package, extracted it to the root and ran the upgrade from backend. No errors.
I checked http://wwww.example.com/VERSION it says 4.7.2 and http://www.example.com/include/version.php it says X-Cart DB Version: 4.6.2 GOLD
Do you guys faced such issue? Your advises are very much appreciated. Thanks in advance.
Most likely something goes wrong while applying the sql patch (upgrade/4.6.2-4.7.2/patch.sql) because
UPDATE xcart_config SET value = "4.7.2" WHERE name = "version";
is at the very end of it.
So, please, check the following logs for anything out of the ordinary:
var/upgrade/4.6.2-4.7.2/patch.log
var/log/x-errors_sql-.php

Why am I getting an error before configuring a device in Visual Studio 2015?

I want to deploy my driver for testing. I have provisioned my target computer for testing (although this shouldn't matter because I am not even at that step yet). On my host computer I open Visual Studio and go to
Driver > Test > Configure Devices
and immediately an error window saying:
Inappropriate request for export from part that belongs to another sharing boundary.
This looks like a bug in my Visual Studio (I have just recently updated to VS Update 1).
I am going to uninstall and reinstall since I have already tried repair. Any other ideas?
UPDATE: Uninstall and Reinstall didn't work. The bug is documented on Microsoft Connect: Fails to load Configure Devices (Closed)
I was successfully able to configure and provision a new device using the following method:
Project properties
Debugging
Remote Computer Name, drop down and select Configure...
Successfully shows the device configuration wizard, and was able to provision the target computer.
Was then able to select the target in Driver Install - Deployment, however I get the following error when selecting "Deploy". This could be related to my project tho, please let me know if you also see this.
Please select a valid target machine for deployment from the project property page
UPDATE: the above error may have simply been that I had the wrong configuration selected when hitting Deploy.
I just applied Update 1 to VS2015 Pro and am now getting the exact same error. It happens regardless of whether I make a new project or use my old 2015 Project. Looks like it's a bug in the update.
Not really a fix, but I went back to Visual Studio 2013, as it does not have this bug, and driver dev is working great.
I had the message:
Please select a valid target machine for deployment from the project property page
I was using the wrong architecture in the configuration properties for the project. My target test box is x64 and I had my configuration set to win32. Changing this to x64 fixed the issue for me.