<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: A server with the specified hostname could not be found in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/A-server-with-the-specified-hostname-could-not-be-found/m-p/213529#M26559</link>
    <description>&lt;P data-unlink="true"&gt;Hi!&lt;BR /&gt;&lt;BR /&gt;it seems that the server URL you entered was not correct or not reachable from your device - as https://server.com&amp;nbsp;is only an example I can't judge what the real problem is. You could try and ping the server if it is reachable from your device and if the URL can be resolved.&lt;BR /&gt;Additionally &lt;FONT face="andale mono,times"&gt;-delete&lt;/FONT&gt; is not the correct command for upload - just run &lt;FONT face="andale mono,times"&gt;./DTXDssClient&lt;/FONT&gt; to get a list of all available commands:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;% ./DTXDssClient &lt;BR /&gt;DTXDssClient version 8.267.1.1006 built on 2023-05-22&lt;BR /&gt;FLAGS: (only one flag per operation)&lt;BR /&gt;-delete Delete one or more mapping files, depending on criteria.&lt;BR /&gt;-upload Specify an xcarchive or dsym mapping file to upload.&lt;BR /&gt;-decode Create local mapping files.&lt;BR /&gt;-help (-h) Display this help screen.&lt;BR /&gt;&lt;BR /&gt;SYNOPSIS (Upload):&lt;BR /&gt;DTXDssClient -upload server=&amp;lt;serverURL&amp;gt; apitoken=&amp;lt;dynatraceAPIToken&amp;gt; appid=&amp;lt;dynatraceAppId&amp;gt;&lt;BR /&gt;symbolsfile=&amp;lt;iOS filename or folder&amp;gt;|file=&amp;lt;android filename or folder&amp;gt; [os=ios|tvos|android]&lt;BR /&gt;bundleId=&amp;lt;CFBundleIdentifier/package&amp;gt; version=&amp;lt;CFBundleVersion/versionCode&amp;gt; versionStr=&amp;lt;CFBundleShortVersionString/versionName&amp;gt;&lt;BR /&gt;EXPERT LEVEL:&lt;BR /&gt;[logLevel=ALL|SEVERE|WARNING|INFO|FINE|FINER|FINEST] [allowAnyCert=1] [extraInfo=1] [mangledNames=1]&lt;BR /&gt;&lt;BR /&gt;SYNOPSIS (Delete):&lt;BR /&gt;DTXDssClient -delete server=&amp;lt;serverURL&amp;gt; apitoken=&amp;lt;dynatraceAPIToken&amp;gt; appid=&amp;lt;dynatraceAppId&amp;gt;&lt;BR /&gt;os=ios|tvos|android&lt;BR /&gt;bundleId=&amp;lt;CFBundleIdentifier/package&amp;gt; version=&amp;lt;CFBundleVersion/versionCode&amp;gt; versionStr=&amp;lt;CFBundleShortVersionString/versionName&amp;gt;&lt;BR /&gt;EXPERT LEVEL:&lt;BR /&gt;[logLevel=ALL|SEVERE|WARNING|INFO|FINE|FINER|FINEST] [allowAnyCert=1]&lt;BR /&gt;&lt;BR /&gt;SYNOPSIS (Decode):&lt;BR /&gt;DTXDssClient -decode symbolsfile=&amp;lt;iOS filename or folder&amp;gt;|file=&amp;lt;android filename or folder&amp;gt; [outdir=&amp;lt;folder&amp;gt;] &lt;BR /&gt;EXPERT LEVEL:&lt;BR /&gt;[logLevel=ALL|SEVERE|WARNING|INFO|FINE|FINER|FINEST] [extraInfo=1] [mangledNames=1]&lt;BR /&gt;&lt;BR /&gt;DESCRIPTION:&lt;BR /&gt;The dss-client utility provides the ability to upload and delete mapping files&lt;BR /&gt;from the DSS Symbolication Service.&lt;BR /&gt;&lt;BR /&gt;OPTIONS:&lt;BR /&gt;os Either iOS, tvOS or Android (defaults to iOS on upload).&lt;BR /&gt;version The CFBundleVersion (iOS) / versionCode (Android).&lt;BR /&gt;versionStr The CFBundleShortVersionString (iOS) / versionName (Android).&lt;BR /&gt;bundleId The CFBundleIdentifier (iOS) / package (Android) of the Application.&lt;BR /&gt;appid The Dynatrace application id.&lt;BR /&gt;apitoken The Dynatrace API token.&lt;BR /&gt;symbolsfile For uploading, the filename of the XCode iOS archive or iOS dSYM containing the symbol mappings.&lt;BR /&gt;file For uploading, the filename of the Android symbol mappings.&lt;BR /&gt;allowAnyCert 1 for allowing communication to secure server that uses self-signed certificates. (WARNING: should not be used in production environments, because of security implications!)&lt;BR /&gt;extraInfo 1 for extra information to be added to the symbol mapping (use with caution, can double the size).&lt;BR /&gt;mangledNames 1 for the swift mangled names to be added to the symbol mapping (use with caution, can double the size).&lt;BR /&gt;tempdir The folder where the temporary files will be placed.&lt;BR /&gt;outdir The folder where the results files will be placed (only for decode).&lt;BR /&gt;logLevel Set how fine tuned the log level will be. Defaults to INFO.&lt;BR /&gt;maxSymbolSize Limits the maximum length (characters) of the demangled symbols. Can be disabled by setting it to 0. (Default 5000)&lt;BR /&gt;&lt;BR /&gt;EXAMPLES:&lt;BR /&gt;&lt;BR /&gt;display info&lt;BR /&gt;DTXDssClient -info appid=aa-bb-cc-dd-ee apitoken=Z-123aefc server=https://server.com&lt;BR /&gt;&lt;BR /&gt;display status&lt;BR /&gt;DTXDssClient -status appid=aa-bb-cc-dd-ee apitoken=Z-123aefc server=https://server.com&lt;BR /&gt;&lt;BR /&gt;delete iOS symbols for version&lt;BR /&gt;DTXDssClient -delete appid=aa-bb-cc-dd-ee apitoken=Z-123aefc os=ios bundleId=org.comp.app versionStr=1.0 version=1 server=https://server.com&lt;BR /&gt;&lt;BR /&gt;upload iOS symbols from folder (all dSYMs in the folder will be processed)&lt;BR /&gt;DTXDssClient -upload appid=aa-bb-cc-dd-ee apitoken=Z-123aefc os=ios bundleId=org.comp.app versionStr=1.0 version=1 symbolsfile=/usr/local/symbols server=https://server.com&lt;BR /&gt;&lt;BR /&gt;upload ANDROID mapping file&lt;BR /&gt;DTXDssClient -upload appid=aa-bb-cc-dd-ee apitoken=Z-123aefc os=android bundleId=org.comp.app versionStr=1.0 version=1 file=/usr/local/mapping.txt server=https://server.com &lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 31 May 2023 10:03:38 GMT</pubDate>
    <dc:creator>Patrick_H</dc:creator>
    <dc:date>2023-05-31T10:03:38Z</dc:date>
    <item>
      <title>A server with the specified hostname could not be found</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/A-server-with-the-specified-hostname-could-not-be-found/m-p/213379#M26541</link>
      <description>&lt;P&gt;After running preprocess dSYM command in the mac terminal. I was trying upload command for uploading dSYM file but i was getting error &lt;STRONG&gt;"&lt;SPAN class=""&gt;ERROR: Execution failed, rc=-1003 reason=A server with the specified hostname could not be found.&lt;/SPAN&gt;" &lt;/STRONG&gt;I run this command for uploading :-&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;STRONG&gt;DTXDssClient -delete appid=aa-bb-cc-dd-ee apitoken=Z-123aefc os=ios bundleId=org.comp.app versionStr=1.0 version=1 server=https://server.com&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Here i replaced values according to my project details.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 06:16:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/A-server-with-the-specified-hostname-could-not-be-found/m-p/213379#M26541</guid>
      <dc:creator>Aish</dc:creator>
      <dc:date>2023-05-30T06:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: A server with the specified hostname could not be found</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/A-server-with-the-specified-hostname-could-not-be-found/m-p/213529#M26559</link>
      <description>&lt;P data-unlink="true"&gt;Hi!&lt;BR /&gt;&lt;BR /&gt;it seems that the server URL you entered was not correct or not reachable from your device - as https://server.com&amp;nbsp;is only an example I can't judge what the real problem is. You could try and ping the server if it is reachable from your device and if the URL can be resolved.&lt;BR /&gt;Additionally &lt;FONT face="andale mono,times"&gt;-delete&lt;/FONT&gt; is not the correct command for upload - just run &lt;FONT face="andale mono,times"&gt;./DTXDssClient&lt;/FONT&gt; to get a list of all available commands:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;% ./DTXDssClient &lt;BR /&gt;DTXDssClient version 8.267.1.1006 built on 2023-05-22&lt;BR /&gt;FLAGS: (only one flag per operation)&lt;BR /&gt;-delete Delete one or more mapping files, depending on criteria.&lt;BR /&gt;-upload Specify an xcarchive or dsym mapping file to upload.&lt;BR /&gt;-decode Create local mapping files.&lt;BR /&gt;-help (-h) Display this help screen.&lt;BR /&gt;&lt;BR /&gt;SYNOPSIS (Upload):&lt;BR /&gt;DTXDssClient -upload server=&amp;lt;serverURL&amp;gt; apitoken=&amp;lt;dynatraceAPIToken&amp;gt; appid=&amp;lt;dynatraceAppId&amp;gt;&lt;BR /&gt;symbolsfile=&amp;lt;iOS filename or folder&amp;gt;|file=&amp;lt;android filename or folder&amp;gt; [os=ios|tvos|android]&lt;BR /&gt;bundleId=&amp;lt;CFBundleIdentifier/package&amp;gt; version=&amp;lt;CFBundleVersion/versionCode&amp;gt; versionStr=&amp;lt;CFBundleShortVersionString/versionName&amp;gt;&lt;BR /&gt;EXPERT LEVEL:&lt;BR /&gt;[logLevel=ALL|SEVERE|WARNING|INFO|FINE|FINER|FINEST] [allowAnyCert=1] [extraInfo=1] [mangledNames=1]&lt;BR /&gt;&lt;BR /&gt;SYNOPSIS (Delete):&lt;BR /&gt;DTXDssClient -delete server=&amp;lt;serverURL&amp;gt; apitoken=&amp;lt;dynatraceAPIToken&amp;gt; appid=&amp;lt;dynatraceAppId&amp;gt;&lt;BR /&gt;os=ios|tvos|android&lt;BR /&gt;bundleId=&amp;lt;CFBundleIdentifier/package&amp;gt; version=&amp;lt;CFBundleVersion/versionCode&amp;gt; versionStr=&amp;lt;CFBundleShortVersionString/versionName&amp;gt;&lt;BR /&gt;EXPERT LEVEL:&lt;BR /&gt;[logLevel=ALL|SEVERE|WARNING|INFO|FINE|FINER|FINEST] [allowAnyCert=1]&lt;BR /&gt;&lt;BR /&gt;SYNOPSIS (Decode):&lt;BR /&gt;DTXDssClient -decode symbolsfile=&amp;lt;iOS filename or folder&amp;gt;|file=&amp;lt;android filename or folder&amp;gt; [outdir=&amp;lt;folder&amp;gt;] &lt;BR /&gt;EXPERT LEVEL:&lt;BR /&gt;[logLevel=ALL|SEVERE|WARNING|INFO|FINE|FINER|FINEST] [extraInfo=1] [mangledNames=1]&lt;BR /&gt;&lt;BR /&gt;DESCRIPTION:&lt;BR /&gt;The dss-client utility provides the ability to upload and delete mapping files&lt;BR /&gt;from the DSS Symbolication Service.&lt;BR /&gt;&lt;BR /&gt;OPTIONS:&lt;BR /&gt;os Either iOS, tvOS or Android (defaults to iOS on upload).&lt;BR /&gt;version The CFBundleVersion (iOS) / versionCode (Android).&lt;BR /&gt;versionStr The CFBundleShortVersionString (iOS) / versionName (Android).&lt;BR /&gt;bundleId The CFBundleIdentifier (iOS) / package (Android) of the Application.&lt;BR /&gt;appid The Dynatrace application id.&lt;BR /&gt;apitoken The Dynatrace API token.&lt;BR /&gt;symbolsfile For uploading, the filename of the XCode iOS archive or iOS dSYM containing the symbol mappings.&lt;BR /&gt;file For uploading, the filename of the Android symbol mappings.&lt;BR /&gt;allowAnyCert 1 for allowing communication to secure server that uses self-signed certificates. (WARNING: should not be used in production environments, because of security implications!)&lt;BR /&gt;extraInfo 1 for extra information to be added to the symbol mapping (use with caution, can double the size).&lt;BR /&gt;mangledNames 1 for the swift mangled names to be added to the symbol mapping (use with caution, can double the size).&lt;BR /&gt;tempdir The folder where the temporary files will be placed.&lt;BR /&gt;outdir The folder where the results files will be placed (only for decode).&lt;BR /&gt;logLevel Set how fine tuned the log level will be. Defaults to INFO.&lt;BR /&gt;maxSymbolSize Limits the maximum length (characters) of the demangled symbols. Can be disabled by setting it to 0. (Default 5000)&lt;BR /&gt;&lt;BR /&gt;EXAMPLES:&lt;BR /&gt;&lt;BR /&gt;display info&lt;BR /&gt;DTXDssClient -info appid=aa-bb-cc-dd-ee apitoken=Z-123aefc server=https://server.com&lt;BR /&gt;&lt;BR /&gt;display status&lt;BR /&gt;DTXDssClient -status appid=aa-bb-cc-dd-ee apitoken=Z-123aefc server=https://server.com&lt;BR /&gt;&lt;BR /&gt;delete iOS symbols for version&lt;BR /&gt;DTXDssClient -delete appid=aa-bb-cc-dd-ee apitoken=Z-123aefc os=ios bundleId=org.comp.app versionStr=1.0 version=1 server=https://server.com&lt;BR /&gt;&lt;BR /&gt;upload iOS symbols from folder (all dSYMs in the folder will be processed)&lt;BR /&gt;DTXDssClient -upload appid=aa-bb-cc-dd-ee apitoken=Z-123aefc os=ios bundleId=org.comp.app versionStr=1.0 version=1 symbolsfile=/usr/local/symbols server=https://server.com&lt;BR /&gt;&lt;BR /&gt;upload ANDROID mapping file&lt;BR /&gt;DTXDssClient -upload appid=aa-bb-cc-dd-ee apitoken=Z-123aefc os=android bundleId=org.comp.app versionStr=1.0 version=1 file=/usr/local/mapping.txt server=https://server.com &lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 10:03:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/A-server-with-the-specified-hostname-could-not-be-found/m-p/213529#M26559</guid>
      <dc:creator>Patrick_H</dc:creator>
      <dc:date>2023-05-31T10:03:38Z</dc:date>
    </item>
  </channel>
</rss>

