Quantcast
Channel: Adobe Community : Popular Discussions - InDesign Server Developers
Viewing all 20709 articles
Browse latest View live

Anyone had problems running the debug version of InDesign CS6 Server

$
0
0

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 not properly licensed and will now quit.

 

In each case the installer ran correctly and a valid serial number for debug CS6 used (from the Adobe Partners site).

 

We have no problems with the release version of CS6 server, or CS5/CS5.5 debug/release versions.

 

Has anyone suffered the same problem?

 

Thanks,

 

Andrew


InDesign Server command-line flags

$
0
0
How can I get command-line flags list of InDesign Server?

Actually the situation is testclient doesn't work.
I installed InDesign Server and SDK.
I run InDesignServer.com then I use something like this "testclient -server t.js".
Server and client runs on same comp.
As result I have this exception:
SOAP FAULT: SOAP-ENV:Client
"Unknown error"
Detail: TCP connect failed in tcp_connect()

in SDK indesign-server-test-client.pdf I found:
"Using InDesign Server
In order to use the test client, you must have a machine that has InDesign Server installed and
running properly, as the test client will communicate with the InDesign Server application.
For instructions on running and terminating InDesign Server, including command-line flags,
please refer to the InDesign Server Installation and Configuration Guide."

Any suggestion?

Indesign CS3 Server crashes while running a script

$
0
0

Hi,

      I have a javascript .jsx which reads an XML which has the image urls in it.. It places that in an INDD document and then exports them into a pdf file...

There are 10 instances created for the InDesign server since it is run as a service.... The issue that i am facing here is that the INDD document is saved properly, but the export into a PDF hangs the thread and the service in turn...The XML is imported into a template .indt and then saved as an INDD which then exports the pdf...

I get an error dump in the install folder which basically prints out the following

 

Exception code: C0000005 ACCESS_VIOLATION
Fault address:  08438956 01:00017956 D:\Program Files (x86)\Adobe\Adobe InDesign CS3 Server\Required\FONT MANAGER.RPLN

 

Registers:
EAX:0012DA38
EBX:00000000
ECX:C26CB8C8
EDX:007FC534
ESI:11CF37F0
EDI:1212D328
CS:EIP:0023:08438956
SS:ESP:002B:0012DA04  EBP:00000002
DS:002B  ES:002B  FS:0053  GS:002B
Flags:00210206

 

Call stack:
Address   Frame     Logical addr  Module

 

I have no clue about why it happens in this fashion... I have a similar script which runs absolutely fine and there is very minimal difference in the two....

InDesign Server CS5.5 installation issue

$
0
0

I am developing solution using InDesign Servers via COM which is hosted on Windows Server 2008 R2. And I am experiencing problem utilizing CS 5.5 server:

 

When InDesign Server CS5.5 is installed on Windows Server 2008  (64bit) its COM component is registered with following parameters: CLSID = {96D10A00-63E3-423e-A223-DFC4BEA21206}, ProgId =  InDesignServer.Application.CS5.

 

The problem is that those are the same parameters that are used for InDesign Server CS5 COM component. And therefore I can't have CS5 and CS5.5 installed on the same server, which is required for solution I am deleloping.

 

Has anyone experienced that problem or maybe know some workaround for it?

 

Meanwhile, When InDesign Server CS5.5 is installed on Windows 7 (32bit) its COM component is registered with unique parameters: CLSID ={34701EBC-5975-411C-8A45-E78E0934AADD}  and ProgId = InDesignServer.Application.CS5.5

How to change the default logging location to a specified location in InDesign Server

$
0
0

I have configured the logs to be written to the Windows EventLogs using the command  -LogToApplicationEventLog while starting InDesign server instance. But is it possible to provide a log file location from where I can read the logs programatically?

 

Any help will be appreciated.

 

Thanks

Swarup

InDesignServer Jpeg - antiAlias jpegColorSpace

$
0
0

Can anyone tell me if antiAlias, jpegColorSpace and embedColorProfile exist in the InDesignServer Jpeg output? I know with the stanalone application you can use JPEGExportPreference.

 

 

 

opJPG.antiAlias = true;

 

opJPG.embedColorProfile = true;

 

opJPG.jpegColorSpace = JpegColorSpaceEnum.RGB;

 

 

 

 

 

Thank you,

 

Warren

Problem processing files when plug-in not available

$
0
0

I our newspaper production we us a third party plugin: MEDIALINKID(MODEL).PLN fra Atex. When Indesign server tries to process documents saved from compuers using this plug-in, indesign server produce this error message:

06/25/13 15:03:39 ERROR [server] The document "ABBSA1-2105-1-002-T.indd" uses one or more plug-ins which are not currently available on your system. MEDIALINKID(MODEL).PLN

I have tried to install the plugin in Indesign server plug-in folder but that does not help. Is it possible to instruct Indesign Server to ignore the missing plugin message? A far as I know there are no content in the files that are dependent on the plug-in being available.

InDesign Server CS6 cannot open more than 140 files? Error 3588.

$
0
0

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,


[IDS CS2]File.openDialog does not work!!!

$
0
0
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 wrong in this code?Please help

Thanks
Raabu

Difference in InDesign / InDesign Server

$
0
0
Dear all

What is the Difference between InDesign Server and InDesign?. could you please explain, we are struggle to develop the InDesign SDK, now only i saw the Server Concepts.

