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

ExtendScript Toolkit cannot launch InDesign CS6 Server

$
0
0

I have installed the trial version of InDesign Server CS6 on Windows 2008 and am trying to run scripts against it using the ExtendScript Toolkit, but it is not working. When I select "Adobe InDesign CS6 Server" from the drop-down list in the upper left, I get an alert box that says "Cannot launch target Adobe InDesign CS6 Server!". When expanding the details box it just repeats that same message.

 

I can start InDesign fine using either the command line or the windows service and it responds to requests. As far as I can see, it is just ExtendScript that is having problems with it.

 

I have combed through the event logs and can't find anything there indicating what the problem might be. I have also googled everything I can think of looking for a solution with no luck.

 

Has anyone else run into this? Any suggestions on a solution or at least where I might be able to track down a useful error message that says why it can't launch InDesign?


Indesign server license expiry date

$
0
0

How to know the license expiry date for indesign server??

Support for undo in CS5 server?

$
0
0

Hi

 

I'm having trouble accessing doc.undoHistory in my scripts as well as through ICmdHistory in my plugin code. Does the server version not provide any undo support?

 

Kind regards Toke

Reinstall InDesign Server Trial

$
0
0

Yesterday I installed the trial version of InDesign Server (CS5.5) on a Windows 7 Professional box. I wanted to test it in an automated publishing system and have seen where others have made it work in this environment. I couldn't get the management console snap-in to work and the only advice I could find on the forums was to try uninstalling then reinstalling. The uninstall seemed to run smoothly but now when I try to install the trial I get and error. I looked at it with Adobe SupportAdvisor and it says:

 

cspid_83572r4:Error committing command when installing - Creative Suite 5.5

 

When I click the link for details it takes me to Adobes site and says:

Issue

The following error appears in your Adobe Creative Suite 5 or CS5.5 product installer log  file:

  • Error committing command ARKCAPSWritePayloadDataCommand

Solution

This error occurs if you reinstall Photoshop CS4 when both Photoshop CS5 or CS5.5 and Photoshop CS4 are already installed on your system. To successfully reinstall Photoshop CS4, first remove Photoshop CS4, and then reinstall it.

 

I'm not trying to install Photoshop. Does anyone know what's causing this?

 

Thanks.

rectangle.place (Placing Image) - InDesign vs InDesignServer

$
0
0

Any help or suggestions or even guesses appreciated here. Thanks!

 

I have a script that correctly places images in tagged rectangles via script in InDesign, the script then exports to PDF. All is well.


When I run the same script with the same image path folder structure in InDesignServer, the exported PDF does not show the 'placed' images. I'm getting no errors in my console.


Early in the script I have;

myInDesign.imagePreview = True


I place the images with;

myRectangle.Place myFile, False

myRectangle.fit 1668247152

myRectangle.fit 1667591779

for each myItem in myRectangle.items

     myItem.itemLink.unlink

next



I've tried it with and without the .unlink code (an attempt to force embedding of the images)


In all other aspects the script works the same on ID as IDS. I'm starting my ID CS6 server with InDesignServer -previews


I suspect I'm missing something with the PDF export preferences, but have no idea why it's working on ID and not on IDS.


Any help greatly appreciated.

 

(I have cross-posted this in the InDesign Forum. I will remove one or the other if answered)

How to connect InDesign Server in Adobe Flash Builder (Adobe Flex Web Application) ?

$
0
0

I am starting to create a user interface using flex but how should i start connecting it to InDesign Server?

Can someone help me please.

InDesign Server CC Mac problem licensing

$
0
0

Hi all.

 

I'm trying toactivateInDesign ServerCCbutI am havinga lot of problems.

 

- MacOSX 1.8.5 Server.

- Adobeindesignserver 9.2 Debug 1_23


First of all, the package contains just a folder, not an installer.

So I suppose all I have to do is copy the content in the Applications folder.

 

In the folder I found tree different executable files:

InDesignServer.app

InDesignServer.command

indesignserverconsole.command

 

I tried toactivateInDesignwithall the methodslistedhere:

http://helpx.adobe.com/it/indesign/release-note/indesign-server-cc-release-notes.html#Requ isiti%20minimi%20di%20sistema

 

adobe_prtk --tool=StartTrial --leid=InDesignServer-CS7-Mac-GM

adobe_prtk --tool=Serialize --leid=InDesignServer-CS7-Mac-GM --serial=<MySerial> --adobeid=<MyID>

adobe_prtk --tool=Type1Exception --accept --serial=<MySerial>--responsecode=<MyResponseCode> --leid=InDesignServer-CS7-Mac-GM

 

All attemptsended with: ReturnCode = 0 but InDesign still do not start.

The error is always the same:

"Adobe InDesign Server is not properly licensed and will now quit"

 

On this server is installed also IDServer CS5, can it be aproblem?

 

I hope someone can halp me.

thanks Ivan.

where are adobe fonts installed in Mac OSX?

