Importing Scheduler tables into RPD.

Hi All,
I have a requirement like importing the Scheduler tables into Repository file(RPD).
Can any one have the document of doing it, like physical links and logical links diagrams and how to join it.
Regards,
Vishwanath

Hi Daan,
My requirement is to use the job manager Scheduler Tables in the RPD, But not the usage tracking.
tables are : S_NQ_JOB,S_NQ_JOB_PARAM,S_NQ_ERR_MSG,S_NQ_INSTANCE
Its an urgent issue.
Thanks in advance.
Regards,
Vishwanath

Similar Messages

  • Creating or importing a table into Mail

    I have searched and found a few threads with this same question. The problem is, there is no answer in any of the threads!
    Can someone help me figure out how to either create or import a table into a Mail message?
    Thanks for any advice provided.

    I don't think you can create a table directly in Mail. Mail html capabilities are fairly pathetic. The only way I know how to do it is to create an html file using some html editor, put your table there. then open that file in Safari copy the table there and paste it into a message composition window.
    Message was edited by: V.K.

  • Importing 30 tables into one SQL Table (Help Required)

    Dear Experts,
    I am new in SQL server, actually i need to gather 30 different excel file in one sql server table and i have imported all excel file in different databases, all tables have 186 different columns and datatypes. I couldnt change data type while conversion.
    Now all columns have different data type which are occupying extra space in my database.
    Now the problem is that i need to convert all databases into one database or table. Although i have created a table but i dont have idea how to import all table into one table  and defining datatype in new table while importing the old tables.
    Please help me in this matter or if any body has skype or any other chatting id please do let me know so that i may explain it better.
    Thanking you in advance.
    Best Regards,
    SQL_beginner

    There are several things you can try.  If you have SSIS, take a look at this.
    http://www.singhvikash.in/2013/06/ssis-how-to-load-multiple-excel-files.html
    https://www.simple-talk.com/sql/ssis/importing-excel-data-into-sql-server-via-ssis-questions-you-were-too-shy-to-ask/
    Also, if your files have virtually the same name, like files with dates in the name, you can loop through files in your folder, and increment the loop with each run through.
    DECLARE @intFlag
    INT
    SET @intFlag
    = 1
    WHILE (@intFlag
    <=30)
    BEGIN
    PRINT @intFlag
    declare @fullpath1
    varchar(1000)
    select @fullpath1
    = '''\\path to your files\'
    + convert(varchar,
    getdate()- @intFlag
    , 112)
    + '_your-text-file-name.txt'''
    declare @cmd1
    nvarchar(1000)
    select @cmd1
    = 'bulk insert [dbo].[your-table-name] from '
    + @fullpath1 +
    ' with (FIELDTERMINATOR = ''\t'', FIRSTROW = 2, ROWTERMINATOR=''0x0a'')'
    exec (@cmd1)
    SET @intFlag
    = @intFlag + 1
    END
    GO
    Knowledge is the only thing that I can give you, and still retain, and we are both better off for it.

  • Importing word tables into ID

    I need to import a table from word to ID. The cols run several pages each in Word. How do I import the table so that cols break neatly within the frames?
    I've tried "help" but I couldn't make it work. I just need to know how to make the table flow.
    Thanks

    Unfortunately, table cells won't break across pages or frames in InDesign. When I had a project like this, I did a lot of prep work in Word using Convert Table to Text, and then messing around with the text formatting so I could import the content into InDesign. Instead of one text frame with a table with three columns, I'd have three separate text frames with "faked tables" made of paragraph rules and anchored "gridlines."
    Sorry, you're in for a bit of a manual slog on this one.

  • Can not import physical tables into obiee

    Hi All
    I have created tables in oracle express edition:
    --Product
    --Cust
    --Region
    --Sales
    --Inventory
    --Year
    Sales table contains fk for cust,product ,year and region.
    while inventory has fk for product.
    Problem is that when importing tables into administration tool except region all other tables are imported.
    For Region it is prompting unknown error.
    Does anyone knows solution.
    Plz help!!!!!!!!
    Thanks
    Pallavi
    Edited by: Pallavi on Dec 30, 2011 11:24 PM

    Hi
    Thanks for reply.
    I recognized problem.
    In region i forgotton to mention primary key.
    Now region is imported.
    But after creating all layers and saving repository in conf file, I cant start BI server.Getting error 1064.
    Any Idea???
    Pallavi

  • Importing data tables into data tablespace and indexes into tablespaces

    Hi
    I want to import data into new schema and i want to store tables into data tablespaces and index into index tablespace ...can anyone tell me how it will possible...

    I want to import data into new schema and i want to store tables into data tablespaces and index into index tablespace ...can anyone tell me how it will possible...
    imp userid=/user/passwd show=y indexfile=import.sql indexes=n full=y
    imp userid=/user/passwd show=y indexfile=import2.sql full=y
    Edit the import.sql and import2.sql to modify the tables' tablespace and indexes tablespace.
    execute import.sql the script in the database. this will create the tables in their respective tablespace.
    imp userid=/user/passwd full=y ignore=y indexes=n constraints=y - to import just the data since the tables have already been created.
    imp userid=/user/passwd full=y ignore=y rows=n  - to import just the indexes since the tables and data have already been imported.

  • Import XML file into rpd file

    Hi Gurus,
    it seems to be very easy to import XML files into repos, but I could find suitable driver in my ODBC Data Source Administrator.
    Could You help me?
    Many thanks in advance!
    Regards
    Laszlo

    you can't see view Data option for all types of sources... it depends on call interface and source you are using..
    go and check the xml files and open them physically .. you'll see the data..

  • Can you import local tables into Oracle to query in Discoverer?

    long time lurker, first time poster...
    I've got a local list in excel of over 100k records. I want to bounce this list off our network's data in Oracle to add a few fields to my file. Is there a way to import the local list into Oracle (like I might using MS Access) so that I can query the data using Discoverer, and output my local list with the additional data I pull out of Oracle? Thanks so much for any assistance!

    Hi,
    Create an external table in the database that points to the excel workbook then you will be able to query the excel workbook like any other table in Discoverer. You will need to create a database directory which points to the directory containing the excel workbook. You will also have to save the workbook in a csv format. But once that is set up you will be able to make changes in the excel workbook save them, then refresh the Discoverer workbook and immediately see the changed data in Discoverer.
    Rod West

  • Import Access Table into SQL Server 2005

    I am using BIDS and have created a OLEDB connection to my mdb file, and a DataFlowTask for the Control Flow, but lost on what to set-up on the Data Flow tab.  What do I do to set-up the data flow to import the mdb table to sql server?

    Why Execute SQL Task is needed?
    Typically the SQL is embedded into the OLEDB Source.
    I guess when you were working on the destination you chose to create the table. Then you mapped to it. Why you cannot find it in
    options I am not sure. Can you post a picture? The table would be now in the drop down list of tables available, but you supposed not to repeat this step.
    Arthur My Blog
    Maybe I am just not fully understanding the link posted - but am trying.  Attached are my screenshots 1 of Control Flow Tab and 2 of Data Flow Tab.  My process is to take an access table and link it into SQL Server

  • Importing Numbers table into pages

    Hi,
    If anyone can help me out really quickly with this I'd really appreciate it, deadline coming up!
    I want to get a table I've done in numbers into my assignment on Pages. The table is in landscape form and Pages in portrait. I basically just want to get the page turn it 90 degrees and slot it into my assignment.
    I've tried just copying it over but all the table just comes out in a mess.
    Thanks

    Hello
    Maybe I missed something but I don't understand your message.
    You wrote:
    I've tried just copying it over but all the table just comes out in a mess.
    Copying a table from Numbers to Pages works flawlessly as you may see on this screenshot:
    Given that, it's true that there is no tool available to rotate a table but this has nothing related with your last sentence.
    Yvan KOENIG (from FRANCE dimanche 13 avril 2008 20:28:26)

  • Import Oracle Tables into MySQL

    Hello there,
    I have a question about Oracle. I have a database in Oracle and i want the tables import in a MySQL database.
    Can i do that with MyODBC?
    Or must i make a dump of de database and than import in MySQL?
    Or are there other options to do this?
    PLEASE SOMEBODY HELP ME!!!!!
    Thax Berliner 2

    you can using third party tool "toad"
    it's provid sql script include insert ... ,create ... script ...
    then you can run script in mysql
    "toad" url
    http://www.quest.com/index.asp

  • Importing Excel tables into RoboHelp

    This procedure worked with RoboHelp 8.0.2, Microsoft Office 2003 and Windows XP. It should be OK for other versions and for OpenOffice but I can't test that here.
    My developer proudly gave me a list of 200 error codes as an Excel table with four columns: Number, Description, Source, Possible Solution. Top-class stuff for a service manual, but it meant 800 rounds of Tab Ctrl-C Alt-Tab Tab Ctrl-V Alt-Tab. Being naturally lazy I decided to try an easier way.
    In RoboHelp I created a simple table of 2 rows and 4 columns. I formatted the cells as Normal and looked at the HTML.
    The Table Row <tr> and Cell <td> structure is easy to see; Each row begins with
      <tr><td><p>
    Between each cell is
      </p></td><td><p>
    Each row ends with
      </p></td></tr>
    First I `cleaned' my Excel sheet; I used Replace All to replace all commas with a string "COMMA". I also replaced ampersands "&" with the html "&amp;" and then replaced greater-than ">" with "&gt;" and less-than "<" with "&lt;"
    Then I inserted columns in the spreadsheet and filled them with the HTML table structure described above. I saved the Excel sheet as a comma-delimited file CSV.
    I closed Excel and opened the CSV file with a text editor (Notepad).
    I used Replace All to remove all commas (inserted by Excel); then restored the real commas by replacing the string COMMA.
    Then I copied the entire contents of the file onto the clipboard, and pasted it into the HTML to replace my dummy rows.
    That was it! RoboHelp accepted the transplant and I could format the header rows and set column widths in the normal way.
    Dear RH and HTML gurus reading this: is my procedure safe? or will something come back to bite me later?
    --- Derek

    Our developer-provided tables are huge (up to 15 columns and 400 rows), so we've been able to have the developers create HTML files (not HTM) with similar formatting to our regular tables.
    We then set up links to those files and add them to Baggage Files. They don't become part of the search (no problem for us, since we can include them into our Zoom Search indexing process), nor do they get processed by RoboHelp (which was a big plus because RH used to choke on those tables in HTM format).
    The other plus is not having to repeat your process every time changes are made by the developers (they run their own conversion process and you plug in the replacement version of the file that they provide).
    Good luck,
    Leon

  • I'm getting an error message after importing a table through Dreamweaver into a page developed in Muse.

    I'm getting a couple of messages after importing a table through Dreamweaver into a page developed in Muse. I have compared the code of the page with the table with the page before I inserted the table and cannot find anything missing. the web address is http://gourmetdreams.com/weekly-menu.html
    How can I clear this up?
    I also noticed that when I uploaded the file there was one error: "- error occurred - Access denied.  The file may not exist locally,  may be open in another program, or there could be a local permission problem."

    Thanks for your help! I imported the table into Muse, then exported the site as html and opened it in Dreamweaver. I should've tried that in the first place but gave up when I couldn't edit it in Muse. I didn't know you could edit the html right in Muse. Also, my styling and the images I was using weren't showing up in Muse but once I opened it in Dreamweaver, everything fell into place. AND I could edit it! My client needs to edit this page every week, so I needed to be sure she could do that. She doesn't use Muse but does use Dreamweaver. At this point, I think I'll leave it alone and not try to style it with inline css. Maybe when I get a little more time, I'll try it. I just don't want to mess things up now that the're working.

  • Export single table in maxdb 7.4 and import table into maxdb 7.7

    Hello Guru
    Need your help as follows
    how to export single table from 32 Bit MAXDB 7.4 and import same table into another MAXDB 7.7 X64 bit.
    Thanks and Regards
    A P Rao

    Hello,
    the Database Studio Loader features are only available for MaxDB version > 7.5.
    Please have a look at the Loader documentation "Export table" and "Import table" command.
    http://maxdb.sap.com/doc/7_7/14/a08027b665485f8e09eca0c336171d/content.htm
    http://maxdb.sap.com/doc/7_7/24/ff7c8db8ae46f69a5ed3ec7e4c4db6/content.htm
    Best Regards
      Wolfgang

  • Unable to import the views in RPD.

    Hi,
    Case1:Unable to import the views in OBIEE 11g by using "Oracle inOraDb 11g_Home1" drivers but able to import the Tables in RPD.
    Case 2:Unable to import the Table in OBIEE 11g by using ."Data Direct 6.0 Oracle wire protocol" drivers but able to import the Views in RPD.
    My requirement is need to import some views and tables in RPD.How to achive this.kindly let me know.

    Hi,
    I have tested with SH Schema.
    I have one 'View' called profit in sh schema
    http://i1159.photobucket.com/albums/p629/bose-obiee/shschema.jpg
    The schema in import type without 'Views' Option it is not showing
    http://i1159.photobucket.com/albums/p629/bose-obiee/withoutviews.jpg
    clicked Back and selected 'Views' Option and checked under sh schema. am able to see the 'Profit Table.
    http://i1159.photobucket.com/albums/p629/bose-obiee/withviews.jpg
    selected what are all the table i need to import from sh schema with Profit view and clicked the single arrow symbol to move sh schema from 'data source view' to 'repository view' and clicked 'Finish'
    It has imported all the tables and view into the rpd from SH Schema.
    http://i1159.photobucket.com/albums/p629/bose-obiee/View.jpg
    Regards,
    Bose

Maybe you are looking for

  • How can I print more than one page of an internet site?

    When I try to print pages from internet sites (Facebook, Merchant Circle, Linked In, NBC.com, etc.), Firefox will only print the first page. In order to print more information, it is necessary to reduce the scale of the print so more of the informati

  • Music on my ipod is not showing up in itunes

    I have a 2nd generation ipod with a ton of music on it, it shows in itunes but says it cannot find source...help please!

  • Can't activate Photoshop on new MacBook Pro

    Program Version: Photoshop Elements 8. I just purchased a new MacBook Pro today to replace my three year old MacBook. I sold my old MacBook after I backed it up onto an external hard disk via Time Machine. I have used migration assistant to import ev

  • When syncing my ipad to a PC an error message appeared

    I was trying to sync my ipad to a PC and a message saying "mobilme app an error occur some datas might have not been saved etc..." something like that.... So im scared how can i be sure that i do have a valid back up of my entire ipad ?

  • Trouble selecting PS as editor in LR 5

    PS 6 is installed on my Windows 8 system but it doesn't appear as an editing application for LR5.  In LR, I choose Edit / Preferences / External Editing.  That screen says Application Not Specified, but when I click Choose, the list of programs does