SQL Generation Error after converting eFashion.unv to eFashion.unx

One of the first things I tried to do with SAP BusinessObjects Business Intelligence 4.0 was convert the built-in eFashion universe.  Unfortunately, the UNX generates unresolvable outer joins, even though the data foundation layer does not contain any.  I am using BI 4.0 SP02 Fix 4.  Any ideas?
Here is what a query on the original eFashion.unv looks like for Year, State, Store name, and Revenue.
SELECT
Calendar_year_lookup.Yr,
Outlet_Lookup.State,
Outlet_Lookup.Shop_name,
sum(Shop_facts.Amount_sold)
FROM
Calendar_year_lookup,
Outlet_Lookup,
Shop_facts
WHERE
( Outlet_Lookup.Shop_id=Shop_facts.Shop_id )
AND
( Shop_facts.Week_id=Calendar_year_lookup.Week_id )
GROUP BY
Calendar_year_lookup.Yr,
Outlet_Lookup.State,
Outlet_Lookup.Shop_name
And here's the SQL generated by the converted eFashion.UNX.  Notice the outer joins in the FROM clause even though the universe doesn't contain outer joins.
SELECT
Calendar_year_lookup.Yr,
Outlet_Lookup.State, Outlet_Lookup.
Shop_name,
sum(Shop_facts.Amount_sold)
FROM Calendar_year_lookup,
Outlet_Lookup,
Shop_facts,
{ oj Outlet_Lookup LEFT OUTER JOIN Shop_facts ON Outlet_Lookup.Shop_id=Shop_facts.Shop_id },
{ oj Shop_facts LEFT OUTER JOIN Calendar_year_lookup ON Shop_facts.Week_id=Calendar_year_lookup.Week_id }
GROUP BY Calendar_year_lookup.Yr, Outlet_Lookup.State, Outlet_Lookup.Shop_name
How should I resolve the issue so correct SQL is generated by the Information Design Tool 4.0?

Correct,
Miguel has opened a dialog with the Sample Report Team and not sure what the answer was. Currently there are no samples shipped with BOE 4.0 so technically there is no issue...
All I can suggest is you use your own Universe or try to fix it your self if that's possible. I don't think they are planning on shipping samples with the GA release. They may eventually but no sure at this time.
Don