$
0
0

Hi,

I need the same Adobe fonts in Photoshop CS6 and InDesign CS6.

Where are they installed in OSX?

Do my Adobe programs install fonts in a different folder than other programs do?


Connecting Via COM with Indesign CC Server

$
0
0

Hi

We are currently using Adobe CS5 Server - and connecting to it VIA COM.

We are looking to upgrade to Indesign CC Server - but we want to know if we can still connect to it via COM ?


Best Regards

Martin

Color management policy

$
0
0

Hi,

I am a newbie to InDesign Server and would like to know what is the default color management policy in InDesign Server. I need to replicate our color management policy installed on our desktop machines which is:

RGB: Preserve embedded profiles

CMYK: Preserve numbers (ignore linked profiles)

 

Thanks!

Starting InDesign server from a remote location

$
0
0

Hi All,

 

I have a java application program running on a remote machine say M1.

I have InDesign Server CS6 installed on another machine say M2.

 

Now my question is as follows.

Is it possible to start InDesign Server which will serve SOAP request from a java application program(running on M1).

 

Regards,

Alam

Applescript server 10 2014

$
0
0

Hi There

 

 

Have anyone tried to use applescript with a CC 2014 (10) server  ???? almost nothing works for me...

 

I can create a document and save it, but can't open the same document....

 

Just a simple script...

tell application "InDesignserver"

set MyDok to make new document

save MyDok to "Mac HD:file.indd"

end tell

 

then...

tell application "InDesignserver"

Open "Mac Hd:file.indd"

end tell

 

i get : The document "file.indd" could not be opened. InDesignserver cannot open files of this type

 

very strange because the file was created by the same server ???

How to prevent ID Server from complaining about missing plug-ins?

$
0
0

Hi,

When opening the document which has some plug-in related data in it, InDesign Server gives an error message (to Event Log) :

 

"The document XXX.indd uses one or more plug-ins which are not currently available on your system."

 

This can be skipped on desktop InDesign but is there a way to skip this on InDesign Server? It is 64-bit Win InDesign CS6 Server.

BR, Sirpa

Return code 6 when trying to activate trial of InDesignCC Server 2014

$
0
0

Hi!

 

I keep on having the "return code 6" when I try to activate a trial version InDesign CC Server 2014 (pc) with APTEE:

i try to use the commande adobe_prtk --tool=StartTrial --leid=InDesignServer-10-Win-GM

InDesign Server CC2014 Trial issue

$
0
0

Hi,

 

I cannot start our InDesign Server CC 2014 (Windows Server 2008). I have installed the software and was logged with our Adobe ID and installation was successful without any error message. The installation manual states that “InDesign CC Server needs to be activated before it can be used. If the computer is online, activation is done automatically when you install.” However, I got an error message when I tried to launch InDesign Server: “Adobe InDesign Server is not properly licensed and will now quit”.

 

Since  I had previously installed InDesign Server CS6 on another machine, I tried to use the APTEE to start the trial. I used the CS6 one because I did not find any version for CC 2014, I finally got the message:

StartTrial Successful

Return Code = 0

but when I tried to launch again InDesign Server, I always get the Adobe InDesign Server is not properly licensed and will now quit message.

I also read this thread but did not find the solution Indesign Server CC Trial issues

 

Thanks for help!


solution architecture for online editing of complex and big template

$
0
0

Which is the best and right solution architecture to satisfy this scenario?

 

My users must to edit via web some documents.

The document that an user edits come from a template deployed into a website.

The template is the same for a set of users.

So those documents are a mix of a form (where user insert text, number and images) and a big document to realize a print like a magazine or a brochure.

 

Those documents could be have more or less 50 pages...and more or less 300 fields.

 

The user edits the document(s) online web with a browser (no client/software installation) and cannot change template structure or data binding.

 

Inside the template are needed some cross checks between fields values (for example if the user insert X into a field...the value of another field must to be Y).

 

Some fields are image fields.

 

Some fields are flowable text fields. I mean... the document/template is big and many fields values are in natural language with a limit of min/max of characters. So the user can insert a variable number of words and the final document to print need to be beautyfull and nice to see. No blank space between fields or bad layout of pages. The documents are more similar like those samples

 

http://issuu.com/telethon/docs/bilancio-missione-2013?e=0/6755414

 

http://www.joomag.com/magazine/rapporto-coop-consumi-e-distribuzione-rapporto-coop-2014/00 50209001409735318?p=1&e=1&embedInfo=;image,https%3A%2F%2Fd25ow0ysq5ykrj.cloudfront.net%2Ff lash%2Fgui%2Fthemes%2Fdefault%2Fbg.jpg,fill

 

Is necessary that the user sees how its document is coming out. I don't know if it is possible see it at (near) real time or not, but the user experience has to allow users to edit big documents and see if it is "possibile" to print it (I mean in typography).

 

The template must contains some user interactions to allow help and support about each field contents.

 

