SMB

File sharing ..

Workshop - SMB/CIFS

SMB Server

Create a new Transformation

Any one of these actions opens a new Transformation tab for you to begin designing your transformation.

  • By clicking File > New > Transformation

  • By using the CTRL-N hot key

Test SMB Server

Before we fire up Pentaho Data Integration, let's test:

  • SMB server is up and running

  • Can log into User - Bob & Alice - & Shared spaces.

  1. Log into your Docker Desktop to check that the SMB Docker container is up and running.

Check SMB container.
  1. Let's test SMB server ..

Test-NetConnection -ComputerName localhost -Port 1445  

SMB Shared Folders

Let's check we have some sample data in our container/shared folder.

There's a couple of ways you could do this ..!

If you have an IDE Editor installed, you can install the Docker Container Extension, see Windows 11 Pentaho Lab.

  1. In the Docker Desktop UI click on the workshop-server-smb.

  1. Click on Files > scroll down to shared folder - expand to see mounted volumes.

Shared folders.
  1. Lets connect to a data source using SMB VFS in Pentaho Data Integration.

Last updated