Simply open a file
Hi, This is my first attempts to script IDS. I am stuck with the simpliest command: open a file. app.open(File(myFilePath)); It returns an error....
View ArticleIndesign Server CS4 service is not starting on Windows Server 2003 64bit
Hello guys, I am not able to start Indesign Server CS4 service on windows Server 2003 SP2 64bit .I have successfuly configured the service with InDesignServerService.msc, set the port to 18555....
View ArticleHow to get InDesign Server instance on IIS Webservice
<WebMethod()> _ Public Function testIDS() As String Dim idsAP As InDesignServer.Application = Nothing Try idsAP = GetObject("myid2") Catch ex As Exception...
View ArticleInDesignServer Service not starting on Windows Server 2003 (32bit & 64 bit)
Note: this issue is different from this thread on a similar issue. This problem has plagued me for weeks and I finally give up. InDesign Server installs successfully and the InDesignServerService...
View ArticleCS4 InDesign Server hangs
I've ran into a problem where the my CS4 InDesign Server hangs. I'm adding pages dynamically using the JAVA API. Basically I go through all the content, check to see if I've reached the...
View ArticleError: "User cancelled this action."
I'm trying to import and XML but I always get "User cancelled this action." var doc = app.open(File('/c/files/test.indd'));var xml = File('/c/files/test.xml'); doc.importXML(xml); // <-- It halts...
View ArticleC# app throws error when connecting to indesign server
It throws this exception:Invalid syntax (Exception from HRESULT: 0x800401E4 (MK_E_SYNTAX)) at System.Runtime.InteropServices.Marshal.MkParseDisplayName(IBindCtx pbc, String szUserName, UInt32&...
View ArticleInDesign Server :line 13: 2753 Bus error "$installed_name" "$@"
[InDesign Server CS4, CS5, CS5.5 line 13: 2753 Bus error "$installed_name" "$@"] We support a few clients on various version of InDesign Server and all have exactly the same issue upon having the...
View Article[CS5] InDesign Server LBQ - execute copy of a script?
Hello, Currently we are using the LBQ (load balancing) to queue up scripts to be run on our instances in IDS. After the scipt is run, we're trying to (within our .NET code) delete the script file. This...
View ArticleImportant Changes to InDesign Server CS6
There are a couple of changes that were introduced specific to InDesign Server in CS6. 1) Java APIs are no longer supported. All scripting must be done using the same scripting languages as InDesign...
View ArticleInDesign Server CS6 cannot open more than 140 files? Error 3588.
I'm testing InDesign Server CS6. One instance, one thread. Is it not able to keep opened more than 140 concurrent files? Console Server gives me this Error: 3588. Thanks,
View ArticleInDesign CC Server Availability
First, thanks to all of you in here for taking a look at my question; I'm a newbie here and this question is a little below your level, but since I'm new I'm not really up to date on current releases....
View ArticleInDesign Server CC Multi-Instances
Following the documentation for multi-instance support the application, running as a web service under IIS7 on Windows Server 2008 R2, is failing to access the object. For a single instance I use...
View ArticleDebugging Javascript on InDesign CS3 Server
I, like most developers, need to be able to debug my programs. Thus far I have been opening a file and writing to it if I want to see any debug messages. It looks like this...my_log =...
View ArticleImporting of PDF Export Preset
Does anyone know how to import an existing PDF export preset into IDS. Ideally I'd like to set up Presets in InDesign desktop and then copy them into IDS, but I cant find where the preset files are...
View Article[CS5 Windows] LBQ crashes Java
Hi all, I'm trying to follow the instructions in the "Working With Load Balancing and Queueing" document for CS5 server. I've run four instances of ID Server using the recommended CORBA parameters in...
View ArticleAnyone had problems running the debug version of InDesign CS6 Server
Hi Folks, A number of developers at my firm have tried using the debug version of InDesign Server CS6, but find they cannot run it with the following error: ERROR [server] Adobe InDesign Server is...
View Articlepictures appearing as grey boxes through preview of EPS
What we do here is create indesign cs 3 documents and send them to our cs 3 indesign server computer which then generates an eps and pdf of the document. What we're seeing is that after the eps and pdf...
View Article[IDS CS2]File.openDialog does not work!!!
Hi,I tried the following code in Javascript in InDesign Server CS2 to show the file open dialog to choose a txt file but it failed :var myFile=File.openDialog("Choose the txt file","TXT:*.txt");Whats...
View ArticleSOAP FAULT: SOAP-ENV:Client
Hi all,I'm trying to get the Adobe InDesign Server to work, but having no experience with SOAP I'm running into a few problems.After I make sure that the server is running I use the testclient to try...
View Article