That includes no information?

I have a table in which I have a field that is filled with SYSDATE command, inserting the other fields ...
table
CREATE TABLE "SH_RECAUDO"."G_OCCIDENTE"
(     "COD_REFERENCIA" NUMBER NOT NULL ENABLE,
     "DETALLE" VARCHAR2(64 BYTE) NOT NULL ENABLE,
     "FECHA_CREACION" DATE DEFAULT SYSDATE NOT NULL ENABLE,
     "MODICADO_POR" VARCHAR2(30 BYTE) DEFAULT USER NOT NULL ENABLE,
     "NUM_FACTURA" VARCHAR2(14 BYTE) NOT NULL ENABLE,
     "VALOR_FACTURA" NUMBER NOT NULL ENABLE,
     "TIPO_PAGO" VARCHAR2(14 BYTE) NOT NULL ENABLE,
     CONSTRAINT "G_OCCIDENTE_PK" PRIMARY KEY ("COD_REFERENCIA");
which put these 3 files separately, but I left with the same creation date ....
file #1
7060035500000 275774591303200916:18:12 EFECT
7060032948000 273106021303200916:18:17 EFECT
7060033446000 273210971303200916:18:20 EFECT
file #2
706003376000 273104341303200916:18:23 EFECT
706003974000 273194391303200916:18:25 EFECT
7060037269000 273445961303200916:18:28 EFECT
7060035521000 273235631303200916:18:32 EFECT
7060032400000 273171601303200916:18:35 EFECT
7060035916000 273236141303200916:18:38 EFECT
file#3
706003472000 273150321303200916:18:41 EFECT
7060034000000 276062151303200916:18:49 EFECT
706003800000 276061871303200916:18:53 EFECT
7060032187000 273207591303200916:18:56 EFECT
and when I run the following query
select FECHA_CREACION display_value
, To_char (FECHA_CREACION, 'dd / mm / yy') return_value
from G_OCCIDENTE
group by
FECHA_CREACION;
and as a result I get the following information
DISPLAY_VALUE return_value
2009-04-07 07/04/09
2009-04-07 07/04/09
2009-04-07 07/04/09
2009-04-07 07/04/09
4 rows selected
by that I do not generate a return results only if the date is the same?
DISPLAY_VALUE return_value
2009-04-07 07/04/09
I am committing that error?
I appreciate your help
Reynel Salazar Martinez ...
Good day
God bless ....
Edited by: Rey-user6318244 on 7/04/2009 12:54 AM

Alex Nuijten
is correct ...
applied the wrong command trunc (), but as I have corrected, and get the result we needed,
Now I get a warning because I'm using the query within a procedure ...
Thank you very much for your help ...
I would like to know the warning removed
The procedure is as follows
create or replace Procedure archivo_G_O(pi_Fecha In Date)
As
v1 utl_file.file_type;
v2 varchar2(100);
fecha DATE;
aux varchar2(10);
Begin
-- Aqui inicia el bloque de proceso que generar el archivo de Acuavalle.
--dbms_output.put_line('LA FECHA QUE SE DESCARGA PARA LA CONSULTA ES: '||pi_Fecha);
select max(fecha_creacion) into aux from g_occidente;
--dbms_output.put_line('LA FECHA de la tabla es: '||aux);
v1 := utl_file.fopen('PUBLIC_ACCESS','GASES0000'
|| to_char(pi_Fecha, 'ddMMyyyy') || '.txt', 'w');
For rec in (SELECT GO.DETALLE cuerpo
     FROM G_OCCIDENTE GO
WHERE   trunc(GO.FECHA_CREACION) = pi_Fecha) Loop
utl_file.put_line(v1, rec.cuerpo);
End Loop;
utl_file.fclose(v1);
-- Aqui termina el bloque de proceso que generar el archivo de Acuavalle.
Exception
when others then
dbms_output.put_line(sqlerrm);
End;
Warning(20,23): PLW-07204: may not be the conversion rate column results in a suboptimal query plan
I am grateful for your cooperation ... been excellent...
this forum is the best thing that can exist thanks to everyone for their input ....
good day

Similar Messages

  • Trouble with templates that include JavaScript and jquery information.

    I built a page that includes a JavaScript gallery and tried to save that as my main template since the majority of my pages will have variations of that gallery. Everything seems fine until I try to add an editable region. Regardless of where I add one (like for my content div tag - so I can edit everything in my content region), I lose my gallery. I was able to keep it working on one try but I couldn't edit the javascript in subsequent pages. For example, one of my pages that didn't have the gallery still had the scripts for it in the uneditable template code, so a blaring "fatal error" comes up whenever I try to view that page in a browser.  Once I tried to deal with that by making the header editable (so I could add or delete scripts) I once again lost my gallery.
    So my question is, how do I make those areas of my template code editable without losing my gallery? Sorry if I'm not explaining this well, or using incorrect terms. All I know about CSS I've learned in the last two weeks through Lynda.com tutorials and scouring the web for other help. My brain's pretty fried from all this and at this point I'd love some assistance. Thanks in advance for any help.
    Oh, I'm on a Mac Pro using Dreamweaver CS5. Files are HTML5 and CSS3.
    Here's the code for the page minus any editable regions (this is from the page I made to use as my template). This works perfectly for me in all the browsers I've tried. Until I try to make it a template with editable regions. I've shortened it where I can:
    <!DOCTYPE HTML>
    <html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>PENICKart.com - illustration, comics, storyboards, and design specialist</title>
        <script type="text/javascript">
        function MM_preloadImages() { //v3.0
          var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
            var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
            if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
        </script>
        <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js">
        </script>
        <script src="galleria/galleria-1.2.8.min.js">
        </script>
        <script type="text/javascript" language="javascript" src="js/hoverIntent.js">
        </script>
              <script type="text/javascript" language="javascript" src="js/jquery.dropdown.js">
        </script>
      <link href="CSSstyles/penickart2012.css" rel="stylesheet" type="text/css" media="screen, projection">
      <link href="CSSstyles/ie.css" rel="stylesheet" type="text/css" media="screen, projection">
    </head>
    <body bgcolor="#000000" background="assets/MainGraphics/2012bgimage.jpg">
      <div class="container">
        <div class="header"><a href="#"><img src="assets/MainGraphics/2012logo.png" alt="PENICKart logo" name="PENICKart logo" width="105" height="107" align="left" id="Insert_logo" style="display:block; padding-top: 1px; padding-right: 20px;" title="PENICKart logo"></a> <h1><em>PENICKart.com</em></h1>
        </div>
        <div class="sidebar1">
          <hr class="h10">
          <ul class="flyout">
            <li><a href="index.html">HOME</a></li>
          </ul>
          <hr class="h10">
          <ul class="flyout">
            <li><a href="illustration.html">Illustration <img src="assets/MainGraphics/submenu_spacer.png" width="4" height="10"></a>
              <ul class="flyout ul">
                        <li><a href="#">spot: b/w</a></li>
                <li><a href="#">spot: color</a></li>
                <li><a href="#">posters/covers</a></li>
              </ul>
            </li>
            <li><a href="comics.html">Comics <img src="assets/MainGraphics/submenu_spacer.png" width="4" height="10"></a>
              <ul class="flyout ul">
                <li><a href="#">corporate/educational</a></li>
                <li><a href="#">popular fiction</a></li>
                <li><a href="#">creator-owned</a></li>
                <li><a href="#">covers/pin-ups</a></li>
              </ul>
            </li>
            <li><a href="film.html">Film</a></li>
            <li><a href="advertising.html">Advertising <img src="assets/MainGraphics/submenu_spacer.png" width="4" height="10"></a>
              <ul class="flyout ul">
                        <li><a href="#">storyboards: b/w</a></li>
                <li><a href="#">storyboards: color</a></li>
                <li><a href="#">print</a></li>
                <li><a href="#">animatic</a></li>
              </ul>
            </li>
            <li><a href="graphicd.html">Design <img src="assets/MainGraphics/submenu_spacer.png" width="4" height="10"></a>
              <ul class="flyout ul">
                        <li><a href="#">interactive displays</a></li>
                <li><a href="#">icons/logos</a></li>
              </ul>
            </li>
          </ul>
      <hr class="h10">
           <ul class="flyout">
            <li><a href="about.html">About</a></li>
          </ul>
          <hr class="h10">
          <ul class="flyout"> 
            <li><a href="store.html">Storefront</a></li>
          </ul>
          <hr class="h10">
          <ul class="flyout">
            <li><script type="text/javascript" language="javascript">
      <!--
      ML=".C/epc@mgnt>:ifhrTNAa =k\"<olO";
      MI="IDE?@3>FH7D=K:J<439=5GD@:687D=K05J7H;1LBAC1AI2D;";
      OT="";
      for(j=0;j<MI.length;j++){
      OT+=ML.charAt(MI.charCodeAt(j)-48);
      }document.write(OT);
      // --></script>
      <noscript>You need JavaScript to see my email address</noscript></li>
          </ul>
          <hr class="h10">
          <ul class="flyout">
            <li><a href="#">Blogger</a></li>
            <li><a href="#">Facebook</a></li>
            <li><a href="#">Twitter</a></li>
            <li><a href="#">DeviantArt</a></li>
          </ul> 
        </div>
        <div class="content">
          <h3>Spot Illustration: black/white</h3>
          <div id="galleria">
                  <a href="assets/ContentImages/IllImages/illBWspotGimages/illBWspotG40.png">
                      <img title="black and white spot illustration 40"
                           alt="Helen of Troy; digital; Planet Pulp submission; WIP"
                           src="assets/ContentImages/IllImages/illBWspotGthumbs/illBWspotGth40.jpg">
                  </a>
                  <a href="assets/ContentImages/IllImages/illBWspotGimages/illBWspotG39.jpg">
                      <img title="black and white spot illustration 39"
                           alt="Carrie Fisher; digital; study"
                           src="assets/ContentImages/IllImages/illBWspotGthumbs/illBWspotGth39.jpg">
                  </a>
                  <a href="assets/ContentImages/IllImages/illBWspotGimages/illBWspotG38.png">
                      <img title="black and white spot illustration 38"
                           alt="Black Widow v2; traditional and digital; private commission"
                           src="assets/ContentImages/IllImages/illBWspotGthumbs/illBWspotGth38.jpg">
                  </a>
                  <a href="assets/ContentImages/IllImages/illBWspotGimages/illBWspotG37.png">
                      <img title="black and white spot illustration 37"
                           alt="Swinging Batman; traditional pen and ink; private commission"
                           src="assets/ContentImages/IllImages/illBWspotGthumbs/illBWspotGth37.jpg">
                  </a>
                  <a href="assets/ContentImages/IllImages/illBWspotGimages/illBWspotG36.png">
                      <img title="black and white spot illustration 36"
                           alt="statue of angel; digital; study"
                           src="assets/ContentImages/IllImages/illBWspotGthumbs/illBWspotGth36.jpg">
                  </a>
                  <a href="assets/ContentImages/IllImages/illBWspotGimages/illBWspotG35a.jpg">
                      <img title="black and white spot illustration 35a"
                           alt="Jodi Foster; digital; study close up"
                           src="assets/ContentImages/IllImages/illBWspotGthumbs/illBWspotGth35.jpg">
                  </a>
          </div>
          <p>
          </p>
        </div>
        <div class="sidebar2">
        </div>
        <div class="footer">
          <p>All work is created as a part of PENICKart, Ltd. ©2012 Michael Penick and/or the respective copyright owners.</p>
        </div>
      </div>
      <script>
        // Load the Twelve theme
        Galleria.loadTheme('galleria/themes/twelve/galleria.twelve.min.js');
        // Initialize Galleria
        Galleria.run('#galleria');
      </script>
      </body>
    </html>

    I just read through the link you gave me - thanks for that. 
    After composing a first draft of a reply I went into my pages to make a couple of tweaks and throw them up so you can see them live. While I was doing that I noticed that there was no link referencing the galleria.twelve.css file, so I added that line:
    <link href="galleria/themes/twelve/galleria.twelve.css" rel="stylesheet" type="text/css" media="screen, projection">
    and WHAMO, it suddenly started showing up when using the template. The scripts are/were loading after the css, so that wasn't it, but it's your response and my having another look at the css and javascript code in the header that helped me find the problem.
    I guess sometimes you just need to step away for awhile and clear your head. So now everything is showing up properly and all the areas I wanted to be editable are editable. I will sleep very well tonight, hahaha.
    Here's the page anyways. Kindly ignore the pages that it links to - most of them are ancient as is the work on them. Thanks so much for your help!
    http://www.penickart.com/indexwtemplate.html

  • I need a purchase history that includes date purchased. Is there any way to get this information?

    I need a purchase history that includes date purchased. Does this exist, and how do I get it?

    Look at your purchase history: Store>View My Account

  • Unable to save a report that includes a datasource of "Microsoft SQL azure" type

    I have install SSRS in azure using the following instructions (http://msdn.microsoft.com/en-us/library/dn449661.aspx) and all seems to work fine, however when I create a report in report builder 2014 (in this case empty) that includes a Microsoft SQL Azure
    datasource type I am unable to save the report and get the following error message (even though when I test connection it succeeds). 
    "The report definition was saved, but one or more errors occurred while setting the report properties"
    Reports with standard sql datasources work fine.
    I have also tried creating the report using Visual Studio 2013 and get a similar error message.
    I have tried this using SQL 2012 and SQL 2014 and get the same error.
    Does anybody know how I can create a report with Microsoft SQL Azure datasource type?

    Hi jamesla,
    Based on my research, the issue can be caused by a deleted shared data source still exist under the Data Sources list in Report Builder. For more details about this scenario, we can refer to the following thread:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/7170dbee-048c-4298-89ba-df4d42924c8e/the-report-definition-was-saved-but-one-or-more-errors-occurred-while-setting-report-properties?forum=sqlreportingservices
    Since the error message without detail information, we can try to render the report to see the detail error message. Besides, we can try to check it in the log file. The SQL Reporting Services log files are found on the reporting services point server, in
    the folder %programfiles%\Microsoft SQL Server\<SQL Server Instance>\Reporting Services\LogFiles.
    For more information about how to use Microsoft SQL azure as the data source of a report, please see:
    http://msdn.microsoft.com/en-IN/library/ff519560.aspx
    http://programming4.us/database/2158.aspx
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Including scaling information in binary file, which can be plotted in graph

    I need to plot a graph from a from a bin file, I am able to plot the graph using read binary file vi but the scaling is nowhere close to what it needs to be.
    Its in auto scaling mode, if I set the values manually by giving maximum and minimum values the graph disappears,
    I believe it has something to do with some missing header file not included in the binary file as of now.
    Can anyone help , I need to know , how to add header in the binary file so that I include the information of scales or units of measurements of the data which has to be plotted.

    Hi Shrikant,
    you include "header information" the same way as you include "data" in your binary file: You simply write that information to the file...
    When trying to plot "the file" you read both parts (header and data), one after the other!
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Can I place an image in the Note section of Contact book . I use a MacBook Pro with Yosemite 10.10 . I am NOT talking about using an image to identify the contact, just an image that contains some information relevant to the contact. I have tr

    I want to place an image in the Note section of my Contact book . I use a MacBook Pro with Yosemite 10.10 . I am NOT talking about using an image to identify the contact, just an image that contains some information relevant to the contact. I have tried copying and pasting, dragging and dropping.

    From reading Vista forums support for SSD is one of the things Vista SP2 and Windows 7 hope (need) to improve upon. I was in a similar discussion once befoe on SSDs:
    http://discussions.apple.com/thread.jspa?messageID=8482110
    http://news.cnet.com/8301-13924_3-10026010-64.html
    http://www.intel.com/design/flash/nand/mainstream/index.htm
    http://www.google.com/search?hl=en&rls=com.microsoft%3Aen-US&q=IntelSSDVista
    I don't think it is EFI issue, but with XP and drivers, lack, and wonder if you can try with Vista?
    http://arstechnica.com/news.ars/post/20080908-intel-tosses-hat-into-ssd-ring-wit h-80gb-launch.html
    That won't solve performance issues, but should work.
    http://www.reghardware.co.uk/2008/07/22/sandiskssd_vistabeef/
    "My guess is that [Samsung and Microsoft] are maybe working on the OS recognizing an SSD with a 4K-byte sector size instead of a hard disk drive with a 512-byte sector size," Wong said.
    Sun is already working with Samsung to bulk up SSD support on the ZFS (Zettabyte File System), which is included in the Solaris OS, and will also be supported in Apple's upcoming Mac OS X 10.6, codenamed Snow Leopard. Sun is adding capabilities to boost the durability and performance of SSDs on ZFS-based operating systems. For example, Sun may add defragmentation capabilities for SSDs, which organizes data in a particular order to enable quicker data access.
    SSDs were not considered ideal for defragmentation because of limited read-and-write capabilities, Wong said. However, Samsung and Sun in July jointly announced an 8G-byte SSD that bumped up durability from 100,000 read-and-write cycles to 500,000. That brings defragmentation in SSDs closer to reality, which could improve its caching and provide quicker access to data. Sun plans to put SSDs into storage products later this year.
    http://www.itworld.com/operating-systems/54115/samsung-microsoft-talks-speed-ssd s-vista

  • How to include citation information into document description

    I am a chemistry professor in a small college and have a large number of journal articles as pdf's that I reference in my research.  I'd would like to include fields for the article citation such as:  Journal, Volume, Issue, page, Author 1, Author 2.  I can copy these items in Zotero or Endnote, but it seems logical that they should be imbedded in the document and part of the Document Description and go along if I share the document with a student or collague.
    I have Acrobat 6.0 and would upgrade if a newer version of Acrobat would to this.  I would also really like to avoid using "metadata".

    Metadata is the logical way to include the information. You could add a text field, possibly making it hidden if desired, that contains the information. The standard form text field is markup and would not print if you selected only the document for printing. You could also add a header or footer that had the citation information. Another option would be to use the text touchup tool and hold the ctrl key as you place the cursor. That will give you a text field that is part of the document that allows you to enter the information. That lists a few items that might meet your need.

  • Xmltype.transform() with stylesheet that includes another stylesheet

    I' trying to use xmltype.transform() with a stylesheet that includes/imports another stylesheet. But this results in a 'ORA-03113: End of communication channel'. Is xsl:include or xsl:import supported?
    This is the first stylesheet:
    <?xml version="1.0"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
         <xsl:import href="company2.xsl"/>
         <xsl:template match="/">
              <xsl:apply-templates select="company"/>
         </xsl:template>
    </xsl:stylesheet>
    And this the second stylesheet:
    <?xml version="1.0"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
         <xsl:template match="company">
              Company: <xsl:value-of select="."/>
         </xsl:template>
    </xsl:stylesheet>
    Both stylesheets are stored in the Oracle XDB Repository in folder '/public/test'.
    The following script results in an error:
    declare
    l_xsl xmltype;
    l_xml xmltype;
    l_xml2 xmltype;
    begin
    l_xsl := xdburitype('/public/test/company.xsl').getxml();
    l_xml := xmltype('<company>Oracle</company>');
    l_xml2 := l_xml.transform(l_xsl);
    end;
    I tried the following values for the href attribute of xsl:include:
    company2.xsl
    /public/test/company2.xsl
    http://<host>:<port>/public/test/company2/xsl
    I also tried to use xsl:import instead of xsl:include with the above attribute values for href. In all cases I get the ORA-03113.
    Thanks for any help, hints or tips.
    Erwin Groenendal

    Did you look in the database alert log or in the database log area to see if any trace file was generated by your error? The listener.log may have more information too.
    Also, you can trace your session to see what is happening.
    alter session set sql_trace = true;
    run sql
    alter session set sql_trace = false;
    or
    alter session set events '10046 trace name context forever, level 12';
    or TURN on TRACING for any SESSION
    execute sys.dbms_system.set_sql_trace_in_session -
    (sid => &sid, serial# => &serial#, sql_trace => true);
    run sql
    execute sys.dbms_system.set_sql_trace_in_session -
    (sid => &sid, serial# => &serial#, sql_trace => false);
    HTH
    M.

  • We now use Acrobat xi for special active forms we created that include certifications and signature fields, some of the forms are programmed to create other forms, will we have a problem upgrading to DC

    We now use Acrobat xi for special active forms we created that include certifications and signature fields, some of the forms are programmed to create other forms, will we have a problem upgrading to DC
    Our users use a form template to create other adobe forms with calculated fields, signature fields (using digital signatures)
    , and buttons. Will we be able to continue developing these forms if we upgrade to Acrobat DC?

    Hi Alex ,
    In general ,you would not have any issues and problems moving to Acrobat DC .It has a different user interface and with more enhanced features .
    You would be able to develop the kind of forms you are referring to .
    You could refer to the following document to get more information about Acrobat DC .
    FAQ | Adobe Acrobat DC
    If in case you are referring to any particular issue or problem or if you face any regarding Acrobat DC ,we are always here to help you with that .
    Please feel free to write us back .
    Regards
    Sukrit Dhingra

  • Including document information at foot of each page

    In word I am able to set the pages so that each page that prints includes the information about the document at the foot of the page. I can't find this facility in Pages. It would be helpful so that I knew what I had called my documents when I need to go back to them. Can anyone help?

    Available since 25 august 2008 on my idisk.
    <http://idisk.me.com/koenigyvan-Public?view=web>
    Download:
    foriWork:for_Pages:paste_thepath.zip
    In fact two versions are available:
    Pastethepath
    and
    Insertthepath
    If this kind of tool gives satisfaction, I may enhance it to insert also the document's modification date.
    Yvan KOENIG (from FRANCE vendredi 14 novembre 2008 14:50:19)

  • Including Username Information in Form

    Based on the huge success earlier, here is a problem I posted a while back...
    I need to include User Information in the Designer Form each time the form is printed out. For example:
    "Printed by Joe Bloggs on the 23/11/2005 at 10:32am"
    "Printed by Jane Smith on the 24/11/2005 at 3:45pm"
    The date I can do, however I cannot find a way to to get Designer to insert the user information of the person actually viewing the document or printing the document at any particular time. I need to do this, so that we can track who has printed out the document.
    Any help gratefully received.
    Thanks,
    Niall

    Thanks Chris, Yes it was the Windows User information I needed. I am not quite at the Server stage yet, so I will work around it.
    If you get a chance, I am having two issues with Designer 7.0
    1) It is crashing alot when designing the forms (10 to 20 times a day) and;
    2) I have set up the forms as Dynamic, however when I save them they are saved as Static. I keep having to remember to do a File / Save As to force the Dynamic format. I have looked through the help file and I have Dynamic the default!!!
    Any help gratefully received. Niall

  • Can't deploy a model that includes a service

    I'm using flashbuilder 4.5.1 & lcds 3.1 and I'm trying to deploy a model that includes a service something like this:
    <service name="Zoo">
            <annotation name="ActionScriptGeneration">
                <item name="ServiceType">RemoteObject</item>
            </annotation>
            <function name="scoop" return-type="void">
             <parameter name="animal" type="opaque"/>
            </function>
        </service>
    When I try to deploy it I get this lcds error about expecting an annotation.  I've successfully used this capability in the past, any suggestions or workarounds?
    thanks in advance

    Rohit,
    Thank you very much for the explanation. 
    By the way, the Flash Builder 4.5  Data Model perspective displays the following when you hover over a <function…> tag and appears to be in error. See text in red below.
    Defines the prototype of an externally defined function within a service.
    For information about functions, including how to add them in Design mode, see Add service functions. Can
    appear
    A function element can only appear as an immediate child of a service element. Attributes
    Attribute
    Req/Opt
    Default
    Description
    name
    Required
    Specifies the function name.
    arguments (deprecated)
    Optional  
    Note: The arguments attribute is deprecated in LiveCycle Data Services 4.5. For prolonged support an d
    augmented functionality, use the parameters attribute.
    Specifies the names and types of the function’s arguments. If present, the value specified for arguments
    takes the form name:type, where name and type denote argument names and types, respectively.
    Names must be valid data model language names, and types must be valid data model language type
    expressions
    Instead of an arguments attribute, you can use child parameter elements. If you use parameter elements,
    you cannot include the arguments attribute.
    parameters
    Optional  
    Specifies the names and types of the function arguments. A missing parameters attribute indicates that the
    function takes zero arguments.
    If present, the value specified for arguments takes the form name:type[=default], where name , type, and
    default denote parameter names and types, and default values respectively. The name and type are required.
    The default value is optional.
    Separate mutliple parameters with commas.
    Default values can be literal values or expressions.
    Names must be valid data model language names, and types must be valid data model language type
    expressions.
    Instead of a parameters attribute, you can use child parameter elements. If you use parameter elements, you
    cannot include the parameter attribute.
    return-type
    Optional  
    Specifies the return type of the function.
    You must specify the type of data that is returned. However, the attribute is optional because you can use a
    child return-type element instead. Child elements
    A function element can contain zero or more annotation and parameter elements, and zero or one return-
    type elements. Example
    The data model in the following example contains a service with two functions, both of which are called
    from expressions in properties of an entity. <model xmlns="http://ns.adobe.com/Fiber/1.0">
        <entity name="Applicant" persistent="true">
            <property name="name" type="string"/>
            <property name="ssn" type="string"/>
            <property name="age" type="integer"/>
            <property name="state" type="string"/>
            <property name="score" expr="CreditScore.getCreditScore(ssn)"/>
            <property name="risk" expr="CreditScore.getRisk(state, age, score)"/>
            <id name="id" type="integer"/>
        </entity>
        <service name="CreditScore">
            <function name="getCreditScore" parameters="ssn:string" return-type="integer"/>
            <function name="getRisk" parameters="state:string, age:integer,
                 score:integer" return-type="integer"/>
        </service>
    </model> <
    Maybe you can pass this info along so it gets fixed on the next Data Model plugin release…
    Thanks,
    Oscar

  • Burning Playlists that include Purchased Music

    I've been trying to download playlists that include purchased songs, but everytime I click Burn, iTunes crashes. If I removed the purchased song, it works fine.
    We are allowed to burn purchased music correct?
    Suggestions?

    You should collect a crash log and send it to Apple so that the engineers can look at it.
    Typically, you'll need to configure Dr. Watson on your PC in order to generate crash logs. Windows start menu -> Run. Type in "cmd". Hit return. At the prompt in the command line window that comes up, type in
    drwtsn32 -i
    And hit return.
    This will create crash logs in Documents And Settings\All Users\Application Data\Microsoft\Dr Watson\. There'll usually be a file in here called "drwtsn32.log" If there's already a file there, it most likely has multiple crash logs in it (new crash logs are just appended to the end of the file). So, delete this file. This will make sure you're not sending extra information to Apple that they don't need.
    So, get the machine setup to collect crash logs, do the thing that makes iTunes crash. Send this file and your CD diagnostics to the apple moderator. Tell her Toonz sent you. It doesn't hurt to put the URL to this discussion thread, so that whoever gets it has some context.

  • Just got a Canon G7 x only to find that lightroom 5 and PS6 don't support the camera RAW that it produces. Tried the Camera raw 8.7 and that didn't help. Will there be an update that includes this camera?

    Just got a Canon G7 x only to find that lightroom 5 and PS6 don't support the camera RAW that it produces. Tried the Camera raw 8.7 and that didn't help. Will there be an update that includes this camera?

    I'm sure there will be support for the camera eventually. But Adobe never announces that information in advance. It's possible that it could be added to the 8.7 final release and to the next update of Lightroom. But that depends on the timeline and if the engineers were able to get the camera in time to create profiles. You'll just have to wait and see.

  • I am having some huge problems with my colorspace settings. Every time I upload my raw files from my Canon 5D mark II or 6D the pics are perfect in color. That includes the back of my camera, the pic viewer on my macbook pro, and previews. They even look

    I am having some huge problems with my colorspace settings. Every time I upload my raw files from my Canon 5D mark II or 6D the pics are perfect in color. That includes the back of my camera, the pic viewer on my macbook pro, and previews. They even look normal when I first open them in photoshop. I will edit, save, and then realize once i've sent it to myself to test the color is WAY off. This only happens in photoshop. I've read some forums and have tried different things, but it seems to be making it worse. PLEASE HELP! Even viewing the saved image on the mac's pic viewer is way off once i've edited in photoshop. I am having to adjust all my colors by emailing myself to test. Its just getting ridiculous.

    Check the color space in camera raw, the options are in the link at the bottom of the dialog box. Then when saving make sure you save it to the srgb color space when sending to others. Not all programs understand color space and or will default to srgb. That won't necessarily mean it will be accurate, but it will put it in the ballpark. Using save for web will use the srgb color space.

Maybe you are looking for

  • Adobe Bridge Corrupts Canon CR2 files

    Viewing Canon CR2 RAW files from a Canon EOS 7D or Canon EOS 40D camera will corrupt some images. After Adobe Bridge creates a thumbnail of the CR2 files, some images previews will show the file with corruption (large white square or discolored areas

  • ITunes cannot run because it found a problem with your audio configuration

    I started receiving this message today when I tried to synch my iPod. I updated the iTunes software, and still get this message. Defragged, optimized, killed malware, rebooted, and still get this error message. I also went through the steps detailed

  • Asset values updation in Eco. Dep area 50

    Dear All, I have created one asset for Good will as on 01.02.2010 (go live date 01.02.2010) by using AS91,  and i updated APC cost and Acum Depreciation for Dep area 50 - Eco. Depreciation only. Right now my client want to add some new values (becaus

  • Used credit card, now cannot access previous account balance

    I have always used iTunes cards to buy things, but for one purchase I had to use a credit card. I entered in the information and bought the item, but when I later went to make a purchase iTunes with my iTunes card (I had still had money on it when I

  • Insufficient privileges

    Hi I really have cross posted this now - but I am getting desperate for an answer. I have donated my old iMac (lampshade version running 10.2.8) to my father. He has an earlier iMac (with less RAM) also running 10.2.8 I connected both computers with