Skip to main content

Sitecore XP 10.3 - Some installation errors which i encountered for the first time

Hi Team,

This one will be very quick blog post around some of the issues i encountered during Sitecore 10.3 installation, Specially around SOLR

I have not got these issues in previous version and these were something new i encountered so drafting a quick post around it if it helps some of you save some time.

Also surprisingly, did not get this in error in later versions too like 10.4 

Below are the errors which i encountered 

1) Certificate Chain Was Issued by an Authority That is Not Trusted 


I never had this issue before, As generating certificate is backed in the script, but i still got this, so did little research around it and i found some Stack Exchange discussion, but i followed the same steps and it got resolved for me too, Though they are for older versions

Basically, I had to modify xconnect-xp0.json file, Search "InvokeSqlcmd" in it add "TrustServerCertificate": true to its "Params" property. You will find multiple matches for "InvokeSqlCmd", Do the same change for all of it.

2) Unable to connect to a remote server

Another one, which i was getting was unable to connect to a remote server, Well my internet was working fine, everything was ok, But was again not sure why it is not able to connect to SOLR to download the SOLR package for installation


What worked for me was

I turned off firewall security just for this installation and it worked, there could be better ways, but this worked for me and i was able to install it successfully 

You can tryother alternatives given here

Thank you


Comments

Popular posts from this blog

Set up leprechaun code generation with Sitecore XM Cloud Starterkit

Hi Sitecorians, It has been amazing learning year so far and with the change in technology and shift of the focus on frontend frameworks and composable products, it has been market demand to keep learning and exploring new things. Reasons behind this blog Today's topic is something that was in my draft from April-May, and I always thought that there is already a good documentation out there for  Leprechaun  and a blog post is not needed, Until I realized that there was so many of us facing same kind of issues and same kind of problems and spending same amount of time, That is where I thought, if I could write something which can reduce that repetitive troubleshooting time, That would really help the community. 1)  In a project environment, if we get into some configuration issues, we resolve them, we make sure we are not blocked and continue, but if you think same issue, same step and same scenario will come to other people, so if we can draft it online, it will help othe...

Why SitecoreAI - Getting into the shoes of the customer how to select right CMS

Hi Team, Lately, I have been talking to lot of our customers / potential customers and having pre-sales demos where one question always comes is "Why Sitecore" ?  Now this question can be for any product which is out for sell. And as a technician I always get into product technical features, but at the same time as a pre-sales guy, it also makes me think, surely all competitive products have same features, so definitely answer to this is not in the technicalities.  If you step back and think, we are also a customer in our daily life and buy lot of things, what is that process we go through? When we buy, how can your customer decide if this is a right fit for you or not, why we select A over B? Is it price? is it service? Is it a brand? Is it about features? Is it about brand loyalty?  When it is a technical product, I am sure it cannot start with the technicalities of the product or selecting product itself, 100% not, I feel decision is always business strategy first and ...

Sitecore SXA creative exchange export appends hyphen(-) number to the static assets

Hello There, So, today i will be sharing some information which i think will be useful for many as this might come as a blocker just like me, where i was planning for a next sprint for which i was checking prerequisites and suddenly found out that, Export functionality of SXA is not working properly, it was exporting things but i open the page which was exported (index.html), it was loading without any CSS or JS functioning. Problem I have been using SXA but i never had this issue before, where page or site gets exported but when we open the page, it comes up without CSS or JS functioning properly on the page. So, first thing like any developer i opened up the source of the HTML and tried to see why CSS is not working properly and checked its path and found out following  I was surprised at first point as i never saw this behavior, but one thing was confirmed that, SXA is adding these "-number" at the end of CSS when we export so, i tried to de-assemble the DLL just to see wh...