<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Shephertz Community - Recent questions in Operations and Maintenance</title>
<link>http://forum.shephertz.com/?qa=questions/general/operations+and+maintenance</link>
<description>Powered by Question2Answer</description>
<item>
<title>Leaving room works sometimes and fails other times.</title>
<link>http://forum.shephertz.com/?qa=11595/leaving-room-works-sometimes-and-fails-other-times</link>
<description>My Client sometimes fails to leave a room. ie I'll tell it to leave the room, and it'll act like it left, but on the server it will still say it's in the room. Anyone have a solution to handle when the client fails to leave a room? Or a way to check if a client is in a room? Thanks.</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=11595/leaving-room-works-sometimes-and-fails-other-times</guid>
<pubDate>Thu, 31 Dec 2020 18:01:28 +0000</pubDate>
</item>
<item>
<title>Database query Timing out</title>
<link>http://forum.shephertz.com/?qa=11519/database-query-timing-out</link>
<description>We can t load our website anymore.
About 1200 users...
Any query on the database, in the storage service is timing out.
Even on the dashboard --&amp;gt; spinning wheel for 60 seconds and then times out and show no collections in the database.

That's pretty bad. anyone ?</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=11519/database-query-timing-out</guid>
<pubDate>Fri, 06 Dec 2019 17:08:26 +0000</pubDate>
</item>
<item>
<title>Missing App42Storage in unity3d SDK, cannot do paging request</title>
<link>http://forum.shephertz.com/?qa=11488/missing-app42storage-in-unity3d-sdk-cannot-paging-request</link>
<description>&lt;p&gt;
	Using Unity3d and the latest SDK, i am trying to get all the documents from a collection.&lt;br&gt;
	From the documentation i read :&lt;/p&gt;
&lt;pre class=&quot;brush:csharp;&quot;&gt;
var storageService  = new App42Storage();  

storageService.findAllDocumentsByPaging(dbName,collectionName,max,offset,{    

    success: function(object)   

    {    

        var storageObj = JSON.parse(object);    

        response = storageObj.app42.response.storage;  

        console.log(&quot;dbName is &quot; + response.dbName)  

    },    

    error: function(error) {    

    }    

});&lt;/pre&gt;
&lt;p&gt;
	But this line is giving an error :&amp;nbsp; &quot; var storageService&amp;nbsp; = new App42Storage(); &quot; -- &amp;gt; &lt;strong&gt;The type or namespace App42Storage could not be found.&lt;/strong&gt;&lt;br&gt;
	&lt;br&gt;
	I do have :&lt;br&gt;
	using com.shephertz.app42.paas.sdk.csharp;&lt;br&gt;
	using com.shephertz.app42.paas.sdk.csharp.storage;&lt;br&gt;
	&lt;br&gt;
	and all my other request are working , like the FindAllDocuments and UpdateDocument.&lt;br&gt;
	&lt;br&gt;
	What am i missing ?&lt;/p&gt;</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=11488/missing-app42storage-in-unity3d-sdk-cannot-paging-request</guid>
<pubDate>Wed, 24 Jul 2019 19:30:27 +0000</pubDate>
</item>
<item>
<title>Change admin &amp; payment account</title>
<link>http://forum.shephertz.com/?qa=11320/change-admin-%26-payment-account</link>
<description>&lt;p&gt;
	Hi,&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-size: 14px;&quot;&gt;How do I change app admin to another email/account?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-size: 14px;&quot;&gt;Also, how to change payment account for my subscription?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	Thank you.&lt;/p&gt;</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=11320/change-admin-%26-payment-account</guid>
<pubDate>Mon, 24 Sep 2018 18:34:54 +0000</pubDate>
</item>
<item>
<title>Where is the support team, part 2?</title>
<link>http://forum.shephertz.com/?qa=11310/where-is-the-support-team-part-2</link>
<description>Hi,

 

I asked a question Javascript channel last week, and I still have not received a responce. Is the web team working on it?

 

