Filemaker database into illustrator via XML possible?

Hi Everyone,
I'm new here and also new to XML, i have been trying to look into ways of getting a filemaker information automatically into illustrator through XML. I've searched all over the net for any information on this, but found nothing. I was wondering if you guys knew anything about it or maybe where to start/look.
The problem is filemaker saves the xml file in way that illustrator doesn't understand and i don't know how to convert the file for illustrator to accept it.
Thanks.

We moved the repository to Oracle RAC recently. The syntax to switch to the new databasecluster was something like this:
lh setRepo -tOracle -ujdbc:oracle:thin:@//dbcluster1.domain:1521/service_idm.oradb.domain -Uwaveset -Pwachtwoord
For the 'lh setRepo' command the old database had to be up, and we had to use the old ojdb5.jar. After that we switched to ojdb6.jar.
One of our resources is a database table with HR data in the same database. The following Database Access Parameters work for us:
Database Type:      Oracle
JDBC Driver:      oracle.jdbc.driver.OracleDriver
JDBC URL Template:      jdbc:oracle:thin:@//%h:%p/%d
Host :     dbcluster1.domain
Database: service_idm.oradb.domain
Port: 1521
Greetings,
Marijke

Similar Messages

  • Converting SQL server database into SAP readable XML??

    Could anyone kindly let me know what is the procedure to convert SQL server database into SAP readable (encrypted) XML for SAP Authoring tool???

    Sorry you will need to be more specific, what is it exactly you want to do? What authoring tool do you mean.
    A bit more info and someone might be able to help you.
    BRgds,
    Simon

  • Images Loaded into Movieclip via XML and Hyperlinked

    I am loading a set of images into masked movie clips via an
    XML file, and then attemting to hyperlink the Movieclip with a URL
    obtained from the XML.
    The problem I am having is that the 1st, 3rd, 5th and 7th
    clips are not behaving as if they have a hyperlink attached to them
    the others are fine.
    I'm sure I'm missing something really obvious here, but for
    the life of me I can't see it... someone put me out of my misey
    please, code is attached, let me know if you want all the files and
    I will email them over.
    Cheers

    Hi kglad,
    I traced the length:-
    http://www.yahoo.com 20
    http://www.google.com 21
    http://www.bbc.co.uk 20
    http://www.ebay.com 19
    http://www.hotmail.com 22
    http://www.youtube.com 22
    http://www.imdb.com 19
    http://www.ask.com 18
    so that seems fine.
    One point I should make is I tried renaming the movie clips
    to see what would happen, so originally mask number one was
    hyperlinked to Yahoo and was named 'm0', this link does not work.
    Then I renamed mask number 2 as 'm0' and made mask number 1 'm1'.
    Even though masks 1 and 2 had effectively swapped position on the
    stage, still only links 2,4,6, and 8 work. What I mean is positions
    2,4,6 and 8 on screen, not how they are named.
    Not sure I've explained myself that clearly there!
    Still this is the last thing I need to resolve before I can
    move on, so any ideas?

  • Loading audio into Adobe Edge via XML issue

    I am having an issue linking the location of an audio file via XML in Adobe Edge. I am able to get the info and post it as text, however I can not get it to load into the audio player. This is my first try at code ever, nothing too complex if possible.
    Here is the code that works along with the part I can not get to work.
    var fromName;
    var outputField = $(this.lookupSelector("xmlOutput"));
    $.ajax({   
        type: "GET",
        url: "edgesound.xml",
        dataType: "xml",
        success: function(xml) {
            fromName = $(xml).find('audio1').text();       
            outputField.html(fromName);    
        var newSound = new Audio();    
         newSound.src = "sound.mp3";
         newSound.volume = 0.5;
         sym.$("soundBtn").toggle(
    function(){
         newSound.play();
         sym.$(this).html('stop'); },
    function(){
         newSound.pause();
         sym.$(this).html('restart'); });
    // XML Try below   
         var newSound_xml = new Audio();    
         newSound_xml.src = "fromName";
         newSound_xml.volume = 0.5;
         sym.$("soundBtn_xml").toggle(
    function(){
         newSound_xml.play();
         sym.$(this).html('stop'); },
    function(){
         newSound_xml.pause();
         sym.$(this).html('restart'); });
    And here is the simple XML doc being called
        <?xml version="1.0" encoding="utf-8"?> <ax>  <audio1>sound.mp3</audio1>  </ax>
    I've also tried taking the .mp3 out of the xml and trying the following in the code with no success.
    newSound_xml.src = "fromName" + ".mp3";
    Thank you and here is a link to demo what I have so far.
    http://www.projectcog.com/audio/xml_audio.html

    Hi Exports,
    I am able to load directly from XML file to oracle tables. I am also successfully reverse engineer the XSD file into oracle relational structure but after that I don't know how to assign XML data file to the schema and load to oracle table
    Can you explain me the steps how to assign XML file to the schema (created from XSD ) and load to oracle table. which KM to use to load from XSD to oracle.
    Thanks,
    Mano

  • Export Advanced Recordset from Database into XML

    I don't think I was clear on my previous post about my goal
    with Exporting an advanced MySQL query to an XML file.
    Simple example: I have a photo gallery that has pictures of
    various Architect Projects. The main page shows distinct images of
    various projects (like an index). When one clicks on this image to
    view the rest of the Project details, a detail page opens with more
    information and additional images within this project.
    I want to use Spry/Ajax to give the images nice dynamic
    effects on the detail page. Normally to get from an index page to a
    detail page using normal server-side procedures, one would have to
    set up a dynamic link to the detail page by passing the recordID
    thru a URL Parameter. The detail page would have a recordset query
    that would call the URL Parameter so that the distinct record
    chosen will be the only record displayed.
    When exporting this query from the database to XML, for some
    reason the following query only displays the <row> node in
    the schema when creating a Dataset. See the following sql query
    that I am trying to use on the detail page to create the dataset
    via XML:
    SELECT*
    FROM project_tbl
    WHERE projectID = [URL PARAM] projectID
    Why, when creating a dataset in Spry and exporting it into
    XML, will this query NOT work?
    What can I do to make this work? URGENT HELP will be kindly
    appreciated.

    Danilo,
    I do not have a link yet as the files are on my remote
    server. I have implemented the code you sent me but still no luck.
    Please see the code I have below:
    The XML Generating Page:
    <?php require_once('../Connections/plymouth.php'); ?>
    <?php
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType,
    $theDefinedValue = "", $theNotDefinedValue = "")
    $theValue = get_magic_quotes_gpc() ? stripslashes($theValue)
    : $theValue;
    $theValue = function_exists("mysql_real_escape_string") ?
    mysql_real_escape_string($theValue) :
    mysql_escape_string($theValue);
    switch ($theType) {
    case "text":
    $theValue = ($theValue != "") ? "'" . $theValue . "'" :
    "NULL";
    break;
    case "long":
    case "int":
    $theValue = ($theValue != "") ? intval($theValue) : "NULL";
    break;
    case "double":
    $theValue = ($theValue != "") ? "'" . doubleval($theValue) .
    "'" : "NULL";
    break;
    case "date":
    $theValue = ($theValue != "") ? "'" . $theValue . "'" :
    "NULL";
    break;
    case "defined":
    $theValue = ($theValue != "") ? $theDefinedValue :
    $theNotDefinedValue;
    break;
    return $theValue;
    ?>
    <?php
    // Query the database and get the selected records from
    Project & Images
    $colname_rsProject = "-1";
    if (isset($_GET['projectID'])) {
    $colname_rsProject = (get_magic_quotes_gpc()) ?
    $_GET['projectID'] : addslashes($_GET['projectID']);
    mysql_select_db($database_plymouth, $plymouth);
    $query_rsProject = sprintf("SELECT * FROM projects_tbl WHERE
    projectID = %s", GetSQLValueString($colname_rsProject, "int"));
    $rsProject = mysql_query($query_rsProject, $plymouth) or
    die(mysql_error());
    $row_rsProject = mysql_fetch_assoc($rsProject);
    $totalRows_rsProject = mysql_num_rows($rsProject);
    // Send the headers
    header('Content-type: text/xml');
    header('Pragma: public');
    header('Cache-control: private');
    header('Expires: -1');
    ?>
    <?php echo('<?xml version="1.0"
    encoding="utf-8"?>'); ?>
    <root>
    <?php if ($totalRows_rsProject > 0) { // Show if
    recordset not empty ?>
    <?php do { ?>
    <row>
    <?php foreach ($row_rsProject as $column=>$value) {
    ?>
    <<?php echo $column; ?>><?php echo
    $row_rsProject[$column]; ?></<?php echo $column; ?>>
    <?php } ?>
    </row>
    <?php } while ($row_rsProject =
    mysql_fetch_assoc($rsProject)); ?>
    <?php } // Show if recordset not empty ?>
    </root>
    <?php
    mysql_free_result($rsProject);
    ?>
    --------------------------------------------here is the
    source code to the projecct_detail page to display the
    content--------
    The projectID from the category page is being passed via a
    URL parameter. When I pull up the Spry Dataset in this page to
    display the nodes, this is the error I received (Unable to locate
    or parse the XML source (-1,-1). No nodes are being displayed.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml"><!--
    InstanceBegin template="/Templates/temp.dwt.php"
    codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- InstanceEndEditable -->
    <link href="global.css" rel="stylesheet" type="text/css"
    />
    <!-- InstanceBeginEditable name="head" -->
    <script src="SpryAssets/xpath.js"
    type="text/javascript"></script>
    <script src="SpryAssets/SpryData.js"
    type="text/javascript"></script>
    <script type="text/javascript">
    <!--
    var ds1 = new
    Spry.Data.XMLDataSet("xml/detail.php><?php echo(
    isset($_GET['projectID'])?$_GET['projectID']:'' ); ?>", "row");
    //-->
    </script>
    <!-- InstanceEndEditable -->
    </head>
    <body class="oneColFixCtr">
    <div id="container"><!-- InstanceBeginEditable
    name="Main Content" -->
    <div id="mainContent">
    <h1> </h1>
    <p> </p>
    <!-- end #mainContent -->
    </div>
    <!-- InstanceEndEditable -->
    <div id="footer">
    <img src="images/banner.gif" width="500" height="66"
    alt="Plymouth Road Architects" />
    <br />
    <div id="nav">
    <table width="500" border="0" cellspacing="2"
    cellpadding="2">
    <tr>
    <td><div align="center"><a href="
    http://plymouthroadarchitects.com">HOME</a></div></td>
    <td><div align="center"><img
    src="images/bullet.gif" width="8" height="8"
    /></div></td>
    <td><div align="center"><a
    href="company_info.php">ABOUT/CONTACT
    US</a></div></td>
    <td><div align="center"><img
    src="images/bullet.gif" alt="" width="8" height="8"
    /></div></td>
    <td><div align="center"><a
    href="new_homes.php">NEW HOMES</a></div></td>
    <td><div align="center"><img
    src="images/bullet.gif" alt="" width="8" height="8"
    /></div></td>
    <td><div align="center"><a
    href="additions.php">ADDITIONS</a></div></td>
    <td><div align="center"><img
    src="images/bullet.gif" alt="" width="8" height="8"
    /></div></td>
    <td><div align="center"><a
    href="main_street.php">MAIN
    STREET</a></div></td>
    </tr>
    </table>
    </div>
    </div>
    <!-- end #container --></div>
    </body>
    <!-- InstanceEnd --></html>
    Sorry for all the confusion and not submitting this code to
    you earlier on this forum. I really do appreciate your feedback and
    assistance

  • Select data from database via XML

    I want to select data for display and insert data to tables via XML, and I want
    to do this from a browser.
    I am using "Oracle8i Enterprise Edition Release 8.1.7.4.0" on HP-UX server
    with "JServer Release 8.1.7.4.0.".
    The oracle documentation says I need the following in order to do this.
    1. XML-SQL Utility
    2. XML Parser for Java, V2
    3. JDBC driver
    4. JDK
    5. A Java compliant web server
    6. XSL Servlet
    How do I verify, if the above software list is available in my environment.
    What are all available within the database and what are other software I need to
    install.
    Thanks
    Pushparaj

    It's a classpath problem. Either you mistyped the class name, or you don't have the class in your classpath. I think Oracle's drivers come in db12.zip or db12.jar or some such. Whatever that jar or zip file is, it has to be in your classpath, but it's not.
    Or it is in your classpath, but you're in an appserver context where the classloader that the container provides for your app uses something other than the classpath variable. For instance, in tomcat, the jar file would be uder webapps/yourApplication/WEB-INF/lib I think.

  • Need help in automating text from xml into illustrator

    I have seen some examples of automation script for filling text from xml into illustrator, need some help in this matter.
    Need script (currently working in mac OS)

    Firefox doesn't do email, it's a web browser.
    If you are using Firefox to access your mail, you are using "web-mail". You need to seek support from your service provider or a forum for that service.
    If your problem is with Mozilla Thunderbird, see this forum for support.
    [http://www.mozillamessaging.com/en-US/support/] <br />
    or this one <br />
    [http://forums.mozillazine.org/viewforum.php?f=39]

  • Convert SQL server database into SAP readable (encrypted) XML for SAP tool?

    Could anyone kindly let me know what is the procedure to convert SQL server database into SAP readable (encrypted) XML for SAP Authoring tool???

    So If I understood it correctly there an existing propriertory question bank with SQL server. You are looking at an option to migrate all the tests and questions from the existing system to the LSO system. Right ?
    I am still not clear on the xml conversion. Have you guys found a solution which could be achieved through a xml file ?
    am not aware of a way through which you could import only a xml file and create tests/questions. If you have a sample xml file then forward me so that I could do some testing on my end.As per my knowledge you could do one of the following. I
    1. Create the tests and questions manually in Authoring Environment. It will be a time consuming task. Based on the number of questions you have you might have to assemble a team of content developers to acheive this.
    2. Alternatively, you could create a Adobe Flash based assessment. The Flash component would be the front-end and will read from a xml file to display the questions and to drive the funcationality. This would be a easier and less time consuming than creating the assessments manually in authoring environment. However, you might miss out some of the functionality available in the Test Author of Authoring Environment unless you have all the functionality replicated inside Flash. This would require one time effort in creating the Flash template and the xml file structure. Once that is created you could create multiple assessments by just replacing the xml file. If you select this approach then you would have to ensure the data from SQL is converted in the desired xml format required by your Flash component.
    Please let me know if you require any further guidance or clarification regarding this.
    Regards,
    Ravi Sekhar

  • Is it possible to import a .idea file into Illustrator CS3?

    I have sketches and files on Adobe Idea on the iPad. How to I bring them into Illustrator and preserve the layers, etc? .png, .pdf and .jpg don't seem to do this. I'm sorry if this is a "no duh" question, but I am just starting out with these programs and would appreciate the help. The question didn't turn up in a forum search.
    Thank you in advance!
    ~Anna

    Mr. Zimmerman,
    Thank you for taking up six post spaces on this forum question. Obviously I haven't read any of the app information, or subscribed to the adobe cloud, or searched the forums, despite having used those to discover this problem. Perhaps I should have underlined the program name that I mentioned in my original post, and the file formats I listed, which are only available if downloaded from the cloud, so that you could have more easily understood my question. I should have included Google link for the application so you wouldn't have to waste time looking it up for yourself. Maybe I should have mentioned that I called support and they suggested that I post in the forums to see if anyone else had gotten around the problem.
    Also, sadly, the link doesn't answer my question. You seem to think that I am simply trying to export files. I have demonstrated in my original question and my reply to a previous answer, that I have already exported in every file available for use with the app and the cloud. I was asking, since I need to clarify, why .idea files would not open in Illustrator CS3, and why, when other file formats were tried, did they not preserve the layers. Also, since they wouldn't, was there another way to export besides the -listed- export file formats that would allow layers. And, as before when I tried a search in the Adobe Ideas forum, there was no answer to how to open an idea file in CS3, or preserve the layers in CS3 in any of the other file formats offered.
    I am sorry that you misunderstood my question.
    Have a lovely day!
    ~Anna

  • Using Filemaker with Adobe Illustrator for Book Project

    Hi All,
    I have a database of musical works contained inside a Filemaker Pro database - it's a mixture of images and text.
    I'd like to make a book with the content and was hoping to use a template within Adobe illustrator and pull the data in dynamically from Filemaker.
    Is Illustrator the right tool for this? I can't find many links or articles.
    Any advice at all on using Filemaker to generate book content much appreciated.
    Thanks
    Antknee

    I don't really want to post screenshots here of a proprietary solution. But here's a description of a similar FMP-based "publishing" solution:
    You have a layout for end-users' main browsing. Similar-looking layouts are used for data entry, but include administrative functions, fields, and flags which expedite content creation, but are not meant for end-users. Typical FMP stuff. But now you take it to the next step:
    You build a Report Layout specifically sized and formatted for printing and/or exporting to PDF. You use the FMP tools for object sliding; use Container Fields and/or WebViewer objects for illustrations; use the Merge Field function and/or text Calculation Fields to format text content from multiple data fields. You can overlap fields, so having a container field in the background is simple.
    You basically ignore the "publish" Layout as you create, edit, and work with data. But it's always there, and is always "already built and populated." Whenever you want to publish a print version catalog for a particular product, you just launch an FMP script which automatically:
    Prompts you for the desired set of records (product model, chapter, category, etc.)
    Performs the necessary find and sort.
    Creates a table of contents. (Based on another print-formatted Report Layout.)
    Exports the TOC as a PDF. (Typically a dozen or so pages.)
    Exports the content pages as a separate PDF. (Several hundred pages is no problem.)
    In a few minutes, you have an updated print-ready book.
    You open the Content PDF in Acroat Pro, insert the pages from the TOC PDF in the front of it, and send it to your on-demand printing outsource. The end result is a perfect-bound manual, without ever having jumped through hoops to dump data into a conventinal-wisdom page-layout app.
    So this one FMP solution:
    Is used for data entry.
    Serves as a live internal reference tool served on FMPSA.
    Serves as a data export and data analysis tool.
    Can be bound as a fully-functional standalone runtime application.
    Is web-deliverable via FMPSA's IWP.
    Is web-deliverable as a web site's "backend data" via PHP.
    Serves as the "publishing platform" for print-ready and/or web-delivered PDF-based catalogs.
    Vector drawings are created in Illustrator, Draw, CAD software, or whatever, and saved as vector PDFs in a folder acessible to the FMP database. The PDFs are named according to a record's unique identifier field (primary key).
    You launch Acrobat Pro and run a Batch operation which opens the folder full of PDFs and batch-exports them to an adjacent PNGs folder. The PNGs are exported to the correct size for the Container Field(s) on the print Layout. (Optionally, another Container Field on the browsing Layout displays PDF icons which are links to the PDFs for when a user needs a scaleable, zoomable vector version.) During data entry, each time a new record is created or edited, a scripted button imports both the PNG and the PDF with a click; or batch-imports the images for all records at once.
    One could just as easily build a layout and script the solution to create and send HTML-formatted emails of a found page or set of pages.
    Like an XML / InDesign solution, FMP effectively figures out for you how many pages are needed for the length of the TOC, and the length of the parts list that accompanies each illustration and creates and numbers them; and it does so without any need for mucking around with XML.
    So in this workflow, FileMaker Pro itself is serving as the "page layout" app. All that's sacrificed is high-end printing and exacting typography; which for many practical purposes today is becomming increasingly unnecssary.
    The underlying concept herein is "FileMaker and PDF"; not "FileMaker and Illustrator." (Use any graphics program you want that can render to common RGB raster formats and/or PDF).  And it's "let FileMaker automate the page assembly" instead of XML / InDesign. Just keep the page design within the capabilities of a FileMaker Layout.
    JET

  • Oracle BI connection to Filemaker Database

    Hi all,
    At work we have OBI 10.1.3.3 up and running without any problem. It connect to an Oracle DB (10gR2).
    I was wondering if any of you might know if it would be possible to connect Oracle BI to a Filemaker database instead of an Oracle DB (because we are running many things on Filemaker over here).
    I tried it several times, using ODBC, but never really got it right. A search via Google also did not give me any useful answers.
    If any of you guys (or girls) would know if it is even possible to connect OBI to a Filemaker DB and if so how it is done, I would be very happy.
    Thanks and greetings

    Thank you very much. It still took me a while because the exact way to do it differs a lot depending on which Filemaker version/ODBC version, but I now have a working ODBC connection to Filemaker.
    Another little question:
    Does anyone have any experience in importing Filemaker tables into OBI Administration? I can connect to the database, Administration sees the tables when I do File-->Import-->From Database, but when I import a table, no columns are recognized (while in Filemaker, the table has 10 columns). I only get the table name without any columns (or data) into it. Any ideas on how this may come?
    Kind regards

  • Trouble pasting PICT graphic into Illustrator

    I used to be able to copy and paste a PICT graphic from Data Desk into Illustrator (version 10) and edit it.  However, in version 14 (CS4) it appears as a bitmap image that I cannot edit. I am not sure whether this is related to my recent upgrade to MacOS 10.6 from 10.5 or not.  Is there a way to transfer PICT graphics via the clipboard into Illustrator in a way that they can be editted?

    Thanks to both Russell and Wade!  I "printed" the results to a pdf file, then placed the file in Illustrator and converted it from a linked to an embedded object, and now I can edit it.  More steps than simply copying/pasting, but at least still possible.

  • How can I export projects from PMDB1 database into existing PMDB2 database?

    Does datapump handle this? I have been told my only option is XER format but I have thousands of projects to move from one database into another existing database.

    Migrate.bat will migrate an entire database from one platform to another (eg: Oracle to MS SQL SRVR) but for selective projects you would need to move them via PPM Application export (XER/XML). Your other option as someone suggested is to upgrade the entire database schema to a newer version if that is the end goal, but it sounds more like you have two existing database schemas to consolidate.

  • How to validate the images in illustrator via java?

    Is it possible to open and  validating the eps file in illustrator via java. Kindly advise me.
    Thanks  for looking into this.
    Maria Prabudass

    I need to open the eps file in illustrator using java (not javascript) and then i need to get the details like to find out the font size, font name, stroke weight, colour values(like RGB, CMYK). Is it possible?
    Thanks..

  • Can I integrate Lotus database into Oracle with ODI

    I would like to know is it possible to integrate Lotus into Oracle with ODI.
    I know that Lotus database (file extension .nsf) is not an relational database, but it is possible to extract the data from Lotus database into XML and ODI supports XML
    so one solution would be to convert Lotus database to XML and then integrate the data into Oracle with ODI (Am I wrong?)
    Is there another solution, where I could directly integrate data from Lotus into Oracle with ODI

    IBM do provide JDBC access to Lotus Notes data. This is likely to be the best way. Google "LOTUS NOTES JDBC DRIVER" and you find links to IBM's info.

Maybe you are looking for

  • Ipod automatically ejects whenever connected to pc

    hi i've recently purchased a new 5th gen ipod and had to update to latest version of itunes. whenever i connect the ipod to my computer it recognises it, but automatically ejects. i therefore can't get as far as accessing the ipod options in itunes.

  • Auto sequencing

    Hi, I am new to Oracle but have experience with the procedural languages in MS SQL Server and Sysbase and in the past have used these languages extensively. I often use a number for my PK and get the database to increment that for me. In MS SQL Serve

  • Why JMF 64 bit is not exist ? solution ?

    Hi , I tried to make AR application which use JMF - JAVA 3D - Open GL . Therefore I just installed JAVA 1.7 64 bit , Java 3d 64 Bit , Open GL 64 bit , on my WINDOWS 7 64 Pro , of course I could not find 64 bit of JMF and installed 32 Bit version . (

  • How do I denote a file name for submitted XML form data?

    Hi guys, is there a way to change the submitted XML file name [when emailing form data] to something other than the cryptic string livecycle uses e.g. _e8hfydsh55hsksdf.xml Thanks for any help, cheers Dyr

  • I have a n Ipod touch model ma623zo version 1.1.5. Why cant I install any games?

    Why cant I install any games on to my IPOD touch????