You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
Transcript started, output file is c:\tmp\hospital_setup_log.txt
Start time: 3/13/2020 11:23:37 AM
This Solution was created on non DVSM Sku
Installing SQLServer Power Shell Module or Updating to latest
NuGet provider is required to continue
PowerShellGet requires NuGet provider version '2.8.5.201' or newer to interact with NuGet-based repositories. The NuGet provider must be available in 'C:\Program Files\PackageManagement\ProviderAssemblies' or 'C:\Users\XXXX\AppData\Local\PackageManagement\ProviderAssemblies'. You can also install the NuGet provider by running 'Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force'. Do you want PowerShellGet to install and import the NuGet provider now?
&Yes &No &Suspend
Y
Cloning into 'C:\Solutions\Hospital'...
remote: Enumerating objects: 3, done.
remote: Counting objects: 100% (3/3), done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 562 (delta 1), reused 1 (delta 1), pack-reused 559
Receiving objects: 100% (562/562), 88.44 MiB | 2.08 MiB/s, done.
Resolving deltas: 100% (320/320), done.
Servername set to XXXXX
Switching SQL Server to Mixed Mode
Configuring SQL to allow running of External Scripts
SQL Server Configured to allow running of External Scripts
Restarting SQL Services
SQL Services Restarted
Done with configuration changes to SQL Server
Installing latest Power BI.......
PS>TerminatingError(Start-BitsTransfer): "The operation being requested was not performed because the user has not logged on to the network. The specified service does not exist. (Exception from HRESULT: 0x800704DD)"
Start-BitsTransfer : The operation being requested was not performed because the user has not logged on to the network.
The specified service does not exist. (Exception from HRESULT: 0x800704DD)
At C:\users\XXXX\documents\projects\r-server-hospital-length-of-stay\resources\actionscripts\HospitalSetup.ps1:
179 char:1
System.Runtime.InteropServices.COMException,Microsoft.BackgroundIntelligentTransfer.Management.NewBitsTransferCommand
Start-BitsTransfer : The operation being requested was not performed because the user has not logged on to the
network. The specified service does not exist. (Exception from HRESULT: 0x800704DD)
At C:\users\XXXX\documents\projects\r-server-hospital-length-of-stay\resources\actionscripts\HospitalSetup.ps1
:179 char:1
ServerName set to XXXXXXXX
This Version of SQL is not compatible with Py , Py Code and DB's will not be Created
Creating SQL Database for R
Calling Script to create the Hospital_R database
SQLServerDB Hospital_R Created
Calling Script to create the objects in the Hospital_R database
invoke-sqlcmd : Incorrect syntax near '='.
Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a
change tracking context clause, the previous statement must be terminated with a semicolon.
At C:\Solutions\Hospital\Resources\ActionScripts\ConfigureSQL.ps1:129 char:1
invoke-sqlcmd : Incorrect syntax near '='.
Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a
change tracking context clause, the previous statement must be terminated with a semicolon.
At C:\Solutions\Hospital\Resources\ActionScripts\ConfigureSQL.ps1:129 char:1
Name : Hospital
DsnType : System
Platform : 64-bit
DriverName : SQL Server Native Client 11.0
Attribute : {Database, Server, Trusted_Connection}
Import CSV File(s).
Loading LengthOfStay.csv into SQL Table....
Name : LengthOfStay
LengthOfStay table loaded from CSV File(s).
Loading LengthOfStay_Prod.csv into SQL Table....
Name : LengthOfStay_Prod
LengthOfStay_Prod table loaded from CSV File(s).
Finished loading .csv File(s).
Training Model and Scoring Data...
SqlServer\Invoke-Sqlcmd : A 'R' script error occurred during execution of 'sp_execute_external_script' with HRESULT
0x80004004.
An external script error occurred:
Error in library("MicrosoftML") :
there is no package called 'MicrosoftML'
Calls: source -> withVisible -> eval -> eval -> library
Error in ScaleR. Check the output for more information.
Error in eval(expr, envir, enclos) :
Error in ScaleR. Check the output for more information.
Calls: source -> withVisible -> eval -> eval -> .Call
Execution halted
Cannot insert the value NULL into column 'model', table 'Hospital_R.dbo.Models'; column does not allow nulls. INSERT
fails.
A 'R' script error occurred during execution of 'sp_execute_external_script' with HRESULT 0x80004004.
An external script error occurred:
Error in library("MicrosoftML") :
there is no package called 'MicrosoftML'
Calls: source -> withVisible -> eval -> eval -> library
Error in ScaleR. Check the output for more information.
Error in eval(expr, envir, enclos) :
Error in ScaleR. Check the output for more information.
Calls: source -> withVisible -> eval -> eval -> .Call
Execution halted
A 'R' script error occurred during execution of 'sp_execute_external_script' with HRESULT 0x80004004.
An external script error occurred:
Error in eval(expr, envir, enclos) :
could not find function "rxSerializeModel"
Calls: source -> withVisible -> eval -> eval
Error in ScaleR. Check the output for more information.
Error in eval(expr, envir, enclos) :
Error in ScaleR. Check the output for more information.
Calls: source -> withVisible -> eval -> eval -> .Call
Execution halted
Cannot insert the value NULL into column 'model', table 'Hospital_R.dbo.Models'; column does not allow nulls. INSERT
fails.
The statement has been terminated.
The statement has been terminated.
At C:\Solutions\Hospital\Resources\ActionScripts\ConfigureSQL.ps1:189 char:1
SqlServer\Invoke-Sqlcmd : A 'R' script error occurred during execution of 'sp_execute_external_script' with HRESULT 0x80004004.
An external script error occurred:
Error in library("MicrosoftML") :
there is no package called 'MicrosoftML'
Calls: source -> withVisible -> eval -> eval -> library
Error in ScaleR. Check the output for more information.
Error in eval(expr, envir, enclos) :
Error in ScaleR. Check the output for more information.
Calls: source -> withVisible -> eval -> eval -> .Call
Execution halted
Cannot insert the value NULL into column 'model', table 'Hospital_R.dbo.Models'; column does not allow nulls. INSERT fails.
A 'R' script error occurred during execution of 'sp_execute_external_script' with HRESULT 0x80004004.
An external script error occurred:
Error in library("MicrosoftML") :
there is no package called 'MicrosoftML'
Calls: source -> withVisible -> eval -> eval -> library
Error in ScaleR. Check the output for more information.
Error in eval(expr, envir, enclos) :
Error in ScaleR. Check the output for more information.
Calls: source -> withVisible -> eval -> eval -> .Call
Execution halted
A 'R' script error occurred during execution of 'sp_execute_external_script' with HRESULT 0x80004004.
An external script error occurred:
Error in eval(expr, envir, enclos) :
could not find function "rxSerializeModel"
Calls: source -> withVisible -> eval -> eval
Error in ScaleR. Check the output for more information.
Error in eval(expr, envir, enclos) :
Error in ScaleR. Check the output for more information.
Calls: source -> withVisible -> eval -> eval -> .Call
Execution halted
Cannot insert the value NULL into column 'model', table 'Hospital_R.dbo.Models'; column does not allow nulls. INSERT fails.
The statement has been terminated.
The statement has been terminated.
At C:\Solutions\Hospital\Resources\ActionScripts\ConfigureSQL.ps1:189 char:1
R Server Configured in 00:05:05.5789036
npm WARN deprecated sprintf@0.1.5: The sprintf package is deprecated in favor of sprintf-js.
npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgra
de your dependencies to the actual version of core-js@3.
Hi
From the log file I see a run of errors. Is there anything that can be fixed given my desktop environment?
Cheers
Michael
The text was updated successfully, but these errors were encountered: