Page 1 of 1

QS Address Standadization Error or Memory Error ?

Posted: Thu Mar 03, 2005 9:23 am
by Vijay Kumar
Hi All,
I have a job in Quality Stage which has two stages one is Format Converter and other is Multi National Address Standardization .
When I run the job some times it is running fine but some times it is giving me the following error :

Error exec: pid=18030
PRE all done
pid=18063
REPEAT all done
pid=18079
REPEAT all done
pid=18095
REPEAT all done
pid=18111
REPEAT all done
pid=18127
REPEAT all done
pid=18143
REPEAT all done
pid=18159
REPEAT all done
pid=18175
REPEAT all done
pid=18191
REPEAT all done
pid=18207
STN(18212):Thu Mar 3 20:44:01 2005 ERROR: error returned from tkLoad in StanSpecCompile:
STN(18212):Thu Mar 3 20:44:01 2005 ERROR: vexit status=1

Op Failed Step001 (1)

Op Failed ACPT013 (1)

Op Failed Step002 (1)
EXITVAL=1


Is this is an memory error or is there any fault in my job.
It would be helpful if any one can tell me why this error occurs.

Thanks & Regards
Vijay Kumar

Posted: Tue Mar 08, 2005 9:53 pm
by Vijay Kumar
I have resolved the above issue. :)
We have to specify the Alternate Locale in Run Profile for MultiNational Address Standardization.

Thanks & Regards
Vijay

Posted: Tue Mar 08, 2005 9:56 pm
by ray.wurlod
Thank you for posting the solution. Next time someone searches the forum looking for an answer to this problem, they will be saved some time and effort. Yay!

Posted: Wed Mar 09, 2005 8:18 am
by PilotBaha
Vijay,
thanks for the answer. However, I know that the locale directory is not installed autormatically during the QS installation. (It's supposed to be under \QSserver70\locale). At least it's not part of it for the versions I worked with (1, 2, 4, 7.0 , 7.0.1) How did you install it?

Posted: Wed Mar 09, 2005 10:52 pm
by Vijay Kumar
Hi PilotBaha,

Our server was installed for UNICODE Compatibility and I have give the alternate locale as de_DE.iso88591 and it is running fine.
To find all the locales installed on the machine to go QS/bin and type locale -a
It gives list of locales installed on the machine.


Thanks & Regards
Vijay

Posted: Thu Mar 10, 2005 7:59 am
by PilotBaha
Thanks Vijay, I will try it today