Template creation force repeating data

Hi,
I'm new to BI publisher and want to force the data in an outer group to repeat with the child data. I am starting with an oracle report and have set it up to generate the XML. I have Bi publisher plug-in in word. We want a basic table to be sent to excel.
<!-- Generated by Oracle Reports version 6.0.8.27.0
-->
- <CSTRINVR>
<LIST_G_IC_CAT />
- <LIST_G_AC_ACCT>
- <G_AC_ACCT>
<AC_ACCT>011 011 0000 14111 0000</AC_ACCT>
- <LIST_G_AC_SUBINV>
- <G_AC_SUBINV>
<AC_SUBINV>B1-ADV</AC_SUBINV>
<AC_DESCRIPTION>OFFSITE BROKER LOCATION - ADVANCED MP</AC_DESCRIPTION>
- <LIST_G_AC_ITEM>
- <G_AC_ITEM>
<AC_ITEM_NUM_SEG>121-0111-1244</AC_ITEM_NUM_SEG>
<AC_ITEM_DESC>IC,ACTTTL,OCTAL BUFFER,SOIC</AC_ITEM_DESC>
<AC_UOM>EA</AC_UOM>
<AC_REVISION />
<AC_CATEGORY>COMPONENTS</AC_CATEGORY>
<AC_ITEM_STATUS>ACTIVE</AC_ITEM_STATUS>
<AC_INV_ASSET>Yes</AC_INV_ASSET>
<AC_MAKE_BUY>Buy</AC_MAKE_BUY>
<AC_PLANNING_METHOD>MRP planning</AC_PLANNING_METHOD>
<AC_DEFAULTED />
- <LIST_G_AC_ELEMENT>
- <G_AC_ELEMENT>
<AC_ELEMENT_ID>1</AC_ELEMENT_ID>
- <LIST_G_AC_MAIN>
- <G_AC_MAIN>
<AC_UNIT_COST>.175</AC_UNIT_COST>
<AC_QUANTITY>4</AC_QUANTITY>
<AC_ACCT_COST>.7</AC_ACCT_COST>
</G_AC_MAIN>
</LIST_G_AC_MAIN>
<AC_ELEMENT_COST>.175</AC_ELEMENT_COST>
<AC_ITEM_QUANTITY>4</AC_ITEM_QUANTITY>
</G_AC_ELEMENT>
</LIST_G_AC_ELEMENT>
<AC_ITEM_NUM_PSEG>121-0111-1244</AC_ITEM_NUM_PSEG>
<AC_CAT_SEG>COMPONENTS</AC_CAT_SEG>
<AC_ITEM_QTY>4</AC_ITEM_QTY>
<AC_ITEM_COST>.175</AC_ITEM_COST>
<AC_ITEM_TOTAL>.7</AC_ITEM_TOTAL>
<AC_ITEM_TOTAL1>.7</AC_ITEM_TOTAL1>
<AC_ITEM_COST_DSP>0.17500</AC_ITEM_COST_DSP>
<AC_ITEM_TOTAL_DSP>0.70</AC_ITEM_TOTAL_DSP>
<AC_ITEM_SEGMENT>121-0111-1244</AC_ITEM_SEGMENT>
<AC_ROWCOUNT>1</AC_ROWCOUNT>
</G_AC_ITEM>
</G_AC_ITEM>
</LIST_G_AC_ITEM>
<AC_SUBINV_RC>446</AC_SUBINV_RC>
<AC_SUBINV_TOTAL>10702338.36</AC_SUBINV_TOTAL>
<AC_SUBINV_TOTAL_DSP>10,702,338.36</AC_SUBINV_TOTAL_DSP>
</G_AC_SUBINV>
</LIST_G_AC_SUBINV>
<AC_ACCT_SEG>011.011.0000.14111.0000</AC_ACCT_SEG>
We want the AC_ACCT_SEG to display in the first column and repeat for each of the items.
I have tried many combinations including dropping each field individually into the table but have been unable to get the template to do what I want.
Any help is appreciated.

