PDCE: Basic set up query.

Good morning to all,
I see that a data basis is needed at the first place. can you please list out the steps to be taken as prerequisites to PDCE.
We are evaluating various scenarios in PDCE and would like to have a very basic level costing to be done using PDCE but not sure about the first set of steps.
P.S : the standard prerequisites on PDCE is known http://help.sap.com/erp2005_ehp_04/helpdata/EN/45/e6a95124aa4483add6b0ef51769284/content.htm
but i find that too complicated to implement at the first place.

Hi,
I guess this is what you need. A PPT containing detailed steps of PDCE installation from BI content installation to databasis generation. The PPT is prepared by former PDCE solution manager.
Please refer to  http://slidesha.re/f9Bjlq. You really need to have a quick start before you can evaluate this product, and the installation should not be the handicap.
Hope it helps.
Edited by: Haifeng Hu on Feb 7, 2011 1:51 PM

Similar Messages

  • Basic set up Point to my DNS

    Hello, I seem to have problems understanding the help files on one part of OS X server setup for DNS hosting. Here is my basic set up.
    I currently have my godaddy hosted domain pointing to my server ns3.uncinc.net on a OS X 10.3 server. I have the server set up as ns3.uncinc.net ip 64.105.180.98. I use this server for DNS Services only.
    I redirect all queries to another OX S server, ns1.uncinc.net ip 64.105.180.101 which host's ftp www mx etc.
    In the Admin I set up a Master zone name "uncinc.net" in the first field.
    I then enter the hostname of the domain’s SOA "ns3.uncinc.net". Not sure but I think if I understand correctly here is where the "ns3.uncinc.net" goes & not the ns1.
    With that set here is where some confusion starts when I create a first record.
    The admin automatically sets the NS type to "ns3.uncinc.net" from "uncinc.net".
    Is this part correct?
    I then have the rest of the records set up as such.
    1. NS from uncinc.net" to "ns1.uncinc.net" (I changed ns3 to ns1)?
    2. MX 10 from uncinc.net to ns1.uncinc.net
    3. A from ns1.uncinc.net to 64.105.180.101
    4. A from uncinc.net to 64.105.180.101
    5. A from www.uncinc.net to 64.105.180.101
    6. A from ftp.uncinc.net to 64.105.180.101
    Any advice appreciated!
    BJ
    Message was edited by: Billy Jack Dial
    Message was edited by: Billy Jack Dial

    The easiest and quickest way to secure your network would be to go online and go to www.linksys.com/easy and then download and run the EasyLink Connect Tool.
    The normal way would be to hardwire a computer to the router and open up IE... then on the address bar, type in 192.168.1.1 (username just leave it blank and the password as a default is admin).... then go to the tab labeled wireless, then go to wireless security...

  • How to set a query of VO in  Best-Effort Mode

    Hi, I'm using auto refresh property of VO, to refresh the LOV . But i get " java.sql.SQLException: ORA-29983: Unsupported query for Continuous Query Notification" error..
    So i want to set the query in best-effort-mode . May i know how to set it.
    here is my query that set to auto refresh.
    "SELECT DISTINCT YYYY FROM XXXXX"
    Query optimizer makes the above one as below.
    SELECT * FROM (SELECT DISTINCT YYYY FROM XXXXX) QRSLT WHERE ( ( (YYYY LIKE :vc_temp_1 ) ) )

    If you disconnect the PMU, you will have the option to go to tristate or your previous digital state, but not ground. Forcing 0V is probably the closest you can get to a GND like behavior. The default line state is tristate for this device, which will leave the line floating if there is no active driver.
    Kyle A.
    National Instruments
    High Speed Digital I/O Product Support Engineer - R&D

  • Viewlink between Custom VO "Cannot set user query to view"

    We have an application where we have extended custom VO and EO’s to get data from flat files. It all looks fine till we create a viewlink for a LOV with two related VO’s. The viewlink VO fails we get message of the form -Cannot set user query to view "CustomVO1" because it is a destination in a view link”. Are there any methods to override in the custom VO/EO or any parameter to be added to configs. Has someone tried this out

    Thanks for the update and for sharing the solution!
    Regards,
    Hussein

  • Set PO query for all users in POWL screen

    Dear All,
    In Purchase order work list (POWL) need to define a new query and set it for all the users.
    Request to please let us know how we can create and set that query in POWL for all users?
    thanks,
    mahesh.

    Dear All,
    In Purchase order work list (POWL) need to define a new query and set it for all the users.
    Request to please let us know how we can create and set that query in POWL for all users?
    thanks,
    mahesh.

  • Re:User group,info set and Query combination table

    Hi,
      I would like to know the combination table of User group,info set and Query.
    Can any body please respond to my question?
    Regards,
    Suresh Kumar.

    Hi,
    Check the tables starting with AQG*.
    Reward points if useful.
    Regards,
    Atish

  • Problem during the setting the query data source name in forms 6i

    We are now doing assignments in forms 6i actually there is a problem during setting the query data source name in run time.
    The problem is
    declare
    v_query varchar2(200),
    begin
    v_query :='(select empno,ename,deptno from emp where hiredate =' || control .value1 ||')';
    go_block('emp');
    set_block_property('emp',query_data_source_name,v_query);
    end;
    that bolded area is the problem that ia varchar value the single qoutes embedded with that value.how can i embedded single qoutes in that concatenation.
    That is now query will run like select empno,ename,deptno from emp where hiredate =control.value
    But we need like select empno,ename,deptno from emp where hiredate ='control.value'
    Message was edited by:
    Punithavel

    Thanks for your response
    We fixed the error
    and the answer is
    declare
    v_query varchar2(200),
    begin
    v_query :='(select empno,ename,deptno from emp where hiredate = ' ' ' || control .value1 ||' ' ' ) ' ;
    go_block('emp');
    set_block_property('emp',query_data_source_name,v_query);
    end;

  • Re: Info set and query transport under same request number

    Hi,
      I would like to know the details about info set and query transport from development to quality using SAP Query:  Trnasport tool.my quesion is,
    Can i create all info sets and related queries under same request number or will it be created in diffrent request numbers?Please respond any body to my question.
    Regards,
    Suresh Kumar.

    No it is possible as per SAP.
    Please read follwoing help-
    http://help.sap.com/saphelp_nw70/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm
    It is talking abou the Special Features of InfoCubes in InfoSets.
    For queries based on an InfoSet with an InfoCube, the system decides at runtime whether aggregates can be used for the InfoCube. This is the case if all the required InfoObjects of the InfoCube exist in an aggregate. The following InfoObjects are required:
    The key figures of the InfoCube selected in the query
    The characteristics of the InfoCube selected in the query
    The characteristics required for a join with other InfoProviders in the InfoSet.
    Furthermore, as a prerequisite for using aggregates, all the data required by an InfoCube must be readable using logical access. For an InfoCube within an InfoSet with InfoCubes, it is no longer possible to read part of the data from one aggregate and part of the data from another aggregate or the InfoCube itself.

  • Cannot set user query to view "{0}" because it is a destination in a view link

    Hi
    11.1.1.7 - I have 2 programatically view objects. I have created a viewLink between them and I am getting the error:
    Cannot set user query to view "MyView2" because it is a destination in a view link.
    Does anyone know what are the methods I need to implement? I have follow the Frank Nimphius Post: Oracle ADF: Service, Please! and it is working fine. However, after seeing this example: Decompiling ADF Binaries: Building programmatically managed business components - Part 2 - I realised that I am missing some other stuff to make the view link work. There are too many methods and its quite difficult to understand and digest all classes and methods etc.
    Anyone can please point me in the right direction?
    Regards

    Which version are you using? Could you maybe turn on logging (http://blog.goverco.com/p/psmalogging.html) and post content of log file if you still have the issue...
    Also, remember that even though you set credentials in the PARAM section, these values are overwritten by the ones specified on the properties of the MA - so make sure that you specify correct creds on the MA. Specifying creds directly in the script makes
    for an easy way of testing from the PowerShell prompt, but not for running the script from the MA / Run Profiles
    Regards, Soren Granfeldt
    blog is at http://blog.goverco.com | facebook https://www.facebook.com/TheIdentityManagementExplorer | twitter at https://twitter.com/#!/MrGranfeldt

  • BASIC set up choices...

    Hi, I'm looking for the most BASIC of instructions on set up..... I think I know the answer and there seems to be posts 'about' this but I want clarity.
    I have iPhoto '11 and PSE 10. I want a way to organize my photo's within iPhoto. The main reason I like iPhoto is the way it integrates into mail and other Mac programs... I realize people hate it, and, I agree... it's hardly ideal. However.... I tried importing from iPhoto as was available in the PSE menu and seemed the most logical and simple way to go.
    I was horrified to learn that in fact, PSE had created another 20GB folder on my hard drive with all the photo's on it.... I don't want 2 copies of the photo's. I want a well organized iPhoto Library...
    I've searched around these forums and help files, but I can't seem to get a direct answer or explanation of this. It's so frustrating and annoying that a basic set up feature does not seem clear. In preferences there is a parameter under Preferences> Files> Saved Files> with a Browse button able to point to a nominated folder..... I was under the impression I could make this the iPhoto library??... but it's not available...
    It doesn't seem that I can do what I want to do in the way I want to do it.... but perhaps my logic is wrong... I thought having the word 'organizer' in the PSE would solve problems, no cause duplicate files... 2 sets of photo's is not a solution.
    I'm guessing I need to import into PSE and delete the iPhoto library?.... but can I still use iPhoto then?
    I'm really confused..... I've deleted all of the photo's from PSE by selecting all and deleting... then I've made sure the Adobe folder 'Organizer' is empty.... but I can still see photos??......
    So it IS seeing my iPhoto Library?.... will any changes I make affect iPhoto?.....
    MacBook Pro - Mountain Lion

    Thanks Barbara, for taking the time to respond with good advice....
    while option 2 seems to be the way to go to keep using iPhoto, it seems to be more aimed at editing and not so much organizing?... not too keen of going into the exporting/importing business.... (sounds like George Costanza....)
    iPhoto really is pretty lame when it comes to organizing the library of photo's isn't it?.... I've heard of 'Light Room' which has been recommended by a friend.... and also seen another product $$.... iPhoto Library Manager by fatcat software, but reluctant to fork out for something else that doesn't quite work.... not sure if anyone can recommend these products?
    So, if I wanted to make PSE the default photo app.... I'd need to....? export all photo's then import to PSE?... or just do the menu 'import' using PSE then delete the iPhoto library?.... I wonder how this affects my time machine which backs up to time capsule?....
    What's your experience with PSE organizer? Does it do everything you want?.... is it the ants pants?.... lol....

  • Programmatically setting SQL Query string?

    Post Author: JoeM
    CA Forum: Data Connectivity and SQL
    Hi,
    I recently updated to Crystal Reports 11 from 8.5 and am having some problems getting my reports to properly function.  I need to set the SQL query string in the report at runtime in our C++ based program when the user selects what report they want to print.  So to do this I first open the report and connect to our database and that works fine, here is the code for that - 
    pReport = pCRPApp->OpenReport(TmplFName, dummy) ;
    pReport ->Database->LogOnServer("crdb_odbc.dll", ODBC_FILEDSN, DatabaseName, DatabaseUsrNm, DatabasePwd);
    but when I use PutSQLQueryString to set the custom sql query that I've made it does not appear to work because when I use GetSQLQueryString right after that, the returned string is not the one I just set. Here is the code for that part -
    pReport->PutSQLQueryString(SQLExprBuf);
    sprintf(TestSQL, pReport->PutSQLQueryString());
    TestSQL is not the same as SQLExprBuf
    So my question is how do I properly set the SQL query string programmatically, is there some setting in my report that needs to be turned on or am I using the wrong function?  I read somewhere that you can use the Add command option in the report to set the query string as well, is there a way to programmatically do that?

    In Access create a View showing the information you want, then in design mode click View, SQL to see teh SQL you need. now make sure the SQL you build in VBA is exactly the same. so in the Immediate window type a ? then copy paste your code then press Enter
    to see the result, EG:
    ?"UPDATE Lan_landmeter " _
            & "SET OpleidingsBedrijf =" & bedrijf & " ,Opleiding_startdatum =#" & startdatum & "#,Opleiding_einddatum =#" & einddatum & "#,Aantal_opleidingsuren_vast=20,Aantal_gevolgde_uren
    =" & gevolgde_uren & ",Aantal_resterende_uren=0" _
            & "WHERE  Id_landmeter =" & naam & ""
    Rod Gill
    Author of the one and only Project VBA Book
    www.project-systems.co.nz

  • SAP POWL - set default query

    Hi,
    I am working on SAP travel and expenses component, and I want to set the default POWL query to All My Expense Reports instead of All My Travel Requests on the My Trips and  Expenses Page.
    The 'personalize' option provided will only change default query for my user, I want to personalize it for all end users. I tried Administrator personalization of Web Dynpro component but it won't work.
    Any idea how can we change the default query within POWL. I checked SPRO configuration too (POWL_QUERY, POWL_QUERYR, etc), but none of them provides functionality to set default query.
    Thanks,
    Deepa Balani

    Hi,
    This might be (I'm not completely sure) that by running it once for the user with the old order it has then saved this order in the user's personalisations/preferences. I remember having issues when I was adding queries to applications that user's that I had previously used were not getting them. I think I resolved this by deleting all the saved POWL references for the user, I think this may have been personalization, but it also may have been other tables (sorry was a while ago). After doing this the issue was fixed.
    To test if this is the case - I could suggest creating a new user id and logging on with that - check if the problem is sorted for that user first - if it is then go down the path of trying to remove saved preferences for your existing users.
    Hope this helps,
    Chris

  • Basic set up question on 30" CD and macBook Pro

    I have not used a external monitor before with my macbook pro late 2008 15". Have successfully connected the 30"CD to the MBP . I understand that you have two options on the primary display and you can either mirror or extend the workspace.
    Using a BT mouse ....how do you move from one display to another? I will be on one workspace and the next window will open on the other display. For example ....I launch safari from the macbook display and the windows open on the 30CD. Then I can t get over there to select a screen to launch.
    My primary issues right now are basic set up and navigation....where should I be looking for guidance. I understand that applications themselves may incorporate the preference on displays to be used ..but with out basic navigation between the two screens this is painful.

    If you go into Displays Preferences, whenever an external monitor is attached and both the built-in screen and the external monitor are being used, you will see some extra options. There should be an Arrangement tab under which you will find those options. One thing that can be done is to toggle the mode of operation between extended desktop mode (which it sounds like your system is already in) and mirror mode. Mirror mode means the same image will be on both screens. This is useful for those times when you want to run a projector to make a presentation. The opposite of mirror mode is extended desktop mode where the two screens are used as independent workspaces.
    Another thing to notice under the Arrangement tab is that you will see small representations of the two screens shown as blue rectangles. Notice that one of them will have a white bar across the top. This is meant to represent the menu bar. You can click on and drag that small white menu bar between the two blue rectangles and the real menu bar will move between the two displays accordingly. In this way you can choose which display, the built-in or the external, will have the menu bar and OS X dock. The other thing you can do in this view is drag the blue rectangles into any position you like so that their arrangement and ordering (which is the left screen and which is the right screen) will match the ordering of the real displays. This is so when you move the cursor (or anything else) from one screen to the other, it follows an expected path. What I mean is, if the external monitor is off to the right of the MBP, you rightfully want it so that when you drag the cursor off the right edge of the MBP's screen, it shows up on the left edge of the external monitor's screen. It sounds like the arrangement of your set up might be opposite of this right now which is why you are having trouble moving the cursor between the screens. By moving those little blue squares around, you can tell OS X what the screen alignment is in order to match exactly the real-world alignment of the true screens.

  • Help Needed in Set based query

    Hi,
    Version : sqlserver 2008 R2
    sample data to play with,
    declare @Address table(Id int primary key identity(1,1),Address varchar(100),city varchar(20),State varchar(20))
    insert into @Address
    select '123 sheril street, Newyork,NY','Newyork','NY' union all
    select '333 bamboo street, Manhattan,NY', null,null union all
    select '123 merrit street, Albany,NY','Albany','NY' union all
    select '123 shego street, Buffalo,NY',null,null
    This is just sample data. i have around 100000 address for different city and states.Basically i need to remove the city and state from address
    Here is what i need to achieve,
    1. Get the city,state check exists on address column if found then remove the city and state. if not leave it as it.
    2. If the city and state column is null and if that is present in address column then remove that from address column and update it in city and state column
    respectively.
    Is this possible to achieve without cursor or looping? any sample query please .
    loving dotnet

    This gets you part of the way there.  You'll have to perform your own logic to determine if you want to update the address field or not.  I attached a split function that I found online, you'll need that to get the desired results.
    declare @Address table(Id int primary key identity(1,1),Address varchar(100),city varchar(20),State varchar(20))
    insert into @Address
    select '123 sheril street, Newyork,NY','Newyork','NY' union all
    select '333 bamboo street, Manhattan,NY', null,null union all
    select '123 merrit street, Albany,NY','Albany','NY' union all
    select '123 shego street, Buffalo,NY',null,null
    ;with parts as
    select a.Id, LTRIM(RTRIM(ISNULL(foo.Item,''))) as Item
    from @address a
    CROSS APPLY DBO.SplitStrings_Moden(a.Address, ',') as foo
    [rows] as
    select id, [1] as [Address], [2] as [City], [3] as [State]
    FROM
    select Id, Item, ROW_NUMBER() over(partition by id order by id) as rowNumber
    from parts
    ) a
    PIVOT (max(Item) for rowNumber in ([1], [2], [3])) as pvt
    merge into @Address as Target
    using rows as Source
    ON (Target.Id = Source.Id)
    WHEN MATCHED THEN
    UPDATE SET
    Target.Address = Source.Address,
    Target.City = Source.City,
    Target.State = Source.State;
    select * From @Address
    ALTER FUNCTION dbo.SplitStrings_Moden
    @List NVARCHAR(MAX),
    @Delimiter NVARCHAR(255)
    RETURNS TABLE
    WITH SCHEMABINDING AS
    RETURN
    WITH E1(N) AS ( SELECT 1 UNION ALL SELECT 1 UNION ALL SELECT 1 UNION ALL SELECT 1
    UNION ALL SELECT 1 UNION ALL SELECT 1 UNION ALL SELECT 1
    UNION ALL SELECT 1 UNION ALL SELECT 1 UNION ALL SELECT 1),
    E2(N) AS (SELECT 1 FROM E1 a, E1 b),
    E4(N) AS (SELECT 1 FROM E2 a, E2 b),
    E42(N) AS (SELECT 1 FROM E4 a, E2 b),
    cteTally(N) AS (SELECT 0 UNION ALL SELECT TOP (DATALENGTH(ISNULL(@List,1)))
    ROW_NUMBER() OVER (ORDER BY (SELECT NULL)) FROM E42),
    cteStart(N1) AS (SELECT t.N+1 FROM cteTally t
    WHERE (SUBSTRING(@List,t.N,1) = @Delimiter OR t.N = 0))
    SELECT Item = SUBSTRING(@List, s.N1, ISNULL(NULLIF(CHARINDEX(@Delimiter,@List,s.N1),0)-s.N1,8000))
    FROM cteStart s;

  • ER: Allow setting af:query default mode

    We are planning to use af:query component extensively throughout our application. However, we would only use it in cases where the QBE table filters would not work. Since the basic mode offers virtually nothing over QBE filters, we really only want the query component to display in Advanced mode and we've found with our users that the toggle between Basic and Advanced is confusing to them. Unless I'm missing something, I can hide the mode change button but there's no way to have the component default into Advanced mode. Please add an attribute to set default mode of af:query component.
    Many thanks.
    -Ed

    Ed,
    there is way to do this. You tell me if this is an option for you and if not I am happy to file an ER
    1. Create a ViewCriteria for the ViewObject
    2. For the view criteria add all attributes you want to query. To simulate the "All Queriable Attributes" you just add all attributes (no need to define bind variables)
    3. In the View Criteria, select the UI Hints tab, select "Search Region Mode" Advanced
    4. Drag the Named Criteria as a query form
    5. If the table is created with filters then the filter will use the same View Criteria
    Frank
    Also solves the case sensitive issue

Maybe you are looking for