Thank you</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=11310/where-is-the-support-team-part-2</guid>
<pubDate>Mon, 24 Sep 2018 13:06:09 +0000</pubDate>
</item>
<item>
<title>Connection error on facebook webhosting (HTML5)</title>
<link>http://forum.shephertz.com/?qa=11300/connection-error-on-facebook-webhosting-html5</link>
<description>&lt;p&gt;
	I am working with a multiplayer facebook web game with JS. I am trying to link appwarp JS SDK to my JS project. It works fine on localhost but when I upload it to the facebook web hosting as HTML5 Bundle I got Mixed Content error with the full message:&amp;nbsp;&lt;/p&gt;
&lt;pre class=&quot;brush:jscript;&quot;&gt;
Mixed Content: The page at '&lt;a href=&quot;https://apps.facebook.com/&quot; rel=&quot;nofollow&quot;&gt;https://apps.facebook.com/&lt;/a&gt;' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint '&lt;a href=&quot;http://control.appwarp.shephertz.com/lookup?api=Your%20API%20Key&quot; rel=&quot;nofollow&quot;&gt;http://control.appwarp.shephertz.com/lookup?api=Your%20API%20Key&lt;/a&gt;'. This request has been blocked; the content must be served over HTTPS.
t.connect	@	appwarp.min.js:3
(anonymous)	@	index.html?signed_re…yJtaW4iOjIxfX19:131
dispatch	@	jquery-1.10.2.min.js:5
v.handle	@	jquery-1.10.2.min.js:5&lt;/pre&gt;
&lt;p&gt;
	I noticed that in &lt;em&gt;&lt;strong&gt;appwarp.min.js&lt;/strong&gt;&lt;/em&gt; file there have&amp;nbsp;&lt;em&gt;&lt;a href=&quot;http://control.appwarp.shephertz.com/&quot; rel=&quot;nofollow&quot;&gt;http://control.appwarp.shephertz.com/&lt;/a&gt; &lt;/em&gt;that is used to initialize the requests. So may be this is the reason of above error because &quot;&lt;span style=&quot;color: rgb(36, 39, 41); font-family: Arial, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, sans-serif; font-size: 15px;&quot;&gt;You can't fetch insecure (http) resources from a secure (https) origin&quot;. What should I do in this critical situation.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	I don't find any solution after searching in google and appwarp forum search option.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	Thanks&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	Md. Nirob Hasan&lt;/p&gt;</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=11300/connection-error-on-facebook-webhosting-html5</guid>
<pubDate>Sun, 16 Sep 2018 05:55:55 +0000</pubDate>
</item>
<item>
<title>How to enable SSL at warpApp</title>
<link>http://forum.shephertz.com/?qa=11270/how-to-enable-ssl-at-warpapp</link>
<description>i need to publish my game to facebook but i can't because mixed content issue.
so i need sdk url to be https.</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=11270/how-to-enable-ssl-at-warpapp</guid>
<pubDate>Wed, 15 Aug 2018 11:10:26 +0000</pubDate>
</item>
<item>
<title>Leaderboard - Get user's ranking after userScore is saved</title>
<link>http://forum.shephertz.com/?qa=10932/leaderboard-get-users-ranking-after-userscore-is-saved</link>
<description>&lt;p&gt;
	&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px;&quot;&gt;Hi All&lt;/span&gt;&lt;br style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px;&quot;&gt;
	&lt;br style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px;&quot;&gt;
	&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px;&quot;&gt;I need APIs for leaderboard to get&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size:14px;&quot;&gt;user's ranking after userScore is saved&amp;nbsp;&lt;/span&gt;&lt;br style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px;&quot;&gt;
	&lt;br style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px;&quot;&gt;
	&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px;&quot;&gt;Can you please send me related API links to solve above questions.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;br style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px;&quot;&gt;
	&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px;&quot;&gt;Thanks&lt;/span&gt;&lt;/p&gt;</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10932/leaderboard-get-users-ranking-after-userscore-is-saved</guid>
<pubDate>Tue, 23 Jan 2018 15:26:31 +0000</pubDate>
</item>
<item>
<title>Site problem 'Unity 3D usage guide'</title>
<link>http://forum.shephertz.com/?qa=10885/site-problem-unity-3d-usage-guide</link>
<description>&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;color: rgb(33, 33, 33); font-family: arial, sans-serif; font-size: 16px; white-space: pre-wrap;&quot;&gt;Hello good evening, I'm developing my game with AppWarp, when using the 'Unity 3D usage guide' page the texts were scrambled by the page being impossible to read, I'm in need of this resource, if it's a problem on the site I hope it corrects fast&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;color: rgb(33, 33, 33); font-family: arial, sans-serif; font-size: 16px; white-space: pre-wrap;&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://image.prntscr.com/image/tWi1fV5VTf6lfhYtoutE4A.png&quot;&gt;&lt;/span&gt;&lt;/p&gt;

	&lt;p&gt;
		&lt;span style=&quot;color: rgb(33, 33, 33); font-family: arial, sans-serif; font-size: 16px; white-space: pre-wrap;&quot;&gt;Hello good evening, I'm developing my game with AppWarp, when using the 'Unity 3D usage guide' page the texts were scrambled by the page being impossible to read, I'm in need of this resource, if it's a problem on the site I hope it corrects fast&lt;/span&gt;&lt;/p&gt;
</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10885/site-problem-unity-3d-usage-guide</guid>
<pubDate>Mon, 01 Jan 2018 06:27:25 +0000</pubDate>
</item>
<item>
<title>where is the support team?</title>
<link>http://forum.shephertz.com/?qa=10849/where-is-the-support-team</link>
<description>Hi,

I do not appreciate the fact that you do not reply to my emails nor you answer my questions here on this forum.

Why is that? Are you working on the opened issues or are you hiding?

 

Vasilis</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10849/where-is-the-support-team</guid>
<pubDate>Tue, 12 Dec 2017 12:25:50 +0000</pubDate>
</item>
<item>
<title>Weird behavior of AppHQ admin panel, this is not acceptable.</title>
<link>http://forum.shephertz.com/?qa=10674/weird-behavior-of-apphq-admin-panel-this-is-not-acceptable</link>
<description>&lt;p&gt;
	&lt;strong&gt;I have registered recently with appwarp and added one demo app to admin panel without any client implementation, and next day admin panel shows 19 message count &quot;WHAT IS THIS&quot;, how can i trust these services, because the price is based on message count.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;strong&gt;Is there any example for describing all service of ShepHeartz services for Unity ?&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;
		user management(authentication,social operations),&lt;/li&gt;
	&lt;li&gt;
		multiplayer(auto match, create private room with friend invite).&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
	I did not found any single line of guide anywhere, got some unity tutorials but it's too old, its look like shephertz is not have any good guid about these services.&lt;/p&gt;
&lt;p&gt;
	And forum also not able to attach image file, so i have uploaded somewhere else&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	&lt;a rel=&quot;nofollow&quot; href=&quot;https://ibb.co/hjBWs5&quot;&gt;https://ibb.co/hjBWs5&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10674/weird-behavior-of-apphq-admin-panel-this-is-not-acceptable</guid>
<pubDate>Sat, 29 Jul 2017 09:59:54 +0000</pubDate>
</item>
<item>
<title>Can't change or remove leaderboard entries in the dashboard</title>
<link>http://forum.shephertz.com/?qa=10293/cant-change-or-remove-leaderboard-entries-in-the-dashboard</link>
<description>When I try to remove a leaderboard entry in the dashboard, it gets removes from &amp;quot;Scores&amp;quot; , but stays in &amp;quot;LeaderBoard&amp;quot;, and is still accessible by the API, even though I get a &amp;quot;Score deleted successfully&amp;quot; message.&lt;br /&gt;
I get &amp;quot;Something went wrong&amp;quot; if I try to update that entry's score.&lt;br /&gt;
This wasn't the case a week ago.</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10293/cant-change-or-remove-leaderboard-entries-in-the-dashboard</guid>
<pubDate>Fri, 17 Mar 2017 11:34:38 +0000</pubDate>
</item>
<item>
<title>Error accessing Leaderboard Service : Http 500</title>
<link>http://forum.shephertz.com/?qa=10115/error-accessing-leaderboard-service-http-500</link>
<description>&lt;p&gt;
	Hi,&lt;br&gt;
	I am trying to access the leaderboard service and i am getting a http 500 error.&lt;br&gt;
	&lt;br&gt;
	I am trying this form an Ionic 2 app using the app42 js sdk.&lt;br&gt;
	&lt;br&gt;
	&lt;strong&gt;Error 500:&lt;/strong&gt; Executing action [handle] of controller [JaxrsController] in plugin [jaxrs] caused exception: javax.servlet.ServletException: java.net.SocketTimeoutException: Read timed out&lt;br&gt;
	Servlet: grails&lt;br&gt;
	URI: /grails/jaxrs.dispatch&lt;br&gt;
	Exception Message: Read timed out&lt;br&gt;
	Caused by: Read timed out&lt;br&gt;
	Class: JaxrsController&lt;br&gt;
	At Line: [38]&lt;br&gt;
	Code Snippet:&lt;br&gt;
	&lt;br&gt;
	Please kindly look through and revert immediately.&lt;br&gt;
	&lt;br&gt;
	Thanks&lt;/p&gt;</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10115/error-accessing-leaderboard-service-http-500</guid>
<pubDate>Mon, 23 Jan 2017 15:22:25 +0000</pubDate>
</item>
<item>
<title>Need a retail build of AppWarp SDK for Windows 10 (WinRT)</title>
<link>http://forum.shephertz.com/?qa=10056/need-a-retail-build-of-appwarp-sdk-for-windows-10-winrt</link>
<description>The linked to SDK only includes debug binaries and it causes rejection by the Windows Store.</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=10056/need-a-retail-build-of-appwarp-sdk-for-windows-10-winrt</guid>
<pubDate>Mon, 09 Jan 2017 17:50:41 +0000</pubDate>
</item>
<item>
<title>App42/AppWarp in Windows 10 UWP</title>
<link>http://forum.shephertz.com/?qa=9988/app42-appwarp-in-windows-10-uwp</link>
<description>How do I get this to work in a Windows 10 UWP app? I tried the Windows download and the C# download but neither would build in a Windows 10 UWP project.</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=9988/app42-appwarp-in-windows-10-uwp</guid>
<pubDate>Sat, 24 Dec 2016 18:35:07 +0000</pubDate>
</item>
<item>
<title>Changelog isn't updated</title>
<link>http://forum.shephertz.com/?qa=9946/changelog-isnt-updated</link>
<description>Please update the changelog regularly for every API update and update the changelog for iOS API 3.5.5.3</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=9946/changelog-isnt-updated</guid>
<pubDate>Mon, 12 Dec 2016 10:05:01 +0000</pubDate>
</item>
<item>
<title>Android sdk version check</title>
<link>http://forum.shephertz.com/?qa=9259/android-sdk-version-check</link>
<description>how can i check the version of the sdk on android</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=9259/android-sdk-version-check</guid>
<pubDate>Wed, 13 Jul 2016 11:01:20 +0000</pubDate>
</item>
<item>
<title>not receiving push notification</title>
<link>http://forum.shephertz.com/?qa=9075/not-receiving-push-notification</link>
<description>&lt;p&gt;
	&lt;strong&gt;hi&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
	i impelimented app42 push notification and recieve on android devices&amp;nbsp;succesfully but after few days is not receive push notification.&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-size: 14px; line-height: 21px; color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif;&quot;&gt;i checked the push logs is showing below error:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px; line-height: 21px;&quot;&gt;&quot;&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Monaco, Menlo, Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: 13px; line-height: 1.42857; white-space: pre-wrap; background-color: rgb(245, 245, 245);&quot;&gt;Push Android Worker Exception : com.google.android.gcm.server.InvalidRequestException: HTTP Status Code: &lt;/span&gt;&lt;span class=&quot;number&quot; style=&quot;font-family: Monaco, Menlo, Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: 13px; line-height: 1.42857; white-space: pre-wrap; box-sizing: border-box; color: rgb(255, 140, 0);&quot;&gt;401&lt;/span&gt;&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px; line-height: 21px;&quot;&gt;&quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	later change the key on google cloud messenging credential and update key on push setting but problem exist yet.&lt;/p&gt;
&lt;p&gt;
	please help me to slove this problem&lt;/p&gt;
&lt;p&gt;
	thanks&lt;/p&gt;</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=9075/not-receiving-push-notification</guid>
<pubDate>Fri, 17 Jun 2016 21:10:55 +0000</pubDate>
</item>
<item>
<title>persian character issue in Insert JSON With File Using JSONObject</title>
<link>http://forum.shephertz.com/?qa=8402/persian-character-issue-insert-with-file-using-jsonobject</link>
<description>&lt;p&gt;
	&lt;span style=&quot;font-size:14px;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;strong&gt;hi&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-size:14px;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;i using app42 as backend of my android app.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-size:14px;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;i use&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;http://api.shephertz.com/app42-docs/nosql-storage-service/?sdk=android#insert-json-with-file-using-jsonobject&quot; style=&quot;font-size: 13px; line-height: 20px; margin: 0px; padding: 0px; outline: 0px; border: none; text-decoration: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; color: rgb(59, 59, 59);&quot;&gt;Insert/Save JSON With File Using JSONObject&lt;/a&gt;&amp;nbsp;method to save json object with attached file on my server.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-size:14px;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;all field insert to server successfuly but the fields that include persian character not shown correctly.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;font-size:14px;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;for example &quot;حامد&quot; &amp;nbsp;shown &quot;&lt;span style=&quot;color: green; line-height: 1.42857; white-space: pre-wrap; background-color: rgb(245, 245, 245);&quot;&gt;-'E/&lt;/span&gt;&quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;div class=&quot;qa-q-view-content&quot; style=&quot;margin-bottom: 16px; color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px; line-height: 21px;&quot;&gt;
	&lt;div class=&quot;entry-content&quot;&gt;
		&lt;p style=&quot;margin-top: 0px;&quot;&gt;
			&lt;span style=&quot;font-size:14px;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;Can you guide me how to &lt;/span&gt;&lt;/span&gt;insert this type of character??&lt;/p&gt;
		&lt;p style=&quot;margin-top: 0px;&quot;&gt;
			&lt;strong&gt;thanks&lt;/strong&gt;&lt;/p&gt;
		&lt;div&gt;
			&amp;nbsp;&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;qa-q-view-tags&quot; style=&quot;clear: both; margin-bottom: 12px; color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px; line-height: 21px;&quot;&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=8402/persian-character-issue-insert-with-file-using-jsonobject</guid>
<pubDate>Wed, 23 Mar 2016 23:54:08 +0000</pubDate>
</item>
<item>
<title>Command Line Interface (CLI) to work with App42 Cloud</title>
<link>http://forum.shephertz.com/?qa=8230/command-line-interface-cli-to-work-with-app42-cloud</link>
<description>Hi,

I notice that there is a CLI interface to work with App42 PaaS here - &lt;a href=&quot;http://app42paas.shephertz.com/dev-center/getting-started.&quot; rel=&quot;nofollow&quot;&gt;http://app42paas.shephertz.com/dev-center/getting-started.&lt;/a&gt;

Is there a CLI/Shell to interact with App42 Cloud? I tried the one above but could not authenticate using api &amp;amp; secret key. Looks like it is only for App42 PaaS.

Use case is for example to work directly with Storage service to look up collections, documents in the database. Something like a mysql&amp;gt; shell.</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=8230/command-line-interface-cli-to-work-with-app42-cloud</guid>
<pubDate>Wed, 24 Feb 2016 10:54:53 +0000</pubDate>
</item>
<item>
<title>get files from JSON document</title>
<link>http://forum.shephertz.com/?qa=8126/get-files-from-json-document</link>
<description>&lt;p&gt;
	&lt;strong&gt;hi&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
	i use&amp;nbsp;&lt;a href=&quot;http://api.shephertz.com/app42-docs/nosql-storage-service/#insert-json-with-file&quot; rel=&quot;nofollow&quot; style=&quot;font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; font-size: 13px; line-height: 20px; margin: 0px; padding: 0px; outline: none; border: none; text-decoration: none; color: rgb(59, 59, 59);&quot;&gt;Save JSON With File&lt;/a&gt;&amp;nbsp;on the cloud but i do not know to access the files saved with json document in my app.&lt;/p&gt;
&lt;p&gt;
	&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px; line-height: 21px;&quot;&gt;Can you guide me how to get this type of files?&lt;/span&gt;&lt;/p&gt;</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=8126/get-files-from-json-document</guid>
<pubDate>Thu, 04 Feb 2016 17:41:41 +0000</pubDate>
</item>
<item>
<title>offline caching available for as3?</title>
<link>http://forum.shephertz.com/?qa=7699/offline-caching-available-for-as3</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
I am planning an app which will use the as3 library, but as far as I can see the offline caching option is not available. in the 2.6 nor 2.7 mobile swc. Do I miss something or is this not available for as3?&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Kind regards,&lt;br /&gt;
&lt;br /&gt;
Wouter</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=7699/offline-caching-available-for-as3</guid>
<pubDate>Thu, 19 Nov 2015 12:52:52 +0000</pubDate>
</item>
<item>
<title>support@shephertz.com not working?</title>
<link>http://forum.shephertz.com/?qa=7530/support%40shephertz-com-not-working</link>
<description>&lt;p&gt;
	I was trying to send an e-mail to&amp;nbsp;&lt;span style=&quot;font-family: arial, sans-serif; font-size: 12.8px;&quot;&gt;support@shephertz.com, but I got response from gmail:&lt;/span&gt;&lt;/p&gt;
&lt;blockquote&gt;
	&lt;p&gt;
		&lt;span class=&quot;im&quot; style=&quot;color: rgb(80, 0, 80); font-family: arial, sans-serif; font-size: 12.8px;&quot;&gt;Delivery to the following recipient failed permanently:&lt;br&gt;
		&lt;br&gt;
		&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;mailto:support@shephertz.com&quot; style=&quot;color: rgb(17, 85, 204);&quot;&gt;support@shephertz.com&lt;/a&gt;&lt;br&gt;
		&lt;br&gt;
		Technical details of permanent failure:&lt;/span&gt;&lt;br&gt;
		&lt;span style=&quot;font-family: arial, sans-serif; font-size: 12.8px;&quot;&gt;Google tried to deliver your message, but it was rejected by the server for the recipient domain&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://shephertz.com/&quot; rel=&quot;noreferrer nofollow&quot; style=&quot;color: rgb(17, 85, 204); font-family: arial, sans-serif; font-size: 12.8px;&quot; target=&quot;_blank&quot;&gt;shephertz.com&lt;/a&gt;&lt;span style=&quot;font-family: arial, sans-serif; font-size: 12.8px;&quot;&gt;&amp;nbsp;by&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://smtp.secureserver.net/&quot; rel=&quot;noreferrer nofollow&quot; style=&quot;color: rgb(17, 85, 204); font-family: arial, sans-serif; font-size: 12.8px;&quot; target=&quot;_blank&quot;&gt;smtp.secureserver.net&lt;/a&gt;&lt;span style=&quot;font-family: arial, sans-serif; font-size: 12.8px;&quot;&gt;. [72.167.238.29].&lt;/span&gt;&lt;br style=&quot;font-family: arial, sans-serif; font-size: 12.8px;&quot;&gt;
		&lt;br&gt;
		&lt;span class=&quot;im&quot; style=&quot;color: rgb(80, 0, 80); font-family: arial, sans-serif; font-size: 12.8px;&quot;&gt;The error that the other server returned was:&lt;br&gt;
		550 5.1.1 &amp;lt;&lt;a rel=&quot;nofollow&quot; href=&quot;mailto:support@shephertz.com&quot; style=&quot;color: rgb(17, 85, 204);&quot;&gt;support@shephertz.com&lt;/a&gt;&amp;gt; Recipient not found.&amp;nbsp; &amp;lt;&lt;a href=&quot;http://x.co/irbounce&quot; rel=&quot;noreferrer nofollow&quot; style=&quot;color: rgb(17, 85, 204);&quot; target=&quot;_blank&quot;&gt;http://x.co/irbounce&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	What could be the problem?&lt;/p&gt;</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=7530/support%40shephertz-com-not-working</guid>
