EDMIService: WIP
This commit is contained in:
@@ -23,7 +23,7 @@ Namespace Methods.GlobalIndexer
|
||||
''' Load Profiles for this Import
|
||||
''' </summary>
|
||||
Public Function LoadProfile(pProfileId As Integer) As Profile
|
||||
Logger.Debug("Start of Method [LoadAutomaticIndexes]")
|
||||
Logger.Debug("Start of Method [LoadProfile]")
|
||||
|
||||
Try
|
||||
Dim oProfile = GetDatatable.Run(
|
||||
@@ -44,12 +44,12 @@ Namespace Methods.GlobalIndexer
|
||||
.NameConvention = oRow.ItemEx("NAMENKONVENTION", ""),
|
||||
.ObjectStore = oRow.ItemEx("OBJECT_STORE", "Work"),
|
||||
.ShortName = oRow.ItemEx("KURZNAME", ""),
|
||||
.DynamicPath = oRow.ItemEx("DYNAMIC_PATH", "")
|
||||
.DynamicPath = oRow.ItemEx("DYNAMIC_FOLDER", "")
|
||||
}
|
||||
|
||||
Return oProfileObject
|
||||
Catch ex As Exception
|
||||
LogAndThrow(ex, "Error while automatic loading indexes!")
|
||||
LogAndThrow(ex, "Error while automatic loading profile!")
|
||||
Return Nothing
|
||||
End Try
|
||||
End Function
|
||||
|
||||
Reference in New Issue
Block a user