Thought I found a way to upload the screen shots. but it does not appear to work. Not sure how to illistrate the point with out them.
Thanks,
Linda
Edited by: Linda B on Nov 19, 2008 5:39 AM
Ac Acct Seg
Ac Acct Seg
011.011.0000.14111.0000
G Ac Item
Ac Item Num Seg
Ac Item Desc
Ac Uom
Ac Revision
Ac Category
Ac Item Status
Ac Inv Asset
Ac Make Buy
Ac Planning Method
Ac Defaulted
Ac Item Num Pseg
Ac Cat Seg
Ac Item Qty
Ac Item Cost
Ac Item Total
Ac Item Total1
Ac Item Cost Dsp
Ac Item Total Dsp
Ac Item Segment
Ac Rowcount
Ac Acct Seg
121-0111-1244
IC,ACTTTL,OCTAL BUFFER,SOIC
EA
COMPONENTS
ACTIVE
Yes
Buy
MRP planning
121-0111-1244
COMPONENTS
4
0.175
0.7
0.7
0.17500
0.70
121-0111-1244
1
708-0013-01
APC,27 WATT DC UPS,13VDC OUTPUT,12V,7.2AH SLA BATTERY AT&T
EA
Not Defined
OBS
Yes
Buy
MRP planning
708-0013-01
Not Defined
88
39.6
3484.8
3484.8
39.60000
3,484.80
708-0013-01
1
708-0015-01
APC,27 WATT DC UPS,13VDC OUTPUT,12V,7.2AH SLA BATTERY
EA
Not Defined
ACTIVE
Yes
Buy
MRP planning
708-0015-01
Not Defined
176
42
7392
7392
42.00000
7,392.00
708-0015-01
1
709-0001-01
CYBERPOWER,UPS,DC,50W,20AH,48VDC FLOATING GROUND
EA
Not Defined
ACTIVE
Yes
Buy
MRP planning
709-0001-01
Not Defined
53
88
4664
4664
88.00000
4,664.00
709-0001-01
1
ACCA6030-0001
ASSY,CPU,ZT KRYPTON,PROGRAMMED
EA
BXR
ACTIVE
Yes
Buy
MRP planning
ACCA6030-0001
BXR
18
6618.75
119137.5
119137.5
6,618.75000
119,137.50
ACCA6030-0001
1
Edited by: Linda B on Nov 19, 2008 6:52 AM

