check in problem

rcandeo

Well Known Member
I am having problems when making a check in to one of my UBEs in DEV env. I´ve tried do delete records in F98741 but it didn't worked.
Can anyone give a hint to clear this object records in DEV so I can transfer the production object back to my dev environment?
 
You don't have to clear records in DV; use the Row Exit "Get" button, and select PD pathcode.
It should overwrite your DV specs with PD ones.
 
It shouldn't work. The problem is not in getting the specifications, it is checking it back to the server. I can get the object from prod, but I am not able to check it in to my DEV env.
 
Does your JDE.LOG have any errors? Are your ODBC's correct? Can you check the object in from a different PC?
 
Hi Robson,

Just a trivial question:

Was the object in Checked-Out status on that machine and project and hold the token when you wasn't able to Check-In it?

What kind of information do you find in the OMW logs:
> Row / Logging / Log Detail / Full Text
go through on all Detail Log entries.

Can be usefull to check the OMW log on object level as well on project level.

Good luck,

Zoltán
 
Here are OMW LOGS: "Final source and target record counts do not match
for object R5676B200A and table F98741."
"Failed to insert F98741 table record in CopyTAMRDB."
"OMW Object Type UBE, Object ID R5676B200A checkin failed."

And jde.log says:
"1304/1800 Wed Apr 06 13:41:56 2005 JDBODBC.C5220
ODB0000211 - Verify the OneWorld SP levels between the Client and Server: H006.

1304/1800 Wed Apr 06 13:41:56 2005 JDBODBC.C5221
ODB0000212 - Contact the Sys Admin to undo the command: FAILED #Command failed: STRJRNPF FILE(CODV7333/F98741 ) JRN(OWJRNL/OW_JRNL ) IMAGES(*BOTH) OMTJRNE(*OPNCLO) with exception: CPF709D.

1304/1800 Wed Apr 06 13:41:56 2005 JDBODBC.C2128
ODB0000183 - SQLExecute failed

1304/1800 Wed Apr 06 13:41:56 2005 JDBODBC.C2128
[IBM][Client Access Express ODBC Driver (32-bit)][DB2/400 SQL]SQL7008 - F98741 in CODV7333 not valid for operation. - SQLSTATE: S1000

1304/1800 Wed Apr 06 13:41:56 2005 jdb_drvm.c920
JDB9900401 - Failed to execute db request

1304/1800 Wed Apr 06 13:41:56 2005 jdb_exet.c4476
JDB3400009 - Failed to perform Insert for F98741"

But before someone ask me, I don't have a diferente level of Service pack between my cliente and my server.
Anyway, I can make check in any other object, that's why I need to delete the spec records for this UBE in DEV only, so I can make a fresh check in to my DEV environment.
Thank You
 
F98741 isn't currently being journaled on the iSeries. Start the journaling (or figure out why it's not starting) for this file and you should probably be set.

I wouldn't be surprised if you get the same type of errors in normal use when anything transaction related attempts to process. Hopefully this journaling issue is only related to the F98741 and not more widespread.

Regards,
 
Hi Robson,

Just a shot in the dark.

1.) Delete the object Localy from OMW.
2.) Logout OW (EO)
3.) Delete the well known 6 spec file on your flat client
4.) Login OW (EO)
5.) Check-Out the object again.
6.) Get the object from PROD.
7.) Try to Check-In again.

I hope, somebody can provide you with better advise.

Good luck,

Zoltán
 
Back
Top