I am looking into integrating our Spotfire reports into our CI process. Currently we manually export and import the reports into each environment via the Spotfire thick client.
I would prefer to control this via a batch script that would integrate with our SCM. My main issue is that I have not been able to find any information about the spotfire windows server CLI.
here https://docs.tibco.com/pub/spotfire_server/5.0.0-nov-2012/TIB_SSDoc_ServerInstallationManual.pdf there are two commands
export‐library‐content Exports content from the library
import‐library‐content Imports content into the library
hope this helps
I am not sure i got your question but maybe that can help you https://docs.tibco.com/products/tibco-spotfire-automation-services-5-0-0
Full disclosure: I work for TIBCO Spotfire.
The server CLI in 5.0 supports export and import of Library content. Please refer to TIBCO Spotfire Server the pages 209 and 215 in the TIBCO Spotfire Server 5.0.1 Installation and Configuration Manual.
Related
Anybody working in oracle jet please help me to develop a website for my application.
Is this best for Website building? please tell me...
Yes you will get all graph and ready made components and few commands will help you to create production ready code
https://www.oracle.com/webfolder/technetwork/jet/globalGetStarted.html
go to this page use Command Line Tooling option
Use the cookbook from oracle for oracle jet .
https://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html
set up a project as per requirement and start working on it. not sure whats you exact requirement as per question.
Oracle jet is good for building SPA, it has built components makes web development easy rather than one coding their components.
I am taking a course on Coursera and we have been asked to use the community version of Pentaho Business Analytics (PBA).
I have download the latest PBA server and plugin for Pivot4J, however, when I launch the web interface and click on new, I do not see the Create Pivot4J View as shown in most demos.
I have launched the interface on 2 systems with Windows 8.1 Pro and Windows 10 Pro OS running on them.
Can someone help me out please as the deadline for me to turn in my work is in 3 days?
Thank you.
Please see screenshot below of what I have tried to explain above.
http://localhost:8080 Home Page
Try with 0.9 version from pivot4j site and maybe Pentaho 6 version is note yet supported so try 5.4 ba server.
You should download and unzip Pivot4J plugin into: ./pentaho-solutions/system folder in the BIserver, follow:
this link
or if this still does not show the pivot4j option you can install it through the Marketplace, there you can install/unistall pluggins, including pivot4j.
After you install or update stop and start the server and it will work.
When you unzip the file pivot4j-pentaho-0.9-plugin.zip it will create a folder called pivot4j. Don't move the contents in the folder move the entire folder to:
C:\program files\pentaho\biserver-ce\pentaho-solutions\system\pivot4j\
This is will work if you are not seeing the plugin in the drop down in Pentaho.
Granted everything else was done correctly.
I am trying to install an Eclipse plugin in Domino Designer. There are many useful tutorials how to do it. However, when I enter the remote site in the Application Locations window > Remote Location
http://mercurialeclipse.eclipselabs.org.codespot.com/hg.wiki/update_site/stable
I get this error code:
CWPPR0031W: The requested provisioning operation(s) completed with partial success.
Network connection problems encountered during search.
Unable to access "http://mercurialeclipse.eclipselabs.org.codespot.com/hg.wiki/update_site/stable".
Unable to access site: "http://mercurialeclipse.eclipselabs.org.codespot.com/hg.wiki/update_site/stable" [Server returned HTTP response code: "403 Forbidden"
My company uses a proxy server to access the internet. I suspect, the error is caused By Domino Designer trying to access the link directly. Is there any way to tell Designer to go through our proxy server?
It looks like you're trying to install Mercurial into Domino Designer. I know in the past David Leedy and Declan Lynch had to install older versions, because Domino Designer is based on an older version of Eclipse. I'm not sure of the details for that. But I know both David and Declan now recommend using SourceTree for management of local mercurial source control repositories. It's better documented (several NotesIn9 episodes as well as Show 103 from Connect 2014 which I presented with Declan) and mor Domino developers use it (as well as non-Domino developers) so if you hit problems, there will be more of a cummunity to help.
All of those settings will be handled by the location set in the Notes client.
Go to File>Preferences>Locations> and edit the current location
In the basics tab there is an option for proxy configuration. You should be able to drop in all of your configs right there.
this site helps me to install a eclipse color theme for the domino designer.
http://www.intec.co.uk/update-site-for-eclipse-coloor-themes/
first I had the same proxy problem like you, but this guide helps me, perhaps you to.
I am developing a meteor project which requires a deck-offline function.
The idea of deck-offline means you can download a group of files to local pc from server side.
I found a similar js file which provide an solution for it, the url is https://github.com/piatra/kreator.js/blob/master/lib/kreator-download.js.
So I want to ask if there is some package or api can implement the download file function from server side.
I have found great use for CollectionFS:
https://atmospherejs.com/package/collectionFS
How to install packages from atmosphere can be found here:
https://atmospherejs.com/docs/installing
Hope this suits your needs.
I am very new in developing a plugin for Oracle Enterprise manager. I have setup my work environment(installed Adobe Flex builder,Extensibility Development Kit(Edk) and all). I have also succesfully deployed a sample plugin to OEM grid control. Now I have a few queries which can be solved by someone who already done plugins in OEM(Hope SE contains some). I have posted in oracle's forum,but getting no response. Here are my queries:
1) Is it possible to add the Sample plugin created also to be listed when selecting the targets from Enterprise>Monitoring>Logs? If yes, how can I do that.
2) Also, in that case can I add a custom UI instead of showing logs in table.
Thanks in advance!!
For those who came across the same problem and get here through google,
please go to https://forums.oracle.com/forums/thread.jspa?threadID=2481432&tstart=15 for details.