Page 2 of 3

Re: RegData takes too long time to finish unknowable

Posted: Thu May 21, 2015 9:32 am
by teimue
In which attachment format can I send my sample project?
My mail to support@stimulsoft.com was rejected:

Code: Select all

#< #5.0.0 X-Spam-Firewall; host mx1.emailsrvr.com[98.129.184.3] said: 550 5.7.0 mime_banned_file - Your message has been rejected because it contains a banned file attachment. (in reply to end of DATA command)> #SMTP#
It was a 14 MB ZIP file.

Re: RegData takes too long time to finish unknowable

Posted: Thu May 21, 2015 1:22 pm
by teimue
I send the sample project again as DropBox Download link.
I hope that's ok.

Re: RegData takes too long time to finish unknowable

Posted: Fri May 22, 2015 10:34 am
by Andrew
Hello,

Thank you for the question. Dropbox link is Ok. It is much better than sending us archives. Sometimes they are rejected.

Re: RegData takes too long time to finish unknowable

Posted: Wed Jun 03, 2015 7:22 am
by teimue
Hello,
are there any results with my sample project?
Can You reproduce this issue?

Re: RegData takes too long time to finish unknowable

Posted: Wed Jun 03, 2015 7:59 am
by HighAley
Hello.

Sorry, but we didn't receive any sample from you.
Where did you send it?

Thank you.

Re: RegData takes too long time to finish unknowable

Posted: Wed Jun 03, 2015 11:21 am
by teimue
Hello Aleksey, say that isn't true.
On 21.5.2015 I sent an email to support@stimulsoft.com with a dropbox link to a sample project.
It was second try because my first mail was rejected.

Re: RegData takes too long time to finish unknowable

Posted: Wed Jun 03, 2015 11:23 am
by teimue
I'll send it now again.

Re: RegData takes too long time to finish unknowable

Posted: Thu Jun 04, 2015 6:06 am
by HighAley
Hello.

We have received your message. We need some time for analyzing.
We will let you know about results soon.

Thank you.

Re: RegData takes too long time to finish unknowable

Posted: Thu Jun 04, 2015 1:30 pm
by HighAley
Hello.

You should set next option to avoid looping at registering of the Business Objects.
StiOptions.Dictionary.BusinessObjects.MaxLevel = 3;

But it's better to register your business objects with RegBusinessObject() method.

Thank you.

Re: RegData takes too long time to finish unknowable

Posted: Fri Jun 05, 2015 6:48 am
by teimue
Thanks!
That is the solution. But should I have known that?