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
  • 2306 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 !

Participating Frequently
April 5, 2023

I am not sure why ESTK is not showing the Object model even after connection is made. You can have a look at the object model using the link below, it's a bit outdated but you should be fine mostly. I would not spend too much time trying to fix ESTK but would use the link I gave and if you find something missing you can check it using the debugger.

https://www.indesignjs.de/extendscriptAPI/indesign-server-latest/#Application.html

-Manan


Thanks it's very helpful

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!