I need the difference Between InDesign and InDesign Server.

Thanks & Regards
T.R.Harihara Sudhan

How to define embeded page preview preferences

$
0
0

Hi,

 

    In the InDesign C5 client version, there is a Preference under "Files Administration" in the preview settings called "Pages". Where is this setting in the InDesign Server DOM? How should I configure the settings for the embeded previews with InDesign Server? What I'm using at this moment is what follows, but doesn't seem to be enough to embed the page previews in the InDesign Document.

 

    with (app.generalPreferences) {

        includePreview = true;

        previewSize    = PreviewSizeOptions.MEDIUM;

    }

 

Thanks in advance

Aleix

InDesignServer CS5.5 swf and indd workflow

$
0
0

Hi,

 

I'm building a simple WYSIWYG editor for InDesign templates with limited editorial functionalities (font size, font color, text alignment etc.). I was thinking about a Flex application as a front-end (as I know that InDesignServer can export *.indd templates as SWFs that could be easly uploaded at runtime). My question is what should happen next? I don't see a possibility to import back the edited SWFs to InDesignServer for PDF or XML export. Does it mean that in order to achive this functionality I would have to develop a custom parser of SWFs with the ability to save them as zipped IDML files that could be imported by InDesignServer?

 

I'm actually inspired with this demo:
http://www.youtube.com/watch?v=ujshxYRKjBw

 

But I don't have a clue how they achived it, can someone point me to the right direction?

logs in Indesign Server

$
0
0

Hi Experts,

 

We are running multiple instances of Indesign server service. But for all the instances Logs are coming into single file. Is it possible to separe the logs for each instance of server.

 

It will be great help for analysing each server request. If possible please let us know.

Thanks in advance.

 

Regards,

sameer

InDesign CS 5.5 Server Optimizations

$
0
0

Hi all,

 

We have a single-instance server (Win 2008, 2 GB RAM) that is the app server for our front-end (on a separate box). When a job is processed, etc we're seeing some pretty bad latency in rendering the images, data back across the network. Both servers are connected via gig ethernet so bandwidth is defintely not the issue.

 

I've read the stress testing document on InDesign server and we'll most likely be doing some of those things to test things out. In the meantime, does anyone have any thoughts/suggestions on how to 'tweak' things to reduce some of the rendering lag and delay when using the system?

Problem with InDesign Server CS5

$
0
0

Hi all,

when i run from prompt (of Windows Server 2008) the command "InDesign Server.com -port 18383" the system respond "Adobe InDesign Server is not properly licensed and will now quit", until some days ago the InDesign Server work perfecly. What i do for that issue ? I try to run cthe command "InDesignServer.com -serilanumber xxxxxx" and the command "InDesignServer.exe -serilanumber xxxxxxx" but doesn't work (the system says me the same think "Adobe InDesign Server is not properly licensed etc etc"). What can i do ?

 

Thank you in advance

 

Luca


[CS3] Enabling full redo/undo support

$
0
0

Is there any way to enable full redo/undo support in the InDesign server?

Or can I write my own redo/undo functionality?

 

Thanx in advance.

InDesignServer Service not starting on Windows Server 2003 (32bit & 64 bit)

$
0
0

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 starts, but the server does not run. I can only run the server from the command line. I've followed these installation instructions but run into the following problems:

 

1. installing by the command line: InDesignServerService /install fails and produces the following error log:

 

Installing service InDesignServerService...

Creating EventLog source InDesignServerService in log Application...

Rolling back assembly 'E:\Program Files\Adobe InDesign CS4 Server\InDesignServerService.exe'.

Affected parameters are:

   logtoconsole =

   assemblypath = E:\Program Files\Adobe InDesign CS4 Server\InDesignServerService.exe

   logfile = E:\Program Files\Adobe InDesign CS4 Server\InDesignServerService.InstallLog

Restoring event log to previous state for source InDesignServerService.

2. I cannot install or load the snap-in to MMC. When I try to install regsvr32 InDesignServerMMC.dll it cannot be found (as it's not in the InDesign Server directory). However InDesignServerMMC64.dll is in there and I was able to load the snap-in using regsvr32 InDesignServerMMC.dll, but the server still only runs when being started from the command line.

 

As I mentioned, InDesign Server runs fine when I have an active command line window open and run InDesignServer, but the moment I close the command line window, the server shuts down. Any ideas?

Apply update 7.0.3 to Developer version of InDesign Server

$
0
0

Is there any way i could apply this update to a developer version of InDesign Server?

 

We have an export PDF problem with our Live InDesign Server which we can replicate on our development server. I would like to apply the update to our development server to see if the problem is resolved with the patch. Does anyone know of a way to do this?

 

When i try installing the patch i get "Update is not applicable".

 

Thanks,

 

 

 

Jeremiah

SOAP Returns from IDS

$
0
0
Is anybody getting any type of return from IDS through and [java] axis interface? I can send a request and it is executed but I get no return from IDS?

Scripts:Application:myscript.jsx not found

$
0
0

Hi,

 

I want to run a script in InDesign Server CS6 Windows. The script is in the subfolder <InDesign Server>/Scripts and I call it as follows:

 

sampleclient.exe -host localhost:18383 -server -Scripts:Application:myscript.jsx

 

This works fine in the debug version of the InDesign Server, but not in the release version. What's going wrong here?

 

Markus

Viewing all 20709 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>