<?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: Is the new cloud licensing system compatible with GDL REQUEST &amp;quot;CONFIGURATION_NUMBER&amp;quot; c in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/646863#M7347</link>
    <description>&lt;P&gt;So when you click the link instead of "Administrator ID" you get "User Unique Code"?&lt;BR /&gt;If that's the case, then seems that it's more or less just a different name depending on the user but the behavior with licensing via userId/organizationId is the same.&lt;BR /&gt;&lt;BR /&gt;For the "old" values I'm assuming it to behave as when running AC in DEMO mode:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV style="color: #3d3d3d; background-color: #fafafa; font-family: Consolas, 'Courier New', monospace; font-weight: normal; font-size: 12px; line-height: 16px; white-space: pre;"&gt;
&lt;DIV&gt;&lt;SPAN&gt;REQUEST&lt;/SPAN&gt; &lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"Configuration_number"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN&gt;""&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt; stConfigurationNumber&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt; ! stConfigurationNumber = ""&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV style="color: #3d3d3d; background-color: #fafafa; font-family: Consolas, 'Courier New', monospace; font-weight: normal; font-size: 12px; line-height: 16px; white-space: pre;"&gt;
&lt;DIV&gt;&lt;SPAN&gt;REQUEST&lt;/SPAN&gt; &lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"program_info"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN&gt;""&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt; name&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt; version&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt; keySerialNumber&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt; isCommercial&lt;/SPAN&gt;&lt;SPAN&gt;) ! keySerialNumber = 0&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Tue, 21 Jan 2025 10:39:57 GMT</pubDate>
    <dc:creator>BerndSchwarzenbacher</dc:creator>
    <dc:date>2025-01-21T10:39:57Z</dc:date>
    <item>
      <title>Is the new cloud licensing system compatible with GDL REQUEST "CONFIGURATION_NUMBER" commands?</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/643369#M7248</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have recently been informed by our local reseller of the licensing transition program that will change the current web based or physical licenses into a new cloud based subscription system.&lt;/P&gt;&lt;P&gt;We are Archicad users but also Archicad library developers.&amp;nbsp;We have developed library parts that work dependent on the Archicad license codes, (any type of licenses such as, SWxxxxxxxx, 2-xxxxxxxxx, etc).&lt;/P&gt;&lt;P&gt;These library parts use the GDL commands, such as:&lt;/P&gt;&lt;P&gt;[From the GDL manual]&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;STRONG&gt;n = REQUEST&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(&lt;STRONG&gt;"program_info"&lt;/STRONG&gt;, "", name[, version[, keySerialNumber[, isCommercial]]])&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;Returns information on the currently running program.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;Expression returns 0 and contains dummy return values (emtpy string or 0) if used in parameter&lt;/I&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;I&gt;script, causing additional warning.&lt;/I&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;STRONG&gt;name:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;name of the program&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;STRONG&gt;version:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;version number of the program&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;STRONG&gt;keySerialNumber:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;serial number of the keyplug&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;STRONG&gt;isCommercial:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;returns true if there is running a full (commercial) version of the program&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;and&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;STRONG&gt;n = REQUEST&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;(&lt;STRONG&gt;"Configuration_number"&lt;/STRONG&gt;, "", stConfigurationNumber)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to acquire the Archicad &lt;SPAN&gt;stConfigurationNumber&lt;/SPAN&gt; and work accordingly.&lt;/P&gt;&lt;P&gt;We use these libraries for many years in our projects, but we also provide them to others.&lt;/P&gt;&lt;P&gt;Because of this announcement, we are being contacted by Archicad users that use our objects, asking if with the new licensing system these libraries will still work. The problem is that we don't know, and even our local resellers can't answer this very specific question regarding the new licensing system.&lt;BR /&gt;Therefore, we are trying to contact Graphisoft directly on this forum to have an answer on this:&lt;BR /&gt;Will the new cloud licensing system still maintain some kind of code that will populate these GDL commands and allow the library parts to acknowledge a particular stable Archicad &lt;SPAN&gt;stConfigurationNumber&lt;/SPAN&gt; code they are working with?&lt;BR /&gt;If the new system keeps compatibility with those GDL commands and still allow some kind of license identification, (even if the &lt;SPAN&gt;stConfigurationNumber&lt;/SPAN&gt; itself is now somewhat different), that wouldn't be a concern, it would just be a matter of updating the license codes. But if these commands stop working or don't return some/any kind of recognizable &lt;SPAN&gt;stConfigurationNumber&lt;/SPAN&gt;, then many crucial already placed objects that populate many projects over the last years will suddenly stop working! And that will prevent us and others to migrate to the new licensing system right away, until a solution to this issue is found.&lt;BR /&gt;Thank you in advance for an answer.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 13:05:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/643369#M7248</guid>
      <dc:creator>concepsys</dc:creator>
      <dc:date>2024-12-12T13:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is the new cloud licensing system compatible with GDL REQUEST "CONFIGURATION_NUMBER" c</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/643454#M7249</link>
      <description>&lt;P&gt;Maybe this will help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.graphisoft.com/t5/GDL/Cloud-Licensing-and-GDL/m-p/589158#M6356" target="_blank"&gt;https://community.graphisoft.com/t5/GDL/Cloud-Licensing-and-GDL/m-p/589158#M6356&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 01:02:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/643454#M7249</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2024-12-13T01:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is the new cloud licensing system compatible with GDL REQUEST "CONFIGURATION_NUMBER" c</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/643487#M7250</link>
      <description>&lt;P&gt;Hi concepsys,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The new license information is available with&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;n = REQUEST("GSID_INFO", "", userId, organizationIds)&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;You will have to update the GDL code to support the cloud licensing,&amp;nbsp;&lt;FONT color="#3366FF"&gt;keySerialNumber&lt;/FONT&gt; and&amp;nbsp;&lt;FONT color="#3366FF"&gt;stConfigurationNumber&lt;/FONT&gt; is undefined in the new system.&lt;FONT color="#3366FF"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is additional information here about the returned values: &lt;A href="https://community.graphisoft.com/t5/Developer-Insights/Introducing-new-user-identification-to-the-API-of-Archicad-26/ba-p/588853" target="_blank"&gt;https://community.graphisoft.com/t5/Developer-Insights/Introducing-new-user-identification-to-the-API-of-Archicad-26/ba-p/588853&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 10:07:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/643487#M7250</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2024-12-13T10:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is the new cloud licensing system compatible with GDL REQUEST "CONFIGURATION_NUMBER" c</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/643523#M7251</link>
      <description>&lt;P&gt;Thank you for your answer Peter,&lt;/P&gt;&lt;P&gt;I have consulted all the linked information and I have some new questions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question 1. I have now found this new command&amp;nbsp; information on Archicad 28 GDL manual. I believe it is not mentioned either on the 26 or 27 GDL manuals. Nevertheless, it seems this command is backward compatible with any Archicad from version 26.5. Correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question 2. If I understand correctly, we will no longer be able to identify license keys, but instead, users?&lt;/P&gt;&lt;P&gt;Let's say, as an example, previously a company had many users and many Archicad hardware/software licenses.&lt;/P&gt;&lt;P&gt;Any user would be able to use a particular licensekey. So, we could say that a particular licensekey was being used, and make a library part to work only with that particular key, regardless of its location or user.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, the command&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;n = REQUEST("GSID_INFO", "", userId, organizationIds)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;it seems it will return a userID inside a company, instead of a particular AC_licencekey.&amp;nbsp; If so, it will be a very different system. Is this userId, in fact, the ID of a license (among the many licenses a single company may own) or is it an actual user?&lt;/P&gt;&lt;P&gt;If it is the first case, then the system will be similar to the previous one. The userID is in fact a licenseID. No more explanations needed.&lt;/P&gt;&lt;P&gt;If it is the second case, it means that it's not possible to associate a particular library part to a particular license anymore?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Trying to make my questions more clear,&lt;/P&gt;&lt;P&gt;Question 3:&lt;/P&gt;&lt;P&gt;If a user/company owns several licenses, is it possible to still make an object work with a single particular license from that user, or now an object will always work with all the licenses of that user?&lt;/P&gt;&lt;P&gt;Question 4:&lt;/P&gt;&lt;P&gt;If a user owns several licenses, is it possible to know how many licenses are actually working at a given time?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Can you please explain a bit more how this works?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 18:28:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/643523#M7251</guid>
      <dc:creator>concepsys</dc:creator>
      <dc:date>2024-12-13T18:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is the new cloud licensing system compatible with GDL REQUEST "CONFIGURATION_NUMBER" c</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/643524#M7252</link>
      <description>&lt;P&gt;Thank you so much, Barry.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 17:06:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/643524#M7252</guid>
      <dc:creator>concepsys</dc:creator>
      <dc:date>2024-12-13T17:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is the new cloud licensing system compatible with GDL REQUEST "CONFIGURATION_NUMBER" c</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/643714#M7256</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Question 1. I have now found this new command&amp;nbsp; information on Archicad 28 GDL manual. I believe it is not mentioned either on the 26 or 27 GDL manuals. Nevertheless, it seems this command is backward compatible with any Archicad from version 26.5. Correct?&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It was made available in updates 26.5 and 27.3.0, and works in AC28 from first release.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;it seems it will return a userID inside a company, instead of a particular AC_licencekey.&amp;nbsp; If so, it will be a very different system. Is this userId, in fact, the ID of a license (among the many licenses a single company may own) or is it an actual user?&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It is an actual user, and all the companies he is a member of as this user.&lt;/P&gt;
