Reg Errors Failed to read specifications & Business function passed incorrect error map to CallObject! & [Microsoft][ODBC S

Aryan123

Aryan123

Well Known Member
Reg Errors Failed to read specifications & Business function passed incorrect error map to CallObject! & [Microsoft][ODBC S

Hello All,

I need info reg few JDE errors & why they are coming

1] INITIALIZING CALL OBJECT KERNEL
JDB_CTL.C4936
JDB4300001 - Failed to validate User handle
JDEDDAPI.C1608
DDT0000015 - UpdateTamDD unsuccessful for item 0
JDB9900290 - Failed to read a valid dictionary struct
JDB9900293 - Failed to read specifications
DDT0000015 - UpdateTamDD unsuccessful for item 0

2] COB0000120 - Business function passed incorrect error map to CallObject!

3] [Microsoft][ODBC SQL Server Driver][SQL Server]Violation of PRIMARY KEY constraint 'F9312_PK'. Cannot insert duplicate key in object 'SYS7333.F9312'. - SQLSTATE: 23000

JDB9900401 - Failed to execute db request

JDB3400009 - Failed to perform Insert for F9312

ODB0000183 - SQLExecute failed

Please let me know why the errors are coming.

Thanks in advance.
 
Re: Reg Errors Failed to read specifications & Business function passed incorrect error map to CallObject! & [Microsoft][ODBC S

The F9312 errors happen when you have security audit on in the JDE.INI. For the other error, I would check first on possibly corrupt cache spec files. If possible, shut down JDE services, delete the 6 cache files (DDDICT, DDTEXT, and GLBLTBL) in the path code specified as the default in your JDE.INI's [SECURITY] section, and restart services to see if you still get those errors.
 
Re: Reg Errors Failed to read specifications & Business function passed incorrect error map to CallObject! & [Microsoft][ODBC S

Ok Thanks a lot! I'll try that...
What about error "COB0000120 - Business function passed incorrect error map to CallObject!"
Any idea?
 
Re: Reg Errors Failed to read specifications & Business function passed incorrect error map to CallObject! & [Microsoft][ODBC S

I gone through the ini , Could you please tell me where in ini I have to check the audit setup?
 
Re: Reg Errors Failed to read specifications & Business function passed incorrect error map to CallObject! & [Microsoft][ODB

SecurityHistory = 0 in the server ini
 
Re: Reg Errors Failed to read specifications & Business function passed incorrect error map to CallObject! & [Microsoft][ODB

I do not see SecurityHistory entry in the server ini's & we are getting more errors like that
Error :
[Microsoft][ODBC SQL Server Driver][SQL Server]Violation of PRIMARY KEY constraint 'F42199_PK'. Cannot insert duplicate key in object 'PRODDTA.F42199'. - SQLSTATE: 23000
 
Re: Reg Errors Failed to read specifications & Business function passed incorrect error map to CallObject! & [Microsoft][ODB

Ohh.. my mistake..

Under the [Security] section of your Ent server JDE.ini check for a value " History = 1 ".
 
Re: Reg Errors Failed to read specifications & Business function passed incorrect error map to CallObject! & [Microsoft][ODB

Hello,

In Ent server JDE.ini I see value " History = 1 ", Thanks for the info.
Do you know why that error is coming? What’s going wrong & where?
Error:
2324/2328 Tue Dec 29 04:07:35 2009 jdbodbc.C2148
[Microsoft][ODBC SQL Server Driver][SQL Server]Violation of PRIMARY KEY constraint 'F9312_PK'. Cannot insert duplicate key in object 'SYS7333.F9312'. - SQLSTATE: 23000

2324/2328 Tue Dec 29 04:07:35 2009 JDB_DRVM.C986
JDB9900401 - Failed to execute db request

2324/2328 Tue Dec 29 04:07:35 2009 JDB_EXET.C5224
JDB3400009 - Failed to perform Insert for F9312

I see the same error for few other tables too

Thanks.
 
Re: Reg Errors Failed to read specifications & Business function passed incorrect error map to CallObject! & [Microsoft][ODB

This is a known issue with F9312 table. The primary key on the table is SHUPMT. SHUPMT being 6 characters wide cannot store values in milliseconds. Hence if a user logs in simultaneously within 1 sec there will be a Primary key violation and the F9312 wont update. The issue has been fixed in 8.98

Vikks
 
Re: Reg Errors Failed to read specifications & Business function passed incorrect error map to CallObject! & [Microsoft][ODB

Hi, Our Development team is copying the Base Object P4210 to P584210 and trying to check-in P584210, but it throws error, checked the jde.log and below are the logs. Can some help me on this.

4320/5840 Fri Sep 27 06:41:14 2013 JDBODBC.C2148
ODB0000183 - SQLExecute failed

4320/5840 Fri Sep 27 06:41:14 2013 JDBODBC.C2148
[IBM][System i Access ODBC Driver][DB2 for i5/OS]SQL0803 - Duplicate key value specified. - SQLSTATE: 23000

4320/5840 Fri Sep 27 06:41:14 2013 jdb_drvm.c990
JDB9900401 - Failed to execute db request

4320/5840 Fri Sep 27 06:41:14 2013 jdb_exet.c5224
JDB3400009 - Failed to perform Insert for F98BLOB

4320/5840 Fri Sep 27 06:41:14 2013 jdb_utl1.c4208
JDB9900501 - Could not insert remainder of BLOB - Table F98741

4320/5840 Fri Sep 27 06:41:14 2013 jdb_exet.c5224
JDB3400009 - Failed to perform Insert for F98741

Regards,
Sai Venkat.
 
Re: Reg Errors Failed to read specifications & Business function passed incorrect error map to CallObject! & [Microsoft][ODB

Sai,

The pointer to the problem, from the log, is probably:

[ QUOTE ]
Duplicate key value specified

[/ QUOTE ]

But the details are not there. To get the detail get a debug log of the check-in attempt and find out why a duplicate key error is being produced.

It would be good if you could provide your config (JDE apps version; Tools version; database and version; enterprise server and database server platforms), some, but not all, of the config is in the log portion in your post.
 
Back
Top