Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 1278b52

Browse files
committed
formatting
1 parent 6d5e30c commit 1278b52

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/advanced-analytics/java/java-first-sample.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,13 +262,16 @@ After executing the call, you should get a result set showing the two columns:
262262

263263
![Results from Java sample](../media/java/java-sample-results.png "Sample results")
264264

265-
## If you get an error
265+
### If you get an error
266266

267267
Rule out any issues related to the classpath.
268268

269269
+ Classpath should consist of the parent folder and any subfolders, but not the "pkg" subfolder. While the pkg subfolder must exist, it's not supposed to be in classpath value specified in the stored procedure.
270+
270271
+ The "pkg" subfolder should contain the compiled code for all three classes.
272+
271273
+ The length of classpath cannot exceed the declared value (`DECLARE @myClassPath nvarchar(50)`). If it does, the path is truncated to the first 50 characters and your compiled code will not be loaded. You can do a `SELECT @myClassPath` to check the value. Increase the length if 50 characters is insufficient.
274+
272275
+ Finally, check permissions on *each* folder, from root to "pkg" subfolder, to ensure that the security identities running the external process have permission to read and execute your code.
273276

274277
## See also

0 commit comments

Comments
 (0)