Topic by Pramod V
Content
Hi Fellaws,
I had developed a custom script to import massive data records(about 7K) from several other systems.The problem here is "optimisation". I get the following error:
"Unable to allocate sufficient storage for queryPointer!"
Has anybody faced this before and I have script to read to CSV and create an Incident, Contact and a Custom obj named "Vehicle". Not sure where I am going wrong. I am only querying RN DB for existing Contact ID and Vehicle ID. I have used RNCPHP\RNObject::SuppressAll in all my saves and using RNCPHP\commit() for every 500 records. Not sure where I could optmize.
Any suggestions would help.
~VIP