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

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


What is Indesign Server?

$
0
0

Hi All,

 

We developed Javascript for the Indesign Document Cleanup with around 10 GREP Points.

This should be working fine in our end.

 

FYI., very new to Indesign Server


Request:

Customer request is move this script to Indesign Server.

 

Question:

1. What is Indesign Server?

2. What is difference between Local System Javascript and Indesign Server

3. Advantages or Disadvantages of using Indesign Server

4. How we move local script to Indesign Server

5. How to download and install(any link)

 

Thanks in Advance

Siraj

Custom LBQ?

$
0
0

Has anyone here built a custom LBQ vs the one that's included with InDesign Server? I'm installing CS9 on some new servers and LBQ is being quite difficult in running properly. I have no issues with the default LBQ running on CS6 but with CS9? hmm, not so good. So anyways, didn't know if anyone has written a custom LBQ or is everyone using the default one supplied by Adobe?

About multi instances

$
0
0
Hi all.
Very happy I can found this forum.
My company is considering to use InDesign Server as one of candidate solutions to our Japanese customers.
I have bassic questions.
1. Does "multi instances" mean "multi cpu" ? that means, 1 instance for 1 cpu, 2 instances for 2 cpu, 4 instances for 4 cpu ?
2. If we use multi instances, how InDesign Server will log an error ? each instance will be logged separately to some error files (or another error handling system) ?
Thank you in advance.

InDesign server using VB Dot Net

$
0
0
Hi,

I need help regarding using InDesign server using Visual Basic .Net.
I tried to generate a new document in the following ways:

Dim IdApp As InDesign.Application
Dim Doc As InDesign.Document
Dim DocP As InDesign.DocumentPreset


IdApp = CreateObject("InDesignServer.Application.CS3")

' This is the command that appears in the documentation:
' Adobe Indesign CS Scripting guide, page 11
'Doc = IdApp.Documents.Add
' The Result:
' Compiles but generates the following run time error:
'An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in mscorlib.dll
'Additional information: Invalid value for parameter 'DocumentPreset' of event 'Add'. Expected DocumentPreset, but received TRUE.
' In the following command I pass the parameters
' from the correct type in the correct order.
' The runtime result is as if the DocumentPreset
' parameter is the first and not the second
Doc = IdApp.Documents.Add(False, DocP)
' The Result:
'An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in mscorlib.dll
'Additional information: Invalid value for parameter 'DocumentPreset' of event 'Add'. Expected DocumentPreset, but received FALSE.
' I tried passing the parameters in reverse order
Doc = IdApp.Documents.Add(DocP, False)
' Result
' Compile error:
' error BC30311: Value of type 'InDesign.DocumentPreset' cannot be converted to 'Boolean'.

Besides these methods, I saw at the InDesign Java documentation that in non-scripting languages, as Visual Basic
parameters cannot be omitted.
At Java, the class OptArg is provided in order to supply such parameters.
I couldn't find the corresponding class for Visual Basic.

Thanks in advance for your help,
C

Error Code Definitions

$
0
0
Hello!

Can someone please tell me where I can find the definitions of the error codes that get generated from InDesign CS3 Server when an IdsException is thrown? I've searched the SDK, but can't find them listed.

Thanks in advance for your help.

Jen

Greeking of text below 7pt on JPEG previews

$
0
0
Hope somebody can help us with this...

We use the InDesign CS2 Server to create and export InDesign documents as JPG preview files, but any text below 7pt appears greek. If we do the same in the indesgn CS2 client, the text does not greek.

We are running Windows 2003 Standard server and InDesign CS2 Server version 4.0.2.625

Is there any seting in InDesign CS2 Server to not greek text on exported JPG Images below 7pt?

Thanks in advance.

Performance XML Import

$
0
0
Hi,
we are currently evaluating InDesign Server and did some tests with importing XML documents into a template. We are passing a JS script from the test client. We found that importing XML documents shows very poor performace. Is there any tips of how to speed this up ? Thanks

Stefan

Cannot start Trial for InDesignServer

$
0
0

Hi!

 

This problem drives me nuts.

 

I have installed a fresh new version of Microsoft Server 2012.

I download the latest version of InDesign-Server for Windows.

I install Adobe Application Manager Enterprise Edition 3.1.

 

I use booth adobe_prtk.exe from the AAMEE and from the Adobe Provisioning Toolkit Enterprise Edition with

 

adobe_prtk.exe --tool=StartTrial --leid=InDesignServer-CS6-Win-GM

 

I get this result

 

StartTrial Successful

Return Code = 0

 

But if i try to start InDesignServer, the console prompts

 