&lt;P&gt;A license is not given to a computer, but a user logged in with GSID to Archicad.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;If a user/company owns several licenses&lt;/P&gt;
&lt;P&gt;If a user owns several licenses&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I don't know the details of how licenses are assigned to users, please ask your reseller about these.&lt;/P&gt;
&lt;P&gt;The request doesn't return validity of licenses of the company/user, only their GSID identification that is used to check their licenses. You can build your own licensing on this data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 15:07:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/643714#M7256</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2024-12-16T15:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is the new cloud licensing system compatible with GDL REQUEST "CONFIGURATION_NUMBER" c</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/644325#M7272</link>
      <description>&lt;P&gt;It's a whole new licensing world...&lt;/P&gt;&lt;P&gt;Thank you for your support.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 12:09:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/644325#M7272</guid>
      <dc:creator>concepsys</dc:creator>
      <dc:date>2024-12-20T12:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is the new cloud licensing system compatible with GDL REQUEST "CONFIGURATION_NUMBER" c</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/646163#M7327</link>
      <description>&lt;P&gt;It's unfortunate the developer license isn't available as a cloud license so we can test. Or some kind of sandbox for all license type for developers would be useful.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 07:33:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/646163#M7327</guid>
      <dc:creator>easyDoesIt</dc:creator>
      <dc:date>2025-01-15T07:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is the new cloud licensing system compatible with GDL REQUEST "CONFIGURATION_NUMBER" c</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/646233#M7334</link>
      <description>&lt;P&gt;Hi Mark,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;As I understand it, you get a "userId" value out of the request even if you don't have a cloud license. You only need a Graphisoft ID.&lt;BR /&gt;I have a developer license and when I use the request I get a value out. The value matches with my "Administrator ID" found here: &lt;A href="https://companymanagement.graphisoft.com/" target="_blank"&gt;https://companymanagement.graphisoft.com/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So with that, I don't think you necessarily need a cloud license to test, just a Graphisoft ID.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;Bernd&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 13:26:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/646233#M7334</guid>
      <dc:creator>BerndSchwarzenbacher</dc:creator>
      <dc:date>2025-01-15T13:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is the new cloud licensing system compatible with GDL REQUEST "CONFIGURATION_NUMBER" c</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/646314#M7336</link>
      <description>&lt;P&gt;Thanks Bernd,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just wanted to test live for debugging.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Interestingly I have just tested a software license in 28 and the request userID returns User Unique code (in your same link). The Organisation Id returns the Company Unique ID (in your same link, as I am also a member of a company). I am just waiting on receiving a developer license for v28 to test as you did, but as you say it returns the Administrator Unique ID. I assume no users will return the Administrator ID and is only happening with the developer license.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 00:47:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/646314#M7336</guid>
      <dc:creator>easyDoesIt</dc:creator>
      <dc:date>2025-01-16T00:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is the new cloud licensing system compatible with GDL REQUEST "CONFIGURATION_NUMBER" c</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/646316#M7337</link>
      <description>&lt;P&gt;Would also be good to know when a user has a cloud license what happens to the values&amp;nbsp;infoArchiCADKey and&amp;nbsp;infoConfigurationNumber (in their relevant requests). Do they just return 0.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 00:58:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/646316#M7337</guid>
      <dc:creator>easyDoesIt</dc:creator>
      <dc:date>2025-01-16T00:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is the new cloud licensing system compatible with GDL REQUEST "CONFIGURATION_NUMBER" c</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/646863#M7347</link>
      <description>&lt;P&gt;So when you click the link instead of "Administrator ID" you get "User Unique Code"?&lt;BR /&gt;If that's the case, then seems that it's more or less just a different name depending on the user but the behavior with licensing via userId/organizationId is the same.&lt;BR /&gt;&lt;BR /&gt;For the "old" values I'm assuming it to behave as when running AC in DEMO mode:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV style="color: #3d3d3d; background-color: #fafafa; font-family: Consolas, 'Courier New', monospace; font-weight: normal; font-size: 12px; line-height: 16px; white-space: pre;"&gt;
