<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chrysostomos Psaroudakis, Author at Creative People | Quality IT services</title>
	<atom:link href="https://creativepeople.gr/author/cpsaroudakis/feed/" rel="self" type="application/rss+xml" />
	<link>https://creativepeople.gr/author/cpsaroudakis/?mab_v3=6879</link>
	<description>Quality IT Services</description>
	<lastBuildDate>Fri, 17 Jun 2022 18:00:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://creativepeople.gr/wp-content/uploads/2020/02/fav.png</url>
	<title>Chrysostomos Psaroudakis, Author at Creative People | Quality IT services</title>
	<link>https://creativepeople.gr/author/cpsaroudakis/?mab_v3=6879</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Email Deliverability, a pain with cure</title>
		<link>https://creativepeople.gr/email/email-deliverability-a-pain-with-cure/</link>
		
		<dc:creator><![CDATA[Chrysostomos Psaroudakis&#160;&#160;&#160;Apostolos Drakakis]]></dc:creator>
		<pubDate>Thu, 26 Nov 2020 11:15:51 +0000</pubDate>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://creativepeople.gr/?p=6879</guid>

					<description><![CDATA[<p>The post <a href="https://creativepeople.gr/email/email-deliverability-a-pain-with-cure/">Email Deliverability, a pain with cure</a> appeared first on <a href="https://creativepeople.gr">Creative People | Quality IT services</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p>Increased Email deliverability is an important business need. If your email does not arrive at  your customers’ or suppliers’ inboxes, then you are no longer top of mind nor part of their considerations, let alone the fact that your business purpose cannot be served in a timely manner and you are reduced to calling them to receive a reception acknowledgement.</p>
<p>A dialogue like this, is definitely something you have experienced being on either side.</p>
<p>-Did you get my email?</p>
<p>-No!</p>
<p>-Can you please check your spam folder?</p>
<p>-oh, I see it now….</p>
<p>&nbsp;</p>
<p>This “I see it now”, may affect your organization’s prestige or make you lose an important deadline.</p>
<p>&nbsp;</p>
<p>There are many reasons why emails go to recipients’ spam folders. I will try to summarize some of them.</p>
<ol>
<li>Lack of appropriate DNS entries on your DNS server, such as:
<ol>
<li>SPF records</li>
<li>DKIM and</li>
<li>DMARC compliance issues</li>
</ol>
</li>
<li>Overall health of your Internet Service Provider (ISP)</li>
<li>Overall health of the email server used to send out your emails</li>
<li>Outgoing email volume sudden change between time periods.</li>
</ol>
<p>We will see each one of the above in the paragraphs below.</p>
<p>&nbsp;</p>
<p><strong>1. Lack of appropriate DNS entries on your DNS server.</strong></p>
<p>This point takes for granted that you have access to your DNS servers so as to create or update your DNS records; if you do not, then you should get access and then come back.</p>
<p>If you do not know what DNS does on the internet, then you should have a quick read <a href="/dns/what-is-public-dns-what-does-it-do-why-is-so-important/">here</a>, before continuing.</p>
<ul>
<li><strong>SPF records.</strong></li>
</ul>
<p>What is SPF record?</p>
<p>Sender Policy Framework (SPF) is an email authentication method that specifies the mail servers authorized to send email for your domain. SPF helps protect your domain from spoofing and helps ensure that your messages are delivered correctly. Mail servers that get mail from your domain, use SPF to verify that messages that appear to come from your domain, actually are from your domain.</p>
<p>A good way to create your own spf records is <a href="https://www.spfwizard.net/" target="_blank" rel="noopener noreferrer">www.spfwizard.net</a> and I suggest you combine it with <a href="https://mxtoolbox.com/SPFRecordGenerator.aspx" target="_blank" rel="noopener noreferrer">mxtoolbox.com</a>, while a good way to test those records is <a href="https://mxtoolbox.com/spf.aspx" target="_blank" rel="noopener noreferrer">mxtoolbox.com</a>.</p>
<ul>
<li><strong>DKIM</strong></li>
</ul>
<p>DKIM (Domain Keys Identified Mail) is an authentication process that can help protect both senders and recipients from forged and phishing email. By adding DKIM signatures to your domain, recipients know that email messages actually came from users in your organization and they were not modified after they were sent.</p>
<p>You can create it here: <a href="https://tools.socketlabs.com/dkim/generatory" target="_blank" rel="noopener noreferrer">tools.socketlabs.com</a> and you can test it here: <a href="https://mxtoolbox.com/dkim.aspx" target="_blank" rel="noopener noreferrer">mxtoolbox.com</a> after putting the records on your dns.</p>
<p>&nbsp;</p>
<p>A server administrator maybe needed if you don’t have full access on it, or you are on a shared hosting environment. Even better, your hosting may have already put those records for you.</p>
<p>&nbsp;</p>
<p>In the case of a Microsoft 365 implementation the process of creating DKIM is different as in this case, Microsoft 365 requires CNAME records instead of txt records. You can follow guidelines provided from Microsoft for that on your Office 365 portal &gt; Admin &gt; Exchange admin center &gt; Protection &gt; dkim.</p>
<p>In this particular scenario your test to mxtoolbox, stated above may fail, as it is looking for txt record rather than CNAME records your zones is providing. So, do not panic, you are correct, as long as Microsoft 365 admin panel states so.</p>
<ul>
<li><strong>DMARC</strong></li>
</ul>
<p>DMARC, which stands for “Domain-based Message Authentication, Reporting &amp; Conformance”, is an email authentication, policy, and reporting protocol. It builds on the widely deployed SPF and DKIM protocols, adding linkage to the author domain name, published policies for recipient handling of authentication failures, and reporting from receivers to senders, to improve and monitor protection of the domain from fraudulent email.</p>
<p>DMARC compliance is another DNS related issue whose failure can result in unsuccessful mail delivery.</p>
<p>You can create it here: <a href="https://mxtoolbox.com/DMARCRecordGenerator.aspx" target="_blank" rel="noopener noreferrer">mxtoolbox.com</a> and you can test it here: <a href="https://mxtoolbox.com/dmarc.aspx" target="_blank" rel="noopener noreferrer">mxtoolbox.com</a>.</p>
<p>If all the above points are covered, then the chances that your mail is classified as spam become really slim. However, we have experienced issues with that when we face DNS availability issues.</p>
<p>To check your DNS health, you can try <a href="https://dnschecker.org/" target="_blank" rel="noopener noreferrer">dnschecker.org</a> and we suggest doing this regularly.</p>
<p>A friend of us, old IT Professional keeps saying:</p>
<p style="text-align: center;"><strong>“The root of all cause is DNS”</strong></p>
<p>&nbsp;</p>
<p><strong>2.Overall health of your Internet Service Provider (ISP)</strong></p>
<p>ISPs have a reputation regarding email delivery, and their reputation regarding spam is measured against UCEPROTECTL2 or UCEPROTECTL3 criteria. If you are blacklisted on the UCEPROTECTL2 / L3, then you are unlucky, as you may have an IP Address from your ISP that falls into a poor reputation range. Most of the times, the entire range of IP Addresses is blocked as a result of the fact that this provider hosts spammers. It’s a good administrator practice to check against those blacklisting criteria when your provider assigns you a new IP  range or even a new static IP address. You can always refuse to accept an already blacklisted IP!</p>
<p>Subnet-based Blacklists are used to reject email from entire ranges of IP Addresses, i.e. providers that are hosting companies sending spam, as well as single IP Addresses that may fall in that range of IP Addresses. This blacklist type does not offer any form of manual request to delist. Your IP Address will either automatically expire from listing after a given timeframe, or after time expires from the last receipt of spam into their spam traps from your IP Address.</p>
<p>&nbsp;</p>
<p><strong>3. Overall health of the email server used to send out your emails</strong></p>
<p>That was the part of the ISP, but you also should definitely check your email server against blacklists as part of your regular maintenance process. One of the most widespread tools to try regularly is <a href="https://mxtoolbox.com/blacklists.aspx" target="_blank" rel="noopener noreferrer">mxtoolbox.com</a>. In this and others, you can check whether your IP is registered on spam and other offender databases.</p>
<p>&nbsp;</p>
<p><strong>4. Outgoing email volume sudden change between time periods.</strong></p>
<p>Hm, that is something that needs to be taken into consideration. Suppose you have no problem with your email deliverability for quite a long time, and suddenly your emails land to your recipients’ spam folders. What is wrong? You may need to check if you have a change in the volume of your outgoing emails and if you don’t have a systematic way to do that, you may check a posteriori on <a href="https://talosintelligence.com/" target="_blank" rel="noopener noreferrer">talosintelligence.com</a>.</p>
<p>It may be a secretary sending out wishes for Christmas, or a new campaign launched from your marketing department. All domains have an average of outgoing volume and if there is a significant increase, then Talos may report it, and as other spam engines take its word for it, a chain reaction of blacklisting may come into play.</p>
<p>This is exactly what happens, when a computer in your network is infected with some kind of Trojan or malware that fires around to recipients around the globe. The longer the incident carries on, the wider the damage is and your IP is being listed to more and more spam registry databases.</p>
<p>Tough ha? It is! Email deliverability is a constant battle as many others in IT. You have to be cautious; you have to check regularly and be fast!</p>
<h2>Increase Mailchimp deliverability</h2>
<p>Especially for marketing purposes, many corporations utilize the MailChimp service, in order to manage mass mail sending.</p>
<p>A good practice would be to enable GDPR forms for your audience. For this go to audience &gt; settings &gt; GDPR fields and settings</p>

		</div>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img fetchpriority="high" decoding="async" width="1024" height="528" src="https://creativepeople.gr/wp-content/uploads/2020/11/gdpr-1024x528.jpg" class="vc_single_image-img attachment-large" alt="" title="gdpr" srcset="https://creativepeople.gr/wp-content/uploads/2020/11/gdpr-70x70@2x.jpg 140w, https://creativepeople.gr/wp-content/uploads/2020/11/gdpr-150x150@2x.jpg 300w, https://creativepeople.gr/wp-content/uploads/2020/11/gdpr-380x196.jpg 380w, https://creativepeople.gr/wp-content/uploads/2020/11/gdpr-500x258.jpg 500w, https://creativepeople.gr/wp-content/uploads/2020/11/gdpr-300x155@2x.jpg 600w, https://creativepeople.gr/wp-content/uploads/2020/11/gdpr-660x340.jpg 660w, https://creativepeople.gr/wp-content/uploads/2020/11/gdpr-380x196@2x.jpg 760w, https://creativepeople.gr/wp-content/uploads/2020/11/gdpr-768x396.jpg 768w, https://creativepeople.gr/wp-content/uploads/2020/11/gdpr-800x413.jpg 800w, https://creativepeople.gr/wp-content/uploads/2020/11/gdpr-500x258@2x.jpg 1000w, https://creativepeople.gr/wp-content/uploads/2020/11/gdpr-1024x528.jpg 1024w" sizes="(max-width:767px) 480px, (max-width:1024px) 100vw, 1024px" /></div>
		</figure>
	</div>

	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p>A few tips related to DNS modifications follow.</p>
<ul>
<li>To increase deliverability through MailChimp do not forget to:</li>
<li style="list-style-type: none;">
<ol>
<li>Verify and</li>
<li>Authenticate your domain.</li>
</ol>
</li>
</ul>
<p>This can be found under account (top right corner) &gt; Profile</p>

		</div>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img decoding="async" width="391" height="431" src="https://creativepeople.gr/wp-content/uploads/2020/11/profile.jpg" class="vc_single_image-img attachment-large" alt="" title="profile" srcset="https://creativepeople.gr/wp-content/uploads/2020/11/profile-70x70@2x.jpg 127w, https://creativepeople.gr/wp-content/uploads/2020/11/profile-150x150@2x.jpg 272w, https://creativepeople.gr/wp-content/uploads/2020/11/profile-345x380.jpg 345w, https://creativepeople.gr/wp-content/uploads/2020/11/profile.jpg 391w" sizes="(max-width:767px) 391px, 391px" /></div>
		</figure>
	</div>

	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p>Settings &gt; Domains</p>

		</div>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img decoding="async" width="615" height="403" src="https://creativepeople.gr/wp-content/uploads/2020/11/settings.jpg" class="vc_single_image-img attachment-large" alt="" title="settings" srcset="https://creativepeople.gr/wp-content/uploads/2020/11/settings-70x70@2x.jpg 140w, https://creativepeople.gr/wp-content/uploads/2020/11/settings-150x150@2x.jpg 300w, https://creativepeople.gr/wp-content/uploads/2020/11/settings-380x249.jpg 380w, https://creativepeople.gr/wp-content/uploads/2020/11/settings-500x328.jpg 500w, https://creativepeople.gr/wp-content/uploads/2020/11/settings-300x197@2x.jpg 600w, https://creativepeople.gr/wp-content/uploads/2020/11/settings.jpg 615w" sizes="(max-width:767px) 480px, 615px" /></div>
		</figure>
	</div>

	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p>Your domain should be both verified and authenticated. Please note that in order to be authenticated it has to be verified first.</p>

		</div>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="1024" height="458" src="https://creativepeople.gr/wp-content/uploads/2020/11/domain-1024x458.jpg" class="vc_single_image-img attachment-large" alt="" title="domain" srcset="https://creativepeople.gr/wp-content/uploads/2020/11/domain-70x70@2x.jpg 140w, https://creativepeople.gr/wp-content/uploads/2020/11/domain-150x150@2x.jpg 300w, https://creativepeople.gr/wp-content/uploads/2020/11/domain-380x170.jpg 380w, https://creativepeople.gr/wp-content/uploads/2020/11/domain-500x224.jpg 500w, https://creativepeople.gr/wp-content/uploads/2020/11/domain-300x134@2x.jpg 600w, https://creativepeople.gr/wp-content/uploads/2020/11/domain-660x295.jpg 660w, https://creativepeople.gr/wp-content/uploads/2020/11/domain-380x170@2x.jpg 760w, https://creativepeople.gr/wp-content/uploads/2020/11/domain-768x344.jpg 768w, https://creativepeople.gr/wp-content/uploads/2020/11/domain-800x358.jpg 800w, https://creativepeople.gr/wp-content/uploads/2020/11/domain-500x224@2x.jpg 1000w, https://creativepeople.gr/wp-content/uploads/2020/11/domain-1024x458.jpg 1024w" sizes="auto, (max-width:767px) 480px, (max-width:1024px) 100vw, 1024px" /></div>
		</figure>
	</div>

	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p>A very important thing to have in mind, when you use MailChimp for mass mail sending: No matter how hard you try, no matter how cautious you are with your DNS zone configuration, regarding spf, dkim, dmarc, etc., you will never avoid Mailchimp emails bounce on certain domains. Which (recipient) domains? The domains that strictly take into consideration your spf records.</p>
<p>Example: You have Office 365 deployed in your organization and if until now you had no reason altering the spf record proposed by Microsoft then your spf record would look like this</p>
<p><strong>&#8220;v=spf1 include:spf.protection.outlook.com -all&#8221;</strong></p>
<p>At the end you will notice a “-“. When you have this, it means that the recipient server should reject non-compliant emails, whereas when you use “~”, the recipient should accept but mark as spam.</p>
<p>The reason is that Mailchimp does not support SPF, as it uses its own domain in the bounce address. Their domain authentication verification tool requires including Mailchimp, though. Mailchimp always fails DMARC&#8217;s SPF alignment test because the Return-Path path does not match the “From” address. MailChimp does not support custom Return-Path (even though Mandrill, which is owned by Mailchimp, does). This makes it impossible to be 100% SPF-compliant under DMARC rules with Mailchimp.</p>
<p>There is one cheap trick you can do.</p>
<p>Before you launch and for as long as your Mailchimp campaign is running, you should switch your spf record to:</p>
<p><strong>&#8220;v=spf1 include:spf.protection.outlook.com ~all&#8221;</strong></p>
<p>And after your campaign ends revert it back to</p>
<p><strong>&#8220;v=spf1 include:spf.protection.outlook.com -all&#8221;</strong></p>
<p>Nevertheless, Mailchimp recommends SPF setup using “~all” instead of “?all”. It does not state using “–all“.</p>

		</div>
	</div>
</div></div></div></div>
</div><p>The post <a href="https://creativepeople.gr/email/email-deliverability-a-pain-with-cure/">Email Deliverability, a pain with cure</a> appeared first on <a href="https://creativepeople.gr">Creative People | Quality IT services</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>When Protocols outpace Chipsets, the Ricoh MPC 2050 case</title>
		<link>https://creativepeople.gr/everyday-it-issues/when-protocols-outpace-chipsets-the-ricoh-mpc-2050-case/</link>
		
		<dc:creator><![CDATA[Apostolos Drakakis&#160;&#160;&#160;Chrysostomos Psaroudakis]]></dc:creator>
		<pubDate>Mon, 29 Jun 2020 05:22:19 +0000</pubDate>
				<category><![CDATA[Everyday IT issues]]></category>
		<category><![CDATA[Ricoh MPC 2050]]></category>
		<category><![CDATA[MP C2050 EMAIL DOES NOT WORK]]></category>
		<guid isPermaLink="false">https://creativepeople.gr/?p=6619</guid>

					<description><![CDATA[<p>The post <a href="https://creativepeople.gr/everyday-it-issues/when-protocols-outpace-chipsets-the-ricoh-mpc-2050-case/">When Protocols outpace Chipsets, the Ricoh MPC 2050 case</a> appeared first on <a href="https://creativepeople.gr">Creative People | Quality IT services</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p>It is a recurring phenomenon, in the IoT era, for network devices to be required to send emails and have access to SMTP functionality.</p>
<p>Thus, most device manufacturers attempt to follow through and implement the contemporary security protocols while designing and when firmware patching is possible.</p>
<p>However, only so much can be done by firmware updates on aged chipsets, whereas communications security protocols keep evolving, have their vulnerabilities exposed, depreciating, and getting replaced.</p>
<p>So how do you proceed when such a device finally shows its age?</p>
<p>We were called to resolve such a case when a domestic ISP finally decided it was time to upgrade its mailing services to TLS 1.2. This caused a broad range of all-in-one network printer/scanner/copier devices, used in corporate environments, to be unable to use any of their “mail to…” services as the TLS protocol was not possible to be implemented.</p>
<h3>The Work-around.</h3>
<p>The client employs a Windows-Server-based infrastructure.</p>
<p>A Windows Server VM was setup and IIS Services, SMTP Server and Telnet client features were installed.</p>
<p>TCP 25 (RFC5321) port was opened.</p>
<p>Minor nitpick: As IIS 8 cannot manage SMTP services, for the rest of the tasks we used the IIS 6 embedded console.</p>
<p>We proceeded with configuring the allowed hosts that can connect to this SMTP server:</p>
<p>Loopback IP and the address of the afflicted network device (in our case a printer/scanner/copier)</p>
<p>Smarthost must be configured next. We used the corresponding mail server of our domestic ISP and the available corporate mail account with enabled TLS.</p>
<p>For the last step we returned to the management interface of the All-in-one device and on the SMTP configuration page we replaced the SMTP server from the IP of our ISP to the IP of the newly-setup Virtual Machine.</p>
<h3>The story’s log</h3>
<p>Ricoh MPC 2050 incorporates a scan to email functionality many years now, but does not support sending out emails over SSL, therefore we introduced the idea of putting a local smtp server in the network that could handle &#8220;unauthenticated&#8221; open relay and submit on behalf of the sender through the ISP, in our case Cosmote.</p>
<p>Picked up a vm with low resource consumption footprint and Installed the IIS 8 role and SMTP server feature.</p>
<p>IIS 8 cannot manage smtp service, so we used the IIS 6 embedded console.</p>
<p>Configuring hosts that can connect to this smtp server: 127.0.0.1 and the MFP MPC2050 IP address.</p>
<p>Configured as smarthost the mailgate.cosmotemail.gr using the customer’s email account XXXXXXX@otenet.gr and enabled TLS.</p>

		</div>
	</div>
<div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<a href="https://creativepeople.gr/wp-content/uploads/2020/06/ricoh-1.png" target="_blank" class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="698" height="485" src="https://creativepeople.gr/wp-content/uploads/2020/06/ricoh-1.png" class="vc_single_image-img attachment-full" alt="" title="ricoh-1" srcset="https://creativepeople.gr/wp-content/uploads/2020/06/ricoh-1-70x70@2x.png 140w, https://creativepeople.gr/wp-content/uploads/2020/06/ricoh-1-150x150@2x.png 300w, https://creativepeople.gr/wp-content/uploads/2020/06/ricoh-1-380x264.png 380w, https://creativepeople.gr/wp-content/uploads/2020/06/ricoh-1-500x347.png 500w, https://creativepeople.gr/wp-content/uploads/2020/06/ricoh-1-300x208@2x.png 600w, https://creativepeople.gr/wp-content/uploads/2020/06/ricoh-1-660x459.png 660w, https://creativepeople.gr/wp-content/uploads/2020/06/ricoh-1.png 698w" sizes="auto, (max-width:767px) 480px, 698px" /></a>
		</figure>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<a href="https://creativepeople.gr/wp-content/uploads/2020/06/ricoh-2.png" target="_blank" class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="804" height="568" src="https://creativepeople.gr/wp-content/uploads/2020/06/ricoh-2.png" class="vc_single_image-img attachment-full" alt="" title="ricoh-2" srcset="https://creativepeople.gr/wp-content/uploads/2020/06/ricoh-2-70x70@2x.png 140w, https://creativepeople.gr/wp-content/uploads/2020/06/ricoh-2-150x150@2x.png 300w, https://creativepeople.gr/wp-content/uploads/2020/06/ricoh-2-380x268.png 380w, https://creativepeople.gr/wp-content/uploads/2020/06/ricoh-2-500x353.png 500w, https://creativepeople.gr/wp-content/uploads/2020/06/ricoh-2-300x212@2x.png 600w, https://creativepeople.gr/wp-content/uploads/2020/06/ricoh-2-660x466.png 660w, https://creativepeople.gr/wp-content/uploads/2020/06/ricoh-2-380x268@2x.png 760w, https://creativepeople.gr/wp-content/uploads/2020/06/ricoh-2-768x543.png 768w, https://creativepeople.gr/wp-content/uploads/2020/06/ricoh-2-800x565.png 800w, https://creativepeople.gr/wp-content/uploads/2020/06/ricoh-2.png 804w" sizes="auto, (max-width:767px) 480px, (max-width:804px) 100vw, 804px" /></a>
		</figure>
	</div>
</div></div></div></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p>Opened up port 25 TCP incoming on the VM’s windows firewall.</p>
<p>Changed the smtp server on MPC 2050 from the resolved ip of mailgate.cosmotemail.gr to the VM ip address 192.168.2.26.</p>
<p>Unless an IP spoofing is made, the VM’s SMTP will never send out emails of this kind.</p>
<p>Now how to test the setup? We are not there, and we cannot scan.</p>
<p>Testing with the Pickup directory: You can compose a simple e-mail text file (with no extension!!!) based on the SMTP specifications (RFC 822).</p>
<p>Here is the content of a sample text file typed in Notepad:</p>
<p><em>From: xxxxxxxxx@otenet.gr </em></p>
<p><em>To: yyyyyy@creativepeople.gr </em></p>
<p><em>Subject: testing </em></p>
<p><em>This is the test message body. </em></p>
<p>Simply copy or move the text file into the Pickup directory where SMTP was installed.</p>
<p>With the above configuration the SMTP service will periodically check the Pickup Directory (%systemdrive%\Inetpub\mailroot\Pickup and %programfiles%\ Exchsrvr\Mailroot\Vsi 1\Pickup if you have Exchange installed.) and will attempt to deliver any messages found in the directory.</p>

		</div>
	</div>
</div></div></div></div>
</div><p>The post <a href="https://creativepeople.gr/everyday-it-issues/when-protocols-outpace-chipsets-the-ricoh-mpc-2050-case/">When Protocols outpace Chipsets, the Ricoh MPC 2050 case</a> appeared first on <a href="https://creativepeople.gr">Creative People | Quality IT services</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The chatbots rise</title>
		<link>https://creativepeople.gr/news/the-chatbots-rise/</link>
		
		<dc:creator><![CDATA[Chrysostomos Psaroudakis&#160;&#160;&#160;Petros Antakis]]></dc:creator>
		<pubDate>Thu, 21 May 2020 12:51:55 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://creativepeople.gr/?p=6389</guid>

					<description><![CDATA[<p>The post <a href="https://creativepeople.gr/news/the-chatbots-rise/">The chatbots rise</a> appeared first on <a href="https://creativepeople.gr">Creative People | Quality IT services</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p><strong>The chatbots rise</strong></p>
<p>As Covid19 forces call center employees abandon their positions, chatbots march in to replace them.</p>
<p>Tried to speak with one of those in a known telecom provider and spent around 4 minutes testing its nerves. I won, it finally told me “please contact our support at XXXX telephone number”.  I will not say I am happy about that, as it appears to be that AI is a bit far away from replacing humans, but the truth is that call centers incorporate cheap or not well trained (algorithm) chatbots.</p>
<p>At least before Covid19 outbreak AI chatbots were rather an exotic technology, found mostly in EU funded RnD Programs, whose primary objective was to deal with automated tasks and not necessarily to engage in conversations with humans.</p>
<p>My first encounter with an AI chatbot was back in 1997. His/her name was “Hal”, made by Zabaware. I’m very happy to see that the Hal project still exists and is still learning (till 2017) as stated on the manufacturer’s <a href="https://www.zabaware.com/ultrahal/#page=/about.html" target="_blank" rel="noopener noreferrer">website</a> .</p>
<p><strong>Brain Stats: As of Wednesday, November 1, 2017 Hal&#8217;s knowledge is based on information learned from: 26,207,131 sentences from 4,624,848 conversations with 1,614,639 people.</strong></p>
<p>Hal is like a child, capable of learning new things by statistically analyzing past conversations using language processing. At the time, the system analyzes hundreds of thousands of conversations publicly available on social networks like Twitter and Facebook every day. These conversations, along with conversations the system has with its users, get assimilated into a large conversational database that becomes his knowledge base. Having a conversation with Hal is like having a conversation with the &#8220;collective consciousness&#8221; of the Internet. Hal&#8217;s personality reflects humanity and it’s really fascinating how he/she responds to general questions.</p>
<p>As the coronavirus crisis has dragged on, understaffed organizations have all scrambled to set up similar systems for handling a new influx of calls. IBM saw a 40% increase in traffic to Watson Assistant from February to April of this year. In April, Google also launched the Rapid Response Virtual Agent, a special version of its Contact Center AI, and lowered the price of its service in response to client demand.</p>
<p>While call centers have long been a frontier of workplace automation, the pandemic has accelerated the process. Organizations under pressure are more willing to try new tools. AI firms keen to take advantage are sweetening the incentives. Over the last few years, advances in natural-language processing have also dramatically improved on the clunky automated call systems of the past. The newest generation of chatbots and voice-based agents are easier to build, faster to deploy, and more responsive to user inquiries. Once adopted and as AI algorithms get more and more “intelligent”, these systems will be here to stay, proving their value through their ease of use and affordability.</p>
<p>Is Skynet on his way? Maybe…</p>

		</div>
	</div>
</div></div></div></div>
</div><p>The post <a href="https://creativepeople.gr/news/the-chatbots-rise/">The chatbots rise</a> appeared first on <a href="https://creativepeople.gr">Creative People | Quality IT services</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Did you forget something? Business Continuity and Disaster recovery in Corona virus times.</title>
		<link>https://creativepeople.gr/news/did-you-forget-something-business-continuity-and-disaster-recovery-in-corona-virus-times/</link>
		
		<dc:creator><![CDATA[Chrysostomos Psaroudakis]]></dc:creator>
		<pubDate>Thu, 26 Mar 2020 07:35:05 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://creativepeople.gr/?p=6213</guid>

					<description><![CDATA[<p>The post <a href="https://creativepeople.gr/news/did-you-forget-something-business-continuity-and-disaster-recovery-in-corona-virus-times/">Did you forget something? Business Continuity and Disaster recovery in Corona virus times.</a> appeared first on <a href="https://creativepeople.gr">Creative People | Quality IT services</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p>In the times of Corona virus, Business Continuity and Disaster Recovery became the hot potatoes for all businesses around the globe.</p>
<p>I do not recall a healthcare incident of that spread and that effect to the global economy. Logistics paralyzing, commerce experiencing its worst days in the past decade and recession numbers coming out of economists’ worst nightmares.</p>
<p>There’s a question here. Were businesses prepared for that? And when someone starts analyzing this question understands that there are more questions to be answered.</p>
<ul>
<li>Was cash flow able to withstand such a turnover drop?</li>
<li>Can I just press pause in my business?</li>
<li>Will businesses be able to continue the day after this?</li>
</ul>
<p>A lawyer could easily call this <strong>force majeure</strong>, which as a term stands for unforeseeable circumstances that prevent someone from fulfilling a contract. Yes, covid-19 is a force majeure. Governments, tax offices and contracts can be paused, and obligations postponed, but what happens next is something you cannot predict.</p>
<p>The past two decades, consultants started talking about Business Continuity and Disaster Recovery, using the acronyms BC and DR accordingly. That started changing the business attitude towards the “continuity” of what we do for living. Many organizations, world-wide, spent thousands of dollars investing to continuity. It worked for some of them, it didn’t for some others. The amount of BC investment is correlated with people’s opinion regarding risk and can be parallelized with our view regarding whether we should buy a health insurance product or not. The idea “<strong>come on, it won’t happen to me</strong>” is one of the things many of us appear to reconsider after the covid-19 outbreak. Yes, it did happen to you one way or another. Either you lost someone you loved or knew, either because part of your business does not work as you planned, or even if you did not get that fancy phone or smartwatch you ordered from an e-shop. It affects human resources, and this subsequently affect businesses.</p>
<p>BC means a lot of things, IT infrastructures, alternative supply chain paths, alternative goods and providers and the list goes on. I won’t speak for the financial or commercial part of this crisis, but as an IT Professional and business owner connected to various other businesses I do see many companies facing the problem of not having the required personnel to fulfill daily simple tasks that they would perform when personnel was in the office, or cannot take advantage of a market gap they could fill just because their personnel is away and home isolated.</p>
<p>Working remotely has become a new trend the past 5 years, and if it works in the corona-days, it will change a lot of things regarding labor in general, after this corona-thing comes to an end.</p>
<p>People ask me: <strong>“Can I do it? Is it safe? Can my infrastructure support it?”</strong> Many companies are opening unpatched servers to public, while hackers are in queue waiting to have their annual gathering on their systems. While under pressure, we humans, tend to make mistakes, and when someone takes advantage of that mistake this is when real problems arise. Just imagine that you are facing this healthcare crisis, having personnel working from home -with reduced productivity- and in addition you become a ransomware victim, just because someone took advantage of a security flaw in your company’s infrastructure. Can it be worse? Well, it’s rather common those days.</p>
<p>ISO 22301 describes what a BCP (Business Continuity Plan) should include. When carefully designed, it will provide management an emergency walkthrough, however it does not clearly tell you one little thing: “<strong>Make sure you didn’t forget anything</strong>”. There are many organizations that certify their BCP in line with ISO 22301, just because they were obliged by legislation or their fellow CEO did it as well. I have seen numerous examples of BCPs that are a copy-paste product combined with a 10 hour effort on editing documents and procedures based on someone else’s similar system. And yes, you may have your BCP, which you are proud of as you paid a lot, but you forgot 1.000 things just because you never went through the process of building it yourself. The human brain considers thinking just as cats consider water as a threat. Cats don’t have a problem in water, they won’t get drowned, they just don’t like it! Brain does not have a problem thinking, it was made for that in the first place, but most of the times it prefers not to, especially when under pressure. Unfortunately, BCP is meant to be used in the case of a real emergency and if you want it to be useful, make sure you prepare it properly by putting yourself in the delivery team.</p>
<p>As an IT professional in <a href="https://creativepeople.gr" target="_blank" rel="noopener noreferrer">Creative People</a>, I have the privilege to explore various business cultures, meet people taking decisions and continuously evaluate BCPs and DRPs. The management’s “true” view upon their BCP and DR defines them as a value-added customer or not. I have customers that could not afford a BCP in line with ISO 22301 and put in their plan a plafond of what they could do and what they could not. They knew their limitations and they were a-priori prepared that on an emergency they would be able to support just an X% of their day to day workflow. Believe me, this is the correct way to do it. You will never be able to cover a 100% of your company when bad times come, such as Covid-19. Knowing though that those parts of your business will work under Z circumstances is like knowing yourself and where you can go.</p>
<p>Disaster Recovery (DR) is a part of your BCP. To be exact, it’s the worst scenario stated in your BCP, in which everything is lost and describes how quickly and to which extent your business will recover the day after a disaster. A disaster such as an IT system imminent failure or loss or a force majeure.</p>
<p>We have a customer that on November 2018 experienced a break in and in no time, burglars, bypassing all security measures, removed a 42U rack with their IT infrastructure, weighting more than 400 kilos, put it on a truck and disappeared. Alarms, security fences and systems, all failed to stop them. This customer was following a DR of <strong>daily off-premises rotating backup</strong>. This means that every day, they took their last night’s backup outside their headquarters. Unfortunately, the previous night management left both backup disks inside their backup machine. This incident resulted the loss of the off-premises backup element from their DR strategy. You cannot treat this as a design fault, it’s clearly a human mistake and in addition, nobody could imagine that a group of 20 people would break in and remove -just- the most precious part of their business, their IT system. You cannot cover all risks. Even if you deploy a disaster recovery site under continuous replication, you cannot cover all potential risks. As long as emergency does not take place, and you are in the planning phase, you have <strong>the privilege of deciding what to take and what to leave</strong>, when this force majeure will take place. It&#8217;s rather impressive that this customer is still up and running!</p>
<p>BCP and DR are risk assessments and in risk assessments you define scenarios. Spend a weekend thinking of those scenarios, use your imagination, think as the attacker, think as the defender and put in as many scenarios as you can. It’s rather painful, as you will face your fears and find out more of them, especially if you are the owner of this business. Different scenarios may have solutions that could walk similar paths, therefore efficiency and feasibility come in.</p>
<p>Covid-19 put the world’s BCPs to a test. All our customers requested remote access for personnel during those difficult times. We have a customer that thought his BCP would work with just Office 365. Can you imagine what happened when a company of 250 employees stopped going to their offices and had to login to their Office 365 accounts? 69% of the employees called our service desk requesting their password, or a password reset as they did not remember what they had put, while 29% had lost their emergency user manual in which the simple sign-in to https://portal.office.com with this username and that password was described. Oh, and I should not forget the ones that did not have a pc at home. Some of them have latest iPhones though. I should also mention that 16%, while on their Office 365, asked us “how will I login to my Backoffice system”. 2% of them where frustrated and angry when we informed them that their Backoffice system is not accessible over the web, as at first, it’s a desktop application, and as their management decided that this need should not be covered in their BCP. Problem was solved when we incorporated Remote Desktop services over IPsec VPN. <strong>Management failed to cover major part of the business needs in the BCP and the BCP implementation failed due to lack of preparedness on the people part</strong>.</p>
<p>We make plans, we design and implement but when it comes to deployment, those plans are supposed to be implemented and supported by people, and people are either not well educated or just because they never thought it would happen to them, they were not prepared. Did this BCP work? I would say it did, as there was a small and committed team to support the situation. <strong>Every BCP needs its heroes</strong> but it’s not always the IT, it’s also the ones who fund those plans and moreover take the decision to put a line on what will be served and what will not, in the unlike scenario of an emergency, just like covid-19.</p>

		</div>
	</div>
</div></div></div></div>
</div><p>The post <a href="https://creativepeople.gr/news/did-you-forget-something-business-continuity-and-disaster-recovery-in-corona-virus-times/">Did you forget something? Business Continuity and Disaster recovery in Corona virus times.</a> appeared first on <a href="https://creativepeople.gr">Creative People | Quality IT services</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>See you at the top.</title>
		<link>https://creativepeople.gr/news/see-you-at-the-top/</link>
		
		<dc:creator><![CDATA[Chrysostomos Psaroudakis]]></dc:creator>
		<pubDate>Mon, 27 Jan 2020 07:47:50 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://creativepeople.gr/?p=6075</guid>

					<description><![CDATA[<p>The post <a href="https://creativepeople.gr/news/see-you-at-the-top/">See you at the top.</a> appeared first on <a href="https://creativepeople.gr">Creative People | Quality IT services</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<h3><strong>Creative People is proud to be one of the top technology firms in Greece by Clutch!</strong></h3>
<p>Here at Creative People, we know it can be hard to balance your one-of-a-kind business needs, while developing high quality software solutions to help you achieve your goals. We provide best in class software development services for our customers so they can focus on other crucial components of their businesses.</p>
<p>In light of our success, we’ve been named one of the top <a href="https://clutch.co/gr/it-services" target="_blank" rel="noopener noreferrer">Greek technology firms</a> by Clutch, a verified ratings and reviews platform. We’ve been recognized for our high-quality application development contributions, and we’re excited to meet this level of excellence.</p>
<p>We’d like to thank our customers for helping us achieve this award. They participated in client interviews on our behalf to gauge our impact on their day to day businesses. They ranked our offering along the lines of overall quality, attention to project schedules, and value for their financial investment. We’re happy to announce that in recognition of that feedback, we’ve received a whopping 4.9 out of five stars!</p>
<p>“<em>We started off with nothing more than our minds and here we are running our 7th year this summer. Each year at Creative People, we invest a significant part of our turnover into R &amp; D and into the development of new, pioneering methodologies and state-of-the-art technological tools. All our choices are supported by a wide range of hardware and by a unique, advanced communication network that help us secure a definite technological lead in our activities. This award is a gratitude exercise on one hand and a promise to achieve more at the same time</em>.” – CEO – Creative People</p>
<p>In addition to Clutch, we’ve also been recognized by The Manifest. The Manifest, a company listing platform, lists us as one of the top <a href="https://themanifest.com/gr/software-development/companies#creativepeople" target="_blank" rel="noopener noreferrer">Greek developers</a> on their list of industry leaders.</p>
<p>Thank you one and all for making this award possible!</p>
<p>See you at the top?</p>

		</div>
	</div>
</div></div></div></div>
</div><p>The post <a href="https://creativepeople.gr/news/see-you-at-the-top/">See you at the top.</a> appeared first on <a href="https://creativepeople.gr">Creative People | Quality IT services</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Query &#8220;query name&#8221; is corrupt in MS Access</title>
		<link>https://creativepeople.gr/everyday-it-issues/query-query-name-is-corrupt-in-ms-access/</link>
		
		<dc:creator><![CDATA[Chrysostomos Psaroudakis]]></dc:creator>
		<pubDate>Fri, 22 Nov 2019 07:10:51 +0000</pubDate>
				<category><![CDATA[Everyday IT issues]]></category>
		<category><![CDATA[MS Access]]></category>
		<guid isPermaLink="false">https://creativepeople.gr/?p=5907</guid>

					<description><![CDATA[<p>The post <a href="https://creativepeople.gr/everyday-it-issues/query-query-name-is-corrupt-in-ms-access/">Query &#8220;query name&#8221; is corrupt in MS Access</a> appeared first on <a href="https://creativepeople.gr">Creative People | Quality IT services</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><section class="vc_section"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p>A MS Office update posted on the 12th of November 2019 has caused several queries to fail with no reason.</p>
<p>If you are running on Office 365, then proceed with the latest Office 365 update.</p>
<p>If you are running other versions of MS Office then:</p>
<p>&nbsp;</p>
<ol>
<li>If you have installed any of the following (according to your Office version) remove it.</li>
</ol>
<ul>
<li style="list-style-type: none;">
<ul>
<li>Office 2010: KB4484127</li>
<li>Office 2013: KB4484119</li>
<li>Office 2016(x64): KB4484113</li>
<li>Office 2016(x86): KB3085368</li>
</ul>
</li>
</ul>
<p>2.Disable MS Office updates for a while</p>
<p>&nbsp;</p>
<p>Microsoft has promised a fix in December 2019.</p>

		</div>
	</div>
</div></div></div></div></section>
</div><p>The post <a href="https://creativepeople.gr/everyday-it-issues/query-query-name-is-corrupt-in-ms-access/">Query &#8220;query name&#8221; is corrupt in MS Access</a> appeared first on <a href="https://creativepeople.gr">Creative People | Quality IT services</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>iSCSI disconnects after KB4525243 installation</title>
		<link>https://creativepeople.gr/iscsi/iscsi-disconnects-after-kb4525243-installation/</link>
		
		<dc:creator><![CDATA[Chrysostomos Psaroudakis]]></dc:creator>
		<pubDate>Thu, 21 Nov 2019 05:38:58 +0000</pubDate>
				<category><![CDATA[Everyday IT issues]]></category>
		<category><![CDATA[ISCSI]]></category>
		<guid isPermaLink="false">https://creativepeople.gr/?p=5886</guid>

					<description><![CDATA[<p>The post <a href="https://creativepeople.gr/iscsi/iscsi-disconnects-after-kb4525243-installation/">iSCSI disconnects after KB4525243 installation</a> appeared first on <a href="https://creativepeople.gr">Creative People | Quality IT services</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><section class="vc_section"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<h3><em>iSCSI disconnects after KB4525243 installation.</em></h3>
<p>Message: c:\windows\system32\iscsicpl.exe The stub received bad data.</p>
<p>&nbsp;</p>
<p>iSCSI to fiber enabled storage is disconnected and iSCSI initiator tries to connect.</p>
<p>VMs are off-Critical as they are stored on the external storage.</p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p>Even after restart, the iSCSI initiator can’t connect.</p>
<p>Storage seems to work, but Hyper-V cannot connect to it and mount the drive needed.</p>
<p>&nbsp;</p>
<p><strong>Services starting and stopping:</strong></p>
<p>-IP helper</p>
<p>-iSCSI initiator</p>
<p>-Themes and a few more.</p>

		</div>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="900" height="675" src="https://creativepeople.gr/wp-content/uploads/2019/11/IMG_02.jpg" class="vc_single_image-img attachment-large" alt="" title="IMG_02" srcset="https://creativepeople.gr/wp-content/uploads/2019/11/IMG_02-150x150@2x.jpg 300w, https://creativepeople.gr/wp-content/uploads/2019/11/IMG_02-380x285.jpg 380w, https://creativepeople.gr/wp-content/uploads/2019/11/IMG_02-500x375.jpg 500w, https://creativepeople.gr/wp-content/uploads/2019/11/IMG_02-300x225@2x.jpg 600w, https://creativepeople.gr/wp-content/uploads/2019/11/IMG_02-660x495.jpg 660w, https://creativepeople.gr/wp-content/uploads/2019/11/IMG_02-380x285@2x.jpg 760w, https://creativepeople.gr/wp-content/uploads/2019/11/IMG_02-768x576.jpg 768w, https://creativepeople.gr/wp-content/uploads/2019/11/IMG_02-800x600.jpg 800w, https://creativepeople.gr/wp-content/uploads/2019/11/IMG_02.jpg 900w" sizes="auto, (max-width:767px) 480px, (max-width:900px) 100vw, 900px" /></div>
		</figure>
	</div>

	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p>Check latest updates installed:</p>
<ul>
<li><a href="https://support.microsoft.com/en-us/help/4525243/windows-8-1-kb4525243" target="_blank" rel="noopener noreferrer">KB4525243</a></li>
<li><a href="https://support.microsoft.com/en-us/help/4524445/compatibility-update-for-installing-windows-8-1-rt-8-1-server-2012-r2" target="_blank" rel="noopener noreferrer">KB4524445</a></li>
</ul>

		</div>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="900" height="675" src="https://creativepeople.gr/wp-content/uploads/2019/11/IMG_03.jpg" class="vc_single_image-img attachment-large" alt="" title="IMG_03" srcset="https://creativepeople.gr/wp-content/uploads/2019/11/IMG_03-150x150@2x.jpg 300w, https://creativepeople.gr/wp-content/uploads/2019/11/IMG_03-380x285.jpg 380w, https://creativepeople.gr/wp-content/uploads/2019/11/IMG_03-500x375.jpg 500w, https://creativepeople.gr/wp-content/uploads/2019/11/IMG_03-300x225@2x.jpg 600w, https://creativepeople.gr/wp-content/uploads/2019/11/IMG_03-660x495.jpg 660w, https://creativepeople.gr/wp-content/uploads/2019/11/IMG_03-380x285@2x.jpg 760w, https://creativepeople.gr/wp-content/uploads/2019/11/IMG_03-768x576.jpg 768w, https://creativepeople.gr/wp-content/uploads/2019/11/IMG_03-800x600.jpg 800w, https://creativepeople.gr/wp-content/uploads/2019/11/IMG_03.jpg 900w" sizes="auto, (max-width:767px) 480px, (max-width:900px) 100vw, 900px" /></div>
		</figure>
	</div>

	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p>Removed the KB4525243 and rebooted server.</p>
<p>Crashed the profile, because the Event Notification Service could not start.</p>
<p><strong>Services keep start and stop:</strong></p>
<p>-IP helper</p>
<p>-iSCSI initiator</p>
<p>-Themes and a few more.</p>
<p>&nbsp;</p>
<p>Entered with the local administrator account</p>
<p>Started services -&gt; Sign out -&gt; Sign in with the Domain Administrator account. Profile is still in an erroneous state. Services stopping unexpectedly.</p>

		</div>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_left wpb_content_element">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img loading="lazy" decoding="async" width="900" height="675" src="https://creativepeople.gr/wp-content/uploads/2019/11/IMG_04.jpg" class="vc_single_image-img attachment-large" alt="" title="IMG_04" srcset="https://creativepeople.gr/wp-content/uploads/2019/11/IMG_04-150x150@2x.jpg 300w, https://creativepeople.gr/wp-content/uploads/2019/11/IMG_04-380x285.jpg 380w, https://creativepeople.gr/wp-content/uploads/2019/11/IMG_04-500x375.jpg 500w, https://creativepeople.gr/wp-content/uploads/2019/11/IMG_04-300x225@2x.jpg 600w, https://creativepeople.gr/wp-content/uploads/2019/11/IMG_04-660x495.jpg 660w, https://creativepeople.gr/wp-content/uploads/2019/11/IMG_04-380x285@2x.jpg 760w, https://creativepeople.gr/wp-content/uploads/2019/11/IMG_04-768x576.jpg 768w, https://creativepeople.gr/wp-content/uploads/2019/11/IMG_04-800x600.jpg 800w, https://creativepeople.gr/wp-content/uploads/2019/11/IMG_04.jpg 900w" sizes="auto, (max-width:767px) 480px, (max-width:900px) 100vw, 900px" /></div>
		</figure>
	</div>

	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p>Initiated Restore of System State from last night&#8217;s backup. Note that currently the KB4525243 is removed.</p>
<p>&nbsp;</p>
<p>After system restore finished and many restarts took place, the KB4525243 is installed and iSCSI can start with no problem.</p>
<p>Remounted the problematic iSCSI from the storage, only after power cycling the storage.</p>
<p>Remounted using the exact same configuration as in the installation, featuring MPIO and CHAP authentication.</p>
<p>Everything works fine.</p>
<p>&nbsp;</p>
<p>Potential causes: We installed the Bitlocker feature while a restart was pending after the KB4525243 installation.</p>
<p>The KB4525243, as described on <a href="https://support.microsoft.com/en-us/help/4525243/windows-8-1-kb4525243" target="_blank" rel="noopener noreferrer">here</a>, refers to Security updates to Microsoft Scripting Engine, Internet Explorer, Microsoft Graphics Component, Windows Input and Composition, Windows Cryptography, Windows Virtualization, Windows Kernel, Windows Datacenter Networking, and the Microsoft JET Database Engine.</p>
<p>&nbsp;</p>
<p>We will examine further.</p>

		</div>
	</div>
</div></div></div></div></section>
</div><p>The post <a href="https://creativepeople.gr/iscsi/iscsi-disconnects-after-kb4525243-installation/">iSCSI disconnects after KB4525243 installation</a> appeared first on <a href="https://creativepeople.gr">Creative People | Quality IT services</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Windows 10 roaming profiles cause Edge and other packaged applications to fail loading</title>
		<link>https://creativepeople.gr/everyday-it-issues/windows-10-roaming-profiles-cause-edge-and-other-packaged-applications-to-fail-loading/</link>
		
		<dc:creator><![CDATA[Chrysostomos Psaroudakis]]></dc:creator>
		<pubDate>Wed, 06 Sep 2017 17:19:50 +0000</pubDate>
				<category><![CDATA[Everyday IT issues]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">https://cpltditdays.wordpress.com/?p=597</guid>

					<description><![CDATA[<p>The post <a href="https://creativepeople.gr/everyday-it-issues/windows-10-roaming-profiles-cause-edge-and-other-packaged-applications-to-fail-loading/">Windows 10 roaming profiles cause Edge and other packaged applications to fail loading</a> appeared first on <a href="https://creativepeople.gr">Creative People | Quality IT services</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p>The cause of this seems to be that when a user logs out from Windows 10 sets some essential registry keys to read only. When they logon again these keys are in the wrong state and packaged applications including Edge fail to load. But this seems to be on of the causes, while MS has no fix released since version 1511.</p>
<p>The below is a walkthrough for working this out.</p>
<h1>Step1</h1>
<p>Make sure your WKS has all latest updates.</p>
<p>Connect to your DC and open the group policy editor</p>
<p>Create a WMI filter for Windows 10 and put the following</p>
<p>Namespace (should be already there):            root\CIMv2</p>
<p>Query:   select * from WIN32_OperatingSystem WHERE Version LIKE &#8216;10.0.%&#8217;</p>
<p>You may get the following message, ignore it.</p>
<p><img loading="lazy" decoding="async" class=" size-full wp-image-602 aligncenter" src="https://creativepeople.gr/wp-content/uploads/2017/09/01.png" alt="01" width="613" height="443" srcset="https://creativepeople.gr/wp-content/uploads/2017/09/01-300x217.png 300w, https://creativepeople.gr/wp-content/uploads/2017/09/01.png 613w" sizes="auto, (max-width:767px) 480px, 613px" /></p>
<h1>Step2</h1>
<p>CREATE A GROUP POLICY TO APPLY THIS AS A LOGON SCRIPT</p>
<p>Create a group policy for your domain users called “<strong>User-Windows10RoamingProfileFix</strong>”. This will be targeted to Windows 10 computers using the WMI filter we created in the previous step.</p>
<p>On the new policy Right Click&gt; Enforced</p>
<p>Right Click &gt; Edit &gt; User Configuration &gt; Policies &gt; Windows Settings &gt; Scripts (Logon/Logoff) &gt;  Double Click on Logon &gt; PowerShell Scripts &gt; Add</p>
<p><img loading="lazy" decoding="async" class=" size-full wp-image-603 aligncenter" src="https://creativepeople.gr/wp-content/uploads/2017/09/02.jpg" alt="02" width="529" height="388" srcset="https://creativepeople.gr/wp-content/uploads/2017/09/02-300x220.jpg 300w, https://creativepeople.gr/wp-content/uploads/2017/09/02.jpg 529w" sizes="auto, (max-width:767px) 480px, 529px" /></p>
<p>Click on Browse</p>
<p>Inside the browse popup menu create a new txt file and rename it to</p>
<p>POWERSHELL-SCRIPT-TO-ALLOW-ROAMING-LOGINS.PS1</p>
<p><strong>Make sure you have file extensions on and the file is a ps1 extension (powershell) and not a txt!</strong></p>
<p>Copy paste the following inside the file:</p>
<p>#!PowerShell. De pilo pendet.</p>
<p>&nbsp;</p>
<p># <a href="https://social.technet.microsoft.com/Forums/en-US/fd436515-6423-4015-9afe-d7e6034909ab/windows-10-threshold-2-edgesearch-issues-for-domain-joined-pcs">https://social.technet.microsoft.com/Forums/en-US/fd436515-6423-4015-9afe-d7e6034909ab/windows-10-threshold-2-edgesearch-issues-for-domain-joined-pcs</a></p>
<p>#(c) Christian Ullrich</p>
<p># copied by James Bayley 2016/01/25</p>
<p>function MakeACE() {</p>
<p># S-1-15-2-1 is WELL_KNOWN_SID_TYPE::WinBuiltinAnyPackageSid, &#8220;APPLICATION PACKAGE AUTHORITY\ALL APPLICATION PACKAGES&#8221;.</p>
<p># The self-documenting NTAccount type results in an object that &#8220;cannot be translated&#8221;.</p>
<p>$id = New-Object System.Security.Principal.SecurityIdentifier(&#8220;S-1-15-2-1&#8221;)</p>
<p>New-Object System.Security.AccessControl.RegistryAccessRule($id,</p>
<p>[System.Security.AccessControl.RegistryRights]::FullControl,</p>
<p>[System.Security.AccessControl.InheritanceFlags]::ContainerInherit,</p>
<p>[System.Security.AccessControl.PropagationFlags]::None,</p>
<p>[System.Security.AccessControl.AccessControlType]::Allow)</p>
<p>&nbsp;</p>
<p>}</p>
<p>&nbsp;</p>
<p>function GrantRequiredAccess($key) {</p>
<p>$acl = Get-Acl $key</p>
<p>$acl.AddAccessRule((MakeACE))</p>
<p>Set-Acl $key $acl</p>
<p>}</p>

		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p># All Windows 10, since Microsoft apparently managed to break build 10240 as well in December 2015, after having shipped 10586 broken from the start.</p>
<p>#New-EventLog –LogName Application –Source “LogonScript”</p>
<p>#Write-EventLog -LogName Application -Source LogonScript -EntryType Information -EventId 1 -Message &#8220;In LoginScript to fix roaming profiles&#8221;</p>
<p>if ([Environment]::OSVersion.Version.Major -eq 10) {</p>
<p># Write-EventLog -LogName Application -Source LongScript -EntryType Information -EventId 1 -Message &#8220;Windows 10 detected&#8221;</p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element text-break" >
		<div class="wpb_wrapper">
			<p>GrantRequiredAccess &#8220;HKCU:\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe&#8221;</p>
<p>GrantRequiredAccess &#8220;HKCU:\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.windows.cortana_cw5n1h2txyewy&#8221;</p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<h1>Step3</h1>
<p>“ExcludeProfileDirs” Registry Tweak</p>
<ol>
<li>Continue Editing the above mentioned GPO.</li>
<li>Navigate to: User Configuration &gt; Preferences-&gt;Windows Settings-&gt;Registry, new registry item. Put the following information</li>
</ol>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-604" src="https://creativepeople.gr/wp-content/uploads/2017/09/03.png" alt="03" width="789" height="533" srcset="https://creativepeople.gr/wp-content/uploads/2017/09/03-300x203.png 300w, https://creativepeople.gr/wp-content/uploads/2017/09/03-768x519.png 768w, https://creativepeople.gr/wp-content/uploads/2017/09/03.png 789w" sizes="auto, (max-width:767px) 480px, (max-width:789px) 100vw, 789px" /></p>
<p>The key path is:</p>
<p>HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon (don’t copy-paste it, navigate yourself to it!!!!)</p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element text-break" >
		<div class="wpb_wrapper">
			<p><strong>On the Value data field you should include the following to support Windows 10 version </strong><strong>1703.</strong></p>
<p>AppData\LocalLow;$Recycle.Bin;OneDrive;WorkFolders;AppData\Local\Comms;AppData\Local\ConnectedDevicesPlatform;AppData\Local\Google;AppData\Local\GroupPolicy;AppData\Local\Mozilla;AppData\Local\Packages;AppData\Local\Publishers;AppData\Local\PeerDistRepub;AppData\Local\Temp;AppData\Local\VirtualStore;AppData\Local\Winternals;AppData\Local\Adobe;AppData\Local\Apple;AppData\Local\AppleComputer;AppData\Local\Autodesk;AppData\Local\Chromium;AppData\Local\CrashDumps;AppData\Local\NVIDIA;AppData\Local\NVIDIACorporation;AppData\Local\Skype;AppData\Local\WebEx;AppData\Local\Foxit Reader;AppData\Local\Macromedia;AppData\Local\Microsoft_Corporation;AppData\Local\Real;AppData\Local\DropBox;AppData\Local\Vmware;AppData\Local\Windows Live;AppData\Local\CrashDumps;AppData\Local\Citrix;AppData\Local\Microsoft\AppV;AppData\Local\Microsoft\Credentials;AppData\Local\Microsoft\Feeds;AppData\Local\Microsoft\Feeds Cache;AppData\Local\Microsoft\GameDVR;AppData\Local\Microsoft\Group Policy;AppData\Local\Microsoft\InputPersonalization;AppData\Local\Microsoft\InstallAgent;AppData\Local\Microsoft\Internet Explorer;AppData\Local\Microsoft\Media Player;AppData\Local\Microsoft\OneDrive;AppData\Local\Microsoft\PenWorkspace;AppData\Local\Microsoft\PlayReady;AppData\Local\Microsoft\Vault;AppData\Local\Microsoft\Windows Live;AppData\Local\Microsoft\Windows Sidebar;AppData\Local\Microsoft\WindowsApps;AppData\Local\Microsoft\Windows\UPPS;AppData\Local\Microsoft\Windows\1033;AppData\Local\Microsoft\Windows\ActionCenterCache;AppData\Local\Microsoft\Windows\Application Shortcuts;AppData\Local\Microsoft\Windows\Burn;AppData\Local\Microsoft\Windows\GameExplorer;AppData\Local\Microsoft\Windows\History;AppData\Local\Microsoft\Windows\IECompatCache;AppData\Local\Microsoft\Windows\IECompatUaCache;AppData\Local\Microsoft\Windows\INetCache;AppData\Local\Microsoft\Windows\INetCookies;AppData\Local\Microsoft\Windows\Notifications;AppData\Local\Microsoft\Windows\OfflineFiles;AppData\Local\Microsoft\Windows\PowerShell;AppData\Local\Microsoft\Windows\PRICache;AppData\Local\Microsoft\Windows\Ringtones;AppData\Local\Microsoft\Windows\RoamingTiles;AppData\Local\Microsoft\Windows\Safety;AppData\Local\Microsoft\Windows\SchCache;AppData\Local\Microsoft\Windows\SettingSync;AppData\Local\Microsoft\Windows\Shell;AppData\Local\Microsoft\Windows\WebCache;AppData\Local\Microsoft\Windows\WER;AppData\Local\Microsoft\Windows\Explorer;AppData\Local\Microsoft\CLR_v4.0;AppData\Local\Microsoft\CLR_v4.0_32</p>

		</div>
	</div>

	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<h1>Step4</h1>
<p>Continue editing the above group policy for the Applocker part.</p>
<p>Computer Configuration &gt; Policies &gt; Windows Settings &gt; Security Settings &gt; Application Control Policies &gt; AppLocker &gt; Packaged App Rules &gt; Right Click and create Default rules.</p>
<h1>Step5</h1>
<p>You should now force the group policy update on the problematic WKS (using gpupdate /force via cmd), log off and log on a few times. We had cases that we had to remove the roaming profile and reissue it again for this to work.</p>
<p>The above workaround is a merge of various articles and blog outputs we found on the web, while trying to solve an issue like this. The solution came after applying all of the above, and not one or the other.</p>
<p>Credits and references go to:</p>
<ol>
<li>Dr James Bayley&#8217;s excellent article <a href="https://blog.jamesbayley.com/2016/02/10/fixed-windows-10-roaming-profiles-break-edge-and-other-packaged-applications/" target="_blank" rel="noopener noreferrer">https://blog.jamesbayley.com/2016/02/10/fixed-windows-10-roaming-profiles-break-edge-and-other-packaged-applications/</a></li>
<li><a href="https://social.technet.microsoft.com/Forums/en-US/fd436515-6423-4015-9afe-d7e6034909ab/windows-10-threshold-2-edgesearch-issues-for-domain-joined-pcs?forum=win10itprogeneral" target="_blank" rel="noopener noreferrer">https://social.technet.microsoft.com/Forums/en-US/fd436515-6423-4015-9afe-d7e6034909ab/windows-10-threshold-2-edgesearch-issues-for-domain-joined-pcs?forum=win10itprogeneral</a></li>
<li><a href="https://partnersupport.microsoft.com/en-us/par_clientsol/forum/par_win/roaming-profile-in-windows-10/173fffe7-6751-4721-a19c-c164a4658b90?auth=1" target="_blank" rel="noopener noreferrer">https://partnersupport.microsoft.com/en-us/par_clientsol/forum/par_win/roaming-profile-in-windows-10/173fffe7-6751-4721-a19c-c164a4658b90?auth=1</a></li>
<li><a href="https://www.youtube.com/watch?v=R4R4QlExLsU" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=R4R4QlExLsU</a></li>
</ol>
<p>&nbsp;</p>

		</div>
	</div>
</div></div></div></div>
</div><p>The post <a href="https://creativepeople.gr/everyday-it-issues/windows-10-roaming-profiles-cause-edge-and-other-packaged-applications-to-fail-loading/">Windows 10 roaming profiles cause Edge and other packaged applications to fail loading</a> appeared first on <a href="https://creativepeople.gr">Creative People | Quality IT services</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>DNS publishing over COSMOTE, is not any more supported?</title>
		<link>https://creativepeople.gr/everyday-it-issues/dns-publishing-over-cosmote-is-not-any-more-supported/</link>
					<comments>https://creativepeople.gr/everyday-it-issues/dns-publishing-over-cosmote-is-not-any-more-supported/#comments</comments>
		
		<dc:creator><![CDATA[Chrysostomos Psaroudakis]]></dc:creator>
		<pubDate>Fri, 17 Feb 2017 07:40:31 +0000</pubDate>
				<category><![CDATA[Everyday IT issues]]></category>
		<category><![CDATA[Smtp]]></category>
		<category><![CDATA[cosmote]]></category>
		<category><![CDATA[DNS]]></category>
		<guid isPermaLink="false">https://cpltditdays.wordpress.com/?p=593</guid>

					<description><![CDATA[<p>The past few months COSMOTE, a Greek ISP started providing VDSL access in our country. Right after being very happy about it, we started noticing changes<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://creativepeople.gr/everyday-it-issues/dns-publishing-over-cosmote-is-not-any-more-supported/">DNS publishing over COSMOTE, is not any more supported?</a> appeared first on <a href="https://creativepeople.gr">Creative People | Quality IT services</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The past few months COSMOTE, a Greek ISP started providing VDSL access in our country. Right after being very happy about it, we started noticing changes affecting many of our customer services, including proper Domain Name Services data exchange.</p>
<p>The Domain name Service, supports hosting of a domain name zone, servicing clients requesting host A or other records from this DNS, while DNS transfer is a process which enables the Domain Name Zone transfer in a set of prior selected and configured DNS servers.</p>
<p>Our tests, described below, involve both of the above functions.</p>
<table>
<tbody>
<tr>
<td width="102">Test Number</td>
<td width="126">Test description</td>
<td width="116">Request Initiator</td>
<td width="117">Request Receiver</td>
<td width="107">Test Outcome</td>
</tr>
<tr>
<td width="102">1</td>
<td width="126">Nslookup from a Cosmote Internet fed client to a zone hosted on Cosmote served server</td>
<td width="116">Server A</td>
<td width="117">Server B</td>
<td width="107">Success</td>
</tr>
<tr>
<td width="102">2</td>
<td width="126">Nslookup from a Cyta Internet fed client to a zone hosted on Cosmote served server</td>
<td width="116">Server C</td>
<td width="117">Server B</td>
<td width="107">Failure</td>
</tr>
<tr>
<td width="102">3</td>
<td width="126">Nslookup from a Cosmote Cell Internet fed server to a Cosmote served server</td>
<td width="116">Server BC</td>
<td width="117">Server B</td>
<td width="107">Failure</td>
</tr>
<tr>
<td width="102">4</td>
<td width="126">Nslookup from a Wind Internet fed server to a Cosmote served server</td>
<td width="116">Server W</td>
<td width="117">Server B</td>
<td width="107">Failure</td>
</tr>
<tr>
<td width="102">5</td>
<td width="126">Nslookup from a Forthnet Internet fed server to a Cosmote served server</td>
<td width="116">Server F</td>
<td width="117">Server B</td>
<td width="107">Failure</td>
</tr>
<tr>
<td width="102">6</td>
<td width="126">Nslookup from a Vodafone Internet fed server to a Cosmote served server</td>
<td width="116">Server V</td>
<td width="117">Server B</td>
<td width="107">Failure</td>
</tr>
</tbody>
</table>
<p>As it appears on Test 3, the mobile network of Cosmote cannot access a zone hosted on a private server internet fed by the terrestrial Cosmote network. That’s weird, but understandable since the merging between the two is only a few months old.</p>
<p>Ok now let’s see what else is “weird” now. Suppose we have the following 4 servers:</p>
<p>SERVER A: is internet fed by Cosmote ADSL</p>
<p>SERVER B: is also internet fed by Cosmote ADSL</p>
<p>SERVER C: is internet fed by Cosmote VDSL</p>
<p>SERVER D: is also internet fed by Cosmote VDSL</p>
<p>A few more tests described below:</p>
<table>
<tbody>
<tr>
<td width="102">Test Number</td>
<td width="116">Request Initiator</td>
<td width="117">Request Receiver</td>
<td width="107">Test Outcome</td>
</tr>
<tr>
<td width="102">7</td>
<td width="116">Server A</td>
<td width="117">Server B</td>
<td width="107">Success</td>
</tr>
<tr>
<td width="102">8</td>
<td width="116">Server A</td>
<td width="117">Server C</td>
<td width="107">Failure</td>
</tr>
<tr>
<td width="102">9</td>
<td width="116">Server A</td>
<td width="117">Server D</td>
<td width="107">Failure</td>
</tr>
<tr>
<td width="102">10</td>
<td width="116">Server D</td>
<td width="117">Server A</td>
<td width="107">Failure</td>
</tr>
<tr>
<td width="102">11</td>
<td width="116">Server C</td>
<td width="117">Server A</td>
<td width="107">Failure</td>
</tr>
<tr>
<td width="102">12</td>
<td width="116">Server B</td>
<td width="117">Server A</td>
<td width="107">Success</td>
</tr>
<tr>
<td width="102">13</td>
<td width="116">Server B</td>
<td width="117">Server C</td>
<td width="107">Failure</td>
</tr>
<tr>
<td width="102">14</td>
<td width="116">Server B</td>
<td width="117">Server D</td>
<td width="107">Failure</td>
</tr>
<tr>
<td width="102">15</td>
<td width="116">Server C</td>
<td width="117">Server B</td>
<td width="107">Failure</td>
</tr>
<tr>
<td width="102">16</td>
<td width="116">Server C</td>
<td width="117">Server D</td>
<td width="107">Success</td>
</tr>
<tr>
<td width="102">17</td>
<td width="116">Server D</td>
<td width="117">Server C</td>
<td width="107">Success</td>
</tr>
<tr>
<td width="102">18</td>
<td width="116">Server D</td>
<td width="117">Server B</td>
<td width="107">Failure</td>
</tr>
</tbody>
</table>
<p>I will make it a bit less confusing for you. VDSL fed servers communicate with each other. ADSL cannot access the VDSLs and vice versa. The weird things is that both the ADSL and VDSLs are provided by the same ISP, which in all our cases is COSMOTE.</p>
<p>We should note, that all the above servers have Business accounts (connex @ Work).</p>
<p>As IT professional we can tolerate with:</p>
<ul>
<li>VPN connections dropping every 3 minutes, with no reason.</li>
<li>Cosmote routers having their firmware updated, whenever the provider asks, using their CPL</li>
<li>SIP ports being occupied for Cosmote future VOIP usage.</li>
</ul>
<p>What we cannot tolerate is the DNS protocol and especially when there is no previous notification regarding such a service ban.</p>
<p>I really do wonder, what is next? The SMTP?</p>
<p>Thank you Cosmote for protecting us, but I guess we will protect ourselves and change all our customers to non Cosmote ISPs.</p>
<p>We take as:</p>
<p>Failure: the timeout of DNS query (using nslookup) pointed on a working DNS server (server [ip]) and on an existing well shaped dns zone.</p>
<p>Success: a successful dns query (using nslookup) presenting back all dns records of the requested zone (set q=all/ set q=any)</p>
<p><strong>17/2/17 UPDATE: The above started happening with port 25 (SMTP) randomly.</strong></p>
<p>The post <a href="https://creativepeople.gr/everyday-it-issues/dns-publishing-over-cosmote-is-not-any-more-supported/">DNS publishing over COSMOTE, is not any more supported?</a> appeared first on <a href="https://creativepeople.gr">Creative People | Quality IT services</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://creativepeople.gr/everyday-it-issues/dns-publishing-over-cosmote-is-not-any-more-supported/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Msg 8152, Level 16, State 10 String or binary data would be truncated. The statement has been terminated.</title>
		<link>https://creativepeople.gr/everyday-it-issues/msg-8152-level-16-state-10-string-or-binary-data-would-be-truncated-the-statement-has-been-terminated/</link>
		
		<dc:creator><![CDATA[Chrysostomos Psaroudakis]]></dc:creator>
		<pubDate>Tue, 14 Feb 2017 13:54:56 +0000</pubDate>
				<category><![CDATA[Everyday IT issues]]></category>
		<category><![CDATA[MS Access]]></category>
		<category><![CDATA[Sql]]></category>
		<category><![CDATA[microsoft sql]]></category>
		<category><![CDATA[mssql]]></category>
		<guid isPermaLink="false">https://cpltditdays.wordpress.com/?p=589</guid>

					<description><![CDATA[<p>It appears that when you want to &#8220;insert into&#8221; data from an nvarchar(max) field to another nvarchar(max) field, and the table has a lot of data<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://creativepeople.gr/everyday-it-issues/msg-8152-level-16-state-10-string-or-binary-data-would-be-truncated-the-statement-has-been-terminated/">Msg 8152, Level 16, State 10 String or binary data would be truncated. The statement has been terminated.</a> appeared first on <a href="https://creativepeople.gr">Creative People | Quality IT services</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>It appears that when you want to &#8220;insert into&#8221; data from an nvarchar(max) field to another nvarchar(max) field, and the table has a lot of data the ms sql query is terminated giving you the error</p>
<p><i>Msg 8152, Level 16, State 10 String or binary data would be truncated The statement has been terminated.</i></p>
<p>After narrowing down data fields and understanding which field is the problematic one, and given that the source field is nvarchar(max) and so is the destination, you need to go on troubleshooting this.</p>
<p>Suppose I have the following query:</p>
<p>INSERT INTO ServiceJournal</p>
<p>(PriorityID, TechnicianID, ServiceTaskID, ClientID, ServiceDate, ProblemReportDateTime, EventTypeid, ReminderID, CustomerSiteID, DetailedProblemDescription)</p>
<p>SELECT        3 AS Expr1, Customers.EmployeeResponsibleID, 16 AS Expr2, Customers.CustomerID, GETDATE() AS Expr3, GETDATE() AS Expr4, 2 AS Expr5, 2 AS Expr6, 1 AS Expr7, Customer_Tasks.TaskDescription</p>
<p>FROM            Customer_Tasks INNER JOIN</p>
<p>Customers ON Customer_Tasks.CustomerID = Customers.CustomerID</p>
<p>WHERE        (Customer_Tasks.IsMaintenance = 1)</p>
<p>The field DetailedProblemDescription is the one producing the problem.</p>
<p>I tried creating a new field on the destination table ServiceJournal, called test as nvarchar(max) and changed my query to</p>
<p>INSERT INTO ServiceJournal</p>
<p>(PriorityID, TechnicianID, ServiceTaskID, ClientID, ServiceDate, ProblemReportDateTime, EventTypeid, ReminderID, CustomerSiteID, test)</p>
<p>SELECT        3 AS Expr1, Customers.EmployeeResponsibleID, 16 AS Expr2, Customers.CustomerID, GETDATE() AS Expr3, GETDATE() AS Expr4, 2 AS Expr5, 2 AS Expr6, 1 AS Expr7, Customer_Tasks.TaskDescription</p>
<p>FROM            Customer_Tasks INNER JOIN</p>
<p>Customers ON Customer_Tasks.CustomerID = Customers.CustomerID</p>
<p>WHERE        (Customer_Tasks.IsMaintenance = 1)</p>
<p>The script inserts a number of rows, as it should!</p>
<p>I tried to rename the problematic field to DetailedProblemDescription2 and retry. It does not work.</p>
<p>I backed up the field data to another field and deleted the field. This is where I started losing the table integrity. I had to take the data with an export script, drop and recreate the table (taken from a backup) and restore the data.</p>
<p>Need to mention that concatenating the DetailedProblemDescription field with cast (DetailedProblemDescription as nvarchar(4000)) or other data type, did not work as well.</p>
<p>To make a long story short, I overcame the insert into problem by putting</p>
<p>SET ANSI_WARNINGS  OFF;</p>
<p>&nbsp;</p>
<p>SET ANSI_WARNINGS  ON;</p>
<p>As long as the &#8220;problematic&#8221; field characters don&#8217;t go over 4000 characters, no problem occurs. I will need to test it with more in the next months.</p>
<p>Have no time to investigate this further, but worth&#8217;s writing it down and sharing:)</p>
<p>Till next time!</p>
<p>The post <a href="https://creativepeople.gr/everyday-it-issues/msg-8152-level-16-state-10-string-or-binary-data-would-be-truncated-the-statement-has-been-terminated/">Msg 8152, Level 16, State 10 String or binary data would be truncated. The statement has been terminated.</a> appeared first on <a href="https://creativepeople.gr">Creative People | Quality IT services</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