Adobe InDesign Server is not properly licensed and will now quit. (On my machine the german translation of this error).

 

 

What I'm doing wrong?

 

The strange thing is... If I call

 

adobe_prtk.exe --tool=StartTrial --leid=FooBarFooBarFoo

 

the tool says also

 

StartTrial Successful

Return Code = 0

 

 


InDesign Server 10 CC 2014

$
0
0

Hi there,

 

we are using InDesign CS4 upt o CC 2014 and have some automation going with InDesign Server.

Our latest InDesign Server is 9. This workflow can't handle CC 2014- Documents.

 

Is there any Release-Date for InDesign Server CC 2014?

 

Many thanks,

Florian

InDesign Server Running Samples trouble

$
0
0

Hi all,

 

I am having troubles to run the sdk samples properly. I downloaded the trial version and "licenced" with a prerelase serial that I have been given as a member of the prerelase program. My intention is not to build any commercial system, I just wish I can have InDesign Server at hand so I can master my skills onto it.

 

So now I am trying to run the sample code as indicated in the sdk :

 

//Running the server with terminal

InDesignServer -port 12345

 

//Exceuting sampleclient

/Applications/Adobe\ InDesign\ CS6\ Server/InDesignServer.command sampleclient -host localhost:12345 /Applications/Adobe\ InDesign\ CS6\ Server/myScript.jsx

 

I am getting an licence error message (rawly translated from French to English): "Your version only allows one single use. Please contact your reseller for an update"

I am guessing the prerelease licence has limited the use of the server.

 

So my question is : how could one get his hands on a unlocked NFR licence for testing purposes ? I mean it could stamp a big red mark, only output jpgs, I really don't care. What I care is getting the idea and mechanisms of driving IDS with PHP/SOAP. As a consultant, I may have to promote and sell InDesign Server to my clients but it would help if could set demos and have a whole understanding of technologies and costs implied.  Is that somehow possible ? I hope so because I work with Enfocus and Callas and they all provide NFR keys to resellers and promoters. It's just making sense to me.

 

Hope I am not misunderstood in my intentions,

 

TIA for your inputs,

 

Loïc

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?

Memory purge

$
0
0

When InDesignServer (CS3) is continuously running for a couple of days on our test server, we get the following output messages: (every few minutes)

 

WARN  [server] Memory Purge: 889 MB available, 670 MB physical, 244 MB available physical bytes

 

From this point IDServer is also very slow.

 

Can someone explain? Does it mean that there's not enough memory available? It seems odd that this can happen because every script always closes the InDesign files before completion..

 

Thanks in advance.

how to increase indesign server memory limit, It seems to crash when memory usage spikes to 1GB

$
0
0

how to increase indesign server memory limit, It seems to crash when memory usage spikes to 1GB

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!


Using InDesign Server CC PC with Mac Clients

$
0
0

We have a situation currently where we will be retiring our OS X xserve running InDesign Server with the expectation to move to the windows version on a VM. An interesting questions has come up about the fact that the paths for Mac and PC users are different and we need the InDesign Server for PC to be able to work with the mac pathing of all of our clients. While I am aware there is a way we could use packaging to avoid the issue, we have plugins that wont work with that and need to use absolute paths for images.

 

I am sure people have dealt with this issue in the past but unfortunately have not been able to find much information about it. Can anyone shed some light on this for me.

Issue activating the trial licence of Indesign CC Server x64

$
0
0

I have downloaded and installed "Adobe InDesign CC Server | English | Windows 64-bit | 535.7 MB" from https://www.adobe.com/cfusion/tdrc/index.cfm?product=indesign_server.

 

I have also downloaded and installed APTEE to active the trial licence.

 

From an admin command prompt I've then run "adobe_prtk.exe --tool=StartTrial --leid="InDesignServer-10-Win-GM"", in the directory "C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\Enterprise\utilities\APTEE\CS6\"

This returns the following:

returncode.jpg

 

I then try to launch Indesign server I get the following error.

 

launchindesignserver.jpg

 

If you can help I'd appreciate it.

 

Thanks,

Peter

does adobe charge maintenance on adobe indesign server subscription model?

$
0
0

does adobe charge maintenance on adobe indesign server's subscription model?

Indesign server license expiry date

$
0
0

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

INDESIGN SERVER GET LOCKED ON EXECUTING SCRIPT

$
0
0

Hi

Is there any method in jsx to unlock the indd file from indesign server.

currently indesign cc 2014 server is locking the indd files generated due to linking error in the server logs.

Viewing all 20709 articles
Browse latest View live


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