Showing posts with label desktop. Show all posts
Showing posts with label desktop. Show all posts

Tuesday, March 27, 2012

Error R6034 in MSIEXEC.EXE while installing Proclarity Desktop Pro 6.3 Evaluation

What can I do about this? There doesn't seem to be any workaround, I've upgraded everything, including the Msiexec to 3.2 (v2), but the same error always pops up.

I've done other installs of the same product without any problem whatsoever.

Can anyone help?

Regards,

Incognitus

Hello,

This isn't an error we commonly see. It actually looks to be a generic error from the Visual C++ runtime (http://msdn2.microsoft.com/en-us/library/ms235299(VS.80).aspx). You might try searching for that error and seeing what others have done to resolve it. Those same solutions will likely work for the ProClarity install as well.

Regards,

Ben

|||

I did search ... it spoke about VC80, manifest and stuff like that. Too technical for me to understand it.

Thanks anyway. I guess I'll have to do the Eval with Proclarity Web Pro, which installed without any problem.

|||

If you have as2000 installed, maybe you will need to install the servicePack 4.

I had problems installing ProClarity 6.3 because i didn't had the latest servicePack of SQLServer 2000.

I hope this helps,

Rafael Augusto

Error R6034 in MSIEXEC.EXE while installing Proclarity Desktop Pro 6.3 Evaluation

What can I do about this? There doesn't seem to be any workaround, I've upgraded everything, including the Msiexec to 3.2 (v2), but the same error always pops up.

I've done other installs of the same product without any problem whatsoever.

Can anyone help?

Regards,

Incognitus

Hello,

This isn't an error we commonly see. It actually looks to be a generic error from the Visual C++ runtime (http://msdn2.microsoft.com/en-us/library/ms235299(VS.80).aspx). You might try searching for that error and seeing what others have done to resolve it. Those same solutions will likely work for the ProClarity install as well.

Regards,

Ben

|||

I did search ... it spoke about VC80, manifest and stuff like that. Too technical for me to understand it.

Thanks anyway. I guess I'll have to do the Eval with Proclarity Web Pro, which installed without any problem.

|||

If you have as2000 installed, maybe you will need to install the servicePack 4.

I had problems installing ProClarity 6.3 because i didn't had the latest servicePack of SQLServer 2000.

I hope this helps,

Rafael Augusto

Friday, March 9, 2012

Error Msg 8626

Hi all,
I have an sp which works fine on a server, but fails on my desktop engine
with the following error code:
Server: Msg 8626, Level 16, State 1,
Only text pointers are allowed in work tables, never text, ntext, or image
columns. The query processor produced a query plan that required a text,
ntext, or image column in a work table.
I have checked the sp but no text, ntext, or image column is involved in the
code !
Got any idea about it ?!
ThanksCould you provide a repro?
Please post DDL, sample data and desired results.
See http://www.aspfaq.com/5006 for info.
"fdudan" <fdudan@.discussions.microsoft.com> wrote in message
news:0437938D-8959-47F7-826A-B95B6022286B@.microsoft.com...
> Hi all,
> I have an sp which works fine on a server, but fails on my desktop engine
> with the following error code:
> Server: Msg 8626, Level 16, State 1,
> Only text pointers are allowed in work tables, never text, ntext, or image
> columns. The query processor produced a query plan that required a text,
> ntext, or image column in a work table.
> I have checked the sp but no text, ntext, or image column is involved in
> the
> code !
> Got any idea about it ?!
> Thanks
>