JEA : Credentials work but no results from the probe

Abhijeet Yadav
Kilo Expert

Hi Guys,

I am facing weird situation for JEA.

We have enabled JEA by applying same changes suggested on the KB article given by servicenow. We have configured two mid server properties as well. Enabled JEA_disco endpoint ( tried using JEA_DISCO / jea_disco for case sensitivity)

I see the logs in the powershell transcript file. File attached. ( This was optional step but we did it ) Here is a discovery log,

 

find_real_file.png

We can see the same Windows server discovered through other MID server ( not JEA enabled / but admin ). That ends up failing Windows Server pattern as below,

find_real_file.png

Am I using identifier attributes wrong here? However, I did not modify any OOB identifiers.

Appreciate your help.

Thanks

Abhijeet Yadav

 

1 ACCEPTED SOLUTION

Abhijeet Yadav
Kilo Expert

Dear community,

 

I am replying to my question as we figured it out.

 

We made sure / checked below things

1. MID server powershell version / target powershell version ( 5.0 in our case )

2. MID server properties : modified 2 properties.

 2.1 mid.windows.management_protocol : WinRM

 2.2 mid.powershell.jea.endpoint : <<as you configured>>

3.Fllowing the instructions on KB article from ServiceNow to add JEA files and modifying given lines in code. Especially JEA user group.

https://hi.service-now.com/kb_view.do?sysparm_article=KB0782125

4. Adding target host as a trusted host 

https://docs.servicenow.com/bundle/madrid-servicenow-platform/page/product/mid-server/task/enable-winRM-MID-servers.html

5. Please add the transcript folder even if its optional, its helps a lot in debugging. 

6.  Add below lines to Session config file,

# Modules that will be imported
LanguageMode = 'FullLanguage'

# Initial state of this session configuration
SessionType = 'Default'

https://hi.service-now.com/kb_view.do?sysparm_article=KB0854392

Thanks,

Abhijeet

 

View solution in original post

6 REPLIES 6

Hi,

I Suggest raise a HI ticket because we here dont have more insights on what is happeing and if you raise a HI ticket then you can see with ServiceNow Support what went wrong.


Thanks,
Ashutosh

Abhijeet Yadav
Kilo Expert

Dear community,

 

I am replying to my question as we figured it out.

 

We made sure / checked below things

1. MID server powershell version / target powershell version ( 5.0 in our case )

2. MID server properties : modified 2 properties.

 2.1 mid.windows.management_protocol : WinRM

 2.2 mid.powershell.jea.endpoint : <<as you configured>>

3.Fllowing the instructions on KB article from ServiceNow to add JEA files and modifying given lines in code. Especially JEA user group.

https://hi.service-now.com/kb_view.do?sysparm_article=KB0782125

4. Adding target host as a trusted host 

https://docs.servicenow.com/bundle/madrid-servicenow-platform/page/product/mid-server/task/enable-winRM-MID-servers.html

5. Please add the transcript folder even if its optional, its helps a lot in debugging. 

6.  Add below lines to Session config file,

# Modules that will be imported
LanguageMode = 'FullLanguage'

# Initial state of this session configuration
SessionType = 'Default'

https://hi.service-now.com/kb_view.do?sysparm_article=KB0854392

Thanks,

Abhijeet