&lt;DIV&gt;&lt;SPAN&gt;REQUEST&lt;/SPAN&gt; &lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"Configuration_number"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN&gt;""&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt; stConfigurationNumber&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt; ! stConfigurationNumber = ""&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV style="color: #3d3d3d; background-color: #fafafa; font-family: Consolas, 'Courier New', monospace; font-weight: normal; font-size: 12px; line-height: 16px; white-space: pre;"&gt;
&lt;DIV&gt;&lt;SPAN&gt;REQUEST&lt;/SPAN&gt; &lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"program_info"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN&gt;""&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt; name&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt; version&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt; keySerialNumber&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt; isCommercial&lt;/SPAN&gt;&lt;SPAN&gt;) ! keySerialNumber = 0&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 21 Jan 2025 10:39:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/646863#M7347</guid>
      <dc:creator>BerndSchwarzenbacher</dc:creator>
      <dc:date>2025-01-21T10:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is the new cloud licensing system compatible with GDL REQUEST "CONFIGURATION_NUMBER" c</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/690308#M8235</link>
      <description>&lt;P&gt;Just following on from this thread.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;n = REQUEST ("GSID_INFO", "", userId, organizationIds)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For one user I am getting empty results for both userID and OrganizationIds. They are using Archicad 27 with a cloud license and have logged in with their Graphisoft ID (which is also connected to the Company cloud license). It seems I have covered all issues but cant get a return value for this one user.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is anyone else having difficulties?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My only thought is a firewall is stopping the return values coming back from graphisofts servers?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jan 2026 23:57:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/690308#M8235</guid>
      <dc:creator>easyDoesIt</dc:creator>
      <dc:date>2026-01-20T23:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is the new cloud licensing system compatible with GDL REQUEST "CONFIGURATION_NUMBER" c</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/690312#M8237</link>
      <description>&lt;P&gt;tried a blank object except this in the 2d script. returns 0 when logged in with graphisoft id.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;userId &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;"Nil"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;dim&lt;/SPAN&gt;&lt;SPAN&gt; organizationIds&lt;/SPAN&gt;&lt;SPAN&gt;[]&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;organizationIds&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;]&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;"Nil"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;useridreq &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; request &lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"GSID_INFO"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN&gt;""&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt; userId&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt; organizationIds&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;SPAN&gt;text2&lt;/SPAN&gt; &lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;useridreq&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;On another computer with a different fire wall setup returns 2 (referring to returning 1 userid and organizationIds)&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I think this validates fire wall can interfer and stop the return value from graphisoft servers.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 21 Jan 2026 01:03:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/690312#M8237</guid>
      <dc:creator>easyDoesIt</dc:creator>
      <dc:date>2026-01-21T01:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is the new cloud licensing system compatible with GDL REQUEST "CONFIGURATION_NUMBER" c</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/690626#M8248</link>
      <description>&lt;P&gt;A sidenote: "userId" is coming from the GSiD not the license...because the person with the particular id may not have a license at all. It is a good practice to assign employees in organization their own GSiDs and invite them into organization and not making them login with main ogranization GSiDs which I have seen and may be potentially dangerous.&lt;/P&gt;
