cancel
Showing results for 
Search instead for 
Did you mean: 

UltraLiteJ Error [-280] Publication Not Found

Former Member
0 Kudos

I was synchronizing my native app (only 1 MBO) with no problem. Now, i've added 2 new MBO's. As i dont want to synchronize 3 MBO's at the same time i separated my MBO's in 2 especific Sinchronization Groups.

I was using XXXDB.synchronize(); with no problem, now i'm using XXXDB.synchronize("SYNC_GROUP_NAME"); and im getting this message:

UltraLiteJ Error [-280] Publication 'SYNC_GROUP_NAME' not found.

Anyone has any idea how to solve this?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Problem Solved.

Thank You for your answers, i think there's a limitation regarding the number of characters that synchronization group can have because i was using a long name with 23 characters and i chaged it for one with 16 characters and the error is gone.

Anyone have a Synchronization group with a relative long name? (20 chars or more).

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

I don't think that could be the reason for your problem.

I remember in one of my previous project (sup ios native app) there was a sync group named  "StoreContactsyncGroup" (in total 21 characters). And we deployed this app to customer without any issue.

Rgrds,

Jitendra

Answers (2)

Answers (2)

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Francisco,

If you look at the error cause for UltraLiteJ Error [-280] in the pdf , it says .

You misspelled the name of a publication, or you did not qualify a publication name with a user name.

Whenever there are some changes at mbo level, make sure:

1. You redeploy mbos to server

2. If it is native app development, then regenerate the code for that particular OS.

3. Replace this new code with older one.

Rgrds,

Jitendra

midhun_vp
Active Contributor
0 Kudos

After creating new Sync groups have you moved the MBOs to respective groups? Have you deployed this  new package to server and generated code again ? After deploying the new MBO project are you able to see the new sync group in mbo package properties in SCC?

Add relevant screen shots.

After generating code instead of overwriting delete the existing code in android project and paste the newly created project.

- Midhun VP