Vertex Upgrade

loriw

Active Member
We are running a test with the latest ESU and the upgraded Vertex. We have
a 401K match that has an upper limit of $300, the limit was hit earlier in
the year and the deduction was stopped. With the new ESU this deduction was
taken causing it to be more than the $300 limit. Any ideas why it would
take more than the limit? JDE says that they can't duplicate the problem.

Lori Waybright
Inland Empire Paper
B733.2 SP 10.1, NT
 
Yes I updated the CRP with production data. I finally got a response from
JDE that worked. Seems that there is a limit method field on the PDBA setup
that was not being used in our earlier version but with this new ESU it is.
I changed the limit method to 1 and now it stops at the limit.

Thanks for your help,

Lori Waybright
Inland Empire Paper
B733.2, SP 10.1, NT
 
Check document OTI-01-0090 on the KG. When the library fails, it
usually is the path variable being missing. This is on NT 2000, I'm not
sure what OS you have or what update of Vertex you installed.
Hope this helps!

Julia
You wrote:

Yes they are. But It seems it is not able to load the library.Is it
anything to do with LoadLibrary function? Here is the code where i could
see the problem.

/*****************************\
* Load the library Vprt.dll *
\*****************************/
PayrollDLLInst = LoadLibrary (szLibName);

/* Error handling for problem in loading library
*/
if(PayrollDLLInst == NULL)
{
/* SAR 2641240 - begin */
jdeErrorSet(lpBhvrCom, lpVoid, (ID)0,
"108E", (LPVOID)NULL);
lpDS->cVertexLibraryFailedFlag = '1';
jdeWriteLog ("B0700058", 0, "B0700058:
Load library of Vprt failed");
/* SAR 2641240 - end */


Any idea?
Need help! Thanks
sudhakar



OneWorld CNC Support
Technology Services Division
City of London
OneWorld Xe - Upgrade 2
Oracle 8.1.7.15
Windows 2000 Serve
 
Re: RE: Vertex Upgrade

Our Enterprise Server is AS400. When i debugged the UBE R07200 using the Server debug BF B0900102, i noticed that due to "Library load failed variable flag", it updates the pre payroll status to " " and stopping the whole batch processing.

This error flag is returned by the BF B0700058 (Establish Connection to Vertex). So i opened this business function to see the problem, there i saw the load Library function which returns null value, which causes the whole problem.

I have been struggling over the past one week, and i could not resolve it.
Need help!!!!!!!!!!!!!!!!!!!!!!!!!!!
I looked at all the Knowedge Garden Documents and nothing helped me on this issue.

Can anyone help me???????????????
Sudhakar.

Sudhakar
/*****************************\
* Load the library Vprt.dll *
\*****************************/
PayrollDLLInst = LoadLibrary (szLibName);

/* Error handling for problem in loading library
*/
if(PayrollDLLInst == NULL)
{
/* SAR 2641240 - begin */
jdeErrorSet(lpBhvrCom, lpVoid, (ID)0,
"108E", (LPVOID)NULL);
lpDS->cVertexLibraryFailedFlag = '1';
jdeWriteLog ("B0700058", 0, "B0700058:
Load library of Vprt failed");
/* SAR 2641240 - end */


Any idea?
Need help! Thanks
sudhakar
 
Back
Top