Skip to main content
Participating Frequently
March 6, 2023
Question

Can't able to link indesign server 2023 with ext

  • March 6, 2023
  • 2 replies
  • 2326 views

Hello Everyone

i am using indesign server 2023 version 18 software to link with extendscript script toolkit but it can 't link with it, also same problem occured with visual studio code , i also attach some image file below 

can anyone tell me that how can i link extendscript with indesign server 2023.exe not with indesign server.com ??

This topic has been closed for replies.

2 replies

Community Expert
March 11, 2023
quotecan anyone tell me that how can i link extendscript with indesign server 2023.exe not with indesign server.com ??

By @ARUN28728747w2xc

Is there any difference? I have never noticied this so am curious why you metioned this explicitly. What I generally do is launch IDS from the command prompt using the following command

indesignserver -port 123456

This will launch IDS to service SOAP requests at port 123456. Then you will see a new listing in the ESTK dropdown for this instance to which you can connect. If you still face issues then you could run a script by using the sampleclient tool that would have a $.writeln statement which would trigger a connection with ESTK. Hope this helps

-Manan

-Manan
Participating Frequently
March 11, 2023

hi @Manan Joshi Thanks For reply!

Actually When i run indesign server by using same step you mentioned ,Extendscript shows me serveral Instance in dropdown ,one of them is Adobe Indesing Server 2023 also there is one more instance which is Indesing server (configuration 12345). Now when i select Indesign server (configuration 12345) then it work properly but when i select Adobe Indesign Server 2023 then it can't able to connect please check the image 

Thanks in advance !

Community Expert
March 13, 2023

The question still remains why do you want to connect to that particular option? In the past I have seen that trying to launch/connect to an application using ESTK directly does result in it hanging and not connecting either. However, if you maunally launch the application and then try to connect to it, more often then not the connection is made. So unless you have any specific reason to connect to "Adobe Indesign Server 2023" instead of your self launched instance, there is no point spending time in trying to make sense of a failing use case for tool that is already out of support.

-Manan

-Manan
Harshika Verma
Community Manager
Community Manager
March 10, 2023

Hi @ARUN28728747w2xc,

 

Thank you for reaching out, and sorry for the delay in response. I have sent you a private message. Please check your Inbox.

Hope it helps.

 

Thanks,

Harshika

Participating Frequently
March 11, 2023

hi @HARSHIKA_VERMA  Thanks For reply!