Buenas!
La idea es importar todos los registros que tengo en HS y guardarlos en mi DB, para armar un sitio con estadísticas. Al principio, no me dejaba importar más de 100 registros por la paginación, eso lo solucioné. Luego, no me permite importar más de 10.000 registros y HS no me da ninguna pista. Mi aplicación funciona, pero ya no descarga e inserta esos registros en mi DB. Estoy desarrollando la app en NEST.JS. El único error que recibí por terminal fue:
data: { status: ‘error’, message: ‘There was a problem with the request.’, correlationId: ‘863d5ac4-343b-4bed-9135-f48ddc4ed54d’ }
Pero por lo que investigue tengo bien las properties, etc… de hecho tengo 10.000 registros insertados en mi DB correctamente y sin repetirse
Alguien paso por eso? alguien sabe como aumentar la cantidad de registros o alguna solucion?
Gracias
EN
Hello good!
The idea is to import all the records I have in HS to create a site with statistics. At first, it wouldn’t let me import more than 100 records because of pagination, I solved that. Then it won’t let me import more than 10,000 records and HS doesn’t give me any clues. My application works, but it no longer downloads and inserts those records into my DB. I am developing the app in NEST.JS. The only error I received per terminal was:
data: { status: ‘error’, message: ‘There was a problem with the request.’, correlationId: ‘863d5ac4-343b-4bed-9135-f48ddc4ed54d’ }
But from what I investigated, I have the properties correct, etc… in fact I have 10,000 records inserted into my DB correctly and without repeating themselves
Has anyone gone through that? Does anyone know how to increase the number of records or any solution?
Thank you
