Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Cannot connect to datasource in deployed report(Oracle database connection problems)
Cannot connect to datasource in deployed report [message #529259] Fri, 23 April 2010 15:58 Go to next message
Bill Sloan is currently offline Bill SloanFriend
Messages: 7
Registered: March 2010
Junior Member
I'm at my wits end!
I've built a simple report using BIRT that extracts data from a remote Oracle 11g database (Maximo v7 app). The report connects to the database and runs fine in the BIRT Web viewer.
When I attempt to run the report in a web environment it fails. Reading the log file there is a problem opening the database connection.

I'm very much a BIRT (and Java) newbie, so I'm looking for as much of a 'cookbook' solution as possible.

Configuration info:
Apache Tomcat 6.0.20
Eclipse BIRT 2.5.2

both are running on the same machine: Windows Server 2003

I've copied the ojdbc5.jar driver file to the BIRT runtime drivers subfolder (/Viewer/WEB-INF/plugins/org.eclipse.birt.report.data.oda.jd bc_2.5.2.v20100205/drivers)

Data source definition xml extract from the .rptdesign file:
<data-sources>
<oda-data-source extensionID="org.eclipse.birt.report.data.oda.jdbc.dbprofile " name="maximo Data Source" id="210">
<list-property name="privateDriverProperties">
<ex-property>
<name>org.eclipse.datatools.connectivity.db.connectionProperties </name>
</ex-property>
<ex-property>
<name> org.eclipse.datatools.connectivity.oda.profile.db.provider.i d </name>
<value> oracle.eclipse.tools.database.connectivity.db.connectionProf ile </value>
</ex-property>
<ex-property>
<name>org.eclipse.datatools.connectivity.db.savePWD</name>
<value>true</value>
</ex-property>
<ex-property>
<name>org.eclipse.datatools.connectivity.drivers.defnType</name >
<value>oracle.eclipse.tools.database.11.driverTemplate</value >
</ex-property>
<ex-property>
<name>org.eclipse.datatools.enablement.oracle.catalogType</name >
<value>USER</value>
</ex-property>
<ex-property>
<name>org.eclipse.datatools.connectivity.driverDefinitionID </name>
<value> DriverDefn.oracle.eclipse.tools.database.11.driverTemplate.O racle Database 11g Driver Default</value>
</ex-property>
<ex-property>
<name>org.eclipse.datatools.connectivity.db.version</name>
<value>11</value>
</ex-property>
<ex-property>
<name>org.eclipse.datatools.connectivity.db.vendor</name>
<value>Oracle</value>
</ex-property>
</list-property>
<property name="databaseName">MAXIMODB</property>
<property name="username">maximo</property>
<encrypted-property name="password" encryptionID="base64">bWF4aW1v</encrypted-property>
<property name="URL">jdbc:oracle:thin:@192.168.0.175:1521:MAXIMODB</property >
<property name="driverClass">oracle.jdbc.OracleDriver</property>
<property name="jarList"> C:\eclipse-reporting-galileo-SR1-win32\eclipse\plugins\oracl e.database.driver.jdk50_11.1.0.7\ojdbc5.jar </property>
</oda-data-source>
<oda-data-source extensionID="org.eclipse.birt.report.data.oda.jdbc.dbprofile " name="Oracle Maximo" id="450">
<text-property name="displayName"></text-property>
<list-property name="privateDriverProperties">
<ex-property>
<name> org.eclipse.datatools.connectivity.oda.profile.db.provider.i d </name>
<value> oracle.eclipse.tools.database.connectivity.db.connectionProf ile </value>
</ex-property>
</list-property>
<property name="OdaConnProfileName">Oracle Maximo</property>
<property name="OdaConnProfileStorePath">C:\Documents and Settings\Administrator\Desktop\maximoprofile</property>
</oda-data-source>
<oda-data-source extensionID="org.eclipse.birt.report.data.oda.jdbc.dbprofile " name="oracle testData Source" id="451">
<text-property name="displayName"></text-property>
<list-property name="privateDriverProperties">
<ex-property>
<name>org.eclipse.datatools.connectivity.db.connectionProperties </name>
</ex-property>
<ex-property>
<name> org.eclipse.datatools.connectivity.oda.profile.db.provider.i d </name>
<value> oracle.eclipse.tools.database.connectivity.db.connectionProf ile </value>
</ex-property>
<ex-property>
<name>org.eclipse.datatools.connectivity.db.savePWD</name>
<value>true</value>
</ex-property>
<ex-property>
<name>org.eclipse.datatools.connectivity.drivers.defnType</name >
<value>oracle.eclipse.tools.database.11.driverTemplate</value >
</ex-property>
<ex-property>
<name>org.eclipse.datatools.enablement.oracle.catalogType</name >
<value>USER</value>
</ex-property>
<ex-property>
<name>org.eclipse.datatools.connectivity.driverDefinitionID </name>
<value> DriverDefn.oracle.eclipse.tools.database.11.driverTemplate.O racle Database 11g Driver Default</value>
</ex-property>
<ex-property>
<name>org.eclipse.datatools.connectivity.db.version</name>
<value>11</value>
</ex-property>
<ex-property>
<name>org.eclipse.datatools.connectivity.db.vendor</name>
<value>Oracle</value>
</ex-property>
</list-property>
<property name="databaseName">MAXIMODB</property>
<property name="username">maximo</property>
<encrypted-property name="password" encryptionID="base64">bWF4aW1v</encrypted-property>
<property name="URL">jdbc:oracle:thin:@192.168.0.175:1521:MAXIMODB</property >
<property name="driverClass">oracle.jdbc.OracleDriver</property>
<property name="jarList"> C:\eclipse-reporting-galileo-SR1-win32\eclipse\plugins\oracl e.database.driver.jdk50_11.1.0.7\ojdbc5.jar </property>
</oda-data-source>
</data-sources>


Partial log extract:

Apr 23, 2010 11:33:06 AM org.eclipse.birt.report.engine.executor.ExecutorManager$Exec utorContext executeQuery
SEVERE: An exception occurred during processing. Please see the following message for details:
exception.error
Error happens when create hierarchy:Group1.NewTabularHierarchy1.
Cannot open the connection for the driver: org.eclipse.birt.report.data.oda.jdbc.dbprofile.
Unable to open a connection with the database connection profile.
Cannot open the connection for the driver: org.eclipse.birt.report.data.oda.jdbc.dbprofile.
Unable to open a connection with the database connection profile.
org.eclipse.birt.report.data.adapter.api.AdapterException: An exception occurred during processing. Please see the following message for details:
exception.error
Error happens when create hierarchy:Group1.NewTabularHierarchy1.
Cannot open the connection for the driver: org.eclipse.birt.report.data.oda.jdbc.dbprofile.
Unable to open a connection with the database connection profile.
Cannot open the connection for the driver: org.eclipse.birt.report.data.oda.jdbc.dbprofile.
Unable to open a connection with the database connection profile.
at org.eclipse.birt.report.data.adapter.impl.DataRequestSession Impl.execute(DataRequestSessionImpl.java:580)
at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExec uteCube(DteDataEngine.java:222)
Re: Cannot connect to datasource in deployed report [message #529268 is a reply to message #529259] Fri, 23 April 2010 16:18 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Bill,

Can you try without using the connection profile? Just setup a new
datasource and connect directly instead of the connection profile?

Jason


On 4/23/2010 11:58 AM, Bill Sloan wrote:
> <property name="jarList">
> C:\eclipse-reporting-galileo-SR1-win32\eclipse\plugins\oracl
> e.database.driver.jdk50_11.1.0.7\ojdbc5.jar </property>
Re: Cannot connect to datasource in deployed report [message #529275 is a reply to message #529268] Fri, 23 April 2010 16:40 Go to previous messageGo to next message
Bill Sloan is currently offline Bill SloanFriend
Messages: 7
Registered: March 2010
Junior Member
I'm not sure I understand - I created the datasource using the Report Design New Data Source wizard and the xml is what was generated. Like I said - I'm new to BIRT, and while I've played around a bit with the connection profiles, I really don't understand what they do. How are they different from creating a data source?

Re: Cannot connect to datasource in deployed report [message #529276 is a reply to message #529275] Fri, 23 April 2010 16:45 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Bill,

Connection profiles store the connection information externally. Can
you email me the rptdesign? Did you start with a template or a blank
report?

Jason

On 4/23/2010 12:40 PM, Bill Sloan wrote:
> I'm not sure I understand - I created the datasource using the Report
> Design New Data Source wizard and the xml is what was generated. Like I
> said - I'm new to BIRT, and while I've played around a bit with the
> connection profiles, I really don't understand what they do. How are
> they different from creating a data source?
>
>
Re: Cannot connect to datasource in deployed report [message #529278 is a reply to message #529276] Fri, 23 April 2010 16:51 Go to previous messageGo to next message
Bill Sloan is currently offline Bill SloanFriend
Messages: 7
Registered: March 2010
Junior Member
I'll send you the rptdesign when I get back to the lab - later this afternoon.

I started from a blank report
Re: Cannot connect to datasource in deployed report [message #529293 is a reply to message #529276] Fri, 23 April 2010 17:38 Go to previous messageGo to next message
Bill Sloan is currently offline Bill SloanFriend
Messages: 7
Registered: March 2010
Junior Member
Here's the contents of Max7workorder.rptdesign - I couldn't locate your email address, so this is the best I can do:

<?xml version="1.0" encoding="UTF-8"?>
<report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.21" id="1">
<property name="createdBy">Eclipse BIRT Designer Version 2.5.2.v20100208 Build &lt;2.5.2.v20100210-0630></property>
<list-property name="userProperties">
<structure>
<property name="name">parentData Cube.Max 7 workorder with parent.x</property>
<property name="type">integer</property>
<property name="isVisible">false</property>
</structure>
<structure>
<property name="name">parentData Cube.Max 7 workorder with parent.y</property>
<property name="type">integer</property>
<property name="isVisible">false</property>
</structure>
<structure>
<property name="name">parentData Cube.Max 7 workorder with parent.width</property>
<property name="type">integer</property>
<property name="isVisible">false</property>
</structure>
<structure>
<property name="name">parentData Cube.Max 7 workorder with parent.height</property>
<property name="type">integer</property>
<property name="isVisible">false</property>
</structure>
</list-property>
<property name="parentData Cube.Max 7 workorder with parent.x">247</property>
<property name="parentData Cube.Max 7 workorder with parent.y">81</property>
<property name="parentData Cube.Max 7 workorder with parent.width">150</property>
<property name="parentData Cube.Max 7 workorder with parent.height">200</property>
<property name="units">in</property>
<property name="iconFile">/templates/simple_listing.gif</property>
<property name="cheatSheet"> org.eclipse.birt.report.designer.ui.cheatsheet.simplelisting </property>
<property name="bidiLayoutOrientation">ltr</property>
<property name="imageDPI">96</property>
<data-sources>
<oda-data-source extensionID="org.eclipse.birt.report.data.oda.jdbc.dbprofile " name="maximo Data Source" id="210">
<list-property name="privateDriverProperties">
<ex-property>
<name>org.eclipse.datatools.connectivity.db.connectionProperties </name>
</ex-property>
<ex-property>
<name> org.eclipse.datatools.connectivity.oda.profile.db.provider.i d </name>
<value> oracle.eclipse.tools.database.connectivity.db.connectionProf ile </value>
</ex-property>
<ex-property>
<name>org.eclipse.datatools.connectivity.db.savePWD</name>
<value>true</value>
</ex-property>
<ex-property>
<name>org.eclipse.datatools.connectivity.drivers.defnType</name >
<value>oracle.eclipse.tools.database.11.driverTemplate</value >
</ex-property>
<ex-property>
<name>org.eclipse.datatools.enablement.oracle.catalogType</name >
<value>USER</value>
</ex-property>
<ex-property>
<name>org.eclipse.datatools.connectivity.driverDefinitionID </name>
<value> DriverDefn.oracle.eclipse.tools.database.11.driverTemplate.O racle Database 11g Driver Default</value>
</ex-property>
<ex-property>
<name>org.eclipse.datatools.connectivity.db.version</name>
<value>11</value>
</ex-property>
<ex-property>
<name>org.eclipse.datatools.connectivity.db.vendor</name>
<value>Oracle</value>
</ex-property>
</list-property>
<property name="databaseName">MAXIMODB</property>
<property name="username">maximo</property>
<encrypted-property name="password" encryptionID="base64">bWF4aW1v</encrypted-property>
<property name="URL">jdbc:oracle:thin:@192.168.0.175:1521:MAXIMODB</property >
<property name="driverClass">oracle.jdbc.OracleDriver</property>
<property name="jarList"> C:\eclipse-reporting-galileo-SR1-win32\eclipse\plugins\oracl e.database.driver.jdk50_11.1.0.7\ojdbc5.jar </property>
</oda-data-source>
<oda-data-source extensionID="org.eclipse.birt.report.data.oda.jdbc.dbprofile " name="Oracle Maximo" id="450">
<text-property name="displayName"></text-property>
<list-property name="privateDriverProperties">
<ex-property>
<name> org.eclipse.datatools.connectivity.oda.profile.db.provider.i d </name>
<value> oracle.eclipse.tools.database.connectivity.db.connectionProf ile </value>
</ex-property>
</list-property>
<property name="OdaConnProfileName">Oracle Maximo</property>
<property name="OdaConnProfileStorePath">C:\Documents and Settings\Administrator\Desktop\maximoprofile</property>
</oda-data-source>
<oda-data-source extensionID="org.eclipse.birt.report.data.oda.jdbc.dbprofile " name="oracle testData Source" id="451">
<text-property name="displayName"></text-property>
<list-property name="privateDriverProperties">
<ex-property>
<name>org.eclipse.datatools.connectivity.db.connectionProperties </name>
</ex-property>
<ex-property>
<name> org.eclipse.datatools.connectivity.oda.profile.db.provider.i d </name>
<value> oracle.eclipse.tools.database.connectivity.db.connectionProf ile </value>
</ex-property>
<ex-property>
<name>org.eclipse.datatools.connectivity.db.savePWD</name>
<value>true</value>
</ex-property>
<ex-property>
<name>org.eclipse.datatools.connectivity.drivers.defnType</name >
<value>oracle.eclipse.tools.database.11.driverTemplate</value >
</ex-property>
<ex-property>
<name>org.eclipse.datatools.enablement.oracle.catalogType</name >
<value>USER</value>
</ex-property>
<ex-property>
<name>org.eclipse.datatools.connectivity.driverDefinitionID </name>
<value> DriverDefn.oracle.eclipse.tools.database.11.driverTemplate.O racle Database 11g Driver Default</value>
</ex-property>
<ex-property>
<name>org.eclipse.datatools.connectivity.db.version</name>
<value>11</value>
</ex-property>
<ex-property>
<name>org.eclipse.datatools.connectivity.db.vendor</name>
<value>Oracle</value>
</ex-property>
</list-property>
<property name="databaseName">MAXIMODB</property>
<property name="username">maximo</property>
<encrypted-property name="password" encryptionID="base64">bWF4aW1v</encrypted-property>
<property name="URL">jdbc:oracle:thin:@192.168.0.175:1521:MAXIMODB</property >
<property name="driverClass">oracle.jdbc.OracleDriver</property>
<property name="jarList"> C:\eclipse-reporting-galileo-SR1-win32\eclipse\plugins\oracl e.database.driver.jdk50_11.1.0.7\ojdbc5.jar </property>
</oda-data-source>
</data-sources>
<data-sets>
<oda-data-set extensionID="org.eclipse.birt.report.data.oda.jdbc.dbprofile.sqbDataSet " name="Max 7 work order data set" id="211">
<list-property name="columnHints">
<structure>
<property name="columnName">WONUM</property>
<text-property name="displayName">WONUM</text-property>
</structure>
<structure>
<property name="columnName">PARENT</property>
<text-property name="displayName">PARENT</text-property>
</structure>
<structure>
<property name="columnName">STATUS</property>
<text-property name="displayName">STATUS</text-property>
</structure>
<structure>
<property name="columnName">STATUSDATE</property>
<text-property name="displayName">STATUSDATE</text-property>
</structure>
<structure>
<property name="columnName">DESCRIPTION</property>
<text-property name="displayName">DESCRIPTION</text-property>
</structure>
<structure>
<property name="columnName">LOCATION</property>
<text-property name="displayName">LOCATION</text-property>
</structure>
<structure>
<property name="columnName">HASCHILDREN</property>
<text-property name="displayName">HASCHILDREN</text-property>
</structure>
<structure>
<property name="columnName">REPORTEDBY</property>
<text-property name="displayName">REPORTEDBY</text-property>
</structure>
<structure>
<property name="columnName">SUPERVISOR</property>
<text-property name="displayName">SUPERVISOR</text-property>
</structure>
<structure>
<property name="columnName">CHARGESTORE</property>
<text-property name="displayName">CHARGESTORE</text-property>
</structure>
<structure>
<property name="columnName">FAILURECODE</property>
<text-property name="displayName">FAILURECODE</text-property>
</structure>
<structure>
<property name="columnName">ORGID</property>
<text-property name="displayName">ORGID</text-property>
</structure>
</list-property>
<structure name="cachedMetaData">
<list-property name="resultSet">
<structure>
<property name="position">1</property>
<property name="name">WONUM</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">2</property>
<property name="name">PARENT</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">3</property>
<property name="name">STATUS</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">4</property>
<property name="name">STATUSDATE</property>
<property name="dataType">date-time</property>
</structure>
<structure>
<property name="position">5</property>
<property name="name">DESCRIPTION</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">6</property>
<property name="name">LOCATION</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">7</property>
<property name="name">HASCHILDREN</property>
<property name="dataType">decimal</property>
</structure>
<structure>
<property name="position">8</property>
<property name="name">REPORTEDBY</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">9</property>
<property name="name">SUPERVISOR</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">10</property>
<property name="name">CHARGESTORE</property>
<property name="dataType">decimal</property>
</structure>
<structure>
<property name="position">11</property>
<property name="name">FAILURECODE</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">12</property>
<property name="name">ORGID</property>
<property name="dataType">string</property>
</structure>
</list-property>
</structure>
<property name="dataSource">maximo Data Source</property>
<list-property name="resultSet">
<structure>
<property name="position">1</property>
<property name="name">WONUM</property>
<property name="nativeName">WONUM</property>
<property name="dataType">string</property>
<property name="nativeDataType">12</property>
</structure>
<structure>
<property name="position">2</property>
<property name="name">PARENT</property>
<property name="nativeName">PARENT</property>
<property name="dataType">string</property>
<property name="nativeDataType">12</property>
</structure>
<structure>
<property name="position">3</property>
<property name="name">STATUS</property>
<property name="nativeName">STATUS</property>
<property name="dataType">string</property>
<property name="nativeDataType">12</property>
</structure>
<structure>
<property name="position">4</property>
<property name="name">STATUSDATE</property>
<property name="nativeName">STATUSDATE</property>
<property name="dataType">date-time</property>
<property name="nativeDataType">93</property>
</structure>
<structure>
<property name="position">5</property>
<property name="name">DESCRIPTION</property>
<property name="nativeName">DESCRIPTION</property>
<property name="dataType">string</property>
<property name="nativeDataType">12</property>
</structure>
<structure>
<property name="position">6</property>
<property name="name">LOCATION</property>
<property name="nativeName">LOCATION</property>
<property name="dataType">string</property>
<property name="nativeDataType">12</property>
</structure>
<structure>
<property name="position">7</property>
<property name="name">HASCHILDREN</property>
<property name="nativeName">HASCHILDREN</property>
<property name="dataType">decimal</property>
<property name="nativeDataType">2</property>
</structure>
<structure>
<property name="position">8</property>
<property name="name">REPORTEDBY</property>
<property name="nativeName">REPORTEDBY</property>
<property name="dataType">string</property>
<property name="nativeDataType">12</property>
</structure>
<structure>
<property name="position">9</property>
<property name="name">SUPERVISOR</property>
<property name="nativeName">SUPERVISOR</property>
<property name="dataType">string</property>
<property name="nativeDataType">12</property>
</structure>
<structure>
<property name="position">10</property>
<property name="name">CHARGESTORE</property>
<property name="nativeName">CHARGESTORE</property>
<property name="dataType">decimal</property>
<property name="nativeDataType">2</property>
</structure>
<structure>
<property name="position">11</property>
<property name="name">FAILURECODE</property>
<property name="nativeName">FAILURECODE</property>
<property name="dataType">string</property>
<property name="nativeDataType">12</property>
</structure>
<structure>
<property name="position">12</property>
<property name="name">ORGID</property>
<property name="nativeName">ORGID</property>
<property name="dataType">string</property>
<property name="nativeDataType">12</property>
</structure>
</list-property>
<xml-property name="queryText"><![CDATA[SELECT WONUM, PARENT, STATUS, STATUSDATE, DESCRIPTION, LOCATION,
HASCHILDREN, REPORTEDBY, SUPERVISOR, CHARGESTORE, FAILURECODE,
ORGID
FROM MAXIMO.WORKORDER
]]></xml-property>
<structure name="designerState">
<property name="version">1.0</property>
<property name="stateContentAsString">&lt;?xml version="1.0" encoding="UTF-8"?>
&lt;SQLQueryBuilder editorInputType="SQLBuilderStorageEditorInput" name="Max 7 work order data set" version="1.0">
&lt;SQLStatement>SELECT WONUM, PARENT, STATUS, STATUSDATE, DESCRIPTION, LOCATION,&amp;#x0A; HASCHILDREN, REPORTEDBY, SUPERVISOR, CHARGESTORE, FAILURECODE,&amp;#x0A; ORGID&amp;#x0A; FROM MAXIMO.WORKORDER&amp;#x0A;&lt;/SQLStatement>
&lt;connInfo> Oracle_11:Transient.oracle.eclipse.tools.database.connectivi ty.db.connectionProfile:MAXIMODB:maximo&lt;/connInfo >
&lt;omitSchemaInfo>false:true:&lt;/omitSchemaInfo>
&lt;editorInputUsageOptions>useWindowState=true&lt;/editorInputUsageOptions >
&lt;windowState height="574" version="1.0" width="699">
&lt;control height="177" isHideable="true" isVisible="true" name="SQLSourceViewer" width="672"/>
&lt;control height="182" isHideable="true" isVisible="true" name="DesignViewer" width="685"/>
&lt;control height="177" isHideable="true" isVisible="true" name="GraphControl" width="677"/>
&lt;control height="181" isHideable="true" isVisible="false" name="OutlineViewer" width="198"/>
&lt;/windowState>
&lt;/SQLQueryBuilder></property>
</structure>
<xml-property name="designerValues"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
<model:DesignValues xmlns:design="http://www.eclipse.org/datatools/connectivity/oda/design" xmlns:model="http://www.eclipse.org/birt/report/model/adapter/odaModel">
<Version>1.0</Version>
<design:ResultSets derivedMetaData="true">
<design:resultSetDefinitions>
<design:resultSetColumns>
<design:resultColumnDefinitions>
<design:attributes>
<design:name>WONUM</design:name>
<design:position>1</design:position>
<design:nativeDataTypeCode>12</design:nativeDataTypeCode>
<design:precision>10</design:precision>
<design:scale>0</design:scale>
<design:nullability>NotNullable</design:nullability>
<design:uiHints>
<design:displayName>WONUM</design:displayName>
</design:uiHints>
</design:attributes>
<design:usageHints>
<design:label>WONUM</design:label>
<design:formattingHints>
<design:displaySize>10</design:displaySize>
</design:formattingHints>
</design:usageHints>
</design:resultColumnDefinitions>
<design:resultColumnDefinitions>
<design:attributes>
<design:name>PARENT</design:name>
<design:position>2</design:position>
<design:nativeDataTypeCode>12</design:nativeDataTypeCode>
<design:precision>10</design:precision>
<design:scale>0</design:scale>
<design:nullability>Nullable</design:nullability>
<design:uiHints>
<design:displayName>PARENT</design:displayName>
</design:uiHints>
</design:attributes>
<design:usageHints>
<design:label>PARENT</design:label>
<design:formattingHints>
<design:displaySize>10</design:displaySize>
</design:formattingHints>
</design:usageHints>
</design:resultColumnDefinitions>
<design:resultColumnDefinitions>
<design:attributes>
<design:name>STATUS</design:name>
<design:position>3</design:position>
<design:nativeDataTypeCode>12</design:nativeDataTypeCode>
<design:precision>16</design:precision>
<design:scale>0</design:scale>
<design:nullability>NotNullable</design:nullability>
<design:uiHints>
<design:displayName>STATUS</design:displayName>
</design:uiHints>
</design:attributes>
<design:usageHints>
<design:label>STATUS</design:label>
<design:formattingHints>
<design:displaySize>16</design:displaySize>
</design:formattingHints>
</design:usageHints>
</design:resultColumnDefinitions>
<design:resultColumnDefinitions>
<design:attributes>
<design:name>STATUSDATE</design:name>
<design:position>4</design:position>
<design:nativeDataTypeCode>93</design:nativeDataTypeCode>
<design:precision>0</design:precision>
<design:scale>0</design:scale>
<design:nullability>NotNullable</design:nullability>
<design:uiHints>
<design:displayName>STATUSDATE</design:displayName>
</design:uiHints>
</design:attributes>
<design:usageHints>
<design:label>STATUSDATE</design:label>
<design:formattingHints>
<design:displaySize>7</design:displaySize>
</design:formattingHints>
</design:usageHints>
</design:resultColumnDefinitions>
<design:resultColumnDefinitions>
<design:attributes>
<design:name>DESCRIPTION</design:name>
<design:position>5</design:position>
<design:nativeDataTypeCode>12</design:nativeDataTypeCode>
<design:precision>100</design:precision>
<design:scale>0</design:scale>
<design:nullability>Nullable</design:nullability>
<design:uiHints>
<design:displayName>DESCRIPTION</design:displayName>
</design:uiHints>
</design:attributes>
<design:usageHints>
<design:label>DESCRIPTION</design:label>
<design:formattingHints>
<design:displaySize>100</design:displaySize>
</design:formattingHints>
</design:usageHints>
</design:resultColumnDefinitions>
<design:resultColumnDefinitions>
<design:attributes>
<design:name>LOCATION</design:name>
<design:position>6</design:position>
<design:nativeDataTypeCode>12</design:nativeDataTypeCode>
<design:precision>12</design:precision>
<design:scale>0</design:scale>
<design:nullability>Nullable</design:nullability>
<design:uiHints>
<design:displayName>LOCATION</design:displayName>
</design:uiHints>
</design:attributes>
<design:usageHints>
<design:label>LOCATION</design:label>
<design:formattingHints>
<design:displaySize>12</design:displaySize>
</design:formattingHints>
</design:usageHints>
</design:resultColumnDefinitions>
<design:resultColumnDefinitions>
<design:attributes>
<design:name>HASCHILDREN</design:name>
<design:position>7</design:position>
<design:nativeDataTypeCode>2</design:nativeDataTypeCode>
<design:precision>0</design:precision>
<design:scale>-127</design:scale>
<design:nullability>NotNullable</design:nullability>
<design:uiHints>
<design:displayName>HASCHILDREN</design:displayName>
</design:uiHints>
</design:attributes>
<design:usageHints>
<design:label>HASCHILDREN</design:label>
<design:formattingHints>
<design:displaySize>22</design:displaySize>
</design:formattingHints>
</design:usageHints>
</design:resultColumnDefinitions>
<design:resultColumnDefinitions>
<design:attributes>
<design:name>REPORTEDBY</design:name>
<design:position>8</design:position>
<design:nativeDataTypeCode>12</design:nativeDataTypeCode>
<design:precision>62</design:precision>
<design:scale>0</design:scale>
<design:nullability>Nullable</design:nullability>
<design:uiHints>
<design:displayName>REPORTEDBY</design:displayName>
</design:uiHints>
</design:attributes>
<design:usageHints>
<design:label>REPORTEDBY</design:label>
<design:formattingHints>
<design:displaySize>62</design:displaySize>
</design:formattingHints>
</design:usageHints>
</design:resultColumnDefinitions>
<design:resultColumnDefinitions>
<design:attributes>
<design:name>SUPERVISOR</design:name>
<design:position>9</design:position>
<design:nativeDataTypeCode>12</design:nativeDataTypeCode>
<design:precision>30</design:precision>
<design:scale>0</design:scale>
<design:nullability>Nullable</design:nullability>
<design:uiHints>
<design:displayName>SUPERVISOR</design:displayName>
</design:uiHints>
</design:attributes>
<design:usageHints>
<design:label>SUPERVISOR</design:label>
<design:formattingHints>
<design:displaySize>30</design:displaySize>
</design:formattingHints>
</design:usageHints>
</design:resultColumnDefinitions>
<design:resultColumnDefinitions>
<design:attributes>
<design:name>CHARGESTORE</design:name>
<design:position>10</design:position>
<design:nativeDataTypeCode>2</design:nativeDataTypeCode>
<design:precision>0</design:precision>
<design:scale>-127</design:scale>
<design:nullability>NotNullable</design:nullability>
<design:uiHints>
<design:displayName>CHARGESTORE</design:displayName>
</design:uiHints>
</design:attributes>
<design:usageHints>
<design:label>CHARGESTORE</design:label>
<design:formattingHints>
<design:displaySize>22</design:displaySize>
</design:formattingHints>
</design:usageHints>
</design:resultColumnDefinitions>
<design:resultColumnDefinitions>
<design:attributes>
<design:name>FAILURECODE</design:name>
<design:position>11</design:position>
<design:nativeDataTypeCode>12</design:nativeDataTypeCode>
<design:precision>8</design:precision>
<design:scale>0</design:scale>
<design:nullability>Nullable</design:nullability>
<design:uiHints>
<design:displayName>FAILURECODE</design:displayName>
</design:uiHints>
</design:attributes>
<design:usageHints>
<design:label>FAILURECODE</design:label>
<design:formattingHints>
<design:displaySize>8</design:displaySize>
</design:formattingHints>
</design:usageHints>
</design:resultColumnDefinitions>
<design:resultColumnDefinitions>
<design:attributes>
<design:name>ORGID</design:name>
<design:position>12</design:position>
<design:nativeDataTypeCode>12</design:nativeDataTypeCode>
<design:precision>8</design:precision>
<design:scale>0</design:scale>
<design:nullability>NotNullable</design:nullability>
<design:uiHints>
<design:displayName>ORGID</design:displayName>
</design:uiHints>
</design:attributes>
<design:usageHints>
<design:label>ORGID</design:label>
<design:formattingHints>
<design:displaySize>8</design:displaySize>
</design:formattingHints>
</design:usageHints>
</design:resultColumnDefinitions>
</design:resultSetColumns>
<design:criteria>
<design:rowOrdering/>
</design:criteria>
</design:resultSetDefinitions>
</design:ResultSets>
</model:DesignValues>]]></xml-property>
</oda-data-set>
<oda-data-set extensionID="org.eclipse.birt.report.data.oda.jdbc.dbprofile.sqbDataSet " name="Max 7 workorder with parent" id="335">
<list-property name="columnHints">
<structure>
<property name="columnName">WONUM</property>
<text-property name="displayName">WONUM</text-property>
</structure>
<structure>
<property name="columnName">PARENT</property>
<text-property name="displayName">PARENT</text-property>
</structure>
</list-property>
<structure name="cachedMetaData">
<list-property name="resultSet">
<structure>
<property name="position">1</property>
<property name="name">WONUM</property>
<property name="dataType">string</property>
</structure>
<structure>
<property name="position">2</property>
<property name="name">PARENT</property>
<property name="dataType">string</property>
</structure>
</list-property>
</structure>
<property name="dataSource">maximo Data Source</property>
<list-property name="resultSet">
<structure>
<property name="position">1</property>
<property name="name">WONUM</property>
<property name="nativeName">WONUM</property>
<property name="dataType">string</property>
<property name="nativeDataType">12</property>
</structure>
<structure>
<property name="position">2</property>
<property name="name">PARENT</property>
<property name="nativeName">PARENT</property>
<property name="dataType">string</property>
<property name="nativeDataType">12</property>
</structure>
</list-property>
<xml-property name="queryText"><![CDATA[SELECT WONUM, PARENT
FROM MAXIMO.WORKORDER
WHERE PARENT IS NOT NULL
]]></xml-property>
<structure name="designerState">
<property name="version">1.0</property>
<property name="stateContentAsString">&lt;?xml version="1.0" encoding="UTF-8"?>
&lt;SQLQueryBuilder editorInputType="SQLBuilderStorageEditorInput" name="Max 7 workorder with parent" version="1.0">
&lt;SQLStatement>SELECT WONUM, PARENT&amp;#x0A; FROM MAXIMO.WORKORDER&amp;#x0A; WHERE PARENT IS NOT NULL&amp;#x0A;&lt;/SQLStatement>
&lt;connInfo> Oracle_11:Transient.oracle.eclipse.tools.database.connectivi ty.db.connectionProfile:MAXIMODB:maximo&lt;/connInfo >
&lt;omitSchemaInfo>false:true:&lt;/omitSchemaInfo>
&lt;editorInputUsageOptions>useWindowState=true&lt;/editorInputUsageOptions >
&lt;windowState height="468" version="1.0" width="685">
&lt;control height="141" isHideable="true" isVisible="true" name="SQLSourceViewer" width="658"/>
&lt;control height="147" isHideable="true" isVisible="true" name="DesignViewer" width="671"/>
&lt;control height="142" isHideable="true" isVisible="true" name="GraphControl" width="663"/>
&lt;control height="146" isHideable="true" isVisible="false" name="OutlineViewer" width="198"/>
&lt;/windowState>
&lt;/SQLQueryBuilder></property>
</structure>
<xml-property name="designerValues"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
<model:DesignValues xmlns:design="http://www.eclipse.org/datatools/connectivity/oda/design" xmlns:model="http://www.eclipse.org/birt/report/model/adapter/odaModel">
<Version>1.0</Version>
<design:ResultSets derivedMetaData="true">
<design:resultSetDefinitions>
<design:resultSetColumns>
<design:resultColumnDefinitions>
<design:attributes>
<design:name>WONUM</design:name>
<design:position>1</design:position>
<design:nativeDataTypeCode>12</design:nativeDataTypeCode>
<design:precision>10</design:precision>
<design:scale>0</design:scale>
<design:nullability>NotNullable</design:nullability>
<design:uiHints>
<design:displayName>WONUM</design:displayName>
</design:uiHints>
</design:attributes>
<design:usageHints>
<design:label>WONUM</design:label>
<design:formattingHints>
<design:displaySize>10</design:displaySize>
</design:formattingHints>
</design:usageHints>
</design:resultColumnDefinitions>
<design:resultColumnDefinitions>
<design:attributes>
<design:name>PARENT</design:name>
<design:position>2</design:position>
<design:nativeDataTypeCode>12</design:nativeDataTypeCode>
<design:precision>10</design:precision>
<design:scale>0</design:scale>
<design:nullability>Nullable</design:nullability>
<design:uiHints>
<design:displayName>PARENT</design:displayName>
</design:uiHints>
</design:attributes>
<design:usageHints>
<design:label>PARENT</design:label>
<design:formattingHints>
<design:displaySize>10</design:displaySize>
</design:formattingHints>
</design:usageHints>
</design:resultColumnDefinitions>
</design:resultSetColumns>
<design:criteria>
<design:rowOrdering/>
</design:criteria>
</design:resultSetDefinitions>
</design:ResultSets>
</model:DesignValues>]]></xml-property>
</oda-data-set>
<oda-data-set extensionID="org.eclipse.birt.report.data.oda.jdbc.dbprofile.sqbDataSet " name="Data Set" id="452">
<list-property name="columnHints">
<structure>
<property name="columnName">ASSETNUM</property>
<text-property name="displayName">ASSETNUM</text-property>
</structure>
<structure>
<property name="columnName">PARENT</property>
<text-property name="displayName">PARENT</text-property>
</structure>
<structure>
<property name="columnName">SERIALNUM</property>
<text-property name="displayName">SERIALNUM</text-property>
</structure>
<structure>
<property name="columnName">ASSETTAG</property>
<text-property name="displayName">ASSETTAG</text-property>
</structure>
<structure>
<property name="columnName">LOCATION</property>
<text-property name="displayName">LOCATION</text-property>
</structure>
<structure>
<property name="columnName">DESCRIPTION</property>
<text-property name="displayName">DESCRIPTION</text-property>
</structure>
<structure>
<property name="columnName">VENDOR</property>
<text-property name="displayName">VENDOR</text-property>
</structure>
<structure>
<property name="columnName">FAILURECODE</property>
<text-property name="displayName">FAILURECODE</text-property>
</structure>
<structure>
<property name="columnName">MANUFACTURER</property>
<text-property name="displayName">MANUFACTURER</text-property>
</structure>
<structure>
<property name="columnName">PURCHASEPRICE</property>
<text-property name="displayName">PURCHASEPRICE</text-property>
</structure>
<structure>
<property name="columnName">REPLACECOST</property>
<text-property name="displayName">REPLACECOST</text-property>
</structure>
<structure>
<property name="columnName">INSTALLDATE</property>
<text-property name="displayName">INSTALLDATE</text-property>
</structure>
<structure>
<property name="columnName">WARRANTYEXPDATE</property>
<text-property name="displayName">WARRANTYEXPDATE</text-property>
</structure>
<structure>
<property name="columnName">TOTALCOST</property>
<text-property name="displayName">TOTALCOST</text-property>
</structure>
<structure>
<property name="columnName">YTDCOST</property>
<text-property name="displayName">YTDCOST</text-property>
</structure>
<structure>
<property name="columnName">BUDGETCOST</property>
<text-property name="displayName">BUDGETCOST</text-property>
</structure>
<structure>
<property name="columnName">CALNUM</property>
<text-property name="displayName">CALNUM</text-property>
</structure>
<structure>
<property name="columnName">ISRUNNING</property>
<text-property name="displayName">ISRUNNING</text-property>
</structure>
<structure>
<property name="columnName">ITEMNUM</property>
<text-property name="displayName">ITEMNUM</text-property>
</structure>
<structure>
<property name="columnName">UNCHARGEDCOST</property>
<text-property name="displayName">UNCHARGEDCOST</text-property>
</structure>
<structure>
<property name="columnName">TOTUNCHARGEDCOST</property>
<text-property name="displayName">TOTUNCHARGEDCOST</text-property>
</structure>
<structure>
<property name="columnName">TOTDOWNTIME</property>
<text-property name="displayName">TOTDOWNTIME</text-property>
</structure>
<structure>
<property name="columnName">STATUSDATE</property>
<text-property name="displayName">STATUSDATE</text-property>
</structure>
<structure>
<property name="columnName">CHANGEDATE</property>
<text-property name="displayName">CHANGEDATE</text-property>
</structure>
<structure>
<property name="columnName">CHANGEBY</property>
<text-property name="displayName">CHANGEBY</text-property>
</structure>
<structure>
<property name="columnName">EQ1</property>
<text-property name="displayName">EQ1</text-property>
</structure>
<structure>
<property name="columnName">EQ2</property>
<text-property name="displayName">EQ2</text-property>
</structure>
<structure>
<property name="columnName">EQ3</property>
<text-property name="displayName">EQ3</text-property>
</structure>
<structure>
<property name="columnName">EQ4</property>
<text-property name="displayName">EQ4</text-property>
</structure>
<structure>
<property name="columnName">EQ5</property>
<text-property name="displayName">EQ5</text-property>
</structure>
<structure>
<property name="columnName">EQ6</property>
<text-property name="displayName">EQ6</text-property>
</structure>
<structure>
<property name="columnName">EQ7</property>
<text-property name="displayName">EQ7</text-property>
</structure>
<structure>
<property name="columnName">EQ8</property>
<text-property name="displayName">EQ8</text-property>
</structure>
<structure>
<property name="columnName">EQ9</property>
<text-property name="displayName">EQ9</text-property>
</structure>
<structure>
<property name="columnName">EQ10</property>
<text-property name="displayName">EQ10</text-property>
</structure>
<structure>
<property name="columnName">EQ11</property>
<text-property name="displayName">EQ11</text-property>
</structure>
<structure>
<property name="columnName">EQ12</property>
<text-property name="displayName">EQ12</text-property>
</structure>
<structure>
<property name="columnName">EQ23</property>
<text-property name="displayName">EQ23</text-property>
</structure>
<structure>
<property name="columnName">EQ24</property>
<text-property name="displayName">EQ24</text-property>
</structure>
<structure>
<property name="columnName">PRIORITY</property>
<text-property name="displayName">PRIORITY</text-property>
</structure>
<structure>
<property name="columnName">INVCOST</property>
<text-property name="displayName">INVCOST</text-property>
</structure>
<structure>
<property name="columnName">GLACCOUNT</property>
<text-property name="displayName">GLACCOUNT</text-property>
</structure>
<structure>
<property name="columnName">ROTSUSPACCT</property>
<text-property name="displayName">ROTSUSPACCT</text-property>
</structure>
<structure>
<property name="columnName">CHILDREN</property>
<text-property name="displayName">CHILDREN</text-property>
</structure>
<structure>
<property name="columnName">BINNUM</property>
<text-property name="displayName">BINNUM</text-property>
</structure>
<structure>
<property name="columnName">DISABLED</property>
<text-property name="displayName">DISABLED</text-property>
</structure>
<structure>
<property name="columnName">CLASSSTRUCTUREID</property>
<text-property name="displayName">CLASSSTRUCTUREID</text-property>
</structure>
<structure>
<property name="columnName">SOURCESYSID</property>
<text-property name="displayName">SOURCESYSID</text-property>
</structure>
<structure>
<property name="columnName">OWNERSYSID</property>
<text-property name=

[Updated on: Fri, 23 April 2010 17:51]

Report message to a moderator

Re: Cannot connect to datasource in deployed report [message #529300 is a reply to message #529293] Fri, 23 April 2010 17:52 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

My email is jasonweathersby at windstream dot net. The whole report did
not come through.

Jason

On 4/23/2010 1:38 PM, Bill Sloan wrote:
> Here's the contents of Max7workorder.rptdesign - I couldn't locate your
> email address, so this is the best I can do:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.21"
> id="1">
> <property name="createdBy">Eclipse BIRT Designer Version 2.5.2.v20100208
> Build <2.5.2.v20100210-0630></property>
> <list-property name="userProperties">
> <structure>
> <property name="name">parentData Cube.Max 7 workorder with
> parent.x</property>
> <property name="type">integer</property>
> <property name="isVisible">false</property>
> </structure>
> <structure>
> <property name="name">parentData Cube.Max 7 workorder with
> parent.y</property>
> <property name="type">integer</property>
> <property name="isVisible">false</property>
> </structure>
> <structure>
> <property name="name">parentData Cube.Max 7 workorder with
> parent.width</property>
> <property name="type">integer</property>
> <property name="isVisible">false</property>
> </structure>
> <structure>
> <property name="name">parentData Cube.Max 7 workorder with
> parent.height</property>
> <property name="type">integer</property>
> <property name="isVisible">false</property>
> </structure>
> </list-property>
> <property name="parentData Cube.Max 7 workorder with
> parent.x">247</property>
> <property name="parentData Cube.Max 7 workorder with
> parent.y">81</property>
> <property name="parentData Cube.Max 7 workorder with
> parent.width">150</property>
> <property name="parentData Cube.Max 7 workorder with
> parent.height">200</property>
> <property name="units">in</property>
> <property name="iconFile">/templates/simple_listing.gif</property>
> <property name="cheatSheet">
> org.eclipse.birt.report.designer.ui.cheatsheet.simplelisting </property>
> <property name="bidiLayoutOrientation">ltr</property>
> <property name="imageDPI">96</property>
> <data-sources>
> <oda-data-source
> extensionID="org.eclipse.birt.report.data.oda.jdbc.dbprofile "
> name="maximo Data Source" id="210">
> <list-property name="privateDriverProperties">
> <ex-property>
> <name>org.eclipse.datatools.connectivity.db.connectionProperties </name>
> </ex-property>
> <ex-property>
> <name> org.eclipse.datatools.connectivity.oda.profile.db.provider.i d
> </name>
> <value> oracle.eclipse.tools.database.connectivity.db.connectionProf ile
> </value>
> </ex-property>
> <ex-property>
> <name>org.eclipse.datatools.connectivity.db.savePWD</name>
> <value>true</value>
> </ex-property>
> <ex-property>
> <name>org.eclipse.datatools.connectivity.drivers.defnType</name >
> <value>oracle.eclipse.tools.database.11.driverTemplate</value >
> </ex-property>
> <ex-property>
> <name>org.eclipse.datatools.enablement.oracle.catalogType</name >
> <value>USER</value>
> </ex-property>
> <ex-property>
> <name>org.eclipse.datatools.connectivity.driverDefinitionID </name>
> <value> DriverDefn.oracle.eclipse.tools.database.11.driverTemplate.O
> racle Database 11g Driver Default</value>
> </ex-property>
> <ex-property>
> <name>org.eclipse.datatools.connectivity.db.version</name>
> <value>11</value>
> </ex-property>
> <ex-property>
> <name>org.eclipse.datatools.connectivity.db.vendor</name>
> <value>Oracle</value>
> </ex-property>
> </list-property>
> <property name="databaseName">MAXIMODB</property>
> <property name="username">maximo</property>
> <encrypted-property name="password"
> encryptionID="base64">bWF4aW1v</encrypted-property>
> <property
> name="URL">jdbc:oracle:thin:@192.168.0.175:1521:MAXIMODB</property >
> <property name="driverClass">oracle.jdbc.OracleDriver</property>
> <property name="jarList">
> C:\eclipse-reporting-galileo-SR1-win32\eclipse\plugins\oracl
> e.database.driver.jdk50_11.1.0.7\ojdbc5.jar </property>
> </oda-data-source>
> <oda-data-source
> extensionID="org.eclipse.birt.report.data.oda.jdbc.dbprofile "
> name="Oracle Maximo" id="450">
> <text-property name="displayName"></text-property>
> <list-property name="privateDriverProperties">
> <ex-property>
> <name> org.eclipse.datatools.connectivity.oda.profile.db.provider.i d
> </name>
> <value> oracle.eclipse.tools.database.connectivity.db.connectionProf ile
> </value>
> </ex-property>
> </list-property>
> <property name="OdaConnProfileName">Oracle Maximo</property>
> <property name="OdaConnProfileStorePath">C:\Documents and
> Settings\Administrator\Desktop\maximoprofile</property>
> </oda-data-source>
> <oda-data-source
> extensionID="org.eclipse.birt.report.data.oda.jdbc.dbprofile "
> name="oracle testData Source" id="451">
> <text-property name="displayName"></text-property>
> <list-property name="privateDriverProperties">
> <ex-property>
> <name>org.eclipse.datatools.connectivity.db.connectionProperties </name>
> </ex-property>
> <ex-property>
> <name> org.eclipse.datatools.connectivity.oda.profile.db.provider.i d
> </name>
> <value> oracle.eclipse.tools.database.connectivity.db.connectionProf ile
> </value>
> </ex-property>
> <ex-property>
> <name>org.eclipse.datatools.connectivity.db.savePWD</name>
> <value>true</value>
> </ex-property>
> <ex-property>
> <name>org.eclipse.datatools.connectivity.drivers.defnType</name >
> <value>oracle.eclipse.tools.database.11.driverTemplate</value >
> </ex-property>
> <ex-property>
> <name>org.eclipse.datatools.enablement.oracle.catalogType</name >
> <value>USER</value>
> </ex-property>
> <ex-property>
> <name>org.eclipse.datatools.connectivity.driverDefinitionID </name>
> <value> DriverDefn.oracle.eclipse.tools.database.11.driverTemplate.O
> racle Database 11g Driver Default</value>
> </ex-property>
> <ex-property>
> <name>org.eclipse.datatools.connectivity.db.version</name>
> <value>11</value>
> </ex-property>
> <ex-property>
> <name>org.eclipse.datatools.connectivity.db.vendor</name>
> <value>Oracle</value>
> </ex-property>
> </list-property>
> <property name="databaseName">MAXIMODB</property>
> <property name="username">maximo</property>
> <encrypted-property name="password"
> encryptionID="base64">bWF4aW1v</encrypted-property>
> <property
> name="URL">jdbc:oracle:thin:@192.168.0.175:1521:MAXIMODB</property >
> <property name="driverClass">oracle.jdbc.OracleDriver</property>
> <property name="jarList">
> C:\eclipse-reporting-galileo-SR1-win32\eclipse\plugins\oracl
> e.database.driver.jdk50_11.1.0.7\ojdbc5.jar </property>
> </oda-data-source>
> </data-sources>
> <data-sets>
> <oda-data-set
> extensionID="org.eclipse.birt.report.data.oda.jdbc.dbprofile.sqbDataSet
> " name="Max 7 work order data set" id="211">
> <list-property name="columnHints">
> <structure>
> <property name="columnName">WONUM</property>
> <text-property name="displayName">WONUM</text-property>
> </structure>
> <structure>
> <property name="columnName">PARENT</property>
> <text-property name="displayName">PARENT</text-property>
> </structure>
> <structure>
> <property name="columnName">STATUS</property>
> <text-property name="displayName">STATUS</text-property>
> </structure>
> <structure>
> <property name="columnName">STATUSDATE</property>
> <text-property name="displayName">STATUSDATE</text-property>
> </structure>
> <structure>
> <property name="columnName">DESCRIPTION</property>
> <text-property name="displayName">DESCRIPTION</text-property>
> </structure>
> <structure>
> <property name="columnName">LOCATION</property>
> <text-property name="displayName">LOCATION</text-property>
> </structure>
> <structure>
> <property name="columnName">HASCHILDREN</property>
> <text-property name="displayName">HASCHILDREN</text-property>
> </structure>
> <structure>
> <property name="columnName">REPORTEDBY</property>
> <text-property name="displayName">REPORTEDBY</text-property>
> </structure>
> <structure>
> <property name="columnName">SUPERVISOR</property>
> <text-property name="displayName">SUPERVISOR</text-property>
> </structure>
> <structure>
> <property name="columnName">CHARGESTORE</property>
> <text-property name="displayName">CHARGESTORE</text-property>
> </structure>
> <structure>
> <property name="columnName">FAILURECODE</property>
> <text-property name="displayName">FAILURECODE</text-property>
> </structure>
> <structure>
> <property name="columnName">ORGID</property>
> <text-property name="displayName">ORGID</text-property>
> </structure>
> </list-property>
> <structure name="cachedMetaData">
> <list-property name="resultSet">
> <structure>
> <property name="position">1</property>
> <property name="name">WONUM</property>
> <property name="dataType">string</property>
> </structure>
> <structure>
> <property name="position">2</property>
> <property name="name">PARENT</property>
> <property name="dataType">string</property>
> </structure>
> <structure>
> <property name="position">3</property>
> <property name="name">STATUS</property>
> <property name="dataType">string</property>
> </structure>
> <structure>
> <property name="position">4</property>
> <property name="name">STATUSDATE</property>
> <property name="dataType">date-time</property>
> </structure>
> <structure>
> <property name="position">5</property>
> <property name="name">DESCRIPTION</property>
> <property name="dataType">string</property>
> </structure>
> <structure>
> <property name="position">6</property>
> <property name="name">LOCATION</property>
> <property name="dataType">string</property>
> </structure>
> <structure>
> <property name="position">7</property>
> <property name="name">HASCHILDREN</property>
> <property name="dataType">decimal</property>
> </structure>
> <structure>
> <property name="position">8</property>
> <property name="name">REPORTEDBY</property>
> <property name="dataType">string</property>
> </structure>
> <structure>
> <property name="position">9</property>
> <property name="name">SUPERVISOR</property>
> <property name="dataType">string</property>
> </structure>
> <structure>
> <property name="position">10</property>
> <property name="name">CHARGESTORE</property>
> <property name="dataType">decimal</property>
> </structure>
> <structure>
> <property name="position">11</property>
> <property name="name">FAILURECODE</property>
> <property name="dataType">string</property>
> </structure>
> <structure>
> <property name="position">12</property>
> <property name="name">ORGID</property>
> <property name="dataType">string</property>
> </structure>
> </list-property>
> </structure>
> <property name="dataSource">maximo Data Source</property>
> <list-property name="resultSet">
> <structure>
> <property name="position">1</property>
> <property name="name">WONUM</property>
> <property name="nativeName">WONUM</property>
> <property name="dataType">string</property>
> <property name="nativeDataType">12</property>
> </structure>
> <structure>
> <property name="position">2</property>
> <property name="name">PARENT</property>
> <property name="nativeName">PARENT</property>
> <property name="dataType">string</property>
> <property name="nativeDataType">12</property>
> </structure>
> <structure>
> <property name="position">3</property>
> <property name="name">STATUS</property>
> <property name="nativeName">STATUS</property>
> <property name="dataType">string</property>
> <property name="nativeDataType">12</property>
> </structure>
> <structure>
> <property name="position">4</property>
> <property name="name">STATUSDATE</property>
> <property name="nativeName">STATUSDATE</property>
> <property name="dataType">date-time</property>
> <property name="nativeDataType">93</property>
> </structure>
> <structure>
> <property name="position">5</property>
> <property name="name">DESCRIPTION</property>
> <property name="nativeName">DESCRIPTION</property>
> <property name="dataType">string</property>
> <property name="nativeDataType">12</property>
> </structure>
> <structure>
> <property name="position">6</property>
> <property name="name">LOCATION</property>
> <property name="nativeName">LOCATION</property>
> <property name="dataType">string</property>
> <property name="nativeDataType">12</property>
> </structure>
> <structure>
> <property name="position">7</property>
> <property name="name">HASCHILDREN</property>
> <property name="nativeName">HASCHILDREN</property>
> <property name="dataType">decimal</property>
> <property name="nativeDataType">2</property>
> </structure>
> <structure>
> <property name="position">8</property>
> <property name="name">REPORTEDBY</property>
> <property name="nativeName">REPORTEDBY</property>
> <property name="dataType">string</property>
> <property name="nativeDataType">12</property>
> </structure>
> <structure>
> <property name="position">9</property>
> <property name="name">SUPERVISOR</property>
> <property name="nativeName">SUPERVISOR</property>
> <property name="dataType">string</property>
> <property name="nativeDataType">12</property>
> </structure>
> <structure>
> <property name="position">10</property>
> <property name="name">CHARGESTORE</property>
> <property name="nativeName">CHARGESTORE</property>
> <property name="dataType">decimal</property>
> <property name="nativeDataType">2</property>
> </structure>
> <structure>
> <property name="position">11</property>
> <property name="name">FAILURECODE</property>
> <property name="nativeName">FAILURECODE</property>
> <property name="dataType">string</property>
> <property name="nativeDataType">12</property>
> </structure>
> <structure>
> <property name="position">12</property>
> <property name="name">ORGID</property>
> <property name="nativeName">ORGID</property>
> <property name="dataType">string</property>
> <property name="nativeDataType">12</property>
> </structure>
> </list-property>
> <xml-property name="queryText"><![CDATA[SELECT WONUM, PARENT, STATUS,
> STATUSDATE, DESCRIPTION, LOCATION,
> HASCHILDREN, REPORTEDBY, SUPERVISOR, CHARGESTORE, FAILURECODE,
> ORGID
> FROM MAXIMO.WORKORDER
> ]]></xml-property>
> <structure name="designerState">
> <property name="version">1.0</property>
> <property name="stateContentAsString"><?xml version="1.0"
> encoding="UTF-8"?>
>
> <SQLQueryBuilder editorInputType="SQLBuilderStorageEditorInput"
> name="Max 7 work order data set" version="1.0">
>
> <SQLStatement>SELECT WONUM, PARENT, STATUS, STATUSDATE, DESCRIPTION,
> LOCATION,&#x0A; HASCHILDREN, REPORTEDBY, SUPERVISOR, CHARGESTORE,
> FAILURECODE,&#x0A; ORGID&#x0A; FROM MAXIMO.WORKORDER&#x0A;</SQLStatement>
>
> <connInfo> Oracle_11:Transient.oracle.eclipse.tools.database.connectivi
> ty.db.connectionProfile:MAXIMODB:maximo</connInfo >
>
> <omitSchemaInfo>false:true:</omitSchemaInfo>
>
> <editorInputUsageOptions>useWindowState=true</editorInputUsageOptions >
>
> <windowState height="574" version="1.0" width="699">
>
> <control height="177" isHideable="true" isVisible="true"
> name="SQLSourceViewer" width="672"/>
>
> <control height="182" isHideable="true" isVisible="true"
> name="DesignViewer" width="685"/>
>
> <control height="177" isHideable="true" isVisible="true"
> name="GraphControl" width="677"/>
>
> <control height="181" isHideable="true" isVisible="false"
> name="OutlineViewer" width="198"/>
>
> </windowState>
>
> </SQLQueryBuilder></property>
> </structure>
> <xml-property name="designerValues"><![CDATA[<?xml version="1.0"
> encoding="UTF-8"?>
> <model:DesignValues
> xmlns:design="http://www.eclipse.org/datatools/connectivity/oda/design"
> xmlns:model="http://www.eclipse.org/birt/report/model/adapter/odaModel">
> <Version>1.0</Version>
> <design:ResultSets derivedMetaData="true">
> <design:resultSetDefinitions>
> <design:resultSetColumns>
> <design:resultColumnDefinitions>
> <design:attributes>
> <design:name>WONUM</design:name>
> <design:position>1</design:position>
> <design:nativeDataTypeCode>12</design:nativeDataTypeCode>
> <design:precision>10</design:precision>
> <design:scale>0</design:scale>
> <design:nullability>NotNullable</design:nullability>
> <design:uiHints>
> <design:displayName>WONUM</design:displayName>
> </design:uiHints>
> </design:attributes>
> <design:usageHints>
> <design:label>WONUM</design:label>
> <design:formattingHints>
> <design:displaySize>10</design:displaySize>
> </design:formattingHints>
> </design:usageHints>
> </design:resultColumnDefinitions>
> <design:resultColumnDefinitions>
> <design:attributes>
> <design:name>PARENT</design:name>
> <design:position>2</design:position>
> <design:nativeDataTypeCode>12</design:nativeDataTypeCode>
> <design:precision>10</design:precision>
> <design:scale>0</design:scale>
> <design:nullability>Nullable</design:nullability>
> <design:uiHints>
> <design:displayName>PARENT</design:displayName>
> </design:uiHints>
> </design:attributes>
> <design:usageHints>
> <design:label>PARENT</design:label>
> <design:formattingHints>
> <design:displaySize>10</design:displaySize>
> </design:formattingHints>
> </design:usageHints>
> </design:resultColumnDefinitions>
> <design:resultColumnDefinitions>
> <design:attributes>
> <design:name>STATUS</design:name>
> <design:position>3</design:position>
> <design:nativeDataTypeCode>12</design:nativeDataTypeCode>
> <design:precision>16</design:precision>
> <design:scale>0</design:scale>
> <design:nullability>NotNullable</design:nullability>
> <design:uiHints>
> <design:displayName>STATUS</design:displayName>
> </design:uiHints>
> </design:attributes>
> <design:usageHints>
> <design:label>STATUS</design:label>
> <design:formattingHints>
> <design:displaySize>16</design:displaySize>
> </design:formattingHints>
> </design:usageHints>
> </design:resultColumnDefinitions>
> <design:resultColumnDefinitions>
> <design:attributes>
> <design:name>STATUSDATE</design:name>
> <design:position>4</design:position>
> <design:nativeDataTypeCode>93</design:nativeDataTypeCode>
> <design:precision>0</design:precision>
> <design:scale>0</design:scale>
> <design:nullability>NotNullable</design:nullability>
> <design:uiHints>
> <design:displayName>STATUSDATE</design:displayName>
> </design:uiHints>
> </design:attributes>
> <design:usageHints>
> <design:label>STATUSDATE</design:label>
> <design:formattingHints>
> <design:displaySize>7</design:displaySize>
> </design:formattingHints>
> </design:usageHints>
> </design:resultColumnDefinitions>
> <design:resultColumnDefinitions>
> <design:attributes>
> <design:name>DESCRIPTION</design:name>
> <design:position>5</design:position>
> <design:nativeDataTypeCode>12</design:nativeDataTypeCode>
> <design:precision>100</design:precision>
> <design:scale>0</design:scale>
> <design:nullability>Nullable</design:nullability>
> <design:uiHints>
> <design:displayName>DESCRIPTION</design:displayName>
> </design:uiHints>
> </design:attributes>
> <design:usageHints>
> <design:label>DESCRIPTION</design:label>
> <design:formattingHints>
> <design:displaySize>100</design:displaySize>
> </design:formattingHints>
> </design:usageHints>
> </design:resultColumnDefinitions>
> <design:resultColumnDefinitions>
> <design:attributes>
> <design:name>LOCATION</design:name>
> <design:position>6</design:position>
> <design:nativeDataTypeCode>12</design:nativeDataTypeCode>
> <design:precision>12</design:precision>
> <design:scale>0</design:scale>
> <design:nullability>Nullable</design:nullability>
> <design:uiHints>
> <design:displayName>LOCATION</design:displayName>
> </design:uiHints>
> </design:attributes>
> <design:usageHints>
> <design:label>LOCATION</design:label>
> <design:formattingHints>
> <design:displaySize>12</design:displaySize>
> </design:formattingHints>
> </design:usageHints>
> </design:resultColumnDefinitions>
> <design:resultColumnDefinitions>
> <design:attributes>
> <design:name>HASCHILDREN</design:name>
> <design:position>7</design:position>
> <design:nativeDataTypeCode>2</design:nativeDataTypeCode>
> <design:precision>0</design:precision>
> <design:scale>-127</design:scale>
> <design:nullability>NotNullable</design:nullability>
> <design:uiHints>
> <design:displayName>HASCHILDREN</design:displayName>
> </design:uiHints>
> </design:attributes>
> <design:usageHints>
> <design:label>HASCHILDREN</design:label>
> <design:formattingHints>
> <design:displaySize>22</design:displaySize>
> </design:formattingHints>
> </design:usageHints>
> </design:resultColumnDefinitions>
> <design:resultColumnDefinitions>
> <design:attributes>
> <design:name>REPORTEDBY</design:name>
> <design:position>8</design:position>
> <design:nativeDataTypeCode>12</design:nativeDataTypeCode>
> <design:precision>62</design:precision>
> <design:scale>0</design:scale>
> <design:nullability>Nullable</design:nullability>
> <design:uiHints>
> <design:displayName>REPORTEDBY</design:displayName>
> </design:uiHints>
> </design:attributes>
> <design:usageHints>
> <design:label>REPORTEDBY</design:label>
> <design:formattingHints>
> <design:displaySize>62</design:displaySize>
> </design:formattingHints>
> </design:usageHints>
> </design:resultColumnDefinitions>
> <design:resultColumnDefinitions>
> <design:attributes>
> <design:name>SUPERVISOR</design:name>
> <design:position>9</design:position>
> <design:nativeDataTypeCode>12</design:nativeDataTypeCode>
> <design:precision>30</design:precision>
> <design:scale>0</design:scale>
> <design:nullability>Nullable</design:nullability>
> <design:uiHints>
> <design:displayName>SUPERVISOR</design:displayName>
> </design:uiHints>
> </design:attributes>
> <design:usageHints>
> <design:label>SUPERVISOR</design:label>
> <design:formattingHints>
> <design:displaySize>30</design:displaySize>
> </design:formattingHints>
> </design:usageHints>
> </design:resultColumnDefinitions>
> <design:resultColumnDefinitions>
> <design:attributes>
> <design:name>CHARGESTORE</design:name>
> <design:position>10</design:position>
> <design:nativeDataTypeCode>2</design:nativeDataTypeCode>
> <design:precision>0</design:precision>
> <design:scale>-127</design:scale>
> <design:nullability>NotNullable</design:nullability>
> <design:uiHints>
> <design:displayName>CHARGESTORE</design:displayName>
> </design:uiHints>
> </design:attributes>
> <design:usageHints>
> <design:label>CHARGESTORE</design:label>
> <design:formattingHints>
> <design:displaySize>22</design:displaySize>
> </design:formattingHints>
> </design:usageHints>
> </design:resultColumnDefinitions>
> <design:resultColumnDefinitions>
> <design:attributes>
> <design:name>FAILURECODE</design:name>
> <design:position>11</design:position>
> <design:nativeDataTypeCode>12</design:nativeDataTypeCode>
> <design:precision>8</design:precision>
> <design:scale>0</design:scale>
> <design:nullability>Nullable</design:nullability>
> <design:uiHints>
> <design:displayName>FAILURECODE</design:displayName>
> </design:uiHints>
> </design:attributes>
> <design:usageHints>
> <design:label>FAILURECODE</design:label>
> <design:formattingHints>
> <design:displaySize>8</design:displaySize>
> </design:formattingHints>
> </design:usageHints>
> </design:resultColumnDefinitions>
> <design:resultColumnDefinitions>
> <design:attributes>
> <design:name>ORGID</design:name>
> <design:position>12</design:position>
> <design:nativeDataTypeCode>12</design:nativeDataTypeCode>
> <design:precision>8</design:precision>
> <design:scale>0</design:scale>
> <design:nullability>NotNullable</design:nullability>
> <design:uiHints>
> <design:displayName>ORGID</design:displayName>
> </design:uiHints>
> </design:attributes>
> <design:usageHints>
> <design:label>ORGID</design:label>
> <design:formattingHints>
> <design:displaySize>8</design:displaySize>
> </design:formattingHints>
> </design:usageHints>
> </design:resultColumnDefinitions>
> </design:resultSetColumns>
> <design:criteria>
> <design:rowOrdering/>
> </design:criteria>
> </design:resultSetDefinitions>
> </design:ResultSets>
> </model:DesignValues>]]></xml-property>
> </oda-data-set>
> <oda-data-set
> extensionID="org.eclipse.birt.report.data.oda.jdbc.dbprofile.sqbDataSet
> " name="Max 7 workorder with parent" id="335">
> <list-property name="columnHints">
> <structure>
> <property name="columnName">WONUM</property>
> <text-property name="displayName">WONUM</text-property>
> </structure>
> <structure>
> <property name="columnName">PARENT</property>
> <text-property name="displayName">PARENT</text-property>
> </structure>
> </list-property>
> <structure name="cachedMetaData">
> <list-property name="resultSet">
> <structure>
> <property name="position">1</property>
> <property name="name">WONUM</property>
> <property name="dataType">string</property>
> </structure>
> <structure>
> <property name="position">2</property>
> <property name="name">PARENT</property>
> <property name="dataType">string</property>
> </structure>
> </list-property>
> </structure>
> <property name="dataSource">maximo Data Source</property>
> <list-property name="resultSet">
> <structure>
> <property name="position">1</property>
> <property name="name">WONUM</property>
> <property name="nativeName">WONUM</property>
> <property name="dataType">string</property>
> <property name="nativeDataType">12</property>
> </structure>
> <structure>
> <property name="position">2</property>
> <property name="name">PARENT</property>
> <property name="nativeName">PARENT</property>
> <property name="dataType">string</property>
> <property name="nativeDataType">12</property>
> </structure>
> </list-property>
> <xml-property name="queryText"><![CDATA[SELECT WONUM, PARENT
> FROM MAXIMO.WORKORDER
> WHERE PARENT IS NOT NULL
> ]]></xml-property>
> <structure name="designerState">
> <property name="version">1.0</property>
> <property name="stateContentAsString"><?xml version="1.0"
> encoding="UTF-8"?>
>
> <SQLQueryBuilder editorInputType="SQLBuilderStorageEditorInput"
> name="Max 7 workorder with parent" version="1.0">
>
> <SQLStatement>SELECT WONUM, PARENT&#x0A; FROM MAXIMO.WORKORDER&#x0A;
> WHERE PARENT IS NOT NULL&#x0A;</SQLStatement>
>
> <connInfo> Oracle_11:Transient.oracle.eclipse.tools.database.connectivi
> ty.db.connectionProfile:MAXIMODB:maximo</connInfo >
>
> <omitSchemaInfo>false:true:</omitSchemaInfo>
>
> <editorInputUsageOptions>useWindowState=true</editorInputUsageOptions >
>
> <windowState height="468" version="1.0" width="685">
>
> <control height="141" isHideable="true" isVisible="true"
> name="SQLSourceViewer" width="658"/>
>
> <control height="147" isHideable="true" isVisible="true"
> name="DesignViewer" width="671"/>
>
> <control height="142" isHideable="true" isVisible="true"
> name="GraphControl" width="663"/>
>
> <control height="146" isHideable="true" isVisible="false"
> name="OutlineViewer" width="198"/>
>
> </windowState>
>
> </SQLQueryBuilder></property>
> </structure>
> <xml-property name="designerValues"><![CDATA[<?xml version="1.0"
> encoding="UTF-8"?>
> <model:DesignValues
> xmlns:design="http://www.eclipse.org/datatools/connectivity/oda/design"
> xmlns:model="http://www.eclipse.org/birt/report/model/adapter/odaModel">
> <Version>1.0</Version>
> <design:ResultSets derivedMetaData="true">
> <design:resultSetDefinitions>
> <design:resultSetColumns>
> <design:resultColumnDefinitions>
> <design:attributes>
> <design:name>WONUM</design:name>
> <design:position>1</design:position>
> <design:nativeDataTypeCode>12</design:nativeDataTypeCode>
> <design:precision>10</design:precision>
> <design:scale>0</design:scale>
> <design:nullability>NotNullable</design:nullability>
> <design:uiHints>
> <design:displayName>WONUM</design:displayName>
> </design:uiHints>
> </design:attributes>
> <design:usageHints>
> <design:label>WONUM</design:label>
> <design:formattingHints>
> <design:displaySize>10</design:displaySize>
> </design:formattingHints>
> </design:usageHints>
> </design:resultColumnDefinitions>
> <design:resultColumnDefinitions>
> <design:attributes>
> <design:name>PARENT</design:name>
> <design:position>2</design:position>
> <design:nativeDataTypeCode>12</design:nativeDataTypeCode>
> <design:precision>10</design:precision>
> <design:scale>0</design:scale>
> <design:nullability>Nullable</design:nullability>
> <design:uiHints>
> <design:displayName>PARENT</design:displayName>
> </design:uiHints>
> </design:attributes>
> <design:usageHints>
> <design:label>PARENT</design:label>
> <design:formattingHints>
> <design:displaySize>10</design:displaySize>
> </design:formattingHints>
> </design:usageHints>
> </design:resultColumnDefinitions>
> </design:resultSetColumns>
> <design:criteria>
> <design:rowOrdering/>
> </design:criteria>
> </design:resultSetDefinitions>
> </design:ResultSets>
> </model:DesignValues>]]></xml-property>
> </oda-data-set>
> <oda-data-set
> extensionID="org.eclipse.birt.report.data.oda.jdbc.dbprofile.sqbDataSet
> " name="Data Set" id="452">
> <list-property name="columnHints">
> <structure>
> <property name="columnName">ASSETNUM</property>
> <text-property name="displayName">ASSETNUM</text-property>
> </structure>
> <structure>
> <property name="columnName">PARENT</property>
> <text-property name="displayName">PARENT</text-property>
> </structure>
> <structure>
> <property name="columnName">SERIALNUM</property>
> <text-property name="displayName">SERIALNUM</text-property>
> </structure>
> <structure>
> <property name="columnName">ASSETTAG</property>
> <text-property name="displayName">ASSETTAG</text-property>
> </structure>
> <structure>
> <property name="columnName">LOCATION</property>
> <text-property name="displayName">LOCATION</text-property>
> </structure>
> <structure>
> <property name="columnName">DESCRIPTION</property>
> <text-property name="displayName">DESCRIPTION</text-property>
> </structure>
> <structure>
> <property name="columnName">VENDOR</property>
> <text-property name="displayName">VENDOR</text-property>
> </structure>
> <structure>
> <property name="columnName">FAILURECODE</property>
> <text-property name="displayName">FAILURECODE</text-property>
> </structure>
> <structure>
> <property name="columnName">MANUFACTURER</property>
> <text-property name="displayName">MANUFACTURER</text-property>
> </structure>
> <structure>
> <property name="columnName">PURCHASEPRICE</property>
> <text-property name="displayName">PURCHASEPRICE</text-property>
> </structure>
> <structure>
> <property name="columnName">REPLACECOST</property>
> <text-property name="displayName">REPLACECOST</text-property>
> </structure>
> <structure>
> <property name="columnName">INSTALLDATE</property>
> <text-property name="displayName">INSTALLDATE</text-property>
> </structure>
> <structure>
> <property name="columnName">WARRANTYEXPDATE</property>
> <text-property name="displayName">WARRANTYEXPDATE</text-property>
> </structure>
> <structure>
> <property name="columnName">TOTALCOST</property>
> <text-property name="displayName">TOTALCOST</text-property>
> </structure>
> <structure>
> <property name="columnName">YTDCOST</property>
> <text-property name="displayName">YTDCOST</text-property>
> </structure>
> <structure>
> <property name="columnName">BUDGETCOST</property>
> <text-property name="displayName">BUDGETCOST</text-property>
> </structure>
> <structure>
> <property name="columnName">CALNUM</property>
> <text-property name="displayName">CALNUM</text-property>
> </structure>
> <structure>
> <property name="columnName">ISRUNNING</property>
> <text-property name="displayName">ISRUNNING</text-property>
> </structure>
> <structure>
> <property name="columnName">ITEMNUM</property>
> <text-property name="displayName">ITEMNUM</text-property>
> </structure>
> <structure>
> <property name="columnName">UNCHARGEDCOST</property>
> <text-property name="displayName">UNCHARGEDCOST</text-property>
> </structure>
> <structure>
> <property name="columnName">TOTUNCHARGEDCOST</property>
> <text-property name="displayName">TOTUNCHARGEDCOST</text-property>
> </structure>
> <structure>
> <property name="columnName">TOTDOWNTIME</property>
> <text-property name="displayName">TOTDOWNTIME</text-property>
> </structure>
> <structure>
> <property name="columnName">STATUSDATE</property>
> <text-property name="displayName">STATUSDATE</text-property>
> </structure>
> <structure>
> <property name="columnName">CHANGEDATE</property>
> <text-property name="displayName">CHANGEDATE</text-property>
> </structure>
> <structure>
> <property name="columnName">CHANGEBY</property>
> <text-property name="displayName">CHANGEBY</text-property>
> </structure>
> <structure>
> <property name="columnName">EQ1</property>
> <text-property name="displayName">EQ1</text-property>
> </structure>
> <structure>
> <property name="columnName">EQ2</property>
> <text-property name="displayName">EQ2</text-property>
> </structure>
> <structure>
> <property name="columnName">EQ3</property>
> <text-property name="displayName">EQ3</text-property>
> </structure>
> <structure>
> <property name="columnName">EQ4</property>
> <text-property name="displayName">EQ4</text-property>
> </structure>
> <structure>
> <property name="columnName">EQ5</property>
> <text-property name="displayName">EQ5</text-property>
> </structure>
> <structure>
> <property name="columnName">EQ6</property>
> <text-property name="displayName">EQ6</text-property>
> </structure>
> <structure>
> <property name="columnName">EQ7</property>
> <text-property name="displayName">EQ7</text-property>
> </structure>
> <structure>
> <property name="columnName">EQ8</property>
> <text-property name="displayName">EQ8</text-property>
> </structure>
> <structure>
> <property name="columnName">EQ9</property>
> <text-property name="displayName">EQ9</text-property>
> </structure>
> <structure>
> <property name="columnName">EQ10</property>
> <text-property name="displayName">EQ10</text-property>
> </structure>
> <structure>
> <property name="columnName">EQ11</property>
> <text-property name="displayName">EQ11</text-property>
> </structure>
> <structure>
> <property name="columnName">EQ12</property>
> <text-property name="displayName">EQ12</text-property>
> </structure>
> <structure>
> <property name="columnName">EQ23</property>
> <text-property name="displayName">EQ23</text-property>
> </structure>
> <structure>
> <property name="columnName">EQ24</property>
> <text-property name="displayName">EQ24</text-property>
> </structure>
> <structure>
> <property name="columnName">PRIORITY</property>
> <text-property name="displayName">PRIORITY</text-property>
> </structure>
> <structure>
> <property name="columnName">INVCOST</property>
> <text-property name="displayName">INVCOST</text-property>
> </structure>
> <structure>
> <property name="columnName">GLACCOUNT</property>
> <text-property name="displayName">GLACCOUNT</text-property>
> </structure>
> <structure>
> <property name="columnName">ROTSUSPACCT</property>
> <text-property name="displayName">ROTSUSPACCT</text-property>
> </structure>
> <structure>
> <property name="columnName">CHILDREN</property>
> <text-property name="displayName">CHILDREN</text-property>
> </structure>
> <structure>
> <property name="columnName">BINNUM</property>
> <text-property name="displayName">BINNUM</text-property>
> </structure>
> <structure>
> <property name="columnName">DISABLED</property>
> <text-property name="displayName">DISABLED</text-property>
> </structure>
> <structure>
> <property name="columnName">CLASSSTRUCTUREID</property>
> <text-property name="displayName">CLASSSTRUCTUREID</text-property>
> </structure>
> <structure>
> <property name="columnName">SOURCESYSID</property>
> <text-property name="displayName">SOURCESYSID</text-property>
> </structure>
> <structure>
> &l
Re: Cannot connect to datasource in deployed report [message #529578 is a reply to message #529259] Mon, 26 April 2010 13:32 Go to previous messageGo to next message
Bill Sloan is currently offline Bill SloanFriend
Messages: 7
Registered: March 2010
Junior Member
Jason,
Defining a data source without using a connection profile worked! Thanks for the pointer.

Now for the obvious next question: I see how connection profiles are beneficial. How do I use them in the web (i.e. Tomcat) environment?

Thanks again
Re: Cannot connect to datasource in deployed report [message #529636 is a reply to message #529578] Mon, 26 April 2010 15:17 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Does Tomcat have access to:
C:\Documents and Settings\Administrator\Desktop\maximoprofile

Jason

On 4/26/2010 9:32 AM, Bill Sloan wrote:
> Jason,
> Defining a data source without using a connection profile worked! Thanks
> for the pointer.
>
> Now for the obvious next question: I see how connection profiles are
> beneficial. How do I use them in the web (i.e. Tomcat) environment?
>
> Thanks again
Previous Topic:Problem with ReportDesigns and IRunTask.
Next Topic:To load the report in the same page
Goto Forum:
  


Current Time: Thu Apr 25 20:41:15 GMT 2024

Powered by FUDForum. Page generated in 0.03193 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top