Qextend not working after database refresh

Sowmya11

New Member
Hi,

Development Qextend outbound and inbound not working after database refresh.

Validate configuration shows:
cmfgcust Source Application Database ** Cannot find or open file /**/cmfgcust.db, errno = 2. (43)
qxevents Source Application Database ** Cannot find or open file /**/qxevents.db, errno = 2. (43)

There seem to be a setting somewhere that is pointing to production directories but I don't know where that is.
Could you please suggest?

Thanks in Advance !
 

TomBascom

Curmudgeon
What is a "database refresh"?

Errno 2 means that no such file exists or, if it does exist, you do not have permission to know about it.

Have you checked to see if "/**/cmfgcust.db" actually exists and that you have the proper permissions?

Is "**" literally part of the pathname? Or are you trying to hide your real path from us?

This being a QAD focused question you might try posting something in the QAD forum to determine how to tell it where to find Qextend.
 

abhinav.iec

New Member
Qxtend is the QAD tool use for communication between different applications (can be two QAD applications or QAD with completely different application like SAP).

Usually this consists of two databases Qxtend events (qxevents) and Qxtend outbound (say Qxodb).

The two databases you listed above looks to be one qxtend event and one is MFG main database. We don't refresh Qxtend related databases as this contain environment details and events processed by that particular event.

I would recommend to rollback the databases with the last backup available as this looks to be non production environment. -OR- you need to dump the database tables and see which record is actually pointing to wrong database path.

Do verify the path on Qxtend webapp as well.
 
Top