Google Analytics integration with Tealium - sitecore

I am working on Tealium integration with Sitecore and I have installed Tealium Tag Manager Sitecore connector, as well as I have aslo done all the configuration which is needed to use Tealium.
After enabling Google Analytics service from Tealium my website keep loading.
Does anyone have any experience with Sitecore Tealium Connector?
Any help would be appreciated!

I had also faced the same issue.
In my Scenario it was a network proxy issue and i tried the same thing in open network and it worked for me.
Please check your network settings if there is any proxy.

Related

Configure postman locally in hyper-V

I'm using Hyper-V to learn about Postman and Dynamics 365. I'm currently trying to consume a service that I created in D365FO through Postman, but I am unable to do so. I think I am missing some configuration but I can't figure out what it is. Does anyone know how to configure Postman locally on hyper-V without using the Azure portal?
Thanks

Django with react deployment on google cloud vm

Im trying to build server for my project where frontend is react and backend is django. I did it locally works just fine, but how I should deploy it on google cloud platform, i want to make it live through external ip of my virtual machine. I tried everything what i found on google, but usually all guides are for localhost.
You could follow this link, it's a tutorial to learn how to deploy an app in a compute engine with django, also this video could help you.
With this link you could learn how to add the firewall rules in case you require to open a specific port.
Just in case I leave you this link, where you can learn how to deploy a django project in Google Cloud Platform with it's different products.
I hope this information is useful for you

why _vti_bin/shtml.exe is accessible in default AWS setup

I'm new to AWS and I got a Spring microservice project that serve in AWS. I have Jboss7 running in AWS-EC2 instances and having setup AWS-ELB for load balancing.
I encounter an issue to remove microsoftsharepointteamservices version number in response header from a URL, for example www.domainName.com/_vti_bin/shtml.exe.
However, i have not idea why microsoft share point service come into picture as I do not install any web server or apache httpd in AWS.
Why shtml.exe is accessible in default AWS setup? Or is it the other issue that related to ISS?
Please kindly advice. Thank you so much.
I found the root cause for this issue. This is due to we have setup Liferay CMS system in our AWS. And Microsoft Share Point service team service is bundle together with Liferay by default to support for Content Search module.

Sitecore Azure deployment

I want to deploy my Sitecore website to Azure.
I am referencing https://sdn.sitecore.net/upload/sdn5/products/azure/310/getting_started_with_sitecore_azure_310-a4.pdf
this pdf file to setup Sitecore Azure but dont know where to put Azure account details its all working at local, has anyone used this before or have idea about this?
The doc you using is dated,
go to the new Sitecore Documentation site install_sitecore_azure

Enabling Web Service Security With OpenAM WSS Agent

I am struggling with setting up the Web service security with OpenAM.
Here is what I have done so far:
I looked up openam documentation but I could nto find anything
significant which points to web service security implementation details.
However I found this link
(http://www.oracle.com/technetwork/java/wss-sdn-1-137232.html) on
OpenSSO oracle website which gives step by step instructions to
secure the web services.
Also I found this post
(http://www.stormacq.com/web-services-security-with-opensso-security-token-service-sts/) which essentially says that there are many issues one might face while
trying to implement WSS in OpenAM.
I followed oracle link (point 2 above) and tried to implement the WSS in OpenAM version 10.0.0:
My questions:
But The WSS Agent I got from OpenAM website is glassfish version. I am not sure if extracting it and including files from it in my service and client will cause any issues if the server is not glassfish. OpenAM website has glassfish version only.
Another problem is that oracle tutorial was probably written in days of OpenSSO 8.0. Not sure if it will work with Open AM 10. I can see some differences in directory structure already.
It will be helpful if anyone can point me to any other available documentation for implementation of WSS in OpenAM.
Is it advisable to use some IDM solution other than OpenAM for WSS security if OpenAM WSS has known issues.
Any help here will be sincerely appreciated. Thanks in Advance.
WSS Agent actually is a JAX-WS filter implementation. It does not rely on GlassFish you can also use it with Tomcat and Metro. However I've not tested it with Apache CXF yet.
Unfortunately there's no real documentation yet. If you face issues you may post it to the OpenAM mailing list.