Similar Messages

  • Syntax error after convert data : LSMW

    Hi,
      I am doing a LSMW for MM01. After the convert data step I get the following syntax error:
    The following syntax error was found in program
    /1CADMC/SAP_LSMW_COMV_00000168
    For typr "C", a max length specification of 65535 is allowed.
    Can anybody help me in figuring out where I am going wrong.
    Thanks,
    Nilesh

    just execute ur lsmw in this, there is tab button user menu next to execute button , click on that , u come across a pop screen where u have a check box in that just select generate conversion program and display conversion program. and press enter.
    afterwards select the radio button generate conversion program , it will shows the program in this do systax check. u will findout the error .
    do syntax check by running step generate conversion programe,
    and also check source fields step , r u giving correct length or not for each field.
    Thanks
    null

  • Autoconfig error after convert to charachter set

    Hi all;
    I made character set converstion by using adadmin to American_America.UTF8 to WE8ISO8859P9... after this convertion i want to edit my xml file which is in application node.. I edit xml file and i change parameter to:
    American_America.UTF8 to American_America.WE8ISO8859P9... I just didnt change one parameter..
    its :
    <dbcset oa_var="s_dbcset">UTF8</dbcset>
    now when i run autoconfig its gives me that error:
    ************* Start of AD Character-set Conversion session *************
    AD Character-set Conversion version: 11.5.0
    AD Character-set Conversion started at: Thu Feb 12 2009 09:25:19
    ERROR DESCRIPTION:
    (*******FATAL ERROR*******
    PROGRAM : (/data/CLON/prodcomn/admin/install/CLON_bmuhapp/txkFrmUTF8.pl)
    TIME : Thu Feb 12 09:25:19 2009
    FUNCTION: TXK::Process::run [ Level 3 ]
    MESSAGES:
    Command error: <rc> = 512, <command> = /data/CLON/prodappl/ad/11.5.0/bin/adncnv /data/CLON/prodora/8.0.6/forms60/admin/resource/TR/fmrweb_utf8.res utf8 /data/CLON/prodora/8.0.6/forms60/admin/resource/TR/frmweb_WE8ISO8859P9.res WE8ISO8859P9
    STACK TRACE
    TXK::Error::abort('TXK::Error', 'HASH(0x815425c)') called at /data/CLON/prodappl/au/11.5.0/perl/TXK/Common.pm line 299
    TXK::Common::doError('TXK::Process=HASH(0x80c7a68)', 'Command error: <rc> = 512, <command> = /data/CLON/prodappl/ad/11...', undef) called at /data/CLON/prodappl/au/11.5.0/perl/TXK/Common.pm line 314
    TXK::Common::setError('TXK::Process=HASH(0x80c7a68)', 'Command error: <rc> = 512, <command> = /data/CLON/prodappl/ad/11...') called at /data/CLON/prodappl/au/11.5.0/perl/TXK/Process.pm line 434
    TXK::Process::run('TXK::Process=HASH(0x80c7a68)', 'HASH(0x8ae50a4)') called at /data/CLON/prodcomn/admin/install/CLON_bmuhapp/txkFrmUTF8.pl line 212
    eval {...} called at /data/CLON/prodcomn/admin/install/CLON_bmuhapp/txkFrmUTF8.pl line 112
    ERRORCODE = 1 ERRORCODE_END
    .end std out.
    I found this note:
    Subject: Running "perl adcfgclone.pl appsTier" Failed on TXKFRMUTF8.PL, fmrweb_utf8.res utf8 Doc ID: 417562.1
    in the note, the parameter is in my xml file is %s_at_cset% =WE8ISO8859P9
    But i controlled one other instance and this parameter whihc we made convertion successfully its same as upper... My db is UTF8 now.. it can be cause of this error?
    Thanks alot
    Helios

    American_America.UTF8 to American_America.WE8ISO8859P9... I just didnt change one parameter..
    its :
    <dbcset oa_var="s_dbcset">UTF8</dbcset>What about the following parameters?
    <APPL_TOP_CSET oa_var="s_at_cset">WE8ISO8859P9</APPL_TOP_CSET>
    <NLS_LANG oa_var="s_tools_nlslang">American_America.WE8ISO8859P9</NLS_LANG>
    <NLS_LANG oa_var="s_nlslang">American_America.WE8ISO8859P9</NLS_LANG>
    <NLS_LANG oa_var="s_weboh_nlslang">American_America.WE8ISO8859P9</NLS_LANGAs applmgr user, set NLS_LANG to the new value manually and run AutoConfig again.
    Note: Make sure you backup your existing context file before modifying it.

  • Fpga code generation error after updating from 8.5.0 to 8.5.1

    Hi All,
    I have a FPGA-VI which was compiled in LV 8.5.0 without errors. After I updated to 8.5.1 the Code Generation stops, telling me the clock domain is not supported for write FPGA I/O node (see attachment).  Also I attached a picture of a simplified FPGA-VI which brings up the same error.
    I use a PXI-7833R connected to a cRIO-9151 R Series Expansion Chassis with a NI-9421 modul (8-ch DI, 24V) installed in it.
    My original FPGA-Code has a theoretical maximum of 22MHz, so I can't change the clock domain to 40MHz.
    Do you have any suggestion how to get the VI compiled?
    Uli
    Solved!
    Go to Solution.
    Attachments:
    ErrorMessage1.jpg ‏30 KB
    FPGA-VI1.jpg ‏17 KB

    Hi Ruhmann, hi Basset Hound,
    thank you for your reply and giving me a better insight in things.
    I started my VI with 40MHz clock domain. The Vi got bigger, some more logic here and some more code there. Finaly the compiler couldn't satisfy the timing any more. Instead of optimising the code, I reduced the clock domain.
    Until your post I didn't realise I use CompactRIO I/O. Is There a difference to (let me call it) "direct R-Series I/O"?
    I need the Expansion Chassis (Connector 1), the 9421 (8-ch DI) and 94?? (8-ch DO) to connect 24V logic to the FPGA. Additionally I have two SCB-68 (Connector 2+3) for 5V logic (DI, DO, A/B linear position measurement, pulse generation) and some analog input. All code in 1 VI, but distributed in 3 loops.
    To change the clock domain back to 40MHz, I have to optimise my code . Well, the code is sloppy , so optimising is OK .
    To tell the hole story:
    After updating to 8.5.1, my first contact to NI was by phone. The engineer asked for the Code, the project and the hardware.
    It took a while for me to put the information in an email. Meanwhile engineer the found a paper with the solution I
    mentioned in my second post and send it to me, before looking at my code. The paper said someting about "tightend timing constraints",
    "safe communication" and "multiple DMA target to host transfer". Not exactly what I was doing, but I reinstalled
     RIO 2.3.1 and ... compile successful.
    @ Basset:
    The simple VI (picture) in my first post reproducese the issue exactly.
    I'm not at work any more, so I can't provide the full code or the SRQ# until tuesday (holiday on monday ).
    FYI I'm located in Germany, so I called the german NI support.
    Uli

  • Blue screen error after converting physical to virtual server using disk2vhd

    I have used the sysinternals disk2vhd to create the c: drive from a Dell server. I was able to create a virtual server and boot but had licensing issues. After a support call and doing a repair install to change licensing I am now getting a: "a process or
    thread crucial to system operation has unexpectedly exited or been terminated" after the virtual machine boots and I log on. I tried to get the integration services installed but the server wouldn't stay running long enough.
    Any suggestions for resolution would be appreciated.

    Hi,
    Have you tried the suggestion? I want to see if the information provided was helpful. Your feedback is very useful
    for the further research. Please feel free to let me know if you have addition questions.
    Best regards,
    Vincent Hu

  • Internal memory error during SQL generation. (QP0002)

    Post Author: Rajesh Kumar
    CA Forum: WebIntelligence Reporting
    Hi,
    I developed one Report in BO 5.1 version (Report size à 13 MB) and I Migrated this Report to BO XIR2,
    After I Migrated this Report to BO XI R2 this Report was worked perfectly in DESKI & also in WEBI
    But now for the past few Days (nearly 1 week) this Report is not working in WEBI, but itu2019s perfectly working in DESKI. In WEBI itu2019s showing error message à u201CInternal memory error during SQL generation. (QP0002)u201D
    Iu2019m having one PDF documentation for BO Error Messages Listing, in that Documentation I have found the below à
    Internal memory error during SQL generation. (QP0002)
    Cause This error occurs when there is no longer enough memory to generate the SQL.
    Action You should close other applications and then rerun the query.
    I tried this alsou2026.
    I closed all other applications and I Refreshed this Report, but again the same error is coming in WEBI
    Report is working in DESKI but itu2019s not working in WEBI, I donu2019t know how to rectify this problem
    Can anyone help me in this to rectify.. please
    Thanks in advance
    Rajesh Kumar

    Hi,
    I investigated further and if the previous solution doesn't help you to resolve the issue please test the below mentioned solution.
    When several contexts are possible for a query, the system tests if they produce the same set of tables. If they are identical, it is not necessary to prompt the user. It is the default behavior. But for some particular universes, the designer defines different contexts with the same tables, but with a different set of joins. This will compare the context with the joins. When this happens, InfoView fails with this error.
    Resolution
    1. Import the universe.
    2. Modify the following parameter:
    COMPARE_CONTEXTS_WITH_JOINS = No
    3. Export the universe.
    4. Open the Desktop Intelligence report in InfoView and refresh it.
    It will refresh successfully
    Regards,
    Sarbhjeet Kaur

  • SQL generation failed see your business objects administrator (Error:WIS 00

    I have a user who in WEBI has refreshes report frequently.
    :stupid: . After 5-10 minutes of inactivity it will toss out this error:
    SQL generation failed. See your business objects administrator. Error: WIS 00013 Error: INF

    Hi Rohit,
    could you please test the following settings to resolve the issue.
    1. CORBA
    -requestTimeout
    This is the default CORBA timeout which can be set on any BOE services through command lines in CCM. And this switch is in millisecond.
    Registry CORBA Timeout
    This is a default hard coded 10 mins timeout for CORBA. WebI and DeskI did get integrated into this regkey:
    (1) Go to HEKY_LOCAL_MACHINE -> SOFTWARE -> Business Objects -> Suite 11.5 -> CER.
    (2) Modify ConnectionTomeout from 600000 to higher value.
    (3) Restart all services in CCM.
    2. Infoview Java Application (For example, Tomcat) Session Timeout If a user idles in Infoview for longer than this timeout, the session will be killed automatically. The default session timeout is 20 mins. To change the default session time out for InfoView:
    (1) Go to u201Cu2026\Tomcat\webapps\businessobjects\enterprise115\desktoplaunch\WEB-INF\web.xmlu201D
    (2) Modify web.xml. Scroll to the following section:
    <session-config>
    <session-timeout>20</session-timeout>
    </session-config>
    (3) Edit the <session-timeout> value to the desired value. Save the web.xml file.
    (4) Restart Tomcat.
    If you meet their sessions are not getting released when they log out, here are two things to check in web.xml:
    (1) If the below configuration was set by true, that means they will have another session allocated to them once they begin to move around in Infoview after the user times out. If it was
    set by false, the user have to re-logon after they times out.
    <context-param>
    <param-name>logontoken.enabled</param-name >
    <param-value>true</param-value >
    </context-param>
    (2) All sessions will be cleanup after they times out if uncommented the below configuration. If you are having issues with sessions staying in CMS, try to uncomment the below line and
    restart tomcat.
    <listener>
    <listener-class>com.businessobjects.sdk.ceutils.SessionCleanupListener
    </listener-class>
    3. Tomcat
    ConnectionTimeout
    The default value is 20000 milliseconds. To disable it, try to set the value to -1 as below:
    (1) Go to u201Cu2026\Tomcat\conf\server.xmlu201D.
    (2) Find line u201CConnector on port 8080u201D.
    (3) Modify connectiontomeout = u201C20000u201D to ConnectionTimeout = u201C-1u201D.
    4. Universes
    Execution Timeout
    (1) Go to Universe Designer -> File -> Parameters -> Controls.
    (2) Check the value of u201CLimit execution time tou201D.
    5. WebI
    Connection Timeout
    The number of minutes before an idle connection to the WebI Report Server will be closed. When Java Report Panel, it is now controlled by this timeout switch:
    (1) Log into CMC
    (2) Go to Servers -> WebI Report Server
    (3) Set Connection Timeout
    WebI Report Timeout
    WebI designers have the ability to set a limit on how long a query can be run on a database before the query is stopped:
    (1) Edit/Create a new WebI report using Java Report Panel.
    (2) Choose Edit Query -> Properties.
    (3) Now deselect/increase the "max retrieval time" value.
    Swap Timeout
    In Java Report Panel and you leave it idle for more than 5 minutes (Default), you will notice that you will no longer be able to save your WebI report into CMS or your report will take longer
    to generate. This is because SwapTimeOut setting which controls the flushing interval of WebI temp files:
    (1) HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 11.5\default\WebIntelligence\Server\Admin\SwapTimeOut
    Regards,
    Sarbhjeet Kaur

  • Report error after update to SQL 2005

    We revently updated our database server from SQL 2000 to SQL 2005.  After the update we have a report getting the following error.
    Failed to retrieve data from the database.
    Details: 22018:[Microsoft][ODBC SQL Server Driver][SQL Server]Conversion failed when converting the varchar value '96.48' to data type int. [Database Vendor Code: 245]
    The report contains 2 views with one join and worked fine previously.  The field referenced by the error will display fine as long as there are no fields from the other view on the report.  As soon as I add a field from the second view, no data is displayed.  I have not created any conversion to integer within the Crystal report for any field.  Any help getting this to work again would be greatly appreciated.

    Hi,
    What steps did you perform before upgrading? dont update. Try to back-up all your database and restore to SQL Server 2005 manually lets see if it have problems, seems to me a conflict datatypes.
    Regards,
    Clint

  • SQL Anywhere Error -157: Cannot convert '' to a timestamp(Send Date to SUP Server in IOS)

    Hi Every one,
       How to send DATE format to the sales_order table for order_date column  from iOS.
    I tried like this..
    @try {
            SUP105Sales_order *insertRow =[[SUP105Sales_order alloc]init];
            int32_t idValue =2671;
            int32_t custID =103;
            int32_t sales =506;
            insertRow.id_=idValue;
            insertRow.cust_id=custID;
            insertRow.order_date=[NSDate date];
            insertRow.fin_code_id=@"r1";
            insertRow.region=@"Hyd";
            insertRow.sales_rep=sales;
            [insertRow save];
            [insertRow submitPending];
            [SUP105SUP105DB synchronize];
        @catch (NSException *exception) {
            NSLog(@"Exception---%@",exception.description);
    In server log:
    2014-02-28 16:39:41.833 WARN Other Thread-182 [SUP105.server.SUP105DB]{"_op":"C","level":5,"code":412,"eisCode":"257","message":"com.sybase.jdbc3.jdbc.SybSQLException:SQL Anywhere Error -157: Cannot convert '' to a timestamp","component":"Sales_order","entityKey":"3210004","operation":"create","requestId":"3210005","timestamp":"2014-02-28 11:09:41.646","messageId":0,"_rc":0}
    I strongly believe the above error for because of Date format..
    Can any one help me me how to send date to database in SUP in iOS??

    I Found solution after long time, use Timestamp  datatype instead of Date datatype..it works for me..

  • Unable to install iTunes after converting from Windows Vista to Windows 7.  Am told installation was successful, then "iTunes was not installed correctly", followed by "Error 7 (Windows error 193).

    Unable to install iTunes after converting from Windows Vista to Windows 7.  Am told installation was successful, then "iTunes was not installed correctly", followed by "Error 7 (Windows error 193).  I have my iPod plugged into my computer via USB port.  What am I doing wrong?

    i have the only account on my laptop so have checked and am the account administrator
    i run windows 7 home premium
    I have the same problem and
    have followed the link uninstalling in the correct order,
    then restarted as per instructions,
    went to Apple to download itunes,
    hit download now,
    Visit the iTunes download page. Click Download Now to download the iTunes installer. When prompted, click Save (instead of Run).
    did not get a save instead of run prompt
    Right click on iTunesSetup or iTunes64Setup (the installer you downloaded in step 3).
    If you have Windows Vista, Windows 7, and Windows 8: Choose "Run as administrator."
    i can only click run as administrator from right clicking the shortcut on my desktop screen
    If iTunes fails to install or repair, it might be necessary to remove components left from a previous installation of iTunes and then reinstall.
    sick of doing this
    at least 7 or 8 times i have re installed itunes to no avail
    troubleshooting no better
    please help. pulling my hair out at this stage
    it was working fine until 2 days ago when i opened itunes it offered to update to 12.1
    not working since i clicked yes
    also i have gone to restore previous point and ffs there are no restore points before my multiple reinstalls
    really dont want to have to restore factory settings

  • Error while converting schema from oracle to SQL server

    Hello,
    I am getting following error while converting schema from oracle to SQL server using SSMA.
    I get Errors 1-3 while migrating procedures and error 4 while migrating a table.
    1- O2SS0050: Conversion of identifier 'SYSDATE' is not supported.
    2- O2SS0050: Conversion of identifier 'to_date(VARCHAR2, CHAR)' is not supported.
    3- O2SS0050: Conversion of identifier 'regexp_replace(VARCHAR2, CHAR)' is not supported.
    4- O2SS0486: <Primary key name> constraint is disabled in Oracle and cannot be converted because SQL Server does not support disabling of primary or unique constraint.
    Please suggest.
    Thanks.

    The exact statement in oracle side which causing this error (O2SS0050:
    Conversion of identifier 'to_date(VARCHAR2, CHAR)' is not supported.) is below:
    dStartDate:= to_date(sStartDate,'MON-YYYY');
    Statement causing error O2SS0050:
    Conversion of identifier 'regexp_replace(VARCHAR2, CHAR)' is not supported is below.
    nCount2:= length(regexp_replace(sDataRow,'[^,]'));
    So there is no statement which is using to_date(VARCHAR2,
    CHAR) and regexp_replace(VARCHAR2, CHAR) in as such. 'MON-YYYY'  and '[^,]'
    are CHAR values hence SSMA is unable to convert it from varchar2 to char.
    Regarding SYSDATE issue, you mean to put below code in target(SQL) side in SSMA ?
    dDate date := sysdate;
    Thanks.

  • Several errors after running catalog.sql

    I did a fresh installation of oracle apps EBS 11.5.10.2 on Linux OEL and was trying to do an import/export and it was not working as expected. So after i looked at Oracle's documentation it said catalog.sql has to be run before using the import/export. So i ran catalog.sql first but i did not run it with SYSDBA but ran it as SYSTEM and i saw several errors like access denied etcv. after i ran the catalog.sql i was not able to login via apps or any other user except SYSTEM and was giving me erros like ORA-04065:not executed,altered or dropped stored procedure "SYS.DBMS_SESSION"
    After this to fix the issue i ran @?/rdbms/admin/catpatch.sql and @?/rdbms/admin/utlrp as SYSDBA but both executed a lot of grants etc but are haging at some point and not finishing.
    The current state of the database is that im not able to login via any user except SYSTEM and i think i corrupted the db dictionary as everywhere i see they say running catalog.sql on an existing database is a bad idea. Can anyone help?

    Hi Dheeraj,
    My db version is 9.2.0.5.0 and OS is OEL 5.7.
    The doc where it was mentioned to run catalog.sql before using import/export is below:
    http://docs.oracle.com/cd/B10501_01/server.920/a96652/ch01.htm
    Please do not follow the steps in this link and instead follow the steps in (9i Export/Import Process for Oracle Applications Release 11i [ID 230627.1]).
    Currently when im trying to login using apps or any other user below are errors i get.
    ERROR:
    ORA-00604: error occurred at recursive SQL level1
    ORA-04068: existing state of packages has been discarded
    ORA-04065: not executed, altered or dropped stored procedure "SYS.DBMS_SESSION"
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512:at "SYS.OWA_VPD_CTX", line 5
    ORA-06512:at "SYS.PORTAL_LOGIN", line 3
    ORA-06512:at line 2
    Can you pls help me to fix this.The status of the package is invalid and you need to validate it. Connect as sysdba and issue:
    SQL> select owner, object_type, status
    from dba_objects
    where object_name = 'DBMS_SESSION';
    SQL> alter package DBMS_SESSION compile body;
    SQL> show error
    SQL> alter package DBMS_SESSION compile;
    SQL> show errorPlease also see:
    Data Dictionary Objects Invalid after Running catalog.sql, catproc.sql, utlrp.sql or catpatch.sql [ID 752783.1]
    Debug and Validate Invalid Objects [ID 300056.1]
    How to Diagnose Invalid or Missing Data Dictionary (SYS) Objects [ID 554520.1]
    Thanks,
    Hussein

  • How do I convert a large file which show error after is converting?

    I've tried to export a PDF to Excel and  word file and have not been able, show error after downloading and show converting in progress
    File is les 100MB and 936 pages

    Hi Large Files to Convert,
    Even when a PDF file is under the 100-MB file size limit, it could be that the large number of pages is adding a level of complexity that causes the ExportPDF service to timeout before it can finish the conversion.
    If the PDF file wasn't created from a scanned document, you can simplify the conversion somewhat by disabling OCR as described in this document: How to disable Optical Character Recognition (O... | Adobe Community
    Otherwise, you might want to consider using a free trial of Acrobat to convert that large file. For more information, see www.adobe.com/products/acrobat.html.
    Best,
    Sara

  • EVDRE error after adding new member - AFTER installing SQL 2008 R2 SP1 CU2

    Hi guys.
    We're seeing the same error as detailed in Link:[Re: EVDRE error AFTER expanding on a newly added member, sometimes....;
    Basically, any new members that are added appear in the SQL tables, but throw out "EVDRE has encountered a problem..." when trying to use them.
    Generally, this problem clear up if we leave the member overnight (although why this should be, I have no idea - the system does nothing extra overnight).
    We have tried processing the cube, full processing of the application and even a server reboot, all to no avail.
    However, the generally accepted fix for this is to upgrade SQL 2008 R2 to SP1 CU2 (SQL 10.50.2772)
    This system was patched to that level before BPC was ever installed, precisely to avoid this problem.
    This is not the first time that we have seen this behaviour.
    I have experienced it in one other environment, which I keep meaning to rebuild.
    These installations are in completely different environments.  The only similarities are that they both use Windows Server 2008 R2 and SQL 2008 R2.
    The issue only started to appear in this second environment today (we have 3 other environments with the same software version that do not have the problem).
    It had been assumed before today that the first problematic environment might need a rebuild due to this issue being caused by some other factor.
    However, this is now far too coincidental to be the case.
    Has anyone seen similar issues even after patching to v10.50.2772, or does anyone have any suggestions at all.
    I could really do with a quick win on this one.
    Thanks

    Hi,
    i've had the same issue in the same days. I confirm that the issue appear after adding any member and it's clear overnight.
    My system is different:
    Windows Server 2008 NT 6.0 <X64> (Build 6002: Service Pack 2) Enterprise Edition
    and Microsoft SQL Server 2008 Enterprise Edition (SP1) - 10.0.2841.0 (X64)
    The issue appears in the last months.
    It's occurs only on specific machine (always the same client), in the same moment other machines can open the same input schedule and expand without problem.
    I've noted also that when I cancel the added member the issue disappear, the same behaviour with APShell.
    I have the same configuration on development and test environment, same version of O.S. and SQL server, but there I don't have problem. The only difference is that these two environments are single server (application and DB server on the same machine) Instead, the production environment is multiserver (2 application server + DB server).
    Maybe there is a service that take a long time for sincronization (it's triggered in the night?).
    Could you verify if on some machine the evdre works fine and and that when you delete the  added member evdre starts to work?
    Kind regards
    Roberto
    Edited by: Roberto Vidotti on Dec 19, 2011 6:01 PM

  • After Efects Error: overflow converting ratio denominators.(17 :;18)

    Hello, I am experiencing a serious problem with after effects.
    It started when I right clicked a clip in my premiere pro timeline and chose "replace with after effects composition."  Upon moving the clip into my already open after effects project, the wrong still frame opened up in the comp viewer, followed by this error: After Effects Error: overflow converting ratio denominators.(17 :;18).  Clicking OK does nothing, and even after closing after effects and restarting the computer, upon opening my project, I simply get this error which will not go away, and as long as it is open, I can do nothing else with after effects.  I cannot just create a new project as several other comps are contained within this specific project, and because of this error I now have no access to them.  What can I do to correct this?

    Hi there
    Well, I have this issue for two days so I was like "OMG!", but then I have found this forum and this post which gave me some clues what should I do or what to try...so: my problem was that when I did try to open my huge project (quantum of clips, pics, effects etc.) I got to that error message and when I clicked "OK" project opens TOTALY EMPTY so I couldn't try out any of your solutions (having CAPS LOCK ON didn't help, cos simply there was absolutely nothing inside the project)...so I began scratching my head saying something like: "Hey, wait a sec - what the...?!?!?!". After some messing with empty projects I was able to import my buggy project via IMPOERT>FILE>*.aep, but as soon as I open the composition inside it crashes with exact the same error message (but at least I was able to see what's inside) + some other errors. So I write them all down to a paper and after some time I noticed there are like 2-3 the same errors that occure most of the time...and those was errors with AF own internal effects of AUTO CONTRAST and LINEAR WIPE (+ one more but that one has no significancy and also I was not sure if that third one is internal effect or not: Classic 3D). Then automaticaly my next thought was: "Hm, OK, I should try disabling those effects and see what will happend..." - well, guess what: IT HELPED!!! I went to C:\Program Files\Adobe\Adobe After Effects CS6\Support FilesPlug-ins\Effects\ and there I changed the *.eax extension of those plugins to *.eax- (or any other "unnown" extension :-D). And after some while I narrow it to one definitive internal effect plugin bug of AUTO CONTRAST! So my guess is that the framerate bug (having not whole number as framerate, like some of you suggested here) is probably NOT AFTER EFFECTS INTERNAL BUG AS WHOLE, but reather bug in some of its internal effects dealing with it (the framerate) - hope it will help to resolve this many years long bug (+ sorry: english is not my native language :-D)
    Message was edited by: eriqire9 - sorry, I by mistake write the buggy effect name wrong, it was AUTO CONTRAST, not Auto Focus :-)

Maybe you are looking for