Skip to content

Commit bb1cd80

Browse files
authored
Merge pull request #106910 from vidarmsft/patch-37
Updated partial state, copy logs and takebackupnow
2 parents 5f02f8b + cfce3f8 commit bb1cd80

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/storsimple/storsimple-data-manager-ui.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Perform the following steps to create a job definition.
9797

9898
3. In the **Filter** subsection, enter the root directory that contains your data of interest in _\MyRootDirectory\Data_ format. Drive letters such _\C:\Data_ are not supported. You can also add any file filters here.
9999

100-
4. The data transformation service works on the data that is pushed up to the Azure via snapshots. When you run this job, you can choose to take a backup every time this job is run (to work on latest data) or use the last existing backup in the cloud (if you are working on some archived data).
100+
4. The data transformation service only works on the latest snapshot of the data that is pushed up to Azure.
101101

102102
5. Click **OK**.
103103

@@ -146,6 +146,11 @@ Whenever you need to move data from StorSimple to the storage account that you h
146146

147147
![Start job run 4](./media/storsimple-data-manager-ui/start-job-run4.png)
148148

149+
### View logs after job completion
150+
151+
After completion of a job, you can view the status of the job. Job status can be **Succeeded**, **Partially Succeeded** and **Failed**. You can view the list of files that were successfully copied and files that failed to be copied. These lists are available in a container called **"storsimple-data-manager-joblogs"** within your target storage account. Within this container, you can look for a folder with the same name as your job definition. Within this, a folder will be created for every job run which will contain your lists. The name of this folder will be the GUID of the job, which you can get from the job details page. Alternatively, in most cases you will see a link for the copy logs within the jobs page itself.
152+
There are 2 set of csv files that you will see in this folder. All files that start with **copiedfilelist...** will contain the list of successfully copied files. All files that start with **failedfilelist...** contain files that were not able to be copied, along with an error message.
153+
149154

150155
## Next steps
151156

0 commit comments

Comments
 (0)