Is there any documentation with integrating icinga2 IDo format with MS-SQL database. Currently I can only find mysql or postgres addons.
I am unfortunately stuck to ms-sql as the only db option so cannot integrate icinga2 with mysql , mariadb or postgres
After following up with the icinga dev team on their mailing list ,I figured out that icinga2 currently does not support mssql or oracle and does not have any plans on doing so in the near future.
Since the feature is not supported in their "core" , it is not supported by any of the icinga UI's as well
Related
Im unable to get any connectivity to Oracle 7.3 using the current SSMA from Microsoft. There is no legacy download anymore and i think i need an older version, 6.0. I keep getting two-task connection potocol errors when I use the tnsnames method to define a service. This works with the schema manager in the legacy oracle tools but no matter what i try Im unable to get a connection in the new SSMA without seeing that error. I should say im on a windows 7 vm for legacy reasons.
I have tried using a linked server in sql 2008 and 2012 which would allow me to make views. I could then bring it into Entity Framework, which is the ultimate goal, but same result as above.
Anyone had a similar issue and happen to have an older SSMA?
Client/Server Interoperability Support [ID 207303.1]
For Oracle Server 7.3 you need oracle client 7.3 or 8.0.5-8.1.7 or 9.0
Oracle8 i 8.1.7 Documentation
To configure oracle client SQL*Net V1, V2 ,tnsnames.ora read SQL*Net FAQ
I installed Oracle 7.3 very long ago in 1996 :).
Update
You can migrate to the free version of the Oracle 11 XE version or use an RDS instance of Oracle in the Amazon cloud with free 1-year service .
Use the utility exp and imp. These utilities are no longer being developed and are not supported, but are necessary for migration from very old versions.
Migration plan:
Define the necessary schemes and users for migration in the source
database, table spaces.
Install the free version of Oracle 11 or create an RDS instance of Oracle in the Amazon cloud with free 1-year service.
Create the required tablespaces.
Create profiles, users and roles.
Import the dump file.
Make the migration in mssql.
I am using WebSphere application server for deploying my EAR Application . I have DB2 Database in that server . Now i am trying to Deploy same Application on Jboss application server with PostgreSQL. I need to change the existing DB2 database to PostgreSQL . I have researched about this topics and finally i got some useful tools .
https://github.com/dalibo/db2topg
https://wiki.postgresql.org/wiki/Converting_from_other_Databases_to_PostgreSQL
Now i want SQL dump of my DB2 schema for converting DB2 to PostgreSQL . I want to know whether can i get SQL dumps of DB2 from the application server of WebSphere ? Or any other methods to convert DB2 to PostgreSQL ? Any suggestion will be helpful to me to solve this problem .
No, WebSphere Application Server does not provide a general means to export the schema of a DB2 database. A google search for export db2 schema will provide you multiple ways to do it using DB2. Again a google search for convert schema from db2 to postgres yields numerous tools to migrate schemas including a postgres wiki.
Has anyone got any experience using a database othe than DB2 for an IBM InfoSphere 11.3.1 repository?
In 11.3.1, IBM added support for Oracle and SQL Server databases as the repository, and I'm curious to know what pros/cons other's may have run into using something other than DB2 since it's a new "feature".
Thanks!
Good day. :D
I'm in some trouble configuring BonitaBPM with Ms Sql database.
Already searched a lot on the internet but many of the examples used in mysql show, it tried to do the same, so that the problem that the files mentioned in the articles do not exist in my folders setup Bonita (Bundle, etc.).
I try to configure the file that links to BD's but gives a runtime error.
My goal is to use Ms Sql as the primary database, thus making the emigration of all tables in Bonita to SQL DB.
I would like to receive an example how to do this configuration.
Thank you already.
Actually Bonita BPM 6 can be configured to use Microsoft SQL Server 2012 (Bonitasoft provide official support for such configuration) but only with the JBoss bundle or other supported applications server such as Oracle WebLogic.
That is because:
Apache Tomcat is not a full Java EE application server
An extra library (Bitronix) is included to provide transaction management support
Bitronix has known issues with SQL Server
So only solution I may suggest is to switch to JBoss bundle, or, if possible, use an alternative DBMS such as PostgreSQL.
Sorry to not be able to come with a better option but here we facing a limitation of Bitronix library.
I'm having a tough time integrating moodle with sqlserver through FREEDTS even after reading the documentation in the moodle site.
I've setup the settings in freedts.conf,php.ini and Config.php.
But, inspite of all this it does not connect to my database. I'm using SQL Server 2008.
What could I possibly be missing?
Thanks.
Have you built PHP with support for FreeTDS as described in the FreeTDS User Guide?
I was able to get it running with SQL Server 2008 and IIS by following the guide from BFC Networks. The primary thing was using SQL Server 2.0 for PHP to complete the integration.