Is it possible to connect indesign with database/OOD...

Hello fellow Indesign user,
Not sure if this question belongs here or in scripting...
I'm just a moderate user in ID CS4 and I got this daunting task to find/invest a way to use Indesign (our existing layout software) to create "brochures/instruction manuals" using databases or OOD. Meanings, use a template, add a code that corresponds to a similar code with pre-defined data-entity in a database/OOD, and automatically add the text/pictures from the database/OOD.
We are not talking about addresses or simple things like that, but brochures and instruction manuals in different languages with different or similar operation for each machine. Some instructions are the same and some are not. Get my drift?
We are using ID Cs4 in the company right now, not the smartest tool to use when producing 25 different brochures/technical manuals with different languages. Changing one content in one manual, meaning we have to change all 25 brochures/manuals.... manually...
Many of you may think -"why did you start ID in the first place". The answer: I don't know, I wasn't here then... It is not until now they discovered -"Oh, we need a new system… " and guess who got the task to evaluate it…
I need to know if it is possible and to what extent we can use ID with database or an OOD-system to retrieve data (mostly custom data with bulletin, font, size, pictures, etc).
Articles, links and other information would be very helpful….
Thanks!
//Vincent

What kind TM exist out there and is it possible to integrate it with ID? (I can probably check Wikipedia, but it feels correct to ask the right question to ask to the right person here. How does your firm manage multilingual contents in ID? You gotto have the same problem as I do, at least to some extent…
How is it even possible to have an automated system and still have that flexible design freedom in ID..? Many questions here…
To invest a complete new system is not an option anymore. I made some calculation and plenty of phone calls. The figures does not look good at all… it’s simply not worth the time and money. So what are the options, if we keep ID in the firm?
Well, I should have had lots of time to answer your questions this  evening, but it turns out that we're both out of luck. I'll cover a few  things quickly to give you some Google-fodder:
1) Okay, I won't suggest expensive commercial solutions.
2) Read up about how to flow XML content into and out of ID
    2b) Store your content in the DB of your choice, spit out XML, and then update your INDDs with it.
