Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
Picardy Beet
Feb 7, 2006

Singing in the summer.
It's an environement problem from what I checked but anyway :
I've got scripts doing heavy lifting between Ax2012 instances (PRD-> DEV, TRN, SBX, yada yada)
These fuckers have stopped working properly, and when looking for what caused this I found that it was it was a simple smo $Scripter.EnumScript($Object)) which stopped working.

A simple script like https://pastebin.com/1kvB7xgz will work perfectly against a certain SQL server , and will fail miserably against the dev server even in local (using the same AD user btw.)

The error :

C:\Users\xxx\.Desktop\test.ps1 : TRAPPED: Microsoft.SqlServer.Management.Smo.FailedOperationException
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,test.ps1

C:\Users\xxx\Desktop\test.ps1 : TRAPPED: Script failed for Table 'dbo.SYSSERVERCONFIG'.
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,test.ps1

Exception calling "EnumScript" with "1" argument(s): "Script failed for Table 'dbo.SYSSERVERCONFIG'. "
At C:\Users\axservices\Desktop\test.ps1:49 char:20
+ foreach ($s in $Scripter.EnumScript($Object))
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : FailedOperationException

SQL Server rebooted, no right on the account have been modified,.. I'm lost. Anyone ever seen something like this ?


Edit : solved by recent kbs uninstallation.

Picardy Beet fucked around with this message at 08:58 on Dec 6, 2018

Adbot
ADBOT LOVES YOU

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply