Quantcast
Channel: Pentaho Community Forums
Viewing all 16689 articles
Browse latest View live

Troubles in configuring Pentaho 5.0.1 CE with Oracle RAC repository

$
0
0
Hi everybody!
I'm trying to configure Pentaho 5.0.1 CE with my own Oracle 10g repository.
I've followed the instructions in the "Install BA Server with Your Own BA Repository" manual of the Infocenter, but i still can't make the system work.

The "catalina.out" file shows these errors when i try to connect to Pentaho:
Code:

Jun 23, 2014 2:40:34 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib
Jun 23, 2014 2:40:36 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Jun 23, 2014 2:40:36 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1768 ms
Jun 23, 2014 2:40:36 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Jun 23, 2014 2:40:36 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.36
Jun 23, 2014 2:40:36 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor pentaho.xml
Jun 23, 2014 2:40:40 PM org.apache.catalina.startup.ContextConfig validateSecurityRoles
INFO: WARNING: Security role name PENTAHO_ADMIN used in an <auth-constraint> without being defined in a <security-role>
14:40:43,334 ERROR [ContextLoader] Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'filterChainProxy' defined in file [/home/pentaho/server/biserver-ce/pentaho-solutions/system/applicationContext-spring-security.xml]: Invocation of init method failed;
nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'basicProcessingFilter' defined in file [/home/pentaho/server/biserver-ce/pentaho-solutions/system/applicationContext-spring-security.xml]: Cannot resolve reference to bean 'authenticationManager' while setting bean property 'authenticationManager';
nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authenticationManager' defined in file [/home/pentaho/server/biserver-ce/pentaho-solutions/system/applicationContext-spring-security.xml]: Cannot create inner bean 'pen:bean#58dbb62c' of type [org.pentaho.platform.engine.core.system.objfac.spring.BeanBuilder] while setting bean property 'providers' with key [0];
nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pen:bean#58dbb62c': FactoryBean threw exception on object creation;
nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.providers.dao.DaoAuthenticationProvider#1' defined in file [/home/pentaho/server/biserver-ce/pentaho-solutions/system/applicationContext-spring-security-jackrabbit.xml]: Cannot create inner bean 'pen:bean#43c8c168' of type [org.pentaho.platform.engine.core.system.objfac.spring.BeanBuilder] while setting bean property 'userDetailsService';
nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pen:bean#43c8c168': FactoryBean threw exception on object creation;
nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cachingUserDetailsService' defined in file [/home/pentaho/server/biserver-ce/pentaho-solutions/system/pentahoObjects.spring.xml]: Cannot resolve reference to bean 'UserDetailsService' while setting constructor argument;
nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'UserDetailsService': FactoryBean threw exception on object creation; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService' defined in file [/home/pentaho/server/biserver-ce/pentaho-solutions/system/applicationContext-spring-security-jackrabbit.xml]: Cannot resolve reference to bean 'userRoleDaoTxn' while setting bean property 'userRoleDao';
nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRoleDaoTxn' defined in file [/home/pentaho/server/biserver-ce/pentaho-solutions/system/repository.spring.xml]: Cannot resolve reference to bean 'userRoleDao' while setting bean property 'target';
nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRoleDao' defined in file [/home/pentaho/server/biserver-ce/pentaho-solutions/system/repository.spring.xml]: Cannot resolve reference to bean 'adminJcrTemplate' while setting constructor argument;
nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adminJcrTemplate' defined in file [/home/pentaho/server/biserver-ce/pentaho-solutions/system/repository.spring.xml]: Cannot resolve reference to bean 'jcrAdminSessionFactory' while setting bean property 'sessionFactory';
nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jcrAdminSessionFactory' defined in file [/home/pentaho/server/biserver-ce/pentaho-solutions/system/repository.spring.xml]: Cannot resolve reference to bean 'jcrRepository' while setting constructor argument;
nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jcrRepository' defined in file [/home/pentaho/server/biserver-ce/pentaho-solutions/system/repository.spring.xml]: Invocation of init method failed;
nested exception is org.apache.jackrabbit.core.config.ConfigurationException: Duplicate configuration element FileSystem in Repository.
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1338)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
....<MORE org.springframework errors>....

