logo

Warning: The forum is now for consultation only. Please use GitHub Discussions to post any questions or comments.


Welcome Guest ! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
avoolapati  
#1 Posted : Tuesday, November 10, 2015 9:19:11 AM(UTC)
avoolapati

Rank: Newbie

Groups: Registered
Joined: 11/9/2015(UTC)
Posts: 5
India
Location: hyderabad

Thanks: 1 times
I have same database in oracle 11g and MSSQL 2012. I was configured requited reports in MSSQL 2012. While using same models and view with oracle connection i am getting below error.'ADsDSOObject' failed with no error message available, result code: DB_E_ERRORSINCOMMAND(0x80040E14).'. Query don't have any date field.

connection used: Provider=ADsDSOObject;Encrypt Password=False;Data Source=dbname@//10.0.125.214:1521/gissample;Mode=Read;Bind Flags=0;ADSI Flag=-2147483648

Please help me in resolving below error with oracle connection
epf  
#2 Posted : Tuesday, November 10, 2015 10:19:36 AM(UTC)
epf

Rank: Administration

Groups: Administrators
Joined: 12/20/2013(UTC)
Posts: 1,209
Switzerland

Thanks: 14 times
Was thanked: 206 time(s) in 199 post(s)
Be sure that the 'Database Type' property of your connection is set to Oracle.

Then I am not sure about your error, it might depends on your Oracle Driver I Imagine. Do you have the full stack trace of the error ?

avoolapati  
#3 Posted : Tuesday, November 10, 2015 12:04:29 PM(UTC)
avoolapati

Rank: Newbie

Groups: Registered
Joined: 11/9/2015(UTC)
Posts: 5
India
Location: hyderabad

Thanks: 1 times
I was used connection as oracle.
below query executed successfully in 'sqldeveloper'.
while connecting to oracle connection was successful.
I have 64 bit oracle client 12g in my machine.





5:42:16 PM Starting execution of 'Testreport'...
5:42:16 PM Executing report tasks...
5:42:16 PM Starting to build models...
5:42:16 PM Model 'Measure-ora': Building result set from database...
5:42:16 PM Model 'Measure-ora': Executing main query...
5:42:16 PM Error in model 'Measure-ora': Unexpected error when executing the following SQL statement:

SELECT
TABLE1.FEATURECLASS AS C0,
TABLE2.ENTRYDATE AS C1,
TABLE1.FEATURECLASS AS C2,
TABLE1.FIELDNAME AS C3,
Avg(INPUTVALUES.TABLEMAINVALUE) AS C4
FROM
(TABLE2 INNER JOIN
(TABLE1 INNER JOIN
(INPUTVALUES LEFT OUTER JOIN TABLEMAIN
ON TABLEMAIN.TABLEMAINID=INPUTVALUES.TABLEMAINID)
ON TABLE1.FIELD1ID = INPUTVALUES.FIELD1ID)
ON TABLE2.ENTRYDATEID = INPUTVALUES.ENTRYDATEID)
WHERE TABLEMAIN.TABLEMAINID IN (12)
GROUP BY TABLE1.FEATURECLASS,TABLE2.ENTRYDATE,TABLE1.FIELDNAME
ORDER BY TABLE1.FEATURECLASS ASC,TABLE1.FIELDNAME ASC,TABLE2.ENTRYDATE ASC,Avg(INPUTVALUES.TABLEMAINVALUE) ASC


Error detail:
'ADsDSOObject' failed with no error message available, result code: DB_E_ERRORSINCOMMAND(0x80040E14).
5:42:16 PM Rendering report...

Edited by user Tuesday, November 10, 2015 12:22:36 PM(UTC)  | Reason: Not specified

epf  
#4 Posted : Tuesday, November 10, 2015 12:21:27 PM(UTC)
epf

Rank: Administration

Groups: Administrators
Joined: 12/20/2013(UTC)
Posts: 1,209
Switzerland

Thanks: 14 times
Was thanked: 206 time(s) in 199 post(s)
the oracle client must be 32bit, Seal Report is a 32bit application...
thanks 1 user thanked epf for this useful post.
avoolapati on 11/10/2015(UTC)
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.