Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Group Calendar Error with new update

I have a group Calendar app installed from the productivity Apps and it's now showing this error on page load after the weekend update:
An unexpected internal application error has occurred.
Doing a right click/ inspect I can see the next problem:
DevTools failed to load SourceMap: Could not load content for https://static.oracle.com/cdn/apex/20.2.0.00.20/libraries/jquery-fullcalendar/3.10.2/lib/moment.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

Comments

Deepak Patil
Well this looks like that one of your columns or tables are not in the respective database.

Please review the query (step) on which the process has failed , and check if the column EMPLOYE_STATUS_NK is available in the target or source.

Thanks
Dk
759013
Deepak,

Thanks for qucik reply. First column is only present in targer so executing it in target as it's a reference to an Oracle Sequence. Third column employee_description is mapped to a table in stagin.


I confirmed ; column EMPLOYE_STATUS_NK is present in target database and mapped with primary key of source table. I am executing on Source. This column is also marked as key in target datastore. It still give same error.




Any suggestions ?
Deepak Patil
quicker way to resolve this will be if you can share the SQL in this step where you are getting this error.

Some points to check -

if it's a seq number make sure it runs on "target" , it should be "check not null" and of course the Sequence is present in the database (here in target).

Thanks
Dk
759013
Deepak,

I closely followed the sql as you mentioned and figured out why I was getting this error. I had renamed a column in the target database. I added an "_" in column name. ODI had intially created a error table for this table, however ot again tried to create a new table but with a warning that table ALREADY EXISTS.
This table still had old table defination and would give an error "invalid and name of column.

Thanks.
Greenwich
Deepak Patil
Good stuff... mark the post as resolve if possible :)...
1 - 5

Post Details

Added on Feb 1 2021
0 comments
149 views