Jun 23, 2014 2:40:43 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Jun 23, 2014 2:40:43 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/pentaho] startup failed due to previous errors
14:40:43,830 ERROR [Logger] Error: Pentaho
14:40:43,830 ERROR [Logger] misc-org.pentaho.platform.engine.core.system.PentahoSystem: PentahoSystem.ERROR_0015 - Error while trying to execute shutdown sequence for org.pentaho.platform.engine.services.connection.datasource.dbcp.PooledDatasourceSystemListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ICacheManager' defined in file [/home/pentaho/server/biserver-ce/pentaho-solutions/system/pentahoObjects.spring.xml]: Instantiation of bean failed;
nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.pentaho.platform.plugin.services.cache.CacheManager]: Constructor threw exception;
nested exception is java.lang.NullPointerException
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:883)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:826)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
....<MORE org.springframework errors>....

Do you have an idea of what kind of errors i'm doing??
I'm a newbie tranining student, so i'll be forever thankful for any kind of help you could give to me.. :D

Jimmy

How excel input stage handles float values

$
0
0
Hi,

I am a beginner to Pentaho, I have worked with Python using xlrd module to convert xlsx files to text files and recollect that precession of floats may be compromised where the values can't be truely represented by single precession floats Ex- 2.11 will be fetched as 2.1099999999999999

Just used the Excel input stage and fetched a float as string and see that data is fetched as it apears in the excel and also no issue when the field is read as number with length 18 precession 16 , just curious to know how pentaho handles this.

Thanks

transform id in text from json input

$
0
0
Hi,
hi have 2 flows data

FLOW1 - first flow data

tb.col1 tb.col2 tb.text
bla bla bla 9
bla bla bla 21

secondo flow data is json {[{"id":9,"text":"hello world"},{"id":21,"text":"bye bye"},{"id":100,"text":"hi people"}]}

FLOW2 - in my trasformation i have this:
id text
9 hello world
21 bye bye
100 hi people


now i want replace the value (or new constant value) tb.text with the FLOW1.tb.text = FLOW2.id[FLOW1.tb.col2]



it's possibile make this join?how?

which object must i use?



RESULT THAT I WILL WANT
---------------------------------------------------
tb.col1 tb.col2 tb.text
bla bla bla 9 hello world
bla bla bla 21 bye bye

File Structure validation (Header Validation)

$
0
0
I have a text file input that has a header with certain columns. Before validating the data in the file we would need to do the file level validation. If the number of columns is less than certain number then the file should be invalidated and transformation should be invalidated. I did search the pentaho forum and other forums. But not able to find the solution. I did try the modified java script but was not able to read the first line in the file . BTW the file is comma delimited. Please suggest a suitable step to achieve this.

Regards,
Sankar

3 quick CDE table addin snippets

$
0
0
Gonçalo shared some very interesting tips for extending the CDE Table Component. Why not share with a larger group? :)



Hey,


I have some code I've been pilling up for several things and, with a lack of time to properly structure it for sharing, I'd thought I'd put it on github gists.
To start with, I have 3 addIns that might be of interest to someone... or not. In any case, here they are:


* cccChart: calls a generic cccChart, with the type, options and data transformation function being controllable. In theory, you could even serialise a standard CDA-like JSON in each of the cells, and simply pass a de-serialisation function to the addIn.
https://gist.github.com/gundisalwa/3888f0887eb65dfde8e6


* dynamicColType: an addIn that allows you to control, cell by cell, what addIn is called. Imagine you want to control the addIn that renders a cell based on analysis of the data, for example. Caveat: needs the component name to be passed as an option.
https://gist.github.com/gundisalwa/cdb067df2801fe5b63ca


* liquidDataBar: a version of dataBar which will adapt to its container inherently, fixing the issues with column resize while re-rendering. Caveat: no idea what happens in IE8, and not really interested in knowing.
https://gist.github.com/gundisalwa/fd47fa5620c75c0049d7


In the future, I'll add any more snippets like these to my github gists, as well.


Hope they are useful.


Enjoy!


(Rofl, english?...)
See, Gonçalo? This is why I ask for things in English :)

More...

CDE dashboarb - css can't be edited

$
0
0
Hello,

I have a problem when I try to use a css resource. I create and save a css file, but when I click ... the window for editing is opened, but the file path doesn't appear in the left corner, so I can't edit the file. How can I solve it?

Another question, where is that file in my pc?

I'm using biserver 5.0.1 and cde from the marketplace.

Thanks

Edit: I have the same problem wiith javascript resource.
Edit2: I select external file option.

CDE - BTable - Filter Between

$
0
0
I have created my dashboard with CDE and BTable. It is working very good!!..