The final document must have a summary with title and page numbers of chapters.

 

In function of some fields values...other sections of document (I mean a set of fields in block) must disappear from final document (for example because of they are not regarding that user) so is not necessary that the user sees and fills those fields.

 

Some fields are pre populated/filled with values coming from database.

 

The user edit its document in more days and when he returns at work, obviously, the previous work not have to be lost.

 

Not many templates will be distribuited (at start I think 5/10 different templates available to some hundred of users) but they are complex in quantity of data and quality of graphic layout.

 

We need to process data inserted by users so the solution cannot is a "simple" flat online word editor because the data are structured into a database and because of some data dependency is needed.

 

These are some main and general requirements.

 

I'm evaluating differents IT solution architectures and products. Some decision regards to *make* custom forms with a software developer and then render final pdf with programming or with some software or *buy* development products that allow build complex forms into a IDE and to publish forms...

 

Which could be the best solution using Adobe products and which modules will necessary to use?

 

Livecycle + InDesign client and InDesign Server?

Only Licecycle?

Others...?

 

Thank you in advance for your suggestions.

 

Visert

Export data from Indesign to Mysql

$
0
0

I have an indesign file. I can open the indesign file in adobe in design. This can export the full xml for the created indesign.

Now what i need is from Indesign i need to export contents directly to my sql database by giving field mapping for title description.

 

Do we have any plugin in indesign to map the tables and insert it directly from indesign.

Can we insert images in this format from the indesign file. Which format will the image be sorted image.

Physical image file will be copied and path can be modified or these images are copied as bits in database.

 

Do we have to have the same image location shared as indesign files and images will be on a different server and the website which is working on database will be on a different server.

LBQ returns blank page (and HTTP Error 400).

$
0
0

So a little background -

 

We run InDesign CS6 on 2 different servers. Both servers are Windows 2008 R2. CS6 server has been running smoothly for a few years now. We're running both in a multi-instance environment and using the Adobe LBQ client to manage the queue and jobs.

 

Recently I built a new machine to test CC14 server. I noticed that the basic informationg regarding the LBQ was the same so I built out a couple of instances like before and tried to run the LBQ client (clover.cmd).

 

It starts to load and seems to load completely but when you try to go to the queue site (localhost:8080) it returns a blank page and an HTTP 400 error. Nothing else happens. The instances of Indesign are running fine but the LBQ is not.

 

My servers I've tried this on are the following:

 

Windows 2012 R2

Windows 2008 R2

 

I have even gone back to a clean VM of Windows 2008 R2 and even migrated back to InDesign CS6 and still the same issue!

 

The only thing I can think of is that the JRE is different. Originally our servers were setup with JRE 1.7 but they've auto-upgraded and are running 1.8. My new servers have 1.8 from the beginning.

 

I'm really at a loss here as to what might be happening. Spent last 3 days trying to puzzle things through to isolate any differences in configs, settings, versions, etc.

 

Any thoughts?in

How to tell programmatically check InDesign Server is functioning properly

$
0
0

We have InDesign Server CS5.5 deployed in our environment and, occasionally, the windows service will be running however it doesn't seem to function and needs to be restarted.  Obviously, this causes impacts to our user base as well as satisfaction issues.  I'm wondering if anyone knows of an technical approach to invoke it programmatically to see if its responding in a way that would declare it online and operational.  The desired goal would be to put availability monitoring on it in such a way that it would notify us as soon as an outage was detected but cannot find an elegant way to do this.  We tried to invoke an API to create a PDF but it generates a new folder and document each time it is checked plus this seems like a somewhat heavy operation.  Since we wanted monitoring on it to check very regularly, every minute or less, we had concerns that this approach would end up leaking a lot of storage.

 

Any thoughts would be appreciated!  Please be aware that I'm very much a novice when it comes to InDesign Server

pb running "Catalog Producer"

$
0
0

I'm trying to set up the Demo of "Catalog Producer" in AEM 6.1 which use Indesign CC Server 2014

 

I have a running instance of AEM 6.1

I have a running instance of InDesign CC Server 2014

 

When I create a new catalog page in AEM I get some feedback from IDS but the page generation failed.

 

06/10/15 12:54:32 INFO  [javascript] Ex├®cution du script

06/10/15 12:54:32 INFO  [script] Started IDSPrint Script - Export generation....

06/10/15 12:54:32 INFO  [script] Fetching resource from CQ: /content/dam/catalogs/templates/Geometrixx Shoes.indd

06/10/15 12:55:13 ERREUR        [serveur] JavaScript Erreur !

 

Num├®ro de l'erreur : 54

Chaîne de l'erreur : Uncaught JavaScript exception: open

 

Moteur : main

Ligne : 565

Source :     cleanup(exportFolder);

 

Does it make sens form anybody ?

How/what can I check to find where is the issue ?

 

Many thanks

Viewing all 20709 articles
Browse latest View live


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