&lt;P&gt;Regarding "organizationIds" - it returns a [1] dimensional array and I do not actually know yet (not so many tests and I found it random) what is the order of the IDs - because If You are invited to work with an organization it shows both of the IDs (or even more). I do not know which is first the inviting or the invited (there can be more)&lt;/P&gt;
&lt;P&gt;So if checking the organization and allowing them to work with some object by the&amp;nbsp;"organizationIds" in most cases You will search for the inviting organization, and if there are parties co-working then when working on the project, all should have acces eg. teamwork library.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Still the biggest drawbacks of this request is that the parameters cannot be easily locked via lock command in parameter script&amp;nbsp; like the old req command did &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I know locking UI can do a lot but it is more cumbersome.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 22:28:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/690626#M8248</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2026-01-22T22:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is the new cloud licensing system compatible with GDL REQUEST "CONFIGURATION_NUMBER" c</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/691906#M8253</link>
      <description>&lt;P&gt;Any feedback please Graphisoft? I was able to repeat on 2 machines. Users are definately logged in and have graphisoft id's.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe a port is being blocked by firewall but need to know which one archicad uses?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 08:33:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/691906#M8253</guid>
      <dc:creator>easyDoesIt</dc:creator>
      <dc:date>2026-02-04T08:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is the new cloud licensing system compatible with GDL REQUEST "CONFIGURATION_NUMBER" c</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/692008#M8259</link>
      <description>&lt;P&gt;Hi Mark,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also figure out yourself which ports Archicad uses. On Windows check out this for example:&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/48198/how-do-i-find-out-which-process-is-listening-on-a-tcp-or-udp-port-on-windows" target="_blank"&gt;https://stackoverflow.com/questions/48198/how-do-i-find-out-which-process-is-listening-on-a-tcp-or-udp-port-on-windows&lt;/A&gt;&lt;BR /&gt;Similar things work on macOS.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 16:04:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/692008#M8259</guid>
      <dc:creator>BerndSchwarzenbacher</dc:creator>
      <dc:date>2026-02-04T16:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is the new cloud licensing system compatible with GDL REQUEST "CONFIGURATION_NUMBER" c</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/692066#M8261</link>
      <description>&lt;P&gt;Thanks Bernd,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That helps. I havent delved into ports like this but a little help from AI I tried and got results for several established connections for 34.36.45.76 on RemotePort 443 which belongs to Google Cloud, which Graphisoft use, at least that is what AI tells me.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P class="query-text-line ng-star-inserted"&gt;RemotePort&amp;nbsp; &amp;nbsp; : 443&lt;/P&gt;