Now Im trying to add a new filter to the BTable, following this post http://forums.pentaho.com/showthread...mension-change. I have added the following in the PreExecution:
function() {
this.filters = [["[Day]", "[2014-06-21]"]];
}

In this case is working, because is only one value.

The problem Im facing is that Im trying to get the BTable with a range period... How should I create that function so BTable can get the data from 2014-06-01 to 2014-06-21 ???

Thanks a lot for your help!

Error: "Unable to parse the document"

$
0
0
Hi,

I came up with my own .prpt file using the Report Designer (version 5.0.1, Community Edition). I downloaded the SDK from the Pentaho website and customized Sample1.java to use my custom-built file. But my program ends up in an "Unable to parse the document" error. The full stack trace is pasted below for your reference:

Could any of you guide me through this?



org.pentaho.reporting.libraries.resourceloader.ResourceCreationException: Unable to parse the document: ResourceKey{schema=org.pentaho.reporting.libraries.docbundle.bundleloader.ZipResourceBundleLoader, identifier=content.xml, factoryParameters={org.pentaho.reporting.libraries.resourceloader.FactoryParameterKey{name=repository}=org.pentaho.reporting.libraries.repository.zipreader.ZipReadRepository@f8fb28, org.pentaho.reporting.libraries.resourceloader.FactoryParameterKey{name=repository-loader}=org.pentaho.reporting.libraries.docbundle.bundleloader.ZipResourceBundleLoader@3129a6}, parent=ResourceKey{schema=org.pentaho.reporting.libraries.resourceloader.loader.URLResourceLoader, identifier=file:/C:/Users/CPST174/workspace/pre-classic-sdk-5.0.1-stable/PentahoReportingEngineSDK/samples/eclipse-bin/org/pentaho/reporting/engine/classic/samples/FirstSample2.prpt, factoryParameters={}, parent=null}}
at org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlResourceFactory.create(AbstractXmlResourceFactory.java:250)
at org.pentaho.reporting.libraries.resourceloader.DefaultResourceManagerBackend.create(DefaultResourceManagerBackend.java:270)
at org.pentaho.reporting.libraries.resourceloader.ResourceManager.create(ResourceManager.java:419)
at org.pentaho.reporting.libraries.resourceloader.ResourceManager.create(ResourceManager.java:378)
at org.pentaho.reporting.libraries.resourceloader.ResourceManager.createDirectly(ResourceManager.java:214)
at org.pentaho.reporting.engine.classic.samples.Sample1.getReportDefinition(Sample1.java:66)
at org.pentaho.reporting.engine.classic.samples.AbstractReportGenerator.generateReport(AbstractReportGenerator.java:162)
at org.pentaho.reporting.engine.classic.samples.AbstractReportGenerator.generateReport(AbstractReportGenerator.java:130)
at org.pentaho.reporting.engine.classic.samples.Sample1.main(Sample1.java:125)
Caused by: org.pentaho.reporting.libraries.xmlns.parser.ParseException: Failure while loading data: layout.xml [Location: Line=5 Column=11]
at org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler.performExternalParsing(AbstractXmlReadHandler.java:337)
at org.pentaho.reporting.engine.classic.core.modules.parser.bundle.content.ContentRootElementHandler.parseLayout(ContentRootElementHandler.java:342)
at org.pentaho.reporting.engine.classic.core.modules.parser.bundle.content.ContentRootElementHandler.parseLocalFiles(ContentRootElementHandler.java:331)
at org.pentaho.reporting.engine.classic.core.modules.parser.bundle.content.ContentRootElementHandler.doneParsing(ContentRootElementHandler.java:307)
at org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler.endElement(AbstractXmlReadHandler.java:163)
at org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler.endElement(RootXmlReadHandler.java:586)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
at org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlResourceFactory.create(AbstractXmlResourceFactory.java:237)
... 8 more
Caused by: org.pentaho.reporting.libraries.resourceloader.ResourceCreationException: Unable to parse the document: ResourceKey{schema=org.pentaho.reporting.libraries.docbundle.bundleloader.ZipResourceBundleLoader, identifier=layout.xml, factoryParameters={org.pentaho.reporting.libraries.resourceloader.FactoryParameterKey{name=repository}=org.pentaho.reporting.libraries.repository.zipreader.ZipReadRepository@f8fb28, org.pentaho.reporting.libraries.resourceloader.FactoryParameterKey{name=::Include-parser}=true, org.pentaho.reporting.libraries.resourceloader.FactoryParameterKey{name=::Report}=org.pentaho.reporting.engine.classic.core.MasterReport={name="", type="master-report"}, org.pentaho.reporting.libraries.resourceloader.FactoryParameterKey{name=prpt-spec-version}=5000001, org.pentaho.reporting.libraries.resourceloader.FactoryParameterKey{name=repository-loader}=org.pentaho.reporting.libraries.docbundle.bundleloader.ZipResourceBundleLoader@3129a6, org.pentaho.reporting.libraries.resourceloader.FactoryParameterKey{name=property-expansion}=false}, parent=ResourceKey{schema=org.pentaho.reporting.libraries.resourceloader.loader.URLResourceLoader, identifier=file:/C:/Users/CPST174/workspace/pre-classic-sdk-5.0.1-stable/PentahoReportingEngineSDK/samples/eclipse-bin/org/pentaho/reporting/engine/classic/samples/FirstSample2.prpt, factoryParameters={}, parent=null}}
at org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlResourceFactory.create(AbstractXmlResourceFactory.java:250)
at org.pentaho.reporting.libraries.resourceloader.DefaultResourceManagerBackend.create(DefaultResourceManagerBackend.java:270)
at org.pentaho.reporting.libraries.docbundle.BundleResourceManagerBackend.create(BundleResourceManagerBackend.java:168)
at org.pentaho.reporting.libraries.resourceloader.ResourceManager.create(ResourceManager.java:419)
at org.pentaho.reporting.libraries.resourceloader.ResourceManager.create(ResourceManager.java:378)
at org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler.performExternalParsing(AbstractXmlReadHandler.java:327)
... 25 more
Caused by: org.pentaho.reporting.libraries.xmlns.parser.ParseException: Failed to instantiate the specified preprocessor 'org.pentaho.reporting.engine.classic.wizard.WizardProcessor' [Location: Line=3 Column=85]
at org.pentaho.reporting.engine.classic.core.modules.parser.bundle.layout.LayoutPreprocessorReadHandler.startParsing(LayoutPreprocessorReadHandler.java:66)
at org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler.startElement(AbstractXmlReadHandler.java:116)
at org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler.recurse(RootXmlReadHandler.java:330)
at org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler.startElement(AbstractXmlReadHandler.java:133)
at org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler.startElement(RootXmlReadHandler.java:469)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
at org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlResourceFactory.create(AbstractXmlResourceFactory.java:237)
... 30 more
Exception in thread "main" java.lang.NullPointerException
at org.pentaho.reporting.engine.classic.samples.AbstractReportGenerator.generateReport(AbstractReportGenerator.java:177)
at org.pentaho.reporting.engine.classic.samples.AbstractReportGenerator.generateReport(AbstractReportGenerator.java:130)
at org.pentaho.reporting.engine.classic.samples.Sample1.main(Sample1.java:125)

