Skip to main content

Tulip Log Collection


TULIP LOG Install –for collecting log from windows Machine

After open the tulip log UI select all to configure all the checkboxes and no need to copy the tulip files into C: drive because there is no privilege to save the log into c:Drive
IN the Module select the correct driver
1.via driver
2.Additonal Driver
After the settings done start the CMD with admin privilege to start the service

To check the folder, it’s updated in the drive folder after the printer /scanner use case completed stop the service to copy the result to another otherwise it will lost and check the size also if the size is 0 kb we understand the log collector is not working.

Scanning Have there on FlOW ESCL
Scanner Capability
Scanner Status
Scan Job Next Document
Image Info
Scanner Status 

Comments

Popular posts from this blog

How to execute Python Script in PyCharm-Configuration

Compile a VBScript into an EXE – iExpress

Sometimes you need to compile a vbscript into an EXE. There are a few applications that allow you to do this, however there is one already installed on the windows build called  iExpress . Before using this, you need to make sure your script works and launches what it is supposed to. E.g. if it launches Internet Explorer with a specific URL. Go to start menu > run and type  iExpress  and press enter. Next > until you are on  Package title . Here enter a title for your exe. Next > No prompt.  Next > Do not display a license.  Next > Add –  Here you will browse to your vbscript .  Next > In the install program section, you need to point to cscript.exe as this is what will run your script. So enter  C:\Windows\System32\cscript.exe “enter vbscript here.vbs” .  Next > Hidden.  Next > No message.  Next > Here you will select where you want to save your EXE files. Then ...