<pubDate>Fri, 23 Oct 2015 09:27:33 +0000</pubDate>
</item>
<item>
<title>How to add Static Room</title>
<link>http://forum.shephertz.com/?qa=7038/how-to-add-static-room</link>
<description>Hey all, I cannot figure out how to add a Static room from the dashboard. Any help would be greatly appreciated!</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=7038/how-to-add-static-room</guid>
<pubDate>Sun, 16 Aug 2015 15:38:54 +0000</pubDate>
</item>
<item>
<title>API Service Request Drops</title>
<link>http://forum.shephertz.com/?qa=6643/api-service-request-drops</link>
<description>We are currently experiencing request drops at our gateway. Looks like underlying cause is from our IaaS side. &lt;br /&gt;
&lt;br /&gt;
We will update you once these are fixed.&lt;br /&gt;
&lt;br /&gt;
Looking forward for your support.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
App42 Support Team</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=6643/api-service-request-drops</guid>
<pubDate>Wed, 01 Jul 2015 01:22:35 +0000</pubDate>
</item>
<item>
<title>AppHQ is slow and not responding sometimes</title>
<link>http://forum.shephertz.com/?qa=6583/apphq-is-slow-and-not-responding-sometimes</link>
<description>We are looking in to it and will update you once it is fixed.</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=6583/apphq-is-slow-and-not-responding-sometimes</guid>
<pubDate>Sun, 21 Jun 2015 18:13:04 +0000</pubDate>
</item>
<item>
<title>Delay in getUserRanking and GetTopNRankers</title>
<link>http://forum.shephertz.com/?qa=6581/delay-in-getuserranking-and-gettopnrankers</link>
<description>We are experiencing some delay while replicating data in getTopNRankers and getUserRanking. We are working on it and update you once this will be fixed.&lt;br /&gt;
&lt;br /&gt;
Thanks for your patience and support.&lt;br /&gt;
&lt;br /&gt;
App42 Support Team</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=6581/delay-in-getuserranking-and-gettopnrankers</guid>
<pubDate>Sun, 21 Jun 2015 16:56:34 +0000</pubDate>
</item>
<item>
<title>Push Notifications Delayed</title>
<link>http://forum.shephertz.com/?qa=6578/push-notifications-delayed</link>
<description>Few of the applications experienced delay in Push Notification Delivery between 11:45 AM UTC to 01:00 PM UTC on June 19. Service is back to normal.</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=6578/push-notifications-delayed</guid>
<pubDate>Fri, 19 Jun 2015 14:33:52 +0000</pubDate>
</item>
<item>
<title>Storage Service Rquest Drops</title>
<link>http://forum.shephertz.com/?qa=6095/storage-service-rquest-drops</link>
<description>There are some requests drop in Storage Service. WE are looking into it and update the thread as soon as it is done.</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=6095/storage-service-rquest-drops</guid>
<pubDate>Tue, 14 Apr 2015 03:13:32 +0000</pubDate>
</item>
<item>
<title>Event Service - Important Update</title>
<link>http://forum.shephertz.com/?qa=5367/event-service-important-update</link>
<description>&lt;p&gt;
	&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px; line-height: 21px;&quot;&gt;We are seeing some latency and few requests drop in event service API. We are working on it and update this thread with latest update.&lt;/span&gt;&lt;/p&gt;</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=5367/event-service-important-update</guid>