CmdRunner - AggGen

$
0
0
Hi all,

I'm with a problem. I want to use CmdRunner with AggGen to issue a MDX query, and generate a script to create and populate tge appropriate aggregate tables to support that MDC query, but I can't run CmdRunner in Windows 7.

Can someone help me, or show me some tutorial on how to install CmdRunner?

I follow this http://mondrian.pentaho.com/document...r.php#Building but got no good result... because the documentation is oriented to Linux...

Thanks in advance.

Convert MongoDB BSON UUID's to strings.

$
0
0
I trying to process documents from a MongoDB collection with several fields containing BSON UUID's. I'm currently assigning the BSON UUID data to Binary type fields and attempting to use the Modified Java Script Value step with the mongo-java-driver to decode the UUID's. However, I'm not having much success as the driver's BasicBSONDecoder fails to parse the binary fields correctly. Is there another suggested method for handling BSON UUID's with Kettle/Spoon?

Neglecting features without 'removing'

$
0
0
Hi,

While performing clustering, i want to neglect some features(attributes). If i use remove, they would not appear in the clustered values as well (as expected). But i need some features to be available in the clusters but not be used for clustering. E.g. if i have features A,B,C & D, i want to use only B,C & D for clustering. But A is important for me and i can not recover it later if i use remove. How can i handle this?

Thanks ,
Saurabh

Values for new Bootstrap3 columns in CDE OR how to get lastest TRUNK before version

$
0
0
Hi Pedro & Forum,

I've seen the latest build of CDE/CDF which supports bootstrap3 grid system in 4 different devices.

