DataBase plugin in Tibco BW6 - database

I try to install TIBCO ActiveMatrix BusinessWorks Plug-in for Database 8.3.1 from BW toolkit.
I select the plugin from Available Software and seems that is installing(i don't get any error).
After the installation, I expect to see the new nod(activity) in Palette library, but this is not happening. I don't see new things there.
I am using Tibco BusinessWorks 6.4 trial version.
I try to download the plugin from https://edelivery.tibco.com, but it says I do not have privileges to do download.

I solved the problem. It doesn’t have anything with using trial version.
The problem was that I installed TIBCO BW in “Program Files”(Tibco Home) with config files in “Program Data”.
It seams that is better to install somewhere where you do not need admin rights. I installed in another location and now everything in working fine now.

Related

When I do a git pull origin master from Pantheon, it doesn't seem to pull the database

I'm new to this workflow using Git, and I feel like I'm missing one piece of information that's just not obvious to me. I setup a sandbox on Pantheon and did a Drupal install thru Pantheon. Works fine on dev. Then I cloned it to my local, but when I open my local up in a browser it wants to install Drupal, like it was never setup on Pantheon. My best guess is that it's not pulling the database, can't find it, and figures it's a fresh install. But how do I connect the dots here? Thanks!!
You are correct, the database does not pull down with git, only code.
You will either need to manually download the database from their UI or use their command line tool named Terminus. If you're comfortable with the command line, Terminus is the most convenient.
Another option would be to use Kalabox. This is a local dev environment tool which was just released. I haven't tried the latest release yet but have read users reporting it integrates with Pantheon nicely.

Check the Database of a typo3-Website

it might be a strange question, but does anybody know how to
check the name of the database which is used for a typo3 website?
Because I need this DB but I can't remember its name and I have got a lot DBs.
Thanks if Somebody knows the answer.
You can log into the install tool, via url (/typo3/install) or Backend Module.
Depending on TYPO3 Version you will find it in different places there.
In latest version you will see the information directly after accessing the install tool.
Log into the install tool, either under typo3/install, or via the menu in the backend when logged in as admin.
Go to "all configuration", and check the settings under $TYPO3_CONF_VARS['DB'] - everything database related is listed there.
TYPO3 7 LTS
Open the Install Tool of your TYPO3 installation with the following link (only a example): http://example.com/typo3/install. Make sure your Install Tool is enabled with the file ENABLE_INSTALL_TOOL on the folder typo3conf.
After login to the Install Tool you can see the database information. The informations are available on "All configuration" too. Here you can find the database area Database [DB]. The name of the used database you can find on [DB][database].
As nobody mentioned it yet:
If you have file access you can directly view the file typo3conf/LocalConfiguration.php (typo3conf/localconf.php for TYPO3 before version 6.x).
All configurations from the install tool are saved there. Just search for database.

published windows app OLEDB 12 provider is not registered on the local machine

I am trying to publish a little app which runs fine on the dev machine, but when I install it on a fresh win7 machine with no office installed. When I try parts of the app that rely on access DB I get this error. Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine.
I have been at this for a couple hours now and not sure what the problem is. I went to Build Configuration Manager and set the Platform to X86 from everything I have been reading everyone says to do this and it should work this hasn't done anything.
I am also using installshield but I don't see any prereqs for access db engine or anything.
Anyone know what I need to do to get this app to work on other windows machines?
I had a similar situation where my app needed a specific db provider. I added it as a prerequisite in InstallShield. Go to Tools / Prerequisite Editor to add a new prereq to your install project. On the Conditions tab, you will most likely want to make sure that a registry key exists for the provider you want.
Then on the Files to Include tab, add a reference to a local file (or url) for the provider you need.
Not a complete answer, but hopefully gets you going in the right direction.

Development Environment for RIDC in Java

I need to write code that communicates to Oracle Content Server 11g in Java. My understanding is that it's done using RIDC (Remote Intradoc Client).
The best I can find on getting started is this:
http://docs.oracle.com/cd/E23943_01/doc.1111/e10807/c23_ridc.htm
However, it doesn't cover the development environment setup. Where do I get the pieces to get started? I'm assuming I need JDeveloper R1, is that correct? Where do I download the SDK? Thanks.
TD
You need to install WebCenter Support API in JDeveloper. Search for the updates shown in the following image in Help->Check for Updates.
I am in PS6.
You do not need the Oracle WebCenter Portal extensions nor JDeveloper.
You can develop code using the RIDC library with any IDE, all you need is to make sure you have the correct version of the RIDC jar file on your classpath. You can obtain it from your Oracle_ECM1 installation home, in the /ucm/Distribution/RIDC folder.

How to import data from Bugzilla version 3.0 to latest 4.2. I am using MySQL database

I have installed new version on Linux Centos. I am older version installed on anther machine. Now want to import all old data to the latest version. Kindly leave suggestion if you have gone through this process.
This is all well documented in the Bugzilla wiki. See https://wiki.mozilla.org/Bugzilla:Move_Installation
Once your database is reloaded where you want you just need to process like explain here and BugZilla will check your database and upgrade it all alone . The tool works perfectly for having tested successfully an upgrade from bgz 2.2.21 to 3.5 ;)

Resources