<pubDate>Sat, 07 Feb 2015 02:47:08 +0000</pubDate>
</item>
<item>
<title>Storage Service - Important Update</title>
<link>http://forum.shephertz.com/?qa=5286/storage-service-important-update</link>
<description>We are doing some emergency upgrade on our Storage service secondary data node. Your app might experince few request drops due to swith over of the node. This might happen only for few minutes starting 8:30 AM UTC.&lt;br /&gt;
&lt;br /&gt;
We will update this thread once operation is done.&lt;br /&gt;
&lt;br /&gt;
Thanks for your Support and patience&lt;br /&gt;
&lt;br /&gt;
Ajay</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=5286/storage-service-important-update</guid>
<pubDate>Fri, 30 Jan 2015 07:41:59 +0000</pubDate>
</item>
<item>
<title>Latency and Request Time Out</title>
<link>http://forum.shephertz.com/?qa=4523/latency-and-request-time-out</link>
<description>We had some latency and few request timeout at our gateway between 00:30 AM UTC and 1: 30 AM UTC today. This issue has been resolved and all services are working to normal condition.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;Thanks for your support and patience.</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=4523/latency-and-request-time-out</guid>
<pubDate>Mon, 24 Nov 2014 04:38:41 +0000</pubDate>
</item>
<item>
<title>Important Upgrade at 1:00 AM UTC/GMT (26th Oct 2014)</title>
<link>http://forum.shephertz.com/?qa=4170/important-upgrade-at-1-00-am-utc-gmt-26th-oct-2014</link>
<description>&lt;p&gt;
	Dear App42 Users.&lt;/p&gt;
&lt;p&gt;
	On October 16th, Oracle announced security vulnerabilities and associated software patches affecting MySQL 5.5 and 5.6: &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.oracle.com/technetwork/topics/security/cpuoct2014-1972960.html#AppendixMSQL&quot;&gt;http://www.oracle.com/technetwork/topics/security/cpuoct2014-1972960.html#AppendixMSQL&lt;/a&gt;.&lt;br&gt;
	&lt;br&gt;
	To address these vulnerabilities, &amp;nbsp;our Amazon RDS instances will go through upgrade process on 26th Oct&amp;nbsp;2014 at 01:00 AM UTC/GMT . &amp;nbsp;This upgrade may result in down time across all our products and services for few minutes. All apps using our services might also be effected because of the upgrade. Please see &lt;a rel=&quot;nofollow&quot; href=&quot;https://aws.amazon.com/security/security-bulletins/&quot;&gt;Amazon security bulletin&lt;/a&gt; for more details about this mandatory and urgent upgrade.&lt;/p&gt;
&lt;p&gt;
	Incase you have any further queries, feel free to reach to us at &lt;a rel=&quot;nofollow&quot; href=&quot;mailto:support@shephertz.com&quot;&gt;support@shephertz.com&lt;/a&gt; or through our forum &lt;a rel=&quot;nofollow&quot; href=&quot;http://forum.shephertz.com&quot;&gt;http://forum.shephertz.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	Sincerely,&lt;/p&gt;
&lt;p&gt;
	ShepHertz Support Team&lt;/p&gt;</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=4170/important-upgrade-at-1-00-am-utc-gmt-26th-oct-2014</guid>
<pubDate>Wed, 22 Oct 2014 09:13:41 +0000</pubDate>
</item>
<item>
<title>We will be doing some Upgrade at 2:00 PM UTC (16 Apr 2014)</title>
<link>http://forum.shephertz.com/?qa=1182/we-will-be-doing-some-upgrade-at-2-00-pm-utc-16-apr-2014</link>
<description>We are doing some urgent Upgrade in Production for App42 API at 2:00 PM UTC today. There might be a downtime for 5-10 minutes for the same.&lt;br /&gt;
&lt;br /&gt;
Will update you once done.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Admin&lt;br /&gt;
&lt;br /&gt;
App42 Platform</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=1182/we-will-be-doing-some-upgrade-at-2-00-pm-utc-16-apr-2014</guid>
<pubDate>Wed, 16 Apr 2014 13:35:44 +0000</pubDate>
</item>
<item>
<title>App42 backend API service status</title>
<link>http://forum.shephertz.com/?qa=450/app42-backend-api-service-status</link>
<description>&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	Some of our App42 cloud API users might face latency issues when connecting to our backend. We are working on it and will update this thread once resolved.&lt;/div&gt;</description>
<category>Operations and Maintenance</category>
<guid isPermaLink="true">http://forum.shephertz.com/?qa=450/app42-backend-api-service-status</guid>
<pubDate>Wed, 12 Mar 2014 11:09:23 +0000</pubDate>
</item>
</channel>
</rss>