A&B schemas are not populated with data after successfull deployment in BCC

Hi all,
Initially I'm able to up the site with the data in my catalog schemas(A & B), But all of sudden the data is deleted in both schemas after performing full deployment and
the data is not populated.
From then, even If I do incremental deployment the data is not populated in targeting schemas. Please suggest me where I've done the mistake.
Please help as soon as possible.
Thanks,
Kushal.
Edited by: 916721 on Jun 5, 2012 11:23 AM

Check the publishing (CA) and production (target) server logs when you start the deployment after setting loggingDebug as true for the following components through dyn/admin.
on CA Server:
/atg/epub/DeploymentServer
on Target site:
/atg/epub/DeploymentAgent
/atg/deployment/DeploymentManager
/atg/commerce/catalog/ProductCatalog_production or /atg/commerce/catalog/ProductCatalog_staging/ (depending upon your configuration)
See if you can find any exception or other error from debug logs.

Similar Messages

  • Voices are not sync with video after upgrade to imovie11

    After the upgrade to Imovie11, the voices are not sync with the movie.
    I digitaled a lot of Sony Handicam Video 8 (HI8) tapes, also many other tapes.
    All the movies, incl. the new ones, has the problem with de voices.

    I gather you are using DV files. Here's what you should expect after upgrading to version 9.0.2 of iMovie '11: if you have event-clips that are longer than an hour and half you will have a noticeable lack of synchronization near the end of the clip. The only way I know of reducing the gap between audio and video while still using iMovie '11 is to open the file in QuickTime 7 (not X) and trim the file so that only the footage your tying to fix is left. Save that shortened file and import it into iMovie. It should seem synchronized now. But there is probably a remaining problem: the picture quality is has been lowered by being in iMovie. To check this, open you DV files in MPEG Streamclip. If there is no improvement in quality, you're lucky. When I play my DV files (from Video8--the original analog 8mm video) in MPEG Streamclip the color and tones are much richer. In iMovie '11 (and, I think, iMovie '09), the picture is washed out, lacking color saturation and general subtlety. This makes all makes iMovie '11 (at least) essentially useless for DV files--if my experience is generalizable. What I don't know at this point is whether these two kinds of problems (lack of synchronization and picture degradation) are avoidable by using iMovie '06 or Final Cut Express.
    Message was edited by: Paul Bullen

  • Time frames are not accurate with data used?

    Why does the time frame of Data used  not correctly  reflect the same on my bill?

        Hi Critch! Thats a great question. The difference in times may be reflective of difference in time zone or usage not reported while on an extended network. Are the times off by a few minutes or several hours? Does this happen with voice and messaging usage as well?
    Thanks,
    AdamE_VZW
    Follow us on Twitter @VZWSupport

  • RSA3 - Zfield not populating with data.In debugging data is there in BADI

    Hello,
    Added a new Z field to datasource 0CRM_SRV_PROCESS_H.
    Everything Activated in RSA6 and everything is fine.
    Code writeen in BADI CRM_BWA_MFLOW.We checked while debugging the field is getting populated when we modified the internal table CT_DATA data.
    But when we run the RSA3 and check the data the field is there but data is not coming and its coming is blank.
    Everything checked and it looks fine.Request response if someone can guide the reason or the cause that is missed out.
    Thanks,
    Rahul

    Hi,
    Please check if OSS 692195  helps.
    -Vikram

  • Palm Desktop will not update with Data after HotSync

    All:
    Palm Centro
    Windows Vista
    Desktop v6.2.2. 
    HotSynch Manager 7.0.2.2.
    I have a Palm Centro with Windows Vista.  Everytime I HotSync, some of the Desktop items (Calendar, Contacts, Etc.) are updated.  I uploaded Palm Desktop so it is the latest version.  When I look at the log files, I see the following:
    To Do synchronized successfully 
    Memo Pad synchronized successfully
    Backed up some files successfully
    Back up 4 files sucessfully
    MultiMail BData
    Messages Database
    HxSyncRegistry
    Saved Preferences
    Failed to Backup 1 file
    Pm TraceDatabase
    Protocol Error:  Handheld file could not be opened (4004)
    SYNCERR_FILE_NOT_OPEN
    Any Suggestions on what the bug or setting might be causing this error?
    Post relates to: Centro (Sprint)

    Have you messed with versamail on the device any? Sounds like you have configured an eas account on the device either accidently or intentially, you will have to delete that account before you can sync contacts and calendar to your pc.
    Once you have configured versamail to sync any email account you have to have atleast one set up so you will need to set up a new email account either fake or real before you can delete the eas account.
    Post relates to: Centro (Sprint)

  • Table are not prefixed with Schema in  SQL request - Unable to get Data

    I began this new thread because I closed the [previous one|Unable to get data (DSN connection); a little bit early, I believed it was OK but no the problem still here.
    First my architecture :
    Oracle 9g
    +500 Reports made under CR developper 8.5 or 9.0
    Report opened in VB .net application, framework 2.0 using CR runtime 8.5 and 9.0
    We want to upgrade CR version to 2008, so modification of reports will be done with CR 2008 Developper, and we want to
    use only CR 2008 runtime.
    The problem :
    Everything works fine in CR Developer, but the same report with the same parameters failed when called inside .net.
    The error is "Unable to get data", the database connection is OK but the queries mades from inside the report are wrong :
    The tables/views in the from statement are not prefixed with the Schema, so Oracle don't find them.
    Example (SQL monitoring done with TOAD)
    Execution of postes.rpt report directly in CR :
    Timestamp: 10:30:03.881
    Successful logon attempt (session tag: 0x6464CB8)
    username: 'APPLI_HUET'; database: 'DEV'
    SELECT ...
    FROM  "COMMUN"."ETAB" "ETAB" INNER JOIN "GESTION_DES_TEMPS"."POSTES" "POSTES"
    ON "ETAB"."N_ETAB"="POSTES"."N_ETAB"
    WHERE  "POSTES"."N_ETAB"=2 ORDER BY "POSTES"."N_POSTE"
    Timestamp: 10:50:29.178
    Logoff (session tag: 0x6464CB8).
    Same report, same authentication but throught .net program :
    Timestamp: 11:01:24.569
    Successful logon attempt (session tag: 0xA93FC38)
    username: 'APPLI_HUET'; database: 'DEV'
    SELECT ...
    FROM   "ETAB" "ETAB" INNER JOIN "POSTES" "POSTES"
    ON "ETAB"."N_ETAB"="POSTES"."N_ETAB" WHERE  "POSTES"."N_ETAB"=2 ORDER
    BY "POSTES"."N_POSTE"
    Runtime error occurred: 942 (ORA-00942: Table ou vue inexistante)
    The .net code :
    Dim _report As New ReportDocument()
    _report.Load("report.rpt", OpenReportMethod.OpenReportByDefault)
    Dim myConnectionInfo As ConnectionInfo = New ConnectionInfo()
    myConnectionInfo.ServerName = "DSN_file"
    myConnectionInfo.UserID = p_Userid
    myConnectionInfo.Password = p_Password
    ' to see code in this method se my original post
    SetDBLogonForReport(myConnectionInfo, _report)
    SetDBLogonForSubreports(myConnectionInfo, _report)
    Dim frmViewer As New CrystalReportViewer
    frmViewer.CrystalReportViewer1.ReportSource = _report
    frmViewer.Show()
    Any ideas ?

    Thanks for the and sorry but I don't understand.
    I've made a research of Location on this forum the more intersting thread I've found is rpt-files do not function anymore after deploying to a different database, but I still don't understand.
    I take a look at all code sample and I can't found anything.
    You say that .Location need to be set, indeed Location property of CrystalDecisions.CrystalReports.Engine.Table object only contains table name.
    I tried to overrides this value by the fully qualified table name (ie Schema.Table, for example GESTION_DES_TEMPS.POSTES), and it work  BUT it wouldn't be the solution, my code is designed to be generic, I can't have a database to know wich schema add before differents table name.
    Why when we execute the report directly in CR 2008 developper we don't have to redefine the table location ?
    Another test :
    I've made a new report directly in CR 2008 with a DSN, launch it in .net with the same DSN (server) : OK
    Then I launch it in .net with another DSN, it work also.
    Why report done with Crystal 8.5 or 9.0 have this problem ?
    I'me gonna be mad....
    Edited by: Yoann DAVID on Jan 8, 2010 3:32 PM

  • Any forms are not opening with error ORA-01403: no data found in R12

    HI ,
    Suddenly any of  the form are not opening with following error.
    FRM-40735: WHEN-NEW-FORM-INSTANCE trigger raised unhandled exception ORA-04063.
    Can any one help ?

    I bounced the database and listner. Have application down.
    After
          Compile/Reload Applications Database Entities
       1.    Compile APPS schema
    Still I see 5012 apps object invalid.
    select
    count(*) from dba_objects where status !='VALID' and owner=
    'APPS'
    COUNT(*)
    5012
    1 row selected.
    is that a normal count I do not have previous baseline to compare with.

  • The movie trailers via AppleTV are not up-to-date with trailers on Apple's web site... why?

    I love my Apple TV. I have no problems using it whatsoever. There's just this one issue.
    The movie trailers I see on AppleTV are not up-to-date with the movie trailers on Apple's web site. I'm hoping there is a user tweek that would resolve this issue.
    Thanks in advance for any help.
    Cheers,
    Adam

    Welcome to the Apple Community.
    I don't believe the trailers are from the same source, which would explain why they are not necessarily the same.

  • HT1386 if i let it automaticlly sync, does it delete al the things i have on my iphone who are not up to date with itunes?

    if i let it automaticlly sync, does it delete al the things i have on my iphone who are not up to date with itunes?

    That is a different question. So, do you mean you are using a new computer with iTunes to sync? I'm presuming that is what you mean if you just downloaded iTunes?
    If so, then the following support article will help you get your purchased items into the new iTunes library:
    http://support.apple.com/kb/ht1848
    To transfer items that were not purchased through iTunes you will need a 3rd party software to do so. Do a Google search so you can review the options and select one to use.
    Cheers,
    GB

  • Grand total values are not matching with Detail report

    Report has grand totals and when I drill to the detail report, grand total values are NOT matching with parent report totals, I did some analysis but I'm clueless on this issue.
    Please provide your thoughts and insight on this issue..
    Thanks

    is your summary and detail reports hitting different facts, like summary hitting aggregate and detail report hitting it's corresponding detail level fact..?
    if then,
    From Front-end:
    Fix the filter values in detail report that are passing from master report then try delete each columns then check the grand total. If you found your values is matching by deleting particular column then you need to investigate what is the issue around with that dimension table..
    From Database side:
    1. check first aggregate table has proper aggregate data of it's detail..
    2. Take the detail report obiee generated query and try to comment each dimension table and it's corresponding joins to the facts, (before, this delete all the dimensional columns and other measures from select statement and put only that measure where you are getting wrong value, so that you need not to comment all the select and group by columns which saves your time.. ). Need to check by commenting each dimensional wid and it's table from clause, if you found that values is matching then there is some problem with wid columns data population in your ETL.
    Is that BI-Apps project?
    btw, whtz ur name?

  • Circular logical schemas are not supported

    Hi,
    I have created a repository in the OBIEE using the data model diagram supplied to me. I have dragged the entire physical layer model to form my BMM Layer Model.
    I am getting the below error when I create my RPD. "Multiple paths exist to table A. Circular logical schemas are not supported."
    Please note that there are no circular connections and I have double checked this.
    When I try to delete the BMM Layer and keep only the physical layer,I do not get any consistency errors.
    Someone please help.
    Thanks,
    Akshatha

    Hi,
    According to the docs-
    Cause. The repository contains a circular logical scheme, which is not supported.
    Response. Correct the repository so it does not contain multiple paths to the named table, and retry your actions.
    Make in BMM star schema properly (dimensions, facts) with complex joins.
    Check if you are having a star schema followed in BMM with proper fact tables and dimension tables and also 1:n joins.
    Hope this helped/ answered.
    Regards
    MuRam

  • Finance Tables are not populating as expected

    Hi Gurus,
    Finance tables are not populating as expected when we ran vanila etl for obia 7.9.6.3 at the first instance.
    For Example: Data is populated to w_ar_xact_f , w_ap_xact_f , w_gl_balance_fs , w_gl_account_d
    but not other tables like w_ar_balance_f, w_ap_balance_f,w_gl_balance_f.
    As per my finance team theThe natural account range in ebs is 0AA to Z00. I have given the values in file_group_acct_codes_ora file as fallows.
    101,0AA,Z00,GEN PAYROLL
    101,0AA,Z00,AP
    101,0AA,Z00,AR
    Please, Can anaybody help me if there is anything wrong in my configuration file 'file_group_acct_codes_ora'
    Thanks in Advance,
    gns

    Hi Ahsan,
    Thanks for the reply.
    I have re configured the file_group_acct_codes_ora.csv file based on the input from EBS financial team. When i ran the full load for FINANCE,PROCUREMENT,PROJECTS and HR the fact tables are not populating as expected.
    For ex: SIL_ARTransactionFact_Diffmanload,SIL_APARTransactionFact_Diffmanload,SIL_GL_Revenufact_Diffmanload tasks are completed successfully.
    But the SIL_ARTransactionFact_Full is failed with error ORA-08103 object no longer exists.SIL_APTransactionFact_Full ,SIL_GL_RevenueFact_Full tasks are failed with the error an index define on target table. Like this some of the sessions are failed with index define on target table. Before starting the full load i have reset the data sources to truncate the table as well. Would be great if i get some light on this issue.
    for ex:I could see some data in the fallowing tables
    w_gl_account_d
    w_gl_group_account_d
    w_ar_xact_f
    w_ar_xact_fs
    w_ap_xact_f
    w_ap_xact_fs
    w_ap_balance_f
    w_ap_balance_f_tmp
    w_gl_balance_fs
    For ex: I can't see any data in the fallowing tables
    w_ar_balance_f
    w_ar_balance_f_tmp
    w_gl_balance_f
    w_payroll_f
    w_payroll_fs
    w_gl_cogs_fs
    w_gl_cogs_f
    Thanks in Advacne,
    GNS.

  • Since Mavericks update my iPhone and iPad calendars are NOT syncing with the calendar on my MacBook Pro

    Since Mavericks update my iPhone and iPad calendars
    are NOT syncing with the calendar on my MacBook Pro.
    I used to use iTunes but don't see the options now.
    Does anyone know how to set up a sync.?

    I have temporarily solved the sync problem by using an older MBAir running snow leopard, I exported
    both calendar and contacts and imported them in the MBA and synced normally.
    Since I'm not about to send my data on the cloud, or setup a server to just sync my iphone,
    I think this is a good workaround ! BTW I stopped updating my contacts and calendar on the MB, I only
    update the iphone until a permanent solution is found !
    And they better come up with one soon, because I'll just switch to an Android phone and Ubuntu linux for my MBP, Apple should make our lives easier, not harder !
    I'm sure Samsung is having a ball ever since the sync issue was made public !
    Hopefully Apple is listening and will make things right again !

  • Event dates are not bolded by Date Navigator in Outlook 2010

    Event dates are not bolded by Date Navigator in Outlook 2010 on my own  calendar.  Events are set to busy but it is not working. View Settings > Other Settings > "Bolded dates in Date Navigator represent days containing items" is
    checked. This previously worked for 2+ years but recently stopped working. All plugins were disabled, Outlook 2010 was uninstalled and then re-installed. OST file was deleted and re-synchronized with Exchange 2007. While the OST was re-synchronizing the
    bolding worked properly but upon next restart of Outlook it went away. Another symptom is that my Scheduling Assistant does not show my free/busy times correctly in my local view. If I look at my own schedule via the Scheduling Assistant of another user, the
    free/busy times show up correctly. My webmail account also correctly shows bolded dates and free/busy suggesting that this is a local problem. Some screen shots below. Anyone have any ideas as to what I need to tweak? Using Oulook 2010 v.14.7116.500 (32-bit).
    This is not a shared calendar.

    Hi,
    If you want to completely uninstall or remove Microsoft Office 2010, we can refer to the following article to do it:
    http://office.microsoft.com/en-us/support/how-to-uninstall-or-remove-microsoft-office-2010-suites-HA104027750.aspx
    Additionally, since the issue doesn’t happen in other computers, I think the issue may be also caused by some third-party programs in your original computer. If the complete uninstallation doesn’t help for this issue, I suggest we can try to perform a clean
    boot in your Windows for more troubleshooting:
    http://support.microsoft.com/kb/929135/en-us
    Thanks,
    Winnie Liang
    TechNet Community Support

  • ADF bindings are not working with inheritance heirarchy.

    ADF bindings are not working with inheritance heirarchy. I am using embedded OC4J in JDeveloper 10.1.3.2.
    For the data model I have the following objects\attributes.
    1) User (abstract EJB 3.0 POJO)
    - Id
    - userId
    - userName
    2) Employee -> extends User (EJB 3.0 POJO)
    - enabled
    - password
    3) Manager -> extends Employee (EJB 3.0 POJO)
    - numOfEmployees
    4) UserSessionBean (Stateless Session Bean)
    - public User findUserByUserId(String userId)
    - public List<User> queryUserFindAll()
    - Object mergeEntity(Object entity)
    I created 2 JSF pages using ADF.
    1) ListUsers.jspx - Lists all the users of type Employee and Manager in a table. You can select an user and chose to modify the user details using a modify button.
    2) ModifyUser.jspx - Modify the selected user and persist the modified user details.
    I implemented ListUsers.jspx by dragging and dropping queryUserFindAll() method from the ADF datacontrol on to the JSF page and selected ADF Table format with selection enabled.
    Similarly for the ModifyUser.jspx page I dragged and dropped the User object returned by findUserByUserId(String userId) and selected ADF Form format. I selected OutputText field types for userId and userName.
    I then created a navigation case from ListUsers.jspx to ModifyUser.jspx and pass the selected user.
    Now when I try to run the web application, ListUsers.jspx correctly displays all the users. Then I select a user of type Employee and click on the modify button. This brings up the ModifyUser.jspx page. However, the UserId text field displays the value for "Id" field rather than "userId".
    Question that I have is:
    - Why is ADF framework not able to retrieve the appropriate user attribute value for a Employee based on the binding information in case of inheritance ?
    Thanks,
    Piyush

    Hi,
    tried with JDeveloper 10.1.3.3 and this works for me. Try JDeveloper 10.1.3.3 - if it doesn't work, have a closer look at your sessionFacade
    Frank

Maybe you are looking for