impreza276
Programmer
Hi,
I am running crystal reports v8.5 with an oracle 8i database. There are two problems I am facing.
1) There is a relatively simpple report I have created that runs fine in Crystal Reports, but it give an ORA-00904 "invalid column name" error when I run it in Crystal Ease 3. The DB statement is
SELECT
"CUSTOMER_committee"."NAME", "COMMITTEE_MEMBER"."COM_POSITION", "COMMITTEE_MEMBER"."END_DATE", "COMMITTEE_MEMBER"."VOTING_STS", "CUSTOMER"."CUSTOMER", "CUSTOMER"."MAIL_NAME", "CUSTOMER"."USER_T1", "PHONE"."PHONE"
FROM
"TIMSS"."CUSTOMER" "CUSTOMER_committee",
"TIMSS"."COMMITTEE_MEMBER" "COMMITTEE_MEMBER",
"TIMSS"."CUSTOMER" "CUSTOMER",
"TIMSS"."PHONE" "PHONE"
WHERE
"CUSTOMER_committee"."CUSTOMER" = "COMMITTEE_MEMBER"."COMMITTEE" AND "COMMITTEE_MEMBER"."CUSTOMER" = "CUSTOMER"."CUSTOMER" AND "CUSTOMER"."CUSTOMER" = "PHONE"."CUSTOMER"(+) AND "CUSTOMER"."CUSTOMER_STATUS" <> 'DECEAS' AND "PHONE"."PHONE_TYPE"(+) = 'EMAIL' AND (("COMMITTEE_MEMBER"."COMMITTEE" = '00000012' OR "COMMITTEE_MEMBER"."COMMITTEE" = '00991878') OR "COMMITTEE_MEMBER"."COM_POSITION" = 'CHAIR')
ORDER BY
"CUSTOMER"."CUSTOMER" ASC
2) There is another even simpler report that I created that worked fine. Recently an upgrade was carried out and the oracle database was restructured (database version is unchanged). Even when I rebuild the report from scratch it gives me an Ora-01007 " variable not in select list" error (in crystal reports 8.5)
Any idea what could be causing these problems?
Thanks
I am running crystal reports v8.5 with an oracle 8i database. There are two problems I am facing.
1) There is a relatively simpple report I have created that runs fine in Crystal Reports, but it give an ORA-00904 "invalid column name" error when I run it in Crystal Ease 3. The DB statement is
SELECT
"CUSTOMER_committee"."NAME", "COMMITTEE_MEMBER"."COM_POSITION", "COMMITTEE_MEMBER"."END_DATE", "COMMITTEE_MEMBER"."VOTING_STS", "CUSTOMER"."CUSTOMER", "CUSTOMER"."MAIL_NAME", "CUSTOMER"."USER_T1", "PHONE"."PHONE"
FROM
"TIMSS"."CUSTOMER" "CUSTOMER_committee",
"TIMSS"."COMMITTEE_MEMBER" "COMMITTEE_MEMBER",
"TIMSS"."CUSTOMER" "CUSTOMER",
"TIMSS"."PHONE" "PHONE"
WHERE
"CUSTOMER_committee"."CUSTOMER" = "COMMITTEE_MEMBER"."COMMITTEE" AND "COMMITTEE_MEMBER"."CUSTOMER" = "CUSTOMER"."CUSTOMER" AND "CUSTOMER"."CUSTOMER" = "PHONE"."CUSTOMER"(+) AND "CUSTOMER"."CUSTOMER_STATUS" <> 'DECEAS' AND "PHONE"."PHONE_TYPE"(+) = 'EMAIL' AND (("COMMITTEE_MEMBER"."COMMITTEE" = '00000012' OR "COMMITTEE_MEMBER"."COMMITTEE" = '00991878') OR "COMMITTEE_MEMBER"."COM_POSITION" = 'CHAIR')
ORDER BY
"CUSTOMER"."CUSTOMER" ASC
2) There is another even simpler report that I created that worked fine. Recently an upgrade was carried out and the oracle database was restructured (database version is unchanged). Even when I rebuild the report from scratch it gives me an Ora-01007 " variable not in select list" error (in crystal reports 8.5)
Any idea what could be causing these problems?
Thanks