DAC Physical data source not visible in task tab

Hello
I successfully created a new physical source and it connects well also. Then I went to the tasks tab and created a new task but I can't see the new physical data source I just created. How do I broadcast/publish or push the connection details to the tables, tasks, etc? You know without this even execution plan would fail
Any help would be helpful
Thanks

Hi
If the task is of type Informatica,I think it is because that you didnot synchronize the task,If it is not informatica rather a stored procedure or so........you need to add target tables......Hope this helps
regards

Similar Messages

  • Data Source not visible in Data Source Tree in 7.0 System

    Hi Experts
    I have a CO_PA Data-Source that I have brought into our Development System from an other R/3 System via RSDS and that all worked fine. Trying to get it into the System via "Replicate Data Source" of the Source System didn't work even do the System showed me in the System_line on the bottom, that it was saving Data-Source etc, while replicating.
    The thing is now, that even do I managed to activate my Data Source via RSDS, build a Transformation, and fetcht the Data out of the Source System into PSA, my Data-Source-Tree just show's me a Top-Node called "NEW_HIER_ROOT" for this Source-System but not my Data-Source underneath !!
    Can anybody help me on this behaviour of the Data Source Tree ?
    Thank you
    Armin

    Worked perfect
    Thank you very much Simon !
    Best regards
    Armin
    Edited by: Armin Baggenstos on Feb 25, 2010 1:23 PM

  • DAC Physical Data Source password change - invalid username/password

    We are using DAC/Informatica for loading Peoplesoft data into the warehouse. The password for the peoplesoft source was changed recently. I changed the password in DAC under setup, Type source for the Peoplesoft DB. When I select 'Test Connection' I receive the message connection established successfully. When I restart the execution plan I still get the same error - invalid username/password for obi_infa_ps, which is the account we use for accessing the Peoplesoft DB. All of the DAC and Informatica services on the server have been shutdown and restarted - still getting the invalid username/password error.
    Do I need to rebuild the execution plan? If I do, can I manually put in the needed refresh dates?

    You will also need to update the username/password in the Informatica Workflow Manager.
    Under Connections > Relational
    EDIT: First post, welcome to BI Apps!
    Edited by: birchy on Nov 17, 2011 9:00 AM

  • Changing Physical Data Source in DAC

    I need to extract data from DEV2 instance of Siebel instead of DEV1.
    So i have change the database name, user name and password under Physical Data Sources tab under Setup for the SEBL_VERT_80 datasource.
    I have generated parameters and rebuilt the execution plan. However when I run the execution plan some tasks fail and I notice in the session log that the ETL tasks are still trying to extract data from the DEV1 instead of DEV2.
    Can someone please let me know what I may be missing? How can I make DAC run ETLs against the DEV2 database?
    Thanks

    My first thought is that the connections need to be reconfigured in another place.
    Have you changed the realtional connections in the Informatica PowerCenter Workflow Manager?
    Some worfklows might be configured to retrieve database connection information from there.
    - In Worfklow Manager connect to the appropriate repository
    - Select "Connections" -> Relational
    - Review the connections specified.
    - Austin

  • Data warehouse Admin Console - MySQL Physical Data Source

    We have some tables on a MySQL database that we'd like to include in our ETL process. The data is to be loaded into our Oracle 11g R1 data warehouse after the transformations are completed.
    Everything works with the exception of adding a physical data source in the DAC (Data warehouse administration console) for the MySQL database. There is no connection type for this database. I don't see how it's setup in the documentation.
    Can someone explain what needs to be done or direct me to the docs? Or, can this be done?
    Does it have to be done? The connection details are stored in the odbc.ini file on the server. So that's managed by Informatica. Will the workflow call from the DAC be sufficient?
    Thanks,
    LWatkins
    DAC 10.1.3.4.0.20080729.2025
    Informatica PowerCenter 8.1.1
    AIX 5.3/64Bit
    OBIA 7.9.5
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit
    MySQL 5.5
    Edited by: LWatkins on Mar 25, 2013 12:32 PM

    I would suggest this work only if you are able to connect MySQL thru Informatica;
    1) Create Connection in Worflow Manager and try to use the same connecton in sessions and try to avoid parameters from dac
    2) Create same connection in DAC pointing to Oracle or MSSQL or DB2
    3) Add tasks in DAC and do not add source and target tables
    Another workaround to handling full loads using dac system variables or any other
    If helps mark
    Edited by: Srini VEERAVALLI on Mar 25, 2013 4:49 PM

  • Data Source for reused bounded task flow

    Hi,
    I am using JDeveloper 11.1.2.4.0.
    I have a project from which I exported a bounded task flow to be used in other projects.
    When I include that bounded task flow in a separate project, its data source does not appear in the Databindings.cpx of the project in which it is reused.
    How will the data source for the reused task flow be set in the separate project?

    I have a project from which I exported a bounded task flow to be used in other projects
    By that you mean that you have crated a adfLibrary from the the task flow?
    When I include that bounded task flow in a separate project
    By that you mean you have added the adfLib created above to the other project from the resource palette, right click and 'add to project'?
    How will the data source for the reused task flow be set in the separate project?
    Once you have added the project you refresh the data control and the other task flow should show up.
    Timo

  • Approve Button not visible in Tasks for Leave request in Tasks- MSS

    Dear gurus,
    Approve Button not visible in Tasks for Leave request in Tasks- MSS, anything missing on config end????
    Any suggestions....
    regards,
    Rajasekar.

    hello Bala,
    there was some config missing in UWL, now it is working and here we have got some button launch dynpro ..this is leading to pop where we can approve or reject....
    Thanks alot Bala..
    In this we are getting more info, Display details in SAP GUI, View History, View all Time Approval and Attachments of Documents which leads to leave request details. These may be too flashy for the Manager who are from the typcial production centers....industries...So is there any way out for Hiding these.
    Regards,
    Raj

  • Help Me "Data Source - Not User Data Source"

    Hi All!
    I have written an addon in Service Call Form To add new Matrix in this form with code as follows:
    Dim oLink As SAPbouiCOM.LinkedButton
    oFormServiceCall = SBO_Application.Forms.GetFormByTypeAndCount(60110, 1)
            oItem = oFormServiceCall.Items.Item("159")
            oNewItem = oFormServiceCall.Items.Add("Matrix1", SAPbouiCOM.BoFormItemTypes.it_MATRIX)
            oNewItem.Left = oItem.Left
            oNewItem.Width = oItem.Width
            oNewItem.Top = oItem.Top
            oNewItem.Height = oItem.Height
            oNewItem.FromPane = 8
            oNewItem.ToPane = 8
            oMatrix = oNewItem.Specific
            oColumns = oMatrix.Columns
            oColumn = oColumns.Add("#", SAPbouiCOM.BoFormItemTypes.it_EDIT)
            oColumn.TitleObject.Caption = "#"
            oColumn.Width = 20
            oColumn.Editable = False
            '// Add a column for BP Card Code
            oColumn = oColumns.Add("callID", SAPbouiCOM.BoFormItemTypes.it_LINKED_BUTTON)
            oColumn.TitleObject.Caption = "Call ID"
            oColumn.Width = 20
            oColumn.Editable = True
            oColumn = oColumns.Add("subject", SAPbouiCOM.BoFormItemTypes.it_EDIT)
            oColumn.TitleObject.Caption = "Subject"
            oColumn.Width = 120
            oColumn.Editable = True
            oColumn = oColumns.Add("customer", SAPbouiCOM.BoFormItemTypes.it_LINKED_BUTTON)
            oColumn.TitleObject.Caption = "Cust.Code"
            oColumn.Width = 30
            oColumn.Editable = True
            '// Link the column to the BP master data system form
            oLink = oColumn.ExtendedObject
            oLink.LinkedObject = SAPbouiCOM.BoLinkedObject.lf_BusinessPartner
            oColumn = oColumns.Add("custmrName", SAPbouiCOM.BoFormItemTypes.it_EDIT)
            oColumn.TitleObject.Caption = "Cust.Name"
            oColumn.Width = 120
            oColumn.Editable = True
            oColumn = oColumns.Add("itemCode", SAPbouiCOM.BoFormItemTypes.it_LINKED_BUTTON)
            oColumn.TitleObject.Caption = "Item Code"
            oColumn.Width = 30
            oColumn.Editable = True
            oLink = oColumn.ExtendedObject
            oLink.LinkedObject = SAPbouiCOM.BoLinkedObject.lf_Items
            oColumn = oColumns.Add("itemName", SAPbouiCOM.BoFormItemTypes.it_EDIT)
            oColumn.TitleObject.Caption = "Item Name"
            oColumn.Width = 100
            oColumn.Editable = True
    And code to bind data to matrix
    oDBDataSource = oFormServiceCall.DataSources.DBDataSources.Add("OSCL")
            'oUserDataSource = oFormServiceCall.DataSources.UserDataSources.Add("OSCL", SAPbouiCOM.BoDataType.dt_LONG_TEXT)
            oColumn = oColumns.Item("callID")
            oColumn.DataBind.SetBound(True, "OSCL", "callID")
            oColumn = oColumns.Item("subject")
            oColumn.DataBind.SetBound(True, "OSCL", "subject")
            oColumn = oColumns.Item("customer")
            oColumn.DataBind.SetBound(True, "OSCL", "customer")
            oColumn = oColumns.Item("custmrName")
            oColumn.DataBind.SetBound(True, "OSCL", "custmrName")
            oColumn = oColumns.Item("itemCode")
            oColumn.DataBind.SetBound(True, "OSCL", "itemCode")
            oColumn = oColumns.Item("itemName")
            oColumn.DataBind.SetBound(True, "OSCL", "itemName")
    But It's error when Run at the row is bold. This error:
    oColumn.DataBind.SetBound(True, "OSCL", "callID")     Run-time exception thrown : System.Runtime.InteropServices.COMException - Data Source - Not User Data Source
    Please help me fix problem.
    Thanks
    Edited by: Tao lao on Mar 5, 2008 3:10 AM

    I think, u can't bind the system table system columns to the column of the matrix in the form which is bound to the same table.(though, m not sure on this.) service call is by default bound to OSCL. If u try creating a user defined column in OSCL and then bind it, it works. but, if CallId is already bound on form, and u r bnding it one more time, it will give you error.

  • File data source not found with guest login???

    Hello everybody,
    i'm working with BIP 10.1.3.2.1 on Win2003/Tomcat.
    Everytime if i call a report with a file data source directly via url or in the gui via guest login i get the following error message: "File data source not found: <file data source name>".
    If i use a login in the gui which have the explizit permision to use this data source then there is no problem. Well at this point u might say then use this account, but - if i call a similar report with a database data source directly via url or guest login in the gui everything works fine. So, where is the point? Any ideas?
    Best regards
    Ralf Kanis

    Hi guys,
    I'm running into exactly the same issue. The problem seems to occur only when the report being accessed by guest is a file data source. The only other option I could think of is setting up SSO for BIP and the application issuing the URL to the report.
    Could'nt find anything else in the documentation or known issues list that might fix this without having to setup Single Sign On. Any further luck with your investigation? I'd appreciate any feedback.
    Thanks
    Jonathan Cruz

  • My Custom repositories are not visible under content tab of ACC

    Hi,
    My Custom repositories are not visible under content tab of ACC ,eventhough i had appended my custom repository in /atg/registry/ContentRepositories.properties to the property
    initialRepositories+=/myCustomRepository.PLEASE HELP ME.

    Kindly make sure,
    initialRepositories+=/com/training/club/tools/myCustomRepository
    I assume you have config/com/training/club/tools/myCustomRepository.properties component. /com/training/club/tools/ is your path of component from config.
    -RMisihra

  • PO Price - EPUEB not visible in valuation tab in PR creation

    Hi,
    I am facing a problem with the layout while creation of PR.
    The field PO Price is not visible in valuation tab in ME51N.
    Pl. help.
    Uttkarsh

    Hi,
    In PR Price will appear under Valuation tab of Item details.
    This Price populates from Materail Master. If it is Standard Price it will appear. If it is Moving average price and PR is created for the first time you ahve to enter.
    Sicne the MAP is updated after the GR is done.
    Regards
    Give points if useful

  • Setting up MS SQL Server as a physical data source in DAC

    Hi everyone,
    I'm working with the latest version of BI Apps (7.9.6) and OBIEE 10.1.3.4.1. I've installed Informatica 8.6.1 and DAC on Oracle Red Hat Enterprise Linux 5.4 64bit.
    So far, everything has gone along relatively well.
    Now I'm hitting an issue as I am trying to setup a DAC physical connection to our source system. We are pulling from a MS SQL Server physical source. When ever I try to connect to the MS SQL server using the DataDirect ODBC drivers from the Linux, it works fine. But when I try to test the connection using the DAC, it fails saying "Failure connecting to "<connection name>"! MSSQL driver not available!"
    Has anyone successfully connected to MSSQL server as a source from the DAC? I checked the DAC documentation but it was definitely not helpful in this situation.
    Thanks for the advice.
    -Joe

    I've got an outstanding SR with Oracle at the moment to resolve this same problem. If I get a resolution I'll update this blog.
    The problem is microsoft no longer supports MSSQL JDBC Driver 1.1, 1.2. You cannot get the 3 files msbase.jar, mssqlserver.jar and msutil.jar files. It only gives you the sqljdbc.jar file. I'm trying to get these files to see if it makes a difference.
    You need to have the four files both on your Windows ~DAC\lib directory and the Unix $DAC_HOME/lib directory. Then make changes to the connection_template.xml to uncomment the SQL SERVER 2000 bit and include the SQL SERVER 2005 bit and finally make changes to the config.sh file to include the following
    export SQLSERVERLIB=./lib/msbase.jar:./lib/mssqlserver.jar:./lib/msutil.jar:./lib/sqljdbc.jar
    Edwin
    Edited by: bebedi123 on 05-May-2010 07:36

  • Delta DATA SOURCE not at all visible in RSA7

    hi ,i have installed ecc6 and bi on two different servers ,and the connection is also established ,but coming to ecc,i have activated the data source which is generic data source,and i have initiated delta and generic delta is successfully created but the problem is the data source is not showing in RSA7,i have tried in so many ways like i have tried for logistic data also but,RSA7 not showing any data sources,from my side i am able to initiate delta successfully ,,but RSA7 IN ecc not working,no data source is listed in RSA7,,,please help me ,any settings i need to do in RSA7 to visible data source in RSA7.,,,,,please help me
    Moderator message: not directly related to ABAP development.
    Edited by: Thomas Zloch on Nov 22, 2011 10:16 AM

    try running an ethernet cable from your Mac to the AX. this should enable AU to see it.
    once configured, you can disconnect the ethernet cable.
    JGG

  • DAC  - Reset Data Sources does not work properly

    Hi,
    I am trying to run a full load by selecting Reset Data Sources in DAC. However, when i select this option, only the data after Jan 11, 2014 gets picked up in the ETL. I have data starting from year 2010 in my database.
    How do i ensure that the full set of data gets picked up for full load?

    Hi Srini,
    The value of INITIAL EXTRACT DATE is as follows:
    $$INITIAL_EXTRACT_DATE
    Timestamp
    Value=19700101 at 00:00:00:00_dac_sep_Formatter=MM/DD/YYYY_dac_sep_Function=TO_CUSTOM_dac_sep_Runtime=Static
    How does this work? Actually this was working fine for DAC 10g and the client was able to perform full loads by resetting the data sources.
    What could be the issue with DAC 11g?

  • Work items are not visible  UWL task are visible in tracking in portal

    HI
    Friends
    i  am new from sap Ess/Mss implementation project...
    i am facing an Problem " Work items are not visible under UWL in portal overview page"
    but i am configured  all the ess/mss related things....and also Created for one user for Requester(send Leave Request)...and one more user for App-rover(Apporve an Leave)..
    Requestor send an Leave through portal send it successfully......but i am facing  a problem in uwl under work items are not showing in overview page...but in tracking work items are (Leave request)showing.....work items are not showing in uwl TASK(VERY PROBLEM)...
    i am configured and also registered UWL IN PORTAL..it is good..
    in sap ecc i can assigned UWL_SERVICE user to roles
    1.SAP_BC_BMT_WFM_UWL_ADMIN    
    2.SAP_BC_BMT_WFM_UWL_END_USER
    3.SAP_BC_ADMIN_USER
    4.SAP_BC_UWL_SERVICE
    PLEASE HELP ME.
    Tanks
    Shaik Rafi

    Hi All,
    In such cases, please try to check as below :
    1) Create Leave request work item from Employee and check the same under the UWL Tracking tab of employee.
    2) Log-in to swi5 transaction of the respective back end system and give "US" -> manager's UserID -> Choose Tasks to be completed from the drop down -> Remove any date if mentioned -> Execute.
    3) Here if you can see the Leave request created, but not on the portal, it reflects some portal issue like sync.
    4) If no leave request work item is seen here, then there is a problem in the employee manager mapping or the workflow setup.
    5) In such cases, you can try to check the Swi1 and check the log of that workflow to understand the current status of the Leave request.
    Revert if further help is needed with more info.
    Reward points if found useful.
    Regards,
    Shri vidya S

Maybe you are looking for

  • Mac Menu not working after updated to 10.6.2

    Strange behavior after I updated my Macbook 13" to Snow Leopard 10.6.2. Whenever Apple own software crash (not responding), e.g. Finder, iTunes, iPhoto etc, all the functions under the Apple icon (top right) in menu bar no longer work. As such I can'

  • HT5902 How do I recover my own shared photo stream that was deleted accidentally?

    To save space on my iPhone I deleted the photo stream as I later found out I should have done unsubscribe instade. Is there a way to undo deleted photo stream from icloud? I do have the pictures on my phone but there are comments from people I shared

  • 'project must be rendered before it can be encoded'

    Why do I always get the message 'project must be rendered before it can be encoded' when I try to export using quicktime conversion to product an mpeg2 for DVD Studio Pro?

  • Mount a USB Flash Drive

    I am running a 1998 iMac with a PowerPC Processor. It has MacOS 8.5.1. I have a PNY 2 GB USB Flash Drive. How do I mount this.

  • HP Color LaserJet 1515n obsolete?

    Having calculated it would be cheaper to buy a new CP1515n printer than get it fixed, I decided to buy a new one. I have been told by several suppliers that they are unable to get hold of the CP1515n due to a shortage for the last 3 months. They have