Dear Timo,
As I already discussed with you by email ... Unfortunately, there is not too much that we can do on IA side.
Regards
IA17: Not enough storage to process: XP only
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: IA17: Not enough storage to process: XP only
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Re: IA17: Not enough storage to process: XP only
We have the same issue on a Windows XP and Windows 7 32-bit system.
Our current solution is to reduce the "Display Dialog:" calls from 33 to 28. But it's not a good solution. It would be nice to know whats the problem with the dialogs on a Windows 32-bit (it's not the memory or hdd space) and how we can fix it without dialog limitation.
I append a example project. If you cannot reproduce the error, add more "Display Dialog:" lines to the MSI code.
Our current solution is to reduce the "Display Dialog:" calls from 33 to 28. But it's not a good solution. It would be nice to know whats the problem with the dialogs on a Windows 32-bit (it's not the memory or hdd space) and how we can fix it without dialog limitation.
I append a example project. If you cannot reproduce the error, add more "Display Dialog:" lines to the MSI code.
- Attachments
-
- My Native Setup.zip
- (5.24 MiB) Downloaded 1345 times
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: IA17: Not enough storage to process: XP only
Dear JoWang,
The sample you posted is not an appropriate way to conduct a test even if, the one you posted worked always fine with my verification.
You are only repeatedly calling "Display Dialog" in your script, with the sole scope to intentionally cause a system memory resource saturation.
Honestly I don't know which is your personal experience with developing, but what you are trying to demonstrate, It is the same that to allocate a buffer dynamically (repeatedly ) until the system memory get consumed and then ... the application crashes.
Unfortunately as I already said, there is not too much that we can do on IA side.
With OSes as WIN XP there are less system memory resources available ... and we can't change this fact.
Regards
The sample you posted is not an appropriate way to conduct a test even if, the one you posted worked always fine with my verification.
You are only repeatedly calling "Display Dialog" in your script, with the sole scope to intentionally cause a system memory resource saturation.
Honestly I don't know which is your personal experience with developing, but what you are trying to demonstrate, It is the same that to allocate a buffer dynamically (repeatedly ) until the system memory get consumed and then ... the application crashes.
Unfortunately as I already said, there is not too much that we can do on IA side.
With OSes as WIN XP there are less system memory resources available ... and we can't change this fact.
Regards
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Re: IA17: Not enough storage to process: XP only
Dear FrancescoT.
I try to demonstrate that it's a problem if you have a lot of dialog's to display in your setup (on a windows 32-bit system). Thats all. My problem is your error handling. Why it's not possible to show a error message that our client can understand if the setup cannot run on this system? And why a lot of this error messages so that our clients need to kill the setup with the task manager?
Regards, JoWag
I try to demonstrate that it's a problem if you have a lot of dialog's to display in your setup (on a windows 32-bit system). Thats all. My problem is your error handling. Why it's not possible to show a error message that our client can understand if the setup cannot run on this system? And why a lot of this error messages so that our clients need to kill the setup with the task manager?
Regards, JoWag
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: IA17: Not enough storage to process: XP only
Dear JoWag,
I am very sorry, but I really don't understand which sort of more detailed error message you would like to receive from the installer.
The error message; "Not enough storage to process xxxx" is an OS error message and its meaning I suppose is enough clear.
This error state can be returned in any circumstances where this system condition are meet and this "Conditions", are not limited to a specific OS or Platform. This error state can be returned by any OS version ... IF SYSTEM RESOURCES ARE NOT ENOUGH TO SATISFY THE PROCESS REQUEST.
Unfortunately and due the mode used by legacy OS as WIN XP to handle the system memory, this specific error state has much more opportunities to be triggered.
Finally, if you search over internet for "Not enough storage to process win xp", you will find how it is popular and annoying, this specific issue with WIN XP.
Regards
I am very sorry, but I really don't understand which sort of more detailed error message you would like to receive from the installer.
The error message; "Not enough storage to process xxxx" is an OS error message and its meaning I suppose is enough clear.
This error state can be returned in any circumstances where this system condition are meet and this "Conditions", are not limited to a specific OS or Platform. This error state can be returned by any OS version ... IF SYSTEM RESOURCES ARE NOT ENOUGH TO SATISFY THE PROCESS REQUEST.
Unfortunately and due the mode used by legacy OS as WIN XP to handle the system memory, this specific error state has much more opportunities to be triggered.
Finally, if you search over internet for "Not enough storage to process win xp", you will find how it is popular and annoying, this specific issue with WIN XP.
Regards
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Re: IA17: Not enough storage to process: XP only
Hi,
We have the same problem with windows 2003 R2, 4 Gb RAM… (2.5 Gb free when we encountered the issue)…
Don’t have any problem with the same setup on another PC, windows 2003 R2, 2 Gb RAM, 800 Mo free when we made the test.
So what can we do, everything worked fine with IA9R2…
Windows sever 2003 ends of life is for July 2015, not before…
Can you please make more test and try to resolve this issue?
I understand that this is a difficult error to reproduce for you, but we need :
- A workaround for this (how our customers can install our products, what can we say to help us ?)
- A resolution in a future release.
Regards
AH-NP
We have the same problem with windows 2003 R2, 4 Gb RAM… (2.5 Gb free when we encountered the issue)…
Don’t have any problem with the same setup on another PC, windows 2003 R2, 2 Gb RAM, 800 Mo free when we made the test.
So what can we do, everything worked fine with IA9R2…
Windows sever 2003 ends of life is for July 2015, not before…
Can you please make more test and try to resolve this issue?
I understand that this is a difficult error to reproduce for you, but we need :
- A workaround for this (how our customers can install our products, what can we say to help us ?)
- A resolution in a future release.
Regards
AH-NP
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: IA17: Not enough storage to process: XP only
Dear AH-NP,
do you really belive that we have not executed enough verification in house about this specific matter?
Unfortunately, I can't tell you anything more of what I've already said with my previous answers.
Regards
do you really belive that we have not executed enough verification in house about this specific matter?
Unfortunately, I can't tell you anything more of what I've already said with my previous answers.
Regards
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Re: IA17: Not enough storage to process: XP only
Hi there,
what we did in this case is not a very clean solution, but for us it works.
Our normal setups are compiled in IA17 now. But we set up an virtual mashine with the old IA9R2 to creat a setup for each version when our customers are reporting problems on their Win2003/XP mashines. For our 2 products this means we have to create 4 setups so far.
For us it works this way but i think IA changed something that causes now the moemory-problems. In my opinion it must be the change in UNICODE that came up with IA17 that causes this problems.
By the way Windows 2003 supports ends in 2015 but this may not stop customers from working with it.
Its not recomended and you will not get any security-updates or patches any longer. but who cares if there is a windows2003 server running in a company in a private network?
I hope this will help someone to workaround this error like we do.
Greetings,
Martin
what we did in this case is not a very clean solution, but for us it works.
Our normal setups are compiled in IA17 now. But we set up an virtual mashine with the old IA9R2 to creat a setup for each version when our customers are reporting problems on their Win2003/XP mashines. For our 2 products this means we have to create 4 setups so far.
For us it works this way but i think IA changed something that causes now the moemory-problems. In my opinion it must be the change in UNICODE that came up with IA17 that causes this problems.
By the way Windows 2003 supports ends in 2015 but this may not stop customers from working with it.
Its not recomended and you will not get any security-updates or patches any longer. but who cares if there is a windows2003 server running in a company in a private network?
I hope this will help someone to workaround this error like we do.
Greetings,
Martin
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: IA17: Not enough storage to process: XP only
Dear Martin,
If you have a look at my previous reply; Mon Nov 25, 2013 7:14 pm ... I have already aswered to your assumption.
Regards
......For us it works this way but i think IA changed something that causes now the moemory-problems. In my opinion it must be the change in UNICODE that came up with IA17 that causes this problems.
If you have a look at my previous reply; Mon Nov 25, 2013 7:14 pm ... I have already aswered to your assumption.
Regards
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Re: IA17: Not enough storage to process: XP only
Sorry Francesco,
but are you supporting XP and Windows 2003 or not?
"...some more recent features are not handled properly" is not what i would expect if a bug like this is cumming up.
Its not only a label showing something wrong. We talk about our customers are no longer able to install our products!?
Is someone doing something against this "not properly working features"?
Sorry but for me it looks like you want to sit it out and wait for XP/2003-support to end.
but are you supporting XP and Windows 2003 or not?
"...some more recent features are not handled properly" is not what i would expect if a bug like this is cumming up.
Its not only a label showing something wrong. We talk about our customers are no longer able to install our products!?
Is someone doing something against this "not properly working features"?
Sorry but for me it looks like you want to sit it out and wait for XP/2003-support to end.
Re: IA17: Not enough storage to process: XP only
Hello,
All of our customers who have the problem have the Terminal Server role activated on their windows server 2003.
So we have reproduced the problem at office by enabling this role.
The problem occurs with the sample setup generated by Installaware Project wizard, without any changes.
If we uninstall the role, the setup works without any issue…
Can you please try to reproduce the issue using this configuration ?
Thanks
AH-NP
All of our customers who have the problem have the Terminal Server role activated on their windows server 2003.
So we have reproduced the problem at office by enabling this role.
The problem occurs with the sample setup generated by Installaware Project wizard, without any changes.
If we uninstall the role, the setup works without any issue…
Can you please try to reproduce the issue using this configuration ?
Thanks
AH-NP
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: IA17: Not enough storage to process: XP only
Dear AH-NP,
let me try.
Regards
let me try.
Regards
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Re: IA17: Not enough storage to process: XP only
AH-NP's solution worked for us!
Maybe a better solution could be to simply stop the Terminal Server service, but I've not tested it.
- I removed the Terminal Server role from our Windows Server 2003
- restarted
- launched again the installer that had the problem, which successfully installed the program we neeeded
- added again the Terminal Server role
- after the restart I only needed to configure again the Terminal Server to use the correct Terminal Server License Server (the same machine for us)
Maybe a better solution could be to simply stop the Terminal Server service, but I've not tested it.
Last edited by bluish on Mon Mar 17, 2014 10:31 am, edited 1 time in total.
Re: IA17: Not enough storage to process: XP only
Hi Francesco,
Have you had time to watch this ?
Regards
AH-NP
Have you had time to watch this ?
Regards
AH-NP
Re: IA17: Not enough storage to process: XP only
hi Francesco,
Can you please give me feedback on this issue ?
We need to now what we should do for our futures release, this is impossible for us to keep 2 versions of Installaware (IA18 for Win 7 and Win 8 and IA9R2 for XP and windows 2003...).
Regards
AH-NP
Can you please give me feedback on this issue ?
We need to now what we should do for our futures release, this is impossible for us to keep 2 versions of Installaware (IA18 for Win 7 and Win 8 and IA9R2 for XP and windows 2003...).
Regards
AH-NP
Who is online
Users browsing this forum: No registered users and 97 guests