Is there a way to connect to a 4D database from Microstrategy? Thanks.
Connecting to 4D database using Microstrategy
72 Views Asked by Shawn A At
1
There are 1 best solutions below
Related Questions in MICROSTRATEGY
- Python warnings filter is not hiding this DeprecationWarning
- It's possible write data in Microstrategy?
- Filtering through Calculations in MicroStrategy
- MSTR Dossier - How do I link one attribute to another so that when I remove/add one attribute, the other attribute automatically goes with it?
- Link between 2 dataets with outerjoin in MicroStrategy Dossiers
- Optimal Update Strategy for Microstrategy with mstrio-py
- MicroStrategy Library api fails due to missing idToken
- Accessing data in GCE persistent disk from .net App deployed in Cloud Run
- React Native Webview custom html doesn't work with external link
- MicroStrategy Prompt Answer Get Month
- CXInsifht on Docker YML file error: parsing /gcxi_temp/docker-compose.yml: yaml: line 10: did not find expected key
- Dynamically show images into a Microstrategy dossier based on a metric, an attribute or a text field
- How to sort slices in a MicroStrategy pie chart?
- MicroStrategy Web - Forgot Password function in Login Page
- SOAP service with microstrategy
Related Questions in 4D-DATABASE
- The SQL contains 0 parameter markers, but 5 parameters were supplied
- How to efficiently compute checksum on core-data attribute for online verification?
- Looped .Refresh causing slow Excel
- Connecting to 4D database using Microstrategy
- How does the create entity selection works in the 4D database?
- Export data from 4D database / convert 4D-database to free SGBD
- ODBC C# Issue - The specified DSN contains an architecture mismatch between the Driver and Application
- .bat file not running when executed by app as windows service
- How to execute Oracle PL/SQL stored procedures & functions inside of 4D?
- 4D Database ORDA Query: Query Using Length of Related Records
- 4D SQL (v15.6): mix of JOINS + WITH clause + INNER queries on FROM, SELECT
- ORDA: How can I query field value against a field value?
- How to set entry filter for 24 hour time format in the listbox column in 4d database
- ORDA: How do I specify field order when using entitySelection.toCollection()?
- How Can I Avoid Throwing Errors From Incorrect FieldNames in EntitySelection.toCollection($fieldNames)
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Did you ever find a solution to this? The problem is all the 4D Devs live on the 4D forums and don't visit SO so much. Having a quick look at a Microstrategy it should be able to connect to 4D as a SQL source-you would need the 4D SQL drivers in your Microstrategy (sorry don't know Microstrategy at all) and the developer of the 4D system will have had to allow an SQL Connection on their system(this is just a setting on the server) In my previous role we used a product called Phocas(similar to Microstrategy) and that was consuming data from 4D and from Sage and others too.. Hope that helps!