Similar Messages

  • How to use XDOXSLT in rtf template layout for etext template creation

    <DEFINE CONCATENATION>     BookDetails
    <BASE LEVEL>     Category
    <ELEMENT> Name || '/' || Price     
    <DELIMITER>      '/'
    <END DEFINE CONCATENATION>     BookDetails
    With EFTProcessor the above details are created in xsl file as follows
    <xsl:template name="CONCAT_BookDetails">
    *I need to declare one more variable here
    EG: <xsl:value-of select="xdoxslt:set_variable($mycount, count(.//Category))"/>
    --and use this variable for any dyanamic process inside this template. How to achieve this in rtf template by declaring a xdoxslt function. How to declare this
    syntax in rtf layout so that it creates a varibale in xsl template using the EFTProcessor. Please help me out. The main point here is to include xslt functions in
    rtf template layout for etext template creation.*
    <xsl:for-each select=".//Category">
    <xsl:call-template name="CONCAT_BookDetails_V"/>
    </xsl:for-each>
    </xsl:template>

    in the next time use BI Publisher forum - BI Publisher
    <?format-number(ENTERED_CR,'##,##0.00')?>it's works for me
    output:
    444    ->  444.00
    444.55 ->  444.55

  • Need To Check For Nulls And Force A Date

    I'm trying to check to see if a field is blank (null or blank), if so, force a date into it.  My formula is giving me zeros.  What is wrong with the below formula ?
    If {Sales_Primary.Type_Of_Sale} = 1  And
       Isnull()  Then 1999-01-01

    My bad. I don't think Date Time fields have "empty strings" but rather 0's instead.
    Try replacing the ="" with =0
    If {Sales_Primary.Type_Of_Sale} = 1 And
    (Isnull({TableName.Sales_Date}) OR {TableName.Sales_Date} = 0) Then #1/1/1999#
    Or you could simply try it without the "OR {TableName.Sales_Date} = 0" and see what you get.
    If {Sales_Primary.Type_Of_Sale} = 1 And
    Isnull({TableName.Sales_Date}) Then #1/1/1999#
    Jason

  • Report template enhancement? no data found message

    I have a layout in which I want to show the excel export link in the same html table as a logo, so that code needs to be placed in the report template, but when no data is found I still want to show the logo and so all my reports have the same html code in the "no data found" field. Whenever I want to change this I have to change my template as well as all of my reports.
    Wouldn't it be a nice idea to provide for a "no data found" message in the report template instead of the report itself? I can imagine you would want to show the same "no data found" message anyway for all reports so the template would be a logical place to put this.

    There are known issues with Interactive Reports referencing :REQUEST value, probably due to some inner logic that also handles it simultaneously - potentially causing malfunction or deadlocks.
    One workaround I've learned is to create a computation to assign :REQUEST to a temporary item (a PXX_REQUEST, for instance) and reference it in the query, instead of :REQUEST. This has worked fine for me in my experience.
    Let me know if that helps - pls sign the thread as 'Useful' or 'Correct' if so, hence more people can benefit.
    tks,
    Kleber

  • How to not repeat data in XSL-FO

    Hello, All,
    Thank you for taking the time to read this.  Hopefully, I can adequately convey to you what the problem is.
    XSL-FO is 1.0
    APEX Listener is 2.0.5
    APEX 4.2.4
    Altova StyleVision 2014 EE
    Using Altova StyleVision, I have created an XSL-FO file that gets uploaded to APEX to create a Report Layout for a Report Query.  It runs okay in that data is returned.  However, formatting the data is the problem.  Here is plain representation of how the data appears in the report now:
    PRINT#  TITLE  DATE       TEXT
    23      Job1   01-JAN-14  Text line 1
    23      Job1   05-FEB-14  Text line 2
    23      Job1   02-APR-14  Text line 3
    47      JobQ   22-MAR-14  Other text line 1
    47      JobQ   15-JUL-15  Other text line 2
    I need it to look like this:
    PRINT#  TITLE  DATE       TEXT
    23      Job1   01-JAN-14  Text line 1
                   05-FEB-14  Text line 2
                   02-APR-14  Text line 3
    47      JobQ   22-MAR-14  Other text line 1
                   15-JUL-15  Other text line 2
    For some reason, I can't seem to get the repeating data to be hidden.  Keep in mind, grouping was not available until 2.0, and I need to use 1.0.  This is, overall, a complex report, so coding by hand is probably not possible.  How can I get Altova StyleVision to do this?  I understand this isn't an Altova forum.  I tried that resource already with no luck.  What I'm wondering is what concepts or syntax in XSL-FO do I need to understand to get this to work?  And going to W3 Schools didn't work for me, either.  I just can't seem to get my mind wrapped around this for some reason.
    -Seth.

    Is an XSLT used? Remove duplicate values using XSLT.
    http://www.dpawson.co.uk/xsl/sect2/N2696.html

  • VMM 2012 R2 Template creation fails with sysprep error via the gui, but works in powershell?

    I'm in the process of trying to convert an existing gen1 VM (Win Server 2012 R2) to a VM template using VMM 2012 R2 with rollup 1. The creation keeps failing with the following error :-
    "Error
    (2901)The operation did not complete successfully because of a parameter or call sequence
    that is not valid.Recommended ActionEnsure
    that the parameters are valid, and then try the operation again."
    I've checked that the local administrator account for the machine being converted to a template and it is blank as expected and in an attempt to troubleshoot I've output the template creation script via the VMM GUI and executed the commands in order which appears
    to have resolved the problem, well the template finishes creation, i'm yet to deploy a machine via it?
    # Create VM Template Wizard Script
    # Script generated on Thursday, April 3, 2014 12:52:15 PM by Virtual Machine Manager
    # For additional help on cmdlet usage, type get-help <cmdlet name>
    $VM = Get-SCVirtualMachine -VMMServer localhost -Name "MyTemplate_Template" -ID "98299447-83e1-4d98-a558-a96ebafcf9b5"
    | where {$_.VMHost.Name -eq "myhost.mydomain.com"}
    $LibraryServer = Get-SCLibraryServer -VMMServer localhost | where {$_.Name -eq "my.library.com"}
    $GuestOSProfile = Get-SCGuestOSProfile -VMMServer localhost | where {$_.Name -eq "Windows Server 2012
    R2"}
    $OperatingSystem = Get-SCOperatingSystem -VMMServer localhost -ID "50b66974-c64a-4a06-b05a-7e6610c579a2"
    | where {$_.Name -eq "Windows Server 2012 R2 Standard"}
    $template = New-SCVMTemplate -Name "My Template" -RunAsynchronously -VM $VM -LibraryServer $LibraryServer
    -SharePath "\\mylibrary.mydomain.com\SCVMM Library\Templates\mytemplatedestination" -GuestOSProfile $GuestOSProfile -JobGroup d2f2f539-85da-4091-ab08-abe739fc4761 -ComputerName "*" -TimeZone 85  -FullName "Administrator"
    -OrganizationName "My Organisation" -Workgroup "WORKGROUP" -AnswerFile $null -OperatingSystem $OperatingSystem 
    Now the only fields that weren't populated when I ran through the gui were FullName and Organization? Before I changed the script these two fields were just set to ""? Is that what has potentially caused the issue are they both required fields?

    Your not the only one who can reproduce this. Did you ever find out what it was? I saw your post and tried your same work-around and it also worked for me via Powershell.

  • Creation and Change Date for Tcode and Function Groups

    Hello All,
    I need to display the Creation and Change Dates for Custom Tcodes and Function Groups in a Report. Can anyone please let me know the logic of retrieving it.
    regards,
    Mahesh

    Hi,
    TADIR and TRDIR is the tables where you can find all these data
    Regards
    Sudheer

  • 10g Grouping and  Hide Repeating Data

    I need to return a sales rep's accounts assigned to him. But, a customer can have several sub account records,
    because a new transaction will create a new record in the subacct table. Here's the query but it returns
    all of the rows for the customer assigned to the Salesperson and really not a great format.
    All I want is the customer's last record. It would also be great to eliminate any repeating data in columns:ssn
    sb.salesperonid, acctid. It's easier to view the data when there's just 1 ssn, 1 salespersonid,acctid but
    multiple subaccbal balances.
    SELECT sb.ssn,
    sb.salespersonid,
    sb.acctid,
    sb.subacctbal
    FROM subaccbal_current sb,
    sysusr_salesperson1,
    product p
    WHERE sb.subacctbal > 1
    AND sysusr_salesperson1.usrid = sb.salespersonid
    AND sb.prodid = p.prodid (+)
    AND sysusr_salesperson1.usrid = 2007
    order BY sb.ssn,sb.subacctbal
    sb.ssn sb.salespersonid    acctid             subaccbal    
    16x67 2007                8x41                 3840.1447436467236765             southwestern burger
    16x67 2007                8x41                3999.53760824202520962         chips and salsa
    16x67 2007                8x41                   4001.49146206932217968            chips
    31x34 2007                8x47                 3940.7899999999823942          chipotle meal
    31x34 2007                8x47                 4019.660000000200747           coke
    31x34 2007                8x47                 4110.8599999999692953          speakers
    31x34 2007                8x47                 8216.30999999995797296         phone
    31x34 2007                8x47                 8671.1099999999555424           table cloth
    31x34 2007                8x47                 8743.079704290217582865      pickles
    32x76 2007                8x10               117756.91                           juice      
    32x59 2007                1x004               52116.229999999969462937         fish n chip
    32x59 2007                1x004               64675.1499999994542136           paper
    32x59 2007                1x004               64959.1799999998650161           markerss
    33x58 2007                8x37                44334.3858770048316717           paint
    33x58 2007                8x37                45016.1826601808917375           beer
    33x58 2007                8x37                71637.165562261602140981      fruit
    Preferred report format:
    Salesperson:2007
    sb.ssn      acctid             subaccbal    
    16x67      8x41            4001.49146206932217968      chips
    31x34       8x47           8743.079704290217582865       pickles
    32x76       8x10        117756.91                             juice
    32x59       1x004        64959.1799999998650161            markerss
    33x58       8x37          71637.165562261602140981      fruit
    2nd report format:
    sb.ssn sb.salespersonid    acctid             subaccbal    
    16x67 2007                8x41                 3840.1447436467236765             southwestern burger
                                                           3999.53760824202520962         chips and salsa
                                                           4001.49146206932217968            chips
    31x34                        8x47                 3940.7899999999823942          chipotle meal
                                                           4019.660000000200747           coke
                                                           4110.8599999999692953          speakers
                                                            8216.30999999995797296         phone
                                                           8671.1099999999555424           table cloth
                                                           8743.079704290217582865      pickles
    32x76                       8x10              117756.91                           juice      
                                                          52116.229999999969462937         fish n chip
    32x59                                               64675.1499999994542136           paper
                                                          64959.1799999998650161           markerss
    33x58                       8x37                44334.3858770048316717           paint
                                                          45016.1826601808917375           beer
                                                          71637.165562261602140981      fruitthanks for any help.
    Edited by: achtung on Jan 6, 2010 1:12 PM

    Hi,
    Your 'Preferred report format" is an example of a +Top-N Query+ , which you can do using the analytic ROW_NUMBER function:
    {code}
    WITH     got_rnum     AS
         SELECT     sb.ssn,
              sb.salespersonid,
              sb.acctid,
              sb.subacctbal,
              ROW_NUMBER () OVER ( PARTITION BY sb.ssn
                        ORDER BY      sb.subacccbal          DESC
                        ) AS rnum
         FROM subaccbal_current sb,
              sysusr_salesperson1,
              product p
         WHERE      sb.subacctbal               > 1
         AND      sysusr_salesperson1.usrid      = sb.salespersonid
         AND      sb.prodid                = p.prodid (+)
         AND      sysusr_salesperson1.usrid      = 2007
    SELECT     *     -- or list all columns except rnum
    FROM     got_rnum
    WHERE     rnum          = 1
    ORDER BY ssn
    {code}
    This assumes that subaccbal_current.ssn is unique, and that the "last" row for any ssn is the one with the greatest subacctbal.
    Notice that the sub-query got_rnum is just your original query, with one more column in the SELECT clause.
    Output like your "2nd report format" is best done by your front-end tool. If SQL*Plus is your front end, you can use the BREAK command to suppress display of certain columns if the value is the same as the preceding row.
    If you must do it in pure SQL, you can get the ROW_NUMBER like I did above. In the main query, you could use rnum in a CASE expressions to determine whether you show the value or NULL:
    {code}
    SELECT     CASE
              WHEN rnum = 1
              THEN ssn
         END     AS ssn
    {code}
    Edited by: Frank Kulash on Jan 6, 2010 4:31 PM
    Added example of "2nd report format"

  • Bind repeating data to multiple fields

    I am a livecycle numpty and I need some help! I am developing a readonly report. This report is using sample xml for databinding. Within the xml I have a repeating group - example:
    <group>
         <groupItem>
              <addres>parp</address>
         </groupItem>
          <groupItem>
              <addres>parp</address>
    In my report I have two sections that need to reference this repeating data. One section works and the other doesn't. I've read that you can't bind repeating data to multiple fields. How do I get around around this? I can't seem to get the global binding to work (is this purely for user entered data???)
    Please help!
    Cheers,
    Rich

    one way to do this is, in the Initialize event of the field in second repeating section, assign the rawValue from the first repeating section..
    For example..
    initialize event of Field2..
         Field2.rawValue = Field1.rawValue;
    Other way is to read the XML tags and assign the value to the fields..
    You need to loop thru the group element and read each group item value and assign the value to the field..
    Field2.rawValue = xfa.resolveNode("$record.group.groupItem").value; //this command will only read the first occurance of the groupItem value.
    Thanks
    Srini

  • How to create a multipage PDF with same template but dynamically varying data?

    Hello,
    I need to create a multi-page PDF where I need to use the same template but dynamically varying data.
    Eg Scenario:
    1. I have data for 5 material in my ABAP program.
    2. I have a PDF template in SFP which has a 2 page structure.
    3. Based on the number of materials (5 in this case), I need to generate a PDF which will have 10 pages (2 for each material).
    4. the generated PDF should be like the one shown below:
    e.g.  MATERIAL_PDF (pdf name)  
          |  Page1(Mat1[View1].data)
          |  Page2(Mat1[View2].data)
          |  Page3(Mat2[View1].data)
          |  Page4(Mat2[View2].data)
          |  Page5(Mat3[View1].data)
          |  Page6(Mat3[View2].data)
             .. and so on...
    Thanks,
    Aniket

    Isn't it just by setting the two pages into a form ( like an subform in the content ) and put the settings in a proper way?
    There is this setting, that the masterpage comes up everytime the pagecount is done.
    Example
    Page 1 3 5 --> Masterpage 1
    Page 2 4 6 --> Masterpage 2
    And the designview with the flowing data, you can do it by scripting to get to the next page after the pos is finished.
    Unfortunaly I do not got a system atm, so I hope the explaination give you a clue, where to search.
    Regards
    Florian

  • Virtual desktop template creation with UR1 - two issues

    There are two new issues affecting Virtual Desktop template creation with WMS 2012 with UR1.
    Issue #1: Some systems fail to create a new or customized virtual desktop template with UR1 applied. UR1 includes an updated MultiPoint Connector which is compatible with a UR1 host. The Connector gets included in the Virtual Desktop template
    so that the virtual desktops can be managed by MultiPoint Dashboard. On some systems installation of the UR1 Connector will require a reboot that takes too long to complete and template creation will timeout.
    If you try to create a template without doing the following update to the unattend-t.xml file, and if the Connector reboot takes too long, the template creation process will never complete, appearing stuck at 80% until the timeout. If you check the running
    Virtual Machine Connection, you will see an error message that Windows could not complete the installation.
    To correct this:
    From MultiPoint Manager or Hyper-V Manager, shutdown the running template VM.
    Delete the template .vhd stored in Public Documents\Hyper-V\Virtual hard disks
     3. a) Make a backup copy of
    C:\Program Files\Windows MultiPoint Server\Unattend-t.xml
               e.g. rename it .bak
    b) open
    C:\Program Files\Windows MultiPoint Server\Unattend-t.xml in your favorite text editor.
    b) find “connector” in the file
    c) replace this string (starts with <Path> and ends with </Path>)
    <Path>powershell -Command &quot;try { $process = Start-Process -FilePath &apos;%Windir%\Temp\Connector\WmsConnector.Exe&apos; -ArgumentList &apos;/Quiet&apos; -PassThru -Wait; } catch { throw &apos;WmsConnector
    Install Failed&apos;}; exit $process.ExitCode&quot;</Path>
    with this string
    <Path>powershell -Command &quot;try {
    $p = Start-Process -FilePath &apos;%Windir%\Temp\Connector\WmsConnector.Exe&apos; -ArgumentList &apos;/Quiet
    /NoRestart&apos; -PassThru -Wait; } catch { throw &apos;WmsConnector Install Failed&apos;}; exit $p.ExitCode&quot;</Path>
    then save the file again as Unattend-t.xml  
    d) Proceed with Create and Customize virtual desktop template, and Create virtual desktop station as described on our blog at
    Virtual Desktop Templates – Part
    1 & Part 2
    We continue to investigate why this issue occurs on some machines and not others
    Issue #2: UR1 was intended to fix an issue creating virtual desktop templates on true UEFI systems, i.e. systems that don’t fall back to legacy support for earlier BIOS services. UR1 did not solve the issue. For now we are recommending
    doing template creation on systems that do fall back to legacy BIOS services. To check: from Device Manager under Disk Drives select your system hard drive. Double click and go to the Volumes tab and click Populate. The Partition Style entry should
    be Master Boot Record (MBR).  If it is GPT you have a UEFI system.
    We continue to investigate fixing this for UEFI systems.

    Any word on a UEFI fix?  My instructions on the other thread seem to work for me.
    Also, I imagine this won't be an issue on the next version of MultiPoint Server since the next Hyper-V in Server 2012 R2 now has those native UEFI VM's.  Have you guys played around with that yet?  Also, FWIW, I'm not sure why the pre-release docs
    mention that UEFI is only supported on Windows 8 VM's.  Why not x64 Windows 7 and Vista SP1 VM's?  I thought those already support full UEFI boot.  Is it because Hyper-V has mandatory restrictions to have Secure Boot turned on for UEFI VM's?

  • Used Migration Assistant to successfully transfer PC files to Mini. However file creation or modified date does not transfer. Date of creation is listed as day of transfer.  I would gratefully appreciate any help in solving this,

    Used Migration Assistant to successfully transfer PC files to Mini. However file creation or modified date does not transfer. Date of creation is listed as day of transfer.  I would gratefully appreciate any help in solving this?

    I have the same problem; used Migration Assistant to transfer all my pix from PC to MacbookPro, however dates of pix were not transferred. Date created as the date of transfer. Cannot sort my pix according to date.
    Anybody has an answer?

  • BusinessObjects Explorer The creation of the data source object tree failed

    Hi,
    I'm trying to create a new information space in BusinessObjects Explorer 4.0.  When I select the Universe I want to use and click "New" Information Space I get the following error.
    Failed to retrieve the data source details.
    The creation of the data source object tree failed.
    I'm just using a local installation, BI Platform 4.0, Client Tools, and Explorer are all installed on my Windows 7 machine.  It's intended to be a demo environment.
    Any guidance would be appreciated!
    Jeff

    Hi Jeff,
    first of all BI4 Enterprise is not supported on Windows 7 and it may not work properly for various reasons.
    But you can give this a try:
    Update the command line parametres of each of the Explorer Services to use a different value for the connection server libraries
    The changes are made to the command line of each of the Explorer services
    - Master
    - Exploration
    - Indexing
    - Search
    Remove the following from the command line parameters of the existing Explorer services
    -connectivity_dir "C:/Program Files (x86)/SAP BusinessObjects/SAP BusinessObjects Enterprise XI 4.0//dataAccess/connectionServer"
    Example of the original Explorer Master server command line parameters:
    -Djava.awt.headless=true -Dosgi.configuration.area=configuration.BI40.ExplorerMasterServer1 -server -XX:MaxPermSize=256m -Dosgi.clean=true -Xmx1g -jar plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar -loggingPath "C:/Program Files (x86)/SAP BusinessObjects/SAP BusinessObjects Enterprise XI 4.0/logging/" -connectivity_dir "C:/Program Files (x86)/SAP BusinessObjects/SAP BusinessObjects Enterprise XI 4.0//dataAccess/connectionServer" -serverkind explorerMaster
    And update the server command line parameters with the following:
    "-Dbusinessobjects.connectivity.directory=C:/Program Files (x86)/SAP BusinessObjects/SAP BusinessObjects Enterprise XI 4.0//dataAccess/connectionServer"
    Example of an updated Explorer Master server command line parameters:
    -Djava.awt.headless=true -Dosgi.configuration.area=configuration.BI40.ExplorerMasterServer -server -XX:MaxPermSize=256m -Dosgi.clean=true -Xmx1g -jar plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar -loggingPath "C:/Program Files (x86)/SAP BusinessObjects/SAP BusinessObjects Enterprise XI 4.0/logging/" -Dbusinessobjects.connectivity.directory="C:/Program Files (x86)/SAP BusinessObjects/SAP BusinessObjects Enterprise XI 4.0//dataAccess/connectionServer" -serverkind explorerMaster

  • Finding Plant Creation and Updation Date

    Hi all,
    I just want to find out if it is possible to find out Plant Creation and Updation Date using ABAP statements. Does it get stored in CHDHR or CDPOS and if yes, then what is the object Key.
    Thanks

    Check Report RSVTPROT with table name T001W for Plant changes. I do not think it updated CDHDR.
    You can SUBMIT this report and get back the list in your custom program.
    How to get list back in your custom program refer
    http://scn.sap.com/thread/3147016

  • Delete Repeated Data from an Array

    Hi guys,
    I need your support in to solve some issue with my program, I have a while loop that detects peak values from a given array of data, when I push the stop botton it records the raw file with the write to spreadsheet VI. The thing here is that when i'm collecting the peaks from the data the while loop is running and while I'm moving the position of the cursors to find out another peak that period of time generates a bunch of repeated data from the previous peak and so on until I finish collecting the peaks. What i would like to do is to collect let's say 8 peaks, and only these 8 values has to be wirtten on the text file, eliminating all the repeated vales from a single peak. Does anybody here has an idea on how to solve this problem? I really need your support!
    I'm attaching the part of the code that is doing the task, and also a sample raw file with the repeated values on it
    Thanks!
    Serge Armz
    Attachments:
    test.txt ‏1 KB
    .jpg.png ‏13 KB

    Well, I haven't bothered with an event structure, but here's a quick modification that only adds a max it it hasn't been added before.
    You still run into problems as the cursors are moved, because you might get a temporary max that is actually only the edge of a peak. I would probably add a button to manually add each valid point after the cursors have been moved to the new place.
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    Peak analyzer_MOD.vi ‏40 KB

Maybe you are looking for

  • I have an CS2 version of Photoshop on an old computer that got hit by lightening.  How can I use this version on my new computer?

    How can I use a CS2 version of photoshop on a new computer after my old computer got hit by lightening?

  • Need a logic for Internal table processing

    Hi, I have a requirement...an internal table contains three fields material no, bin no, and Quantity Mat. No    |         Bin No        |              Quantity a              |              x1         |                   10 a              |          

  • FI-SL Delta Handling: Note 328197

    Due to a project requirement we are considering the implementation of note 328197, in order to extract FI-SL data in Delta Mode (ABR). FI-SL Extrators are already in use with some Virtual InfoCubes, and we would like to access the same DataSources to

  • Unable to export project

    Regardless of what hard drive I specify, when I try to export my project I get a message that says the following: Could Not Create File The export file could not be created. This may have occurred because there is insufficient disk space, or there mi

  • Why learn Java if you know ColdFusion?

    ColdFusion is awesome for my work. I can make anything I want with it and seeing as 99% of my work is making web applications, I haven't needed to look elsewhere. I was just wondering why anyone would need to learn Java, if you already know ColdFusio