&lt;P class="query-text-line ng-star-inserted"&gt;State&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: Established&lt;/P&gt;
&lt;P class="query-text-line ng-star-inserted"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="query-text-line ng-star-inserted"&gt;This would suggest the port isn't the issue (its not waiting or something like that). Now heading down the track of a handshake being interrupted by the computers security software, but thats starting to get quite technical.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2026 07:57:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/692066#M8261</guid>
      <dc:creator>easyDoesIt</dc:creator>
      <dc:date>2026-02-05T07:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is the new cloud licensing system compatible with GDL REQUEST "CONFIGURATION_NUMBER" c</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/696135#M8349</link>
      <description>&lt;P&gt;For those interested, following my comments above, the issue of the &lt;SPAN&gt;GSID_INFO request not working&amp;nbsp;&lt;/SPAN&gt;came down to an older build (not that old) having some issues populating the values. Upgrading to latest build fixed it except..... there is still some instability with the Organization ID which I am told by Graphisoft support is fixed by logging in and out of your graphisoft ID. Its a workaround unfortunately.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The UserID seems stable with the latest build so this can be relied on in scripting at this point.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2026 00:55:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-the-new-cloud-licensing-system-compatible-with-GDL-REQUEST/m-p/696135#M8349</guid>
      <dc:creator>easyDoesIt</dc:creator>
      <dc:date>2026-03-17T00:55:00Z</dc:date>
    </item>
  </channel>
</rss>

