Where is the value of report repository stored in the database?

Hi all,
One of our developers is trying to write a code that would send the output report (pdf)of a process through mail, typical work flow stuff.But the problem is that we are not supposed to hard code the value of report repositiry from where the report has to be picked.can anybody suggest a table in the database from where the value of report repository can be queried.
we tried using
select reportrepositorypt from pswebprofile.
but this doesnt return the correct path. we went to PIA->peopletools->webprofile ->webprofie configuration
here we updated the value in report repository field and saved it and queried again.
But this didnt solve our problem.
Its showing the previous value which is different from the actual report repository path.
all the servers are in solaris box.
please suggets.
Thanks!

Right now, I am trying to send a PDF (XML Publisher report) as an email to our vendors (it is their ACH Advice).
What I have done so far is: Created an App Engine, one step to populate a state record with run control information and the second step that runs XML Publisher and creates PDF report(s) which are published to the Report Repository and saved to a file on our network. Now I think I just need to create a third step to recall the PDF(s) and send the PDF(s) out as emails to our vendors.
I have found that the PDF information from Report Repository is stored in the Database in the CDM_LIST_VW record (this is a view and the main underlying table is CDM_LIST, but this contains what I need for now, so I'm going to try using it first). The Report ID is stored in the CONTENTID field and the Report Description (description shown on the Report Repository -- which in our case contains the email address) is stored in the CONTENT_DESCR field. So I am going to try over the next week to write the logic to query the CDM_LIST_VW for the data needed for the email address and the ReportID to go and grab the file....The hardest part is finding the actual file but I am hoping that I can also find a URL on that table. I'd pull the file from the network, but XML Publisher writes them out into numbered folders where all the PDFs are named the XML Report Defn - thus same name). I have not tried any of this yet, but am hoping I'm on the right path.
I hope this helped answer your question.
Good Luck!
Jennifer

