×
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

CC module reports

CC module reports

CC module reports

(OP)
I'm using Macola ES with PCCharge Pro server. When we submit an order with a credit card, it accepts the charge, and I can see the charge on the customer card. The problem is that I can't run the report to show the transactions. I was able to determine the actual crystal report to be Macoecctran.rpt based on the following error message:
"Error in file macoecctran. failed to retrieve datat from the database. Details: [Database Vendor Code: 241] This indicates there are missing table\field\procecures.

I opened that report in crystal reports to find the report is querying the following tables :
oeccfil_sql
oehdrhst_sql
oeordhdr_sql

I'm assuming since each table has ord_no as a field name they are joined on that field. I am able to see the cc authorized in oeccfil_sql, and match that to the same ord_no in eohdrhst_sql, but I can't find the same ord_no in oeordhdr_sql. I think this is why my reports are failing but I don't know why the data isn't there. Any advice?

~N

RE: CC module reports

The oeordhdr_sql table contains open (not posted) sales orders. The oehdrhst_sql table contains invoiced (posted) sales orders. An order is not normally in both tables unless it has been partially shipped and backordered. If you want a report to look in either table based on order number (ord_no) then you would need a left outer join to both tables.

Peter Shirley
Macola Consultant, PA and surrounding states.
http://www.erpessentials.com

RE: CC module reports

(OP)
Thank you Peter. That explains why I couldn't recreate the query. Do you have any thoughts on why the built-in crystal report fails?

RE: CC module reports

What version of ES are you running? Have you tied running an update on the same version?

Software Training, Implementation, Programming and Support for Macola Progression, Macola ES, Synergy, and Crystal Reports. Check out our Macola tools: www.gainfocus.biz/exceladdin.html

RE: CC module reports

(OP)
I'm on 9.5.9 . I haven't tried to run any updates. I'll try that and report back.

RE: CC module reports

(OP)
dgillz it looks like reapplying the last update did the trick. I guess something was corrupted in ES or the report itself. Thanks a million!

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Tek-Tips Forums free from inappropriate posts.
The Tek-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members! Already a Member? Login

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close