Maven4Champ
Technical User
- Jun 16, 2004
- 154
Hi, I am using an Oracle9 database and Crystal 8.5 for reporting. I normally have tables or views/materialized views) that I report off of but I am presented with an interesting issue.
I have FINALLY figured out how to create a procedure per the whitepaper document found on the BO Crystal website regarding Oracle Stored Procedures and Crystal Reports Software. Find more info on the actual procedure here:
Now when I connect via ps2ora7.dll driver to my oracle database, I receive the initial prompts for three items (my REF CURSOR, StartDate and EndDate) and leave them all with the SET TO NULL checked per another document I found which tells Crystal to prompt each time for the appropriate parameters.
Now, when I do this I receive an ORA 00000 message stating successfull operation. But it DOESN'T add the stored procedure to my report so that I can develop/design accordingly.
So I try to add it again figuring Crystal is just tring to verify it can connect and then try to add it again and then it says INVALID CURSOR. I have found that this is due to trying to open it twice so there is problem #1. Problem #2 is some people are stating that if done corretly, it should only prompt for a StartDate and EndDate, not the REF CURSOR.
Problem #3 is connectivity. I found some posts on here stating what drivers to use and not use but per the whitepaper from BO, I am following correctly with CR8.5 and ps2ora7.dll.
Any advice?
I have FINALLY figured out how to create a procedure per the whitepaper document found on the BO Crystal website regarding Oracle Stored Procedures and Crystal Reports Software. Find more info on the actual procedure here:
Now when I connect via ps2ora7.dll driver to my oracle database, I receive the initial prompts for three items (my REF CURSOR, StartDate and EndDate) and leave them all with the SET TO NULL checked per another document I found which tells Crystal to prompt each time for the appropriate parameters.
Now, when I do this I receive an ORA 00000 message stating successfull operation. But it DOESN'T add the stored procedure to my report so that I can develop/design accordingly.
So I try to add it again figuring Crystal is just tring to verify it can connect and then try to add it again and then it says INVALID CURSOR. I have found that this is due to trying to open it twice so there is problem #1. Problem #2 is some people are stating that if done corretly, it should only prompt for a StartDate and EndDate, not the REF CURSOR.
Problem #3 is connectivity. I found some posts on here stating what drivers to use and not use but per the whitepaper from BO, I am following correctly with CR8.5 and ps2ora7.dll.
Any advice?