I want to use the File System Transfer Receiver with my Alfresco 3.4 Community Edition.
I've only been able to find FSTR for Alfresco 4 and up.
Is there any version of the FSTR available for this Alfresco version ?
Where can I find it ?
Prior to version 4 this was part of the WCM product. You can find the AVM files for 3.4 at:
http://wiki.alfresco.com/wiki/Community_file_list_3.4.d
What you are looking for is the Deployment and Deployment Receiver files.
At http://wiki.alfresco.com/wiki/Community_file_list_4.2.f you can find the latest community release packages. Pick one the "alfresco-community-deployment" named files under "Alfresco WCM".
Related
I get this error while building corda 4.8 on a windows 10 box using intellij:
Could not find javafx-controls-mac.jar (org.openjfx:javafx-controls:11.0.2).
Searched in the following locations:
file:/C:/Users/Admin/.m2/repository/org/openjfx/javafx-controls/11.0.2/javafx-controls-11.0.2-mac.jar
I don't want to build the mac version, how can I disable or ignore the error?
Maybe I'm missing something as far as context, but currently, you can only build corda with java 8. Java 11 is not supported yet. Take a look at this docs page for the specific tooling you need to configure CorDapps.
https://docs.corda.net/docs/corda-os/4.7/getting-set-up.html
Long story short, until corda 5 is released you'll need java 8 to build cordapps which you can install here : https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html
I can't find this corda-tools-ha-utilities-.jar from internet or enterprise version, could anyone told me that how I could get it , version 4.4 to 4.7 is ok to me . thx.
For corda enterprise users you're gonna need to reach out to support as they have a specific repository for enterprise jars like the ha utilities.
The open source users can get pretty much any of the jars in their usual gradle builds. (repositories can be seen in the cordapp template here: https://github.com/corda/cordapp-template-java)
So I updated to swift 3.0 and now my projects with realm 1.0.2 all give me an error.
RealmSwift compiled with older version of Swift language (2.0) than previous files (3.0)
I also tried to build a net new project and still get the build error, so I know it is not a conversion issue on the Swift side.
I found several Swift 3.0 beta users and tried to run the script to update my version to 3.0 and several other options. The last few posts appeared to use Cocoa Pods - which I don't currently use. Is that the supported fix path?
Any help or direction would be greatly appreciated.
I haven't tried it yet, but here is what should work.
Essentially, the compiler gives you a description of what went wrong. The framework was compiled with Swift 2.0, while your project or other files were compiled with Swift version 3.0 (which means you made the switch after upgrading to the new version of Xcode.
To fix this, you need to use the Realm framework compiled with a Swift 3.0 compiler. Since the Realm team doesn't yet provide a precompiled version compiled with Swift 3.0, you have to do so yourself. To do that, go to their Github repository, and follow the instructions in the README under "Building Realm":
Prerequisites:
Building Realm requires Xcode 7.3.
Building Realm documentation requires jazzy
Once you have all the necessary prerequisites, building
Realm.framework just takes a single command: sh build.sh build.
You'll need an internet connection the first time you build Realm to
download the core binary.
This should generate the Realm framework with the current compiler version, which you then just have to use to replace your current Realm framework with. After that, everything should compile as it used to.
As stated before, I don't know if this actually works, as I haven't tried it yet. I don't exactly know if Swift 3.0 is supported by Realm yet or if there are any other issues you could run into. So please let me know how this works out!
I want to upgrage Alfresco from 3.4 to 5.1 community Edition on linux
What should I do exactly ? ?
Actually you cannot upgrade directly to 5.1.
You will have to update to 4.x beforehand and as a next step upgrade from 4.x to 5.1.
This is described here in the documentation.
Briefly you will have to do following:
backup your database and alf_data folder
install 4.x
configure it to use your existing (3.4) database and alf_data folder (in alfresco-global.properties)
start it and wait till all upgrades scripts will execute successfully
install 5.1
configure it to use your existing database and alf_data folder (in alfresco-global.properties)
start it and wait till all upgrades scripts will execute successfully
Please note that 5.1 don't have an user interface in /alfresco (repo) webapp.
GUI was separated to /share webapp so all your customization should be rewritten/reconfigured to be used inside Share.
For more information on how to upgrade Alfresco please follow instructions from this official documentation page Upgrading Alfresco on a single instance.
If you have "default configuration"- I mean like there you dont have some custom things like certificates, etc..
You dont need to backup & restore complete "alf_data", but just alf_data contentStore & contentStore.deleted should be fine
Also one importatnt thing
database backup must be made firts, earlier than "data" backup- because of indexes saved in DB
(if there will be indexed some files, which will dont be in data, alfresco will dont start, if there will be some files without indexes, it will index them)
Btw also what is recommended is to make reindex (on new Alfresco)- steps has dependencies on the Alfresco version (eg. Alf 4 has solr1, alf 5.x has solr4 by default), but its usually something like this
I have installed alfresco community 4.2 on my laptop. Also i have downloaded alfresco workdesk & configured it to use my local alfresco repository instead of default one.
Now i am not able to figure out how to get workflow features on content i uploaded in workdesk UI as well as how to proceed with case management features as clubbing multiple files to create one case etc.?
Can anybody help me here?
OK. I have done some more research & found out that one can use alfresco enterprise edition & install workdesk enterprise trial for same. This trial is a preconfigured case management example which has lots of features which can be used as yardsticks such as creating case folders with multiple files, workflow etc.
Now depending upon information/documentation you have got, one can extend it for further use.