Similar Messages

  • Where is the database panel in Dreamweaver CC?  Was this feature removed?

    Where is the database panel in Dreamweaver CC?  Was this feature removed?
    Mike

    At the link I posted above.
    There is a single extension to restore these features. Extension is available at:
    Vista/Windows 7: C:\Program Files (x86)\Adobe\Adobe Dreamweaver CC\Configuration\DisabledFeatures
    Mac OS X: /Applications/Adobe Dreamweaver CC/Configuration/DisabledFeatures
    To install, follow instructions in the video
    http://www.youtube.com/watch?v=cB2vmNfcq7A
    Nancy O.

  • Hi where is the database link previously under windows menu?

    Hi where is the database link previously under windows menu

    Removed feature: Server Behavior, Bindings and Components Panels and Database feature
    There is a single extension to restore these features. Extension is available at:* Vista/Windows 7: C:\Program Files (x86)\Adobe\Adobe Dreamweaver CC\Configuration\DisabledFeatures* Mac OS X: /Applications/Adobe Dreamweaver CC/Configuration/DisabledFeatures
    As seen on http://blogs.adobe.com/dreamweaver/2013/06/a-look-at-the-modernized-dreamweaver-cc.html
    Video instructions on how to install these back available here: http://www.youtube.com/watch?v=cB2vmNfcq7A

  • Looking for a value in a list stored in a database table field

    Hello,
    I have a field in a database table that contains a comma
    separated list on numbers. In my CFQUERY I am attempting to extract
    records from the database table where a parsed number is present in
    the comma separated list. I have tried the code below, but it is
    throwing an error.
    variables.publicationID is the number that I am looking for
    in the database table field.
    publicationList is the name of the database table field
    containing the comma separated list of numbers.
    where <cfqueryparam value="#variables.publicationID#"
    cfsqltype="cf_sql_integer"> in publicationList
    Can anybody help?
    Many thanks,
    smnbin

    The only way to do it with the data model you currently have
    is as follows:
    WHERE publicationList LIKE '#variables.publicationID#' OR
    publicationList LIKE '#variables.publicationID#,%' OR
    publicationList LIKE '%,#variables.publicationID#,%' OR
    publicationList LIKE '%,#variables.publicationID#'
    You need to check for 4 cases:
    it's the only ID in the list
    it's the first ID in the list
    it's in the middle of the list
    it's the last ID in the list.
    The better solution would be to replace this comma-delimited
    list with a mapping table, where each row in this mapping table
    contains a reference to the main table as well as a single
    publicationID.

  • Where is the database connection for a mobile site?

    I have a Flash mobile site that I didn't create, but need to edit. On clicking the submit button it checks that the login & password are in a SQL database. The problem is, I can't find the method that runs a query on the database or where the database is even connected. I've tried searching through the code for words like "SQL", "database", and "connection" without success. I stepped through the code where I find a call to method "super", but then it goes back to the original method and then the user is logged in. Can someone explain where the call to the database is?
    Other things I'd like to know are: Where is the SQL Connection? In the main (non-mobile site), there is a web.config with a line that says
    <add name="TPConnectionString1"  connectionString="DataSource=xxx.xx.xxx.xx,xxxx\sqlexpress;Initial Catalog=TP;Persist Security  Info=True;User ID=xxxxx" providerName="System.Data.SqlClient"/>
    Where (what file: ex. web.config, xyz.as, etc.) would a similar line in the mobile code be?
    What does super(type, bubbles, cancelable) do?
    Here's the method for the submit button: LoginView.mxml
            private function btnclicked():void{  techController.username = txtUsername.text;  techController.password = txtPassword.text;  var evt:TechEvent = new TechEvent(TechEvent.LOGIN_USER);  this.dispatchEvent(evt);  }
    Here's the TechEvent function that is called: TechEvent.as
        public function TechEvent(type: String, bubbles:Boolean=true, cancelable:Boolean=false)  {  super(type, bubbles, cancelable);  }
    Here's the dispatchEvent method: UIComponent.as
    override public function dispatchEvent(event:Event):Boolean  {  if (dispatchEventHook != null)  dispatchEventHook(event, this);    return super.dispatchEvent(event);  }

    You are looking for an event handler for the TechEvent.LOGIN_USER event.
    Coding style looks similar to a SWIZ style framework, in which case, the event handlers could be defined using metadata [EventHandler] or [Mediate] tags, but could just be a plain simple .addEventListener(TectEvent.LOGIN_USER,fn); declaration earlier on.
    Either way, this is what has happened:
    1. User enters uname and password, then clicks button
    2. Button click handler populates the techController with relevant values then dispatches an event to let the world know it has done so
    3. The event handler checks the techController and makes the login call
    4. Some time later, the server will respond and trigger another event that the app can respond to
    G

  • Where is the database object administration GUI in Oracle XE 11g?

    Please read my whole question, because I'm sure people will misunderstand, and tell me to load http://localhost:8080/apex in my browser.  I know that is there.
    I am a previous user of Oracle XE 10g, but I just installed Oracle Express 11g. I only want to use it to get a local instance of Oracle database. The 10g APEX UI provided an easy way to administer database objects (users, schemas, and the like), but it appears the 11g APEX UI is some kind of weird application development environment that I don't want to use. It doesn't even seem aware of the schemas I created in the database using SQL Plus.
    So, where is the regular admin GUI for Oracle database objects like users/schemas (i.e. something that will list the schemas that exist in the database, and allow me to add or delete them)? Or does 11g force you to do that using SQL (in which case, I'm going to go back to 10g).
    Thanks,
    Jeff

    No, SQL workshop is not what I want.
    Basically, I don't want to deal with this concept of a "workspace" at all. It's useless to me and just gets in my way. All I want is a a UI where I can view a list of the schemas that exist in the database, and manipulate them easily.
    I have TOAD, so I could use that, but I liked the old 10g administration GUI, since it provided the exact functionality at the exact level of complexity that I needed.

  • Where is the database of "server side" sync items?

    Server 10.5.6 clients 10.5.5
    Problem: Server side file tracking for Mobile Home sync is on. Files are not syncing reliably. Desktop items don't make it back to the network home and other similar issues. The clients get several errors stating that there was a problem syncing one file or another and to contact the admin if it continues.
    Turn off Server side tracking. Files sync runs as one would expect, all files sync correctly with no errors.
    We use two off site subnets connected via site to site VPN. Sync now takes 10 minutes at those locations.
    Turn Server side tracking back on, assuming it might recreate the database automatically. Problems come back.
    Needed: How to delete the current presumably corrupt database on the server so that we can run server side tracking again?
    Thanks
    -Erich

    See
    http://lists.apple.com/archives/Client-management/2008/Nov/msg00075.html
    As well, you might wish to hold off on updating your clients to 10.5.6 if you can, some have reported PHD syncing reliability issues.

  • Where is the Database Initialization Parameter file (inti.ora ??) located ?

    I have E-Business Suite R12 installed on Windows XP.
    I want to change utl_file_dir path.
    I know that I have to change the Database Initialization Parameter file (inti.ora ??)
    Does anybody know, where is the file located ?
    When I search I am getting two files. (init.ora and init.ora.txt)
    Which file I need to make the changes in ???
    Thanks in advance

    The initialization file for the database is located in the $ORACLE_HOME/dbs directory, and is called init<SID>.ora

  • Ms SqlServer connection: where is the database?

    I'm connecting to MS SQL 2000 with a user that is owner of the database i want to convert into oracle. The connection is OK, but when i connect i cannot see the database and its tables. The same if i connect with user "sa".
    Can anybody help me?

    Hi,
    I'm not sure where the problem is, I think it is more how SQL Server is implemented, whenever we look for tables they always appear under the 'dbo' schema regardless of who created them. All that JDeveloper does is query the Database metadata.
    Regards,
    Lisa

  • Where is the Database-Explorer View in NWDI CE 7.1

    Hello,
    i tried the download for the nwdi ce 7.1 and i want to learn something about developing java ee5 applications on sap netweaver. for this i worked with the book "Java-Programmierung mit SAP Netweaver" and the document "Developting Java EE 5 Applications from Scratch".
    Working with this documents at some point one should use the Database-Explorer to create Java Entity-Objects. But my Netweaver Developer Studio CE 7.1 does not contain it. As mentioned by the documentation it should be started by Window->Show-View->Other->Data->Datbase Explorer. But even the Entry Data is missing under Window->Show-View->Other.
    Does anybody have an idea why the view is missing??
    My NWD-Studio Version is 7.1 SP03 Pat0000
    Regards

    wrong category

  • Where is the Database-Explorer View in NWDS CE

    Hello,
    i tried the download for the nwdi ce 7.1 and i want to learn something about developing java ee5 applications on sap netweaver. for this i worked with the book "Java-Programmierung mit SAP Netweaver" and the document "Developting Java EE 5 Applications from Scratch".
    Working with this documents at some point one should use the Database-Explorer to create Java Entity-Objects. But my Netweaver Developer Studio CE 7.1 does not contain it. As mentioned by the documentation it should be started by Window->Show-View->Other->Data->Datbase Explorer. But even the Entry Data is missing under Window->Show-View->Other.
    Does anybody have an idea why the view is missing??
    My NWD-Studio Version is 7.1 SP03 Pat0000
    Regards

    Hi, Matthias,
    As of NW 7.1 CE, the Database Explorer view has been renamed to Data Source Explorer. It should open automatically, when you switch to the Java EE perspective. If it does not, you can use Window >> Show View >> Other >> Connectivity >> Data Source Explorer.
    You can read some more information about developing Java EE 5 applications in the SAP official documentation:
    http://help.sap.com/saphelp_nwce10/helpdata/en/44/c778033d5360eee10000000a155369/frameset.htm
    I hope that helps!
    Regards,
    Yordan

  • Where is the URL of Report Manager stored in ReportServer Database?

    Hi there!
    I am trying to create reports based on the ReportServer database for multple SSRS instances.
    Does anyone know where the URL of reportmanager is store?  Or the SSRS instance name?
    I cant find it in any table..
    Thanks,
    Zoe

    Hello Zoe,
    The machine + instance name is store in ReportServer database in table "dbo.Keys", but note: One RS database can be used by several instances, so you can have several entries here.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Where in the database should my themes and styles and maps etc... go?

    We had a problem performing an export of the MDSYS schema for backup purposes. When we tried to import our data, after a database corruption thanks to a patch, the themes and styles, and maps that we created did not get put back in user_sdo_themes, maps, styles, etc... the data was never exported.
    Oracle support is saying that these things should not be going in the MDSYS schema, if they do not go in there, then where should they be going? Also how do I map the definitions back to where I should be putting them? We create all of our spatial data in a schema named RESOURCES. Should I be creating tbles such as user_sdo_themes in my RESOURCES Schema?
    thank you!

    The MDSYS user does in fact contain all of that information, but you should not be exporting the mdsys user any more than you export the sys or system users.
    When I export map metadata for a user, and I want to be able to reinsert that data on import, I will do something like the following:
    before exporting, I will create metadata tables
    create table my_maps as select * from user_sdo_maps;
    create table my_themes as select * from user_sdo_themes;
    create table my_styles as select * from user_sdo_styles;
    I'll export those tables with whatever data I am exporting.
    After the import, I'll do something like this:
    insert into user_sdo_styles (select * from my_styles);
    insert into user_sdo_themes (select * from my_themes);
    insert into user_sdo_maps (select * from my_maps);
    When I am sure everything looks copacetic, I will drop the tables I created for export.
    hope this helps.

  • Where is the database

    Hi
    I've just started with mysql and is still fighting with my first connection. I have the driver installed and the program finds the driver. My problem is: How do I create a database, where do I put it and how do I connect to it?
    Thanks

    Hi
    I've just started with mysql and is still fighting
    with my first connection. I have the driver installed
    and the program finds the driver. My problem is: How
    do I create a database, where do I put it and how do
    I connect to it?Get a database from somewhere, install it, start it and read the JDB tutorials about how to connect to it.

  • Where is the Database Concepts book?

    I can't find the documentation referenced in the Administrator's Guide(A96521-01) as "Oracle 9i Database Concepts" for release 1 a.k.a. 88856-02. I would really like to get my hands on it.

    Here's the link:
    http://otn.oracle.com/docs/products/oracle9i/doc_library/release2/nav/getting_started.htm
    You might also want to look at:
    Oracle9i Database: Getting Started
    http://otn.oracle.com/docs/products/oracle9i/doc_library/release2/nav/getting_started.htm
    Getting Started with Oracle
    http://otn.oracle.com/products/gswo/getstart.html
    Regards,
    -rh

Maybe you are looking for

  • Is this a bug or a feature in JDeveloper 11.1.1.4?

    Hello everybody, when I try to create a new "Reusable Process" with the composite editor in Jdeveloper, nothing happens on in the composite design view! I can see the process in the file structure and I can also edit the process in the bpm editor, bu

  • WHEN will online number be available in CANADA?

    I would love to have this functionality with Skype.  Ideally, I'd like to have an Alberta area code (403, 587 or 780) or British Columbia area code (250)... Is this ever going to happen?  In the near future???  Thanks to anyone that might have an ans

  • Collate Print Jobs

    Hello , sorry if I am asking a stupid question , but I am a recent escapee from the Microsoft prison ... On Windows ( sorry again ) I had a utility installed called FinePrint , this enabled you to 'collect' individual print jobs and then print them a

  • Sequence File Hierarchy Sequence Name Resize

    Hello, Is there a way to resize the sequence name in the Sequence File Hierarchy Call Graph? I have a need to make the sequence names long and it does not fit in the file hierarchy. Thanks.

  • Problem with IMovie on Mountain Lion

    IMovie crashed