Cannot see new Z datasource

Hi
I have created a new Z datasource in R/3, but am unable to see it in BW..
Here's what I've done:
R/3:
1. RSO2
2. Created Text datasource, based on Table
3. I can see it in RSA6. Also went to ROOSOURCE table and it is in A version
4. Ran Extractor checker (rsa3) and got the required data
BW:
1. I click on Source systems
2. Searched for the Z datasource to replicate, but couldn't find it.
3. Checked Source system connection and it is ok.
Is there anything else I need to do?
Thanks
Adi.

hi,
Hi, select the source system where you created the data source, and select the application component and replicate data source. if you dont find it just refresh the subtree. you need to activate the data source in BW Again.
regards
vadlamudi

Similar Messages

  • Extract process up & running but I cannot see new transactions in the trail

    extract process up & running on source but I cannot see new transactions in the extract trail file and as result it is not replicated to target
    Program Status Group Lag Time Since Chkpt
    MANAGER RUNNING
    EXTRACT RUNNING E_ENVA 00:00:00 00:00:10
    GGSCI (HOST) 186> send extract e_Enva status
    Sending STATUS request to EXTRACT E_ENVA ...
    EXTRACT E_ENVA (PID 11824)
    Current status: In recovery[1]: At EOF
    Current read position:
    Sequence #: 33
    RBA: 34904432
    Timestamp: 2011-09-21 11:14:47.000000
    Current write position:
    Sequence #: 6
    RBA: 1008
    Timestamp: 2011-09-21 11:26:42.426000
    Extract Trail: C:\GG\dirdat\enva\ce
    GGSCI (ILW177711) 193> stats extract e_enva
    Sending STATS request to EXTRACT E_ENVA ...
    No active extraction maps.
    Where to look next and what is the root cause for this,
    thank you

    all configurations was ok and working fine (meaning data was extracted on source and replayed on target) before extract/replicat processes restart
    I did not touch any of the configuration files, after restart processes shows as up & running without any actual errors or rejects on the logs
    please find extract configuration file:
    EXTRACT e_enva
    SETENV ( ORACLE_SID=orcl )
    USERID USER_SCHEMA_A, PASSWORD AACAAAAAAAAAAAHAOFVCXAUANCVHIHCE, ENCRYPTKEY DEFAULT
    DISCARDFILE C:\GG\dirrpt\e_enva.dsc, APPEND, MEGABYTES 10
    REPORTCOUNT EVERY 10000 RECORDS, RATE
    NOTRACETABLE
    EXTTRAIL C:\GG\dirdat\enva\ce
    SQLEXEC "CALL USER_SCHEMA_A.pkg.event_message('START', null, 'ALL','e_enva')";
    SQLEXEC "CALL USER_SCHEMA_A.pkg.event_message('STOP', null, 'ALL','e_enva')" ONEXIT;
    TABLE USER_SCHEMA_A.T_TABLE, KEYCOLS (ID_OBJECT);
    TABLE USER_SCHEMA_A.T_TABLE_REF, KEYCOLS (ID_XREF, PKEY_SRC, SYSTEM, IND);
    logging and supplemental logging enabled, commits performed and again nothing was changed in configuration except that processes was restarted
    thank you

  • Cannot see new SQL 2008 R2 Express instance on Small Business Server 2011!

    Hi,
    As it is stated on the subject line, I'm having a problem after I did a new install of SQL 2008 R2 Express and put a new instance on SBS 2011.
    I'm developing a new program using SQL 2008 in C# and VB.Net. I have SQL 2008 R2 Express installed on my computer called "MSQL8R2EDATA" on my PC. Now I need to deploy it on SBS 2011 so I can do some testing on other workstations.
    I'm currently running Windows 7, 64 bit, and it's named STEVE-PC. The SBS 2011 is named SERVER1, and it's 64 bit as well.
    After installation on SERVER1 (SBS 2011), I then fired up SQL Server Configuration Manager and enabled Named Pipes, TCP/IP, and VIA.
    After I've completed the SQL Configuration on SERVER1, I went back on my PC (STEVE-PC) and I tried to use Management Studio to connect to the  new instance MSQL8R2EDATA on SBS 2011, only problem is, I only see the computer name, not the new instance
    I've installed.
    Back on SBS 2011 (SERVER1), I've verified that all the protocols are enabled, and the SQL Server Browser is automatically loaded and currently running, as well the MSQL8R2EDATA instance is automatically loaded and running, yet I still cannot see
    it from my PC (STEVE-PC). I even switched from dynamic ports to a static port of 64719 (that was what the MSQL8R2EDATA was listening on that port when it was dynamic), and then added new rules to the Windows Firewall for program of the SQLSERVR.EXE, and
    for UDP and TCP for port 64719 to "Allow All Connections" for Domain, Private, and Public; yet I still cannot connect SERVER1\MSQL8R2EDATA. I even disabled the firewall and then trying to connect once again to SBS 2001 and it still fails.
    In case you're wondering, I left it on port 64719 since there are other active SQL Servers on SBS 2011 (SharePoint, SBSMonitoring, and ACT7).
    Interestingly, when I run Management Studio on SBS 2011, I can see STEVE-PC\MSQL8R2EDATA and I'm able to log in and connect to it.
    So what's going on here?!? Why am I able to connect to STEVE-PC which is Windows 7 64 from SBS 2011 (SERVER1), but I cannot connect from my computer to that instance on SBS 2011??
    I really could use some big time help on this.
    EDIT: Sorry for the confusion, but on the Windows Firewall (WF.msc), I did add new rules for incoming connections on:
    Program incoming connections to SQLSERVR.EXE
    TCP Port 64719
    UDP Port 64719
    EDIT: To further assist, I have Management Studio installed on the SBS 2011, and I can locally log in and connect to the MSQL8R2DATA on SERVER1 with success. I even tried tcp:SERVER1\MSQL8R2DATA and again it is successful log-in and connection.
    Thanks in advance!
    Steve

    Hi,
    Thanks for the response, but I have a question:
    Installing SQL Express or SQL Server is not recommended on SBS
    2011 because it is a DC, however technically it will work.
    I'm a newbie when it comes to SBS 2011 and I'm taking a crash course on the subject. Can you explain to me what you mean by "DC"? Also, why
    isn't recommended to install a new instance on SBS 2011?
    As I also stated, I've added "New Rules" to the Windows Firewall to allow incoming connections on port 64719 for both TCP and UDP, and I also allowed incoming connections for SQLSERVR.EXE but no joy to connect to the SERVER1\MSQL8R2EDATA.
    And yes, I can log-in and connect locally on SERVER1 using Management Studio with success. I even used tcp:SERVER1\MSQL8R2EDATA with the same success. It's my workstation STEVE-PC that fails. If that fails, then the rest of the workstations are going to fail.
    Are you suggesting that I put the SQL Server 2008 Express on another workstation and just allow to to be
    accessed that way?

  • Cannot see "New Entries" in transaction BD54

    Hi all,
    I am working on an IDOC to File scenario.I am doing the ALE settings. However when i try to create a Logical system  using transaction BD54; it says " Display View 'logical Systems':Overview"
    also i cannot see button for New Entries.
    kindly suggest solution.
    Neha

    This may be problem with your roles and profiles given to your user.
    You have only display authorization for this system, Contact to your basis team to give you the authorization for development / customization also.
    Regards,
    Sandeep Kaushik

  • HT5361 suddenly I cannot see my gmail in my inbox on my macbook.  I deleted the gmail account and added it back but I cannot see new gmail in my inbox.  I can see sent gmail but not incoming gmail.  The gmail is visible if I go to my google account on goo

    Suddenly I cannot see my gmail in my inbox on my macbook.  I tested it and I can see my gmail in google.  I deleted my gmail account on my macbook mail and re-added it and still cannot see incoming gmail.  I can see new icloud e-mail.  I have both a gmail account and an icloud account.    For my test e-mail in gmail, I can see sent gmail but not incoming gmail.  How do I fix this?

    Try rebuilding the mailbox. This can take awhile if you have a lot of mail.
    Rebuild mailbox
    Try re-indexing the mailbox. This can take awhile if you have a lot of mail.
    Reindex messages
    What does Mail/Window/Connection Doctor Show? If the server is red, select it and look at the Show Details box.
    Troubleshooting sending and receiving email messages

  • Cannot see new SMS in SMS and MMS inbox when SMS and Email Inboxes are separate

    Blackberry 8310
    I have this frustrating problem that i am not able to view any new SMS in SMS and MMS Inbox when i change SMS and Email Inboxes to be separate, each time i have to go to View Folder SMS Inbox to see new messages.
    any help would be much appreciated

    Hi,
    I have the same issue, any solution available?
    Thanks,
    Steffen

  • Cannot see new hard drive in disk utility

    Hi-
    My original hard drive (less than a year old) when down hard. I bought a new Seagate 160GB SATA drive and I cannot install Tiger (or Panther for that matter) because I have no hard drive recognized in the drive utility. Curiously, I ran Apple basic HW test and mass storage checked out okay...the test just showed passed. Seagate offered no help - I can't see any info regarding jumpers or such... SATA shouldn't need it anyway. My system is completely deviod of 3rd party items - completely stock as shipped.
    I then ran the extended hardware test and received error code 2GMC /2/15: built-in.
    Sounds like I'm hosed. Whatever it is, it probably took out the original hard drive.

    Yes, the same thing happened to me. No, solutions yet.
    Were you using Software Update to upgrade?
    I've tried most of the repair methods listed here and elsewhere. I think my external hard drive (external La Cie 200 gig) was damaged by the update process. As now it can't be read by my laptop either.
    Very angry about this. but i'll turn that anger into another post. Good luck, let me know if you find a way to revive disks while i look for something more powerful than Disk Utility (it bails out of even the Verify Disk process).

  • Cannot see fields in datasource after creating user exit

    Hi,
    I have created a view from table and then created a generic datasource from this view. aftre that i appended the extract structure with my key figures (3 fileds) and then populated it by user exit. Now i can see that data is being extracted by user exit( in debug mode), but i dont see the fields in the datasource.
    What am i doing wrong,
    Please help.
    Thanks

    Hi Raj,
    In case the previous post did not work check whether you have the entries for the fields (newly added) in the table ROOSFIELD for your datasource.
    You may need to write a small ABAP program to resolve your issue:
    To resolve your poblem you would need to write a small ABAP program:
    tables ROOSFIELD.
    Update ROOSFIELD set SELECTION = 'X' where
    OLTPSOURCE = '<your datasource name>' and
    FIELD = '<field which is hidden/missing>'.
    Execute the program for each of the field and check the entries in RSO2.
    Bye
    Dinesh

  • Cannot see new Seagate 1TB Hard Drive on SBS 2008 R2 (Onboard RAID)

    This is probably an easy setup, but I just want to make sure that I am doing this correctly and not mess up the current Raid Array.
    This is on a Intel S5000VSA server motherboard. It has an Onboard 6 port RAID card. Currently there are three SATA HDDs connected to the right of the Onboard RAID (if you are looking at the Motherboard directly). There is another connection that
    least to an external SATA port that is connected to the left of the Onboard RAID.  My boss purchased a 1TB Seagate and want is connected onto the server as its own drive; not connected to the current RAID array 0.
    I have installed the new 1TB Seagate to the next open port next to the eSATA connection. When I start up the server, during the boot up I see the 3 hard drives (the three original and the new 1TB). When the Windows SBS 2008 R2 finally boots up and I open
    the Disk Management, I do not see the new Hard Drive that I installed; I only see the existing C: and external BackUp. I tried to rescan the drives but no go.
    Do I need to set up a new Array for the new 1TB Drive?
    Just to look, I did launch the RAID Bios and confirmed that the RAID does see the new Hard Drive and has a READY status. I know I do not want to do a New Configuration, because it will clear the current configuration. When I select the view/add configuration,
    I can set the new Hard Drive status from READY to Onlin A01-00. When I save and exit, then look at the physical disk status again, it reads as ready.
    I don't think I have to add the new Hard Drive as a new array, but I could be wrong. I wanted to get some input before I do anything else further.

    After some looking around, I found a Document about the RAID Controller on the motherboard. Instead of adding the new Physical Drive as a Virtual Drive in the RAID Bios screen, I found that I was able to download an Intel Console version that was more user
    friendly.
    I did add the new physical drive as a new Array and once that was done I was finally able to see the new 1TB in Disk Manager.
    Thanks for that Assistance Al.

  • Cannot see new RAM

    I helped a friend with a 600 G4 to install a new stick of 512 RAM. She obtained it from a reliable supplier who said it was right SDRAM. WE started up and it did so with no warning beeps. But when we looked at About this Mac, it said that the slot was empty. The stick seated properly. The existing RAM was one 128 and one 512. Is there a limit on what the processor can address ? Any ideas ?

    Hi-
    The G4 Digital Audio supports up to 1.5gb of memory in three slots.
    If you install a known good, reporting DIMM in the "empty" slot, does that DIMM show?
    The most obvious probable cause is that the memory is of the wrong spec. I have tried PC DIMM's before, only to have the slot show as "empty". Common with high density, PC RAM....Mac's need low density.

  • Can't See New Layer Styles In PS Elements V. 6 For Mac

    Can someone tell me why I cannot see new styles after I have installed them in PS Elements V6 for Mac. I have used Elements 4 for Mac for about a year, and I've just recently bought the new version. The book says you install them the same way in V. 6 as I did in V4. But they do not show up in the drop down list.  I use styles a lot in V. 4. Thank you.

    I did just as you said -- deleted both the mediaDatabase.db3 and the thumbdatabase.db3 -- they were not in folders other than 6.0 folder. I'm not sure what you meant by "repair permissions", but it did run through rebuilding itself after I restarted PSE.
    Do you think it might help if I created XML files? I read something about them in the manual, but it sounded so difficult, I was afraid to try it. 
    I really appreciate your help. Thank you.

  • Can't see new music in iphone

    I recently upgraded my iphone to ios 6.0 sicne then I cannot see new music to load from my PC to my iphone 4.  The music is in the cloud and plays on my PC but not my iphone.

    Thanks, I am using Match and on my PC it shows that the songs in question are matched.  Before loading ios6.0 I copied music to my phone with no problem.  The old music I copied before is still there but I cannot see or add the new music even if I plug in and sync with my PC.

  • Excel - Cannot see any new data in Excel Workbook

    Hi There,
    Wonder if anyone can help, we have a .xlsx file, we have it setup so that only one person at a time can edit the workbook.
    When a colleague edits some data and saves the change, I go into it but cannot see the new data. I then do the same but she cannot see the changes and neither can a 3rd colleague. In effect, whenever any one
    makes a change in the workbook, no one else can see the new saved data that has been added. 
    The work book is not protected. It is stored on a server, all users are running Office 2013 apart from
    1 who is using 2003, but it doesnt matter as even if a change is made using office2013, another office 2013 client still can't see the change.
    It doesn't seem to happen with any other workbooks.
    Tried open and repair which didn't work. Also tried saving a new version of the workbook, this works for a while but then the issue comes back on the new version.
    Any ideas, as currently we keep having to save new versions of the workbook.

    Hi,
    What's the extension of this particular file ?Try another file format to test this issue.
    Did you get any message when try to save the document? Also does this problem happens when use the 'save as' option within Excel to save the file?
    Also try to download the excel file to local driver, update the Excel file,then upload it to the server.
    Wind Zhang
    TechNet Community Support

  • When a pop up window comes up it is - search bookmarks and history window! I cannot log into my bank as login button should open new window to log in but I get the search page. I cannot see larger images as again I get the search bookmarks and history pa

    When a pop up window comes up it is - search bookmarks and history window! I cannot log into my bank as login button should open new window to log in but I get the search page. I cannot see larger images as again I get the search bookmarks and history page etc. Happens on all options that should open new page. I am so frustrated, this has been happening since Firefox updated itself 2 days ago to Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 ( .NET CLR 3.5.30729; .NET4.0C) was fine before that. using windows vista. Can you please advise what I should do? Also can you go back to previous version? Error console eg
    Warning: Error in parsing value for 'cursor'. Declaration dropped.
    Source File: https://ib.nab.com.au/nabib/styles/menu_nab.css?id=009
    Line: 116
    ib.nab.com.au : server does not support RFC 5746, see CVE-2009-3555 and Warning: Selector expected. Ruleset ignored due to bad selector.
    Source File: https://ib.nab.com.au/nabib/styles/nabstyle.css?id=014
    Line: 837
    == This happened ==
    Every time Firefox opened
    == 2 days ago after update.

    Do you have that problem when running in the Firefox SafeMode?
    [http://support.mozilla.com/en-US/kb/Safe+Mode]
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this:
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • I am not able to see toolbars, when I open a new window that window is not visible, if I open from bookmarks and there is music playing I hear it but canNOT SEE the websites.

    I am not able to see toolbars, when I open a new window that window is not visible, if I open from bookmarks and there is music playing I hear it but canNOT SEE the websites. I was able to get window open from the help "window" and open sites from there just not from new: window tab or bookmarks those stay invisible? I tried the help suggestions, safemode,etc.

    Hi CMorenoOT,
    This prompt is usually displayed when your Apple ID needs to be configured for the iTunes Store. You'll want to run through the additional steps to setup your country, and payment information.
    iTunes: How to set up an Apple ID within iTunes
    http://support.apple.com/kb/HT2731
    Tip: If you are trying to create an account using an existing Apple ID, like your iCloud email address, you will receive a prompt telling you that your email address is already an Apple ID. Simply tap Continue, and then tap Use Existing Account on the following screen.
    - Next, you'll be required to enter your billing information. To choose a different Credit Card type, tap one of the available options, and then tap Done. You will not be charged until you make a purchase.
    - Once you've filled out all of the fields for your billing information, tap Next.
    For more information:
    Using an existing Apple ID with the iTunes Store and Mac App Store
    http://support.apple.com/kb/HT2589
    Thanks,
    Matt M.

Maybe you are looking for

  • JTable column headers not showing up

    I have a JTable inside a JScrollPane which, in turn, is inside a JTabbedPane. I created a TableModel which extends AbstractTableModel as per the java Swing Tutorial examples. In that model is an Object[][] object for the data called rowData, and all

  • Wireless connection not restored immediately after sleep

    Hi, Since I have updated to Mavericks (OS X 10.9.1), my wireless connection doesn't restore automatically anymore after sleep. This recently also started to happen when I boot my computer. I always have to click the wifi icon, select my network and t

  • Bw implementation phases

    Hi gurus,   In a bw implementation project 5 phases are there. As a bw consultant in that five phases what is our responcibilities. points will be assigned. Thanku

  • Shared Variable Timestamp fixed on TPC-2012

    My code running on a TPC-2012 reads from a shared variable that is hosted on a CRio.  Reading the timestamp of the shared variable gives me the same 5AM time in 1903. If I read that same shared variable using software running on a PC vs the TPC, I ge

  • Opening file with PE6 for Mac

    Probably a silly question: In Bridge, how do I change the "Open With" default setting from "Preview" to "Photoshop Elements 6"? I've checked in Preferences for both PE6 and Bridge, but there doesn't seem to be a way to change that. When I double-clic