Discussions regarding 1C:Enterprise for mobile devices with Android, iOS, or Windows Phone.

#1
People who like this: 0 Yes / 0 No
Active user
1C:Professional
Rating: 3
Joined: Dec 4, 2015
Company: Smart ID Dynamics

Hello,

While importing data from txt file in my mobile application (the application is for mobile and I was running it on mobile), it gave me an error saying "Error saving database file( possibly insufficient disk space)". I checked mobile's storage and it has 4gb free.

Now, when I open on mobile the 1C Platform and then I try to open my application, it gave me this message and I don't know how to solve this.
Does anyone know what to do in this case ?
Thank you!

 
#2
People who like this: 0 Yes / 0 No
Timofey Bugaevsky
Guest

Joined:
Company:

Hello, Sebastian Dan!

Maybe the application is installed to the system space where the space is not enough now while the phone storage have plenty of space? You can try to move the application to the phone storage (in terms of Android).

 
#3
People who like this: 1 Yes / 0 No
Interested
Rating: 32
Joined: Oct 27, 2011
Company: Abaco Soluciones S.A.

Deleting some videos received by whatsapp always work.

 
#4
People who like this: 0 Yes / 0 No
Active user
1C:Professional
Rating: 3
Joined: Dec 4, 2015
Company: Smart ID Dynamics

Hello!

In my mobile's app database are stored over 1.000.000 entries and when I used Catalogs, I got "Database corrupted" because of the big volume of data. I changed the application structure from catalogs to information registers. For now, it runs ok with no problems. Do you think that if the volume of data will be around 2.000.000, the database will crash again?

 
#5
People who like this: 0 Yes / 0 No
Timofey Bugaevsky
Guest

Joined:
Company:

Hello, Sebastian!

It is better to operate with that large amounts of data with DBMS that is designed for that.

For that large databases you need a server and keep it there.

Imagine, you have lost your phone with all the data?

 
#6
People who like this: 0 Yes / 0 No
Active user
1C:Professional
Rating: 3
Joined: Dec 4, 2015
Company: Smart ID Dynamics

Hello,

I know that.I agree with you, but this is what I was ask to do.
I have a server, but the application must be able to run in offline mode. In this case, I have to synchronize it with the server and get all the data from server to mobile.

 
#7
People who like this: 0 Yes / 0 No
Timofey Bugaevsky
Guest

Joined:
Company:

Maybe you could find a way to keep not all data, but limited by the user, or balance for the beginning of the month and records for the current month...

 
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)
Be the first to know tips & tricks on business application development!

A confirmation e-mail has been sent to the e-mail address you provided .

Click the link in the e-mail to confirm and activate the subscription.

/* --- ФИКС ЗАГОЛОВКОВ ДОКУМЕНТАЦИИ (BRUTE FORCE) --- */ /* Цепляемся за все возможные контейнеры Битрикса */ .content h1, #content h1, .workarea h1, .content h2, #content h2, .workarea h2, .content h3, #content h3, .workarea h3, .content h4, #content h4, .workarea h4, .content h5, #content h5, .workarea h5, .content h6, #content h6, .workarea h6 { display: block !important; font-weight: 700 !important; color: #222 !important; text-transform: none !important; margin-top: 1.5em !important; margin-bottom: 0.5em !important; line-height: 1.2 !important; } /* Явно задаем размеры, чтобы перекрыть "font-size: 100%" */ .content h1, #content h1 { font-size: 28px !important; } .content h2, #content h2 { font-size: 24px !important; } .content h3, #content h3 { font-size: 22px !important; } .content h4, #content h4 { font-size: 20px !important; } .content h5, #content h5 { font-size: 18px !important; } /* Ваш случай (5 решеток) */ .content h6, #content h6 { font-size: 16px !important; } /* Если Битрикс или редактор засунули внутрь h5 тег span или font */ .content h5 *, #content h5 *, .workarea h5 * { font-size: inherit !important; color: inherit !important; font-weight: inherit !important; } /* --- СТИЛИЗАЦИЯ ТЕКСТА (Markdown Style) --- */ /* Ссылки в тексте делаем более заметными */ .content a:not([class]) { color: #005aa0; text-decoration: none; border-bottom: 1px solid rgba(0, 90, 160, 0.2); } .content a:not([class]):hover { border-bottom-color: #005aa0; } /* Списки (чтобы не прилипали) */ .content ul, .content ol { margin-bottom: 15px !important; padding-left: 20px !important; } .content li { margin-bottom: 5px !important; }