3) Think about an open-source TM app like OmegaT
4) Do you do all of your translations in-house? If not, ask your suppliers how they work.
5) But really, if you don't have a completely obsessive person in charge of making sure everything is up to date, you're asking for trouble. I'm reminded of a quote by Edward Tufte who was talking about project management; I can't remember the quote, but the idea boiled down to the fact that you can do just as good a job with whiteboards as you can with databases. At least right now you know that you haven't kept all versions up to date... if you were housing all your content in a database, then the update process is somewhat hidden from you, and you wouldn't know if something broke unlesss you caught it in QA. If you're not doing all the updates... then you can't do good QA.This is a recipe for disaster.
   5b) Establish a good workflow with whatever tools you have (database, whiteboards, little strings with knots tied in 'em, notches carved in the thighbones of extinct birds of prey, etc.) and give someone the power to sanction/punish/fire people who disobey workflow rules. I am not kidding.
I will make more useful suggestions (suggestions more useful than 5b, at any rate) in the near future.

Similar Messages

  • How to connect java with database without any dsn.

    is there any way to connect java with database with out creating any dsn..like we do in ado in vb by providing provider.

    Sure use a type 4 driver. No DSN.

  • How to use JDBC to connect Tomcat with database server?(Urgent!)

    I try to deploy the tomcat and make it connect with databaser server.
    I am using mysql connector J 3.0. I added the CLASSPATH of mysql-connector-java-3.0.7-stable-bin.jar in the tomcat.sh .
    I also add the web application in server.xml.
    When I start tomcat, I can see using Classpath including mysql-connector-java-3.0.7-stable-bin.jar .
    But when i browse my jsp including the jdbc, wait for a while, I get a message as following: Timeout on server localhost. My web server and database server is same computer.
    Could you tell me what's wrong?

    Did you check to see that the MySQL database was indeed up and running, and accepting connections when you started Tomcat? Did you make sure that your firewall permits connections to the database?
    Timeout errors generally occur when you send a request to a server and the server does nothing with it - i.e., it doesn't respond to it in any way. Most firewalls are configured this way. If I telnet to your machine and I get "connection refused", I know your machine exists and I can try hacking into it. If I telnet and get nothing at all, then I will either assume either there's no actual machine at that address or it's unresponsive.

  • Error to connection Jdeveloper with database

    Hello world ,
    i want to make a connection between jdeveloper and database but i got this error message when i do test
    Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=169869568)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
    i am working on client , and oracle developer is connected with database .
    regards

    SID is like what is use for developer , it is 100% correctThe error code you are getting (12505) indicates otherwise
    http://www.error-code.org.uk/view.asp?e=ORACLE-TNS-12505
    Perhaps you are pointing to the wrong host/IP address
    John

  • Is possible to connect db with sys/sys as sysdba in SQLPLUS utility

    Hi all,
    I'm using windows 2000 with oracle 10.1.0
    I have to connect server through SQLPLUS utility. I can able to connect system/manager@instance_name
    From system user, i cant able to query >archive log list; .Im getting error as permission denaid.
    is any possbilities there to login as super user(sys/sys as sysdba) in SQLLUS utility.
    Thanks

    connect sys/sys@instance_name as sysdbaUses password file in $ORACLE_HOME/dbs, connecting through SQL*NET
    connect sys/sys as sysdbaUses the BEQ protocol to connect to the database process directly and uses OS authentication, meaning your can use whatever username or password, it does not matter, same as connect / as sysdba - It will always connect to the SYS schema regardless. For this to work, your account needs to be in the SYSDBA group. (DBA - Linux, OSDBA - Windows).
    See the oracle standard documentation for creating a password file under Windows.
    When you have created the passwd file, you can reset the password using
    sqlplus / as sysdba
    alter user sys identified by 'password' ;

  • Handling of Connection error with database

    hi, my application is using oracle 9i as database (connection via jdbc).
    I understand that we can capture the exact connection errors to database, in event that the database is down or not available. This will allow a more meaningful errors message to be thrown, like "Database is not available" when the user try to login to the system. Is that a particular sql exception that i can catch for such connection errors? or if there is not, what is the best practise for handlng such situation?

    Yes, java.sql.SQLException is designed for that. It has two methods, getSQLState and getErrorCode, that will help you get the state of the RDBMS if something goes wrong. - MOD

  • Connection jdeveloper with database

    I make the following: right click on database, new connection, I put the connection name (connaction type is "oracle (jdbc)"), username hr, password hr, deploy password is selected and now if I let the default option :driver - thin, hostname -localhost, jdbc port -1521, sid - orcl, I receive the message: listener refused the connection with the following error:ora12505, tns: ...... Can someone tell me step by step how can I connect?

    THIS IS WHAT I HAVE IN TNSNAMES.ORA
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = user)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = ORCL)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    AND IN LISTENER.ORA I HAVE THE FOLLOWING:
    "SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = user)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    I COPIED ALL FROM THE BOTH FILES BECAUSE I DO NOT KNOW WHAT IS IMPORTANT.

  • Is it possible to connect iphone5 with ipad3 via bluetooth( if yes tell me how)

    Im asking this again as its not connecting via bluetooth but gets connected with personal hotspot using my expensive internet pack...

    Personal Hotspot is, in fact, the only way to pair your phone & iPad by Bluetooth. File transfer, by Bluetooth, has never been supported on any iPhone.

  • Is it possible to connect labview with opc server without using NI dsc Module ?

    Hellow sir,
    I want to get data over labview using OPC server and i am not using any dsc module vi (Alams, print, GUI, security).I am using share variable to get data from OPC server to labview. Now i want to deploy that application to third party computer. (where there is no NI software is installed)
    i am using labview 8.6 and 2009.
    Many ? like....
    1) what is the procedure to install that application in third party computer.
    2) Do i need to use my dsc run time licence..?
    waiting for your valuable feed back.
    Thank you.
    CLAD
    Labiew programmer

    Hi, When you connect to NI OPC Server by creating New I/O Server > OPC Client. You will see all registered OPC Servers running on local machine or remote machine. I used KepServerEx from Kepware and LSIS OPC Server from LG with no problems. Just make sure that the OPC server is running.
    Hope it helps
    Waleed El-Badry MSc.,MCPD, ISTQB Certified Tester
    Assistant Lecturer
    Mechatronics Department
    Faculty of Engineering
    Misr University for Science & Technology
    Attachments:
    LG.png ‏57 KB

  • Is it possible to connect MBPR with Cinema HD Display 30" 's Firewire Port for iSight

    I want to buy a external iSight for my old Cinema HD Display 30" ,as i don't have enough space to open my notebook to use the built-in iSight camera.
    I know they are very old item, but i think they have very beautiful design and great quality, i want to use them
    I have already using the 30" Display by Dual Link-DVI converter, i don't have any firewire device, i don't know is it still work for using Thunderbolt (MacBook) -> Firewire800 (Adapter)-> Firewire400(converter) -> Cinema HD Display FW port -> external iSight
    or is there any other solution for me?
    or should i give up this setting
    As i don't want to use other brand USB camera, other brand no need to consider.
    Thanks for attention

    mluk6328 wrote: I want to buy a external iSight ... I know they are very old item, but ...
    Test BEFORE you buy.  More discussion in this old thread: http://discussions.apple.com/thread/2450744 .

  • Audigy SE: Possibility to connect with front panel audio in/

    I have a case which has an audio in and out jack on the frontcase. Is it possible to connect these with an connector on the Audigy SE?

    Quote from: msiAMD6400 on 25-December-07, 21:57:43
    My "disable front panel detection" is unchecked.
    It is not clear to me if you were able to check (enable) the box. The setting you need is "disable front panel detection" checked; that means the motherboard delivers the output to front panel, irrespective of there is a headphone connected or not.
    If you are unable to check that box, i am not sure where is the problem. If you can, i expect you see a pop up window asking you what you have connected to the front panel, by default it should be an audio output option like headphone. Make sure, as I mentioned already, that you can see inside the audio software window the status of all the audio input/output sockets in different colours. The 2 icons representing the frontpanel should be highlighted and you should be able to designate what output/input you want from each of them. If this doesn't happen there is no point in connecting the audio out cable to the header (unless you have the appropriate MSI frontpanel cable which provides jack detection)
    If you have successfully disabled the detection, you just need 3 wires to get output (things work when they are simple). Forget about the looping; you don't need them if jack detection is disabled.
    I suggest you connect the 3 wires to the pins as shown in the manual.
    Note the pin configuration diagram for the "JAUD1" header. I think the common/ground wire from your headphone socket should be  to pin 2, Right out to pin 5 and left out to pin 9.
    Let us know of your results.
    Siby

  • Connecting to a database on a network

    Is it possible to connect to a database on a network drive?

    Never mind I did get it to work.

  • Possible to connect to wlan via PC trough n95?

    Hi there!
    Is it possible to connect wlan with my computer using my n95? I can connect to our wlan with my phone but I can't find such a option on pc suite.
    Thank you.

    The only option on pcsuite is to connect to your providers 3g/gsm network and use your device as modem. Using your device as an WIFI usb dongle is not possible.

  • Unable to connect JAVA with Oracle

    I have jdk1.6 and oracle installed on my machine but unable to connect java with database
    have classes12.jar and ojdbc14.jar
    my environmental variables in respect to this are :
    JAVA_HOME= C:\Java\jdk1.6.0_04
    JRE_HOME=C:\Java\jdk1.6.0_04
    PATH=J:\oracle\ora92\lib;
    J:\oracle\ora92\bin;
    C:\Program Files\Oracle\jre\1.3.1\bin;
    C:\Program Files\Oracle\jre\1.1.8\bin
    CLASSPATH=J:\oracle\ora92\jdk\jre\bin\JdbcOdbc.dll;
    J:\oracle\ora92\jdbc\lib\classes12.jar;
    J:\oracle\ora92\jdbc\lib\ojdbc14.jar
    The code is
    import java.sql.*; public class dat1 {               public static void main(String[] args)throws SQLException,ClassNotFoundException {         try     {     Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");     Class.forName("com.oracle.jdbc.OracleDriver");     } catch (ClassNotFoundException e) { System.out.println("unable to load driver"); return; }     } }
    the error message is
    Error in thread "main" java.lang.NoClassDefFoundError
    Please Help Me
    Thanks For Reading
    Thanks a lot in Advance For your ANSWERS

    maybe if you asked nicely instead of ordering people around we might tell you.
    As it is all you're going to hear is that you don't need both those jars, as they contain different versions of the same driver.
    I'm not going to tell you which you need, as you should have the documentation to tell you that. But then you also should have the documentation to tell you how to set your classpath properly and you failed to read that too.

  • OAF Page to connect two different Databases

    Hi OAF Team,
    We have a requirement to connect another instance from the source instance. That is when we login via supplier user for Supplier portal access we also need to see the planning details availble in another instance(database).
    All the pages in the Supplier portal and collaborative planning are of OAF pages.
    Also need to login once only, That is when we are into one instance and if we provide the hyper link of other instance in the home page, is that possible to connect the other database by defaulting the login/pwd from source login.
    Regards
    Vish

    Hi, I am too intersted in knowing if it is possible to use a remote database objects other than the default one. There was some guideline present for using it on SQL Server. I followed similar approach but it gave table or view does not exist error while running from JDEV.
    Apreiciate any help this.

Maybe you are looking for

  • BIOS Update HP DC 7900 ultra slim PC from 1.08 to an higher version - ERROR

    Hello,i'm trying to process an BIOS Update from Version 1.08 to a newer Version. Therefore i've checked many BIOS files you are providing. Even the BIOS file of 1.09 verion. It will not work. Please find attached the response of the Update process:  

  • LINK Excel.Sheet has issues with Non-English Office

    In non-english office when we issue LINK  Excel.Sheet.12 command, the range parameter is causing "Error! Invalid Link" error (¡Error! Vínculo no válido in spanish). Example if we do: {LINK  Excel.Sheet.12 C:\\Temp\\Text.xlsx  Test!R1C1:R2C2 \a \f 4 \

  • Firefox and all other browsers will not load any micsoft pages.

    No matter what browser i use, mainly firefox but on IE and Safari, certain pages wont load. Most of the pages are microsoft related, but netflix and myspace wont load either. Once i click the site it keeps me on the same page and the loading bar only

  • ITunes 6 with earlier iMovie?

    I have previous iMovie 4 projects stored (with 2000+ photos and some songs, all in iLife 4) on an external hard drive. Just inherited a "new" Mac for my office which has latest iTunes 6 (and Quicktime 7, OS 10.4.4) but didn't come with iMovie, iPhoto

  • Permisstic Lock

    Dear all, I have a question about pessimistic lock. Can I know if the object is locked in the same unit of work? It is because base on the architecture of my existing project. In one unit of work, the application layer will call multiple services. Ea