How can I export biar file from BO4 to BO3? - business-objects

I want to make a biar file from BO4 and import to BO3. I use upgrade management tool to export biar from BO4.I successfully created biar but when I import biar file to BO3 with importwizard tool I got this error :

I don't think this is a supported functionality as there is a major changes in architecture of 4.0

BIAR files are not downward compatible across major versions.

Related

at top of python program, a command "import csv" "is not accessed" where to find it

import csv
fails, alert "csv.py" is not accessed
yes, there is no file of that name in my current working directory.
Where can I locate a copy of csv.py to use in my current project.
import urllib.request, urllib.error, urllib.parse #this command works
import obo #this command works because I have obo.py in my directory
import csv # csv is underlines with white dots, csv is not accessed
where do I seek csv.ph?
running windows Visual Studio version 1.73.1
Newbie error. The warning from Visual Studio only meant that I imported a module but didn't use it in the program.

Where does Neo4j Desktop look for CSV files - Windows 10?

I'm at a loss, have installed Neo4j Desktop multiple times and cannot get it to load a CSV file. It's hard to know where to begin. None of the online documentation, or examples seem to be even relevant.
Loading from the browser using this code:
USING PERIODIC COMMIT
LOAD CSV WITH HEADERS FROM "file:///GraphElements.nodes.csv" AS row
CREATE (:Type {name: row.Name, uuid: row.UUID});
results in this error:
Neo.ClientError.Statement.ExternalResourceFailed: Couldn't load the
external resource at: file:/GraphElements.nodes.csv
enter image description here
According all the doc I've been able to find Neo4j looks for the file in its import folder, but where's the import folder supposed to be?
Neo4j was installed at: C:\Program Files\Neo4j Desktop
Note: 'Neo4j Desktop.exe' is in this folder, there is no bin folder
I created an import folder immediately below, i.e. C:\Program Files\Neo4j Desktop\import
and put the CSV file there. No luck, same error.
Rummaging around, I find:
C:\Users\CTG\.Neo4jDesktop
with some likely looking subfolders:
C:\Users\CTG\.Neo4jDesktop\neo4jDatabases\database-2c020f68-86a8-439d-937e-b5b46ad7f629
C:\Users\CTG\.Neo4jDesktop\neo4jDatabases\database-0541f039-2dfa-4c4d-85da-2c213b54d0c7
C:\Users\CTG\.Neo4jDesktop\neo4jDatabases\database-35274b1f-3b7b-42d3-83f1-06b881147e90
each of these has a bin folder a couple of levels down.
I've created an import folder under each of these, and copied the CSV file into them. Still get the problem.
Does anybody have any idea what's going on?
FWIW, the Neo4j doc doesn't seem to be up to date vis-a-vis Desktop.
The current Operations manual here only mentions Community and Enterprise editions, nothing about Desktop.
The File Locations reference claims that the default import location is at:
%APPDATA%\Neo4j Community Edition\import
but I cannot find a 'Neo4j Community Edition' folder. And the Community Edition seems to be gone from their site.
At this point Neo4j is only useful to play around with.
Thanks in advance for any clarification or help.
The import folder should be relative to the Neo4j instance in question.
If you Manage an instance in the Desktop app, you will see some buttons near the top. One of them is "Open Folder" with a dropdown menu. The dropdown has the option to open the Import folder for that instance.
This is what worked on Windows 10:
LOAD CSV FROM "file:///c:/Users/joe/Documents/sample.csv/" AS line RETURN count(*);
Go to the configuration file found here:
C:\Users\joe.Neo4jDesktop\neo4jDatabases\database-415cd6e1-0a1b-4973-ab3d-c32280b8a72b\installation-3.4.1\conf
Then change the conf file line 25 by commenting it out
#dbms.directories.import=import

Configure PhpStorm to import watchers automatically at project start

I have setup some file watchers (like: jshint, uglifyjs, sass, ...) in PhpStorm.
Already I've exported them into a xml file extension for later use in my upcoming projects.
I could manually import this file at the beginning of every project that I will start; but is there any option to configure PhpStorm to automatically import watchers at every project creation?
Unfortunately there are no options for this a.t.m. Please follow corresponding feature request: https://youtrack.jetbrains.com/issue/WEB-8414

Trying to load a jar and an external class

In my zeppelin-env.sh I am loading a JDBC MySQL connector as jar as follows
export ZEPPELIN_JAVA_OPTS+=" -Dspark.jars=/usr/local/opt/mysql-connector-java/libexec/mysql-connector-java-5.1.32-bin.jar"
In addition, I'd like to load the Databricks CSV package which is supposed to work in 2 (or more) ways:
%dep z.load("com.databricks:spark-csv_2.10:1.2.0")
export SPARK_SUBMIT_OPTIONS="--packages com.databricks:spark-csv_2.10:1.2.0"
The first is working when no SPARK_HOME is set, SPARK_SUBMIT_OPTIONS however is only taken into account when an external Spark home is set.
How can I load the databricks CSV package without setting SPARK_HOME, or, how can I load all the other jars that get included when using the embedded Spark libraries, without setting SPARK_HOME?
I'd actually prefer to use a separate Spark installation that I can update independently of Zeppelin, however I fear incompatibilities that I don't have when sticking to the embedded Spark.
So I did set SPARK_HOME using an external Spark install which seems faster and was incredibly easy to install w/ brew install apache-spark.
Reading the documentation would have helped I guess
Simply add a --jars option the SPARK_SUBMIT_OPTIONS where you specify the JAR to be loaded. Alternatively, create a SPARK_HOME/conf/spark-defaults.conf file where you specify the files, packages and jars to be loaded.

Copy a Saved CSV Import from Sandbox to Production?

Is there a way to copy/move a Saved CSV Import configured in the Sandbox over to our Production system?
Thanks,
Jay
I believe you can include CSV Imports when you create a SuiteBundle.