Message Boards

Qxtend - QXO - issue in Calc Program

Venkateswararao M, modified 3 Years ago.

Qxtend - QXO - issue in Calc Program

Post Date: 3/8/12 (Bronze, 0 Posts) Recent Posts

Hi All,

I have an issue in executing QXtend Calculated Program.

I get these errors in Message Publisher log file.

"03/07/2012 03:50:46.776-05:00 0 us/xx/xxqxtest.p Database qaddb not connected. (1006)
03/07/2012 03:50:46.777-05:00 0 Calculation program error of field Test-site of profile Itemmaint"

In the Response file i get "<qdoc:Test-site>!ERROR!</qdoc:Test-site>" for the calculated field.

Can you please help in fixing this.

 

thumbnail
Evan Todd, modified 13 Years ago.

Re: Qxtend - QXO - issue in Calc Program

Post Date: 3/11/12 (Rhodium, 699 Posts) Recent Posts

Hi,

when QXO attempts to run a calculated field program, it will first look in the local propath defined in start-sess.sh, and if it can't find it, it will run the program on the appserver defined in the Source Application Details screen.

Now since this program requires qaddb to be connected, I would guess that you are either running the program locally - in which case only qxodb is connected, or you are running it on an appserver where qaddb is not connected.

For programs that require other databases to be connected, they should always be run on an appserver. So make sure this appserver has the required propath and DB connections to run the program.

Regards

Evan

Venkateswararao M, modified 13 Years ago.

Re: Re: Qxtend - QXO - issue in Calc Program

Post Date: 3/11/12 (Bronze, 0 Posts) Recent Posts

Thanks Todd, Its working now

Message place holder