PrimalForm and Exchange Management Console

Archived support forum for customers who once purchased a PrimalForms product license. This forum is locked.
This topic is 14 years and 4 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
User avatar
davidc
Posts: 5913
Last visit: Mon Jul 08, 2019 8:55 am
Been upvoted: 2 times

PrimalForm and Exchange Management Console

Post by davidc »

Hello Xenophane,

Can you email a sample form (pff) to support@sapien.com where this happens? It might be caused by an object getting piped out to the host.

David
David
SAPIEN Technologies, Inc.
User avatar
davidc
Posts: 5913
Last visit: Mon Jul 08, 2019 8:55 am
Been upvoted: 2 times

PrimalForm and Exchange Management Console

Post by davidc »

In your code you may want to pipe the results to Out-Null after executing some commands and functions. If you look at the exported code, PrimalForms will do this for certain commands.

David
David
SAPIEN Technologies, Inc.
User avatar
Xenophane
Posts: 29
Last visit: Wed Feb 03, 2021 3:59 am

PrimalForm and Exchange Management Console

Post by Xenophane »

Hi david, I sent you two pff files, one where the completed box shows up (using exchange mgmt cmdlets) and one where I just take the result from get-process and puts that into a datagridview, where the "completed box" does not show up.
User avatar
pasillas@pasan.com
Posts: 12
Last visit: Tue Nov 08, 2022 12:27 pm

PrimalForm and Exchange Management Console

Post by pasillas@pasan.com »

This unexpected behavior is preventing me from publising exe that I've created in PrimalForms. It's causing way too much confusion.
Primal support, we need an answer on this - regardless of whether it's part of the Exchange CmdLets or not.

Thanks!
User avatar
Alexander Riedel
Posts: 8478
Last visit: Tue Mar 26, 2024 8:52 am
Answers: 19
Been upvoted: 37 times

PrimalForm and Exchange Management Console

Post by Alexander Riedel »

We are working on it. We where trying to get some information from the PowerShell or the Exchange team but they prove to be quite unresponsive lately.

The problem so far seems to be that virtually all Cmdlets developed at Microsoft always assume that they run in a console application. Obviously for a Windows Forms tool that creates complications. We are doing our best to create reasonable solutions as soon as possible.
Alexander Riedel
SAPIEN Technologies, Inc.
User avatar
bheidemann
Posts: 19
Last visit: Mon Dec 09, 2013 9:11 am

PrimalForm and Exchange Management Console

Post by bheidemann »

I have a question on this topic. I currently run Win7 x64 with primal forms installed. Everything so far on my form works except the exchange piece. From what I understand is that primal forms calls the 32bit PSconsole and not the 64bit version, is that correct?

Is there anyway I can configure primal forms to call the 64bit version of the psconsole since MSExchange 32bit will not install on a 64 bit machine?

If not I have to build out a 32bit machine and build the forms. Which leads me to another question. If I do build the form on a 32bit machine calling the 32bit exchange management ps scrips will that form run on a 64 bit machine? My guess is no. Please let me know, thank you.
User avatar
davidc
Posts: 5913
Last visit: Mon Jul 08, 2019 8:55 am
Been upvoted: 2 times

PrimalForm and Exchange Management Console

Post by davidc »


Correct, PrimalForms can only use 32bit PowerShell, but we are working on away to resolve this issue. As for using a 32-bit machine, yes you can work on a 32-bit machine and still package the script as a 64 bit executable. In addition, you should be able to export the script and run the script within the 64-bit PowerShell, as long as all the calls are the same as the 32bit version.

David



David
SAPIEN Technologies, Inc.
User avatar
bheidemann
Posts: 19
Last visit: Mon Dec 09, 2013 9:11 am

PrimalForm and Exchange Management Console

Post by bheidemann »

Ok great thank you.
User avatar
bheidemann
Posts: 19
Last visit: Mon Dec 09, 2013 9:11 am

PrimalForm and Exchange Management Console

Post by bheidemann »

Have you released the packager? Last we looked was a couple weeks ago after vmworld and it hadn't been released yet.
User avatar
davidc
Posts: 5913
Last visit: Mon Jul 08, 2019 8:55 am
Been upvoted: 2 times

PrimalForm and Exchange Management Console

Post by davidc »


I was referring to PrimalForms 2009's packager. The standalone PrimalPackager has not been released yet.

David

David
SAPIEN Technologies, Inc.
This topic is 14 years and 4 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.