Search found 8485 matches

by Alexander Riedel
Wed Nov 10, 2010 2:51 am
Forum: PrimalScript
Topic: Backup Project Files stopped working
Replies: 5
Views: 1373

Backup Project Files stopped working

The cause is a broken Windows API. We will have to replace that portion. Expect a fix in the next service build.
by Alexander Riedel
Fri Nov 05, 2010 3:11 am
Forum: PrimalScript
Topic: PowerShell Debugger issue
Replies: 4
Views: 877

PowerShell Debugger issue

Thanks, I will check on that.
by Alexander Riedel
Thu Nov 04, 2010 8:38 pm
Forum: PrimalScript
Topic: PowerShell Debugger issue
Replies: 4
Views: 877

PowerShell Debugger issue

That stems from the necessary code modification to support debugging for PowerShell 1.0.
The next version of PrimalScript will only support PowerShell 2.0 and this issue is addressed.
For now we recommend to write parameters in one line or one parameter per line.

by Alexander Riedel
Tue Nov 02, 2010 7:26 am
Forum: PrimalScript
Topic: PrimalScript and Pscx
Replies: 11
Views: 4658

PrimalScript and Pscx

Have you added Import-Module Pscxto the PrimalScript profile? Users<UserName>DocumentsWindowsPowerShellprimalscript.profile.ps1 Depending on your OS the location of this profile may vary. Please remember that different hosts MUST use different profiles as documented by Microsoft. Alexander Riedel201...
by Alexander Riedel
Mon Nov 01, 2010 4:24 am
Forum: PrimalScript
Topic: PrimalScript stops working - SQL
Replies: 8
Views: 2142

PrimalScript stops working - SQL

I have been trying to replicate this for a while now, with no such luck. All queries run fine, hundreds of times in a row.
I will put some additional diagnostics in and release it with the next service build.

I will post here when it is available.
by Alexander Riedel
Fri Oct 29, 2010 7:53 pm
Forum: Former and Future Customers - Questions
Topic: First line of all of my PS scripts fails ...
Replies: 5
Views: 3170

First line of all of my PS scripts fails ...

The execution policy is set in the registry, I am assuming you are running Windows 7. Most likely your user account cannot change the registry entry sucessfully. Windows 7 often returns no error in such a case but ignores the change. Run the elevated version of PrimalScript (see start menu) and chan...
by Alexander Riedel
Fri Oct 29, 2010 6:54 am
Forum: PrimalScript
Topic: PS Crashes
Replies: 2
Views: 1683

PS Crashes

Nothing has changed in regards to FTP transfers. That screenshot really doesn't provide any information. Direct FTP editing really relies on constant and uninterupted connectivity. If that is not the case symptoms like this can occur. Which is exactly why best practices recommend local editing and f...
by Alexander Riedel
Thu Oct 28, 2010 8:10 am
Forum: PrimalScript
Topic: PrimalScript stops working - SQL
Replies: 8
Views: 2142

PrimalScript stops working - SQL

Ok, thanks, we will look into it at once.
by Alexander Riedel
Thu Oct 28, 2010 4:21 am
Forum: PrimalScript
Topic: PrimalScript stops working - SQL
Replies: 8
Views: 2142

PrimalScript stops working - SQL

ok. Approximately how many records does a query produce? Just to have some information when setting up a test.
Also, did you use this with previous builds and it worked or is it the first time you are using SQL in PrimalScript?
by Alexander Riedel
Thu Oct 28, 2010 4:02 am
Forum: PrimalScript
Topic: PrimalScript stops working - SQL
Replies: 8
Views: 2142

PrimalScript stops working - SQL

So when exactly is that crash happening? When you are trying to run it?