What kind of values below option supports
Extra Small Devices, Small Devices,Medium Devices, Large Devices..

Row 1:
Column 1
Column 2
Column 3

(I have tried : for instance : 72px in one case, @media (max-width: 480px) { ... }, and so on for all the 3 columns for above 4 options but failed to find side by side columns instead one under another).


I had a column of 3 panel layout in html code.. I have Upgraded CDE/CDF/CDA and now that layout has gone and the panels are coming one under another.
Earlier also I was using TRUNK of CDE/CDF/CDA and now also using TRUNK(upgraded TRUNK)...

Is there any way I can revert back or how this new grid system support b'z I have few dashboards which lost their grid styles ....


Need inputs on the scenario to make my dashboards working as earlier.. (I guess I may need to remove the html code if I go with new properties for column - Earlier divided a column to fit 3 bootstrap panels )..


Thank you.
SADAKAR
BI developer

scope of variables in parallel jobs/transformations

$
0
0
Hello!

I have a variable, ${JobBatchId}, which gets set by the "Get System Info"-step to "Parent Job Batch ID" first thing in the first transformation of a job. The idea is to have a unique identifier for all that is to come.
Now I discovered that if this root job is run in parallel, the variable gets overwritten (at least it seems so). So my question is: is the variable valid on object or instance level? (don't know if that's the right terminology but what I mean is: does it exist once for all parallel run instances of this job or once in each instance?)

Thanks for your help!
/D

Clusters Number

$
0
0
Hello mark, hello all,
I had a question for the clustering technique, for example the hierarchical clustering algorithm.
how I can specify the number of clusters or how I can choose what number.
Thank you

Web Service Lookup Step - Passing array as parameters

$
0
0
Hai All,
Is it possible to send an array to a webservice lookup step as input parameters.
If possible please help...

Thank you..

Hadoop Training by Vast Experienced Trainers in India | UK | USA | Canada

$
0
0
Hadoop Online Training by Biginfosys is the best opportunity for students. Hadoop is one of the most in demand data analysis module. Hadoop Online Training is mostly preferred by on job professionals because they can do the course from their home, irrespective of where they are located, and at their flexi time. All our faculty is dedicated so that we can complete your course as per the schedule given we also also you to record the classes from your end so that you can refer the classes once again when ever is required.We have completed more than 200 Hadoop batches through Online Hadoop Training program

Some of Hadoop topics Covered by our professionals:

BIG Data Hadoop Architecture

✔Introduction to BIG Data Hadoop
✔Parallel Computers vs. Distributed Computing technique
✔Hadoop Instalation on your system
✔How to install Hadoop cluster on multiple nodes
✔Hadoop Daemons introduction: Name Node, Data Node, Job Tracker and Task Tracker
✔Exploring the HDFS Apache Web UI & Exploring HDFS (Hadoop Distributed File System)
✔architecture of Name Node (FsImage, EditLog & location of replicas) Secondary Name Node architecture
✔Data Node architecture

And many more sub topics are there, for more details go to through the our Professional website

Please call us for the Demo Classes we have regular batches and weekend batches.

Contact Number: +1 303 495 3408,

Email: info@biginfosys.com,

Web: http://biginfosys.com/hadoop-online-training.html

General Settings are nor visible in Dashboard. Plz Help

Test multiple regex on each document

$
0
0
Hi !

I am getting all documents from a mongodb collection (millions), and I have a lot of regex in a postgreSQL.
I wanted to test each regex until one match on multiple fields containded in documents.

Do you have any idea how to do that ?

I tried with a Filter Row step, but I can't figure how to loop over all regex from postgreSQL.

Anthony

Why this error ? initializing XUL runner: Error invoking method: mantleXulHandler.ini

$
0
0
Have started BI server... some times it's giving initializing XUL runner: Error invoking method: mantleXulHandler.init() error message in popup but the console is loading after clicking OK ....

PDI 4.4 - Visualize - Charts will not display within PDI

$
0
0
Screen_error.jpgError_Msg.JPG

Error Message: TypeError: Unable to get property 'getAttribute' of undefined or null reference.

Win 7 SP1 Professional 64 bit
Java 7_60 64 bit
IE 11
Firefox 30
Attached screenshots

Pivot table is working fine, charts is not. Trying to pull together a proof of concept for my company.

Is there a workaround for this?

Thanks, AA
Attached Images
Viewing all 16689 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>