Comparing Business Content (D) with Active Content (A)

Hi, I am planning on installing some business content and notice that 0COMP_CODE is automatically marked for install and match. 
How can I compare what I have in Active against the new business content to see what is different?  Please don't tell me this is not possible... 

Hi @ all,
i'm lookin for a way to compare my active BW structures with the existing content which is installed with SP or release update... I even want to see differences in startroutines or changes in transfer rules.
In my scenario, we used the DataSource 0UCCONTRACT_ATTR and the transfer rule from content.
The DataSource and the transfer rule were activated from content in 2003. In 2004, SAP published OSS note (713358) to correct inconsistent data.
But the new code wasn't activated, because we have many custom computations in the transfer rules.
Do you know any way to figure out those differences?
In SAP help, i found the transaction RSBICA (BI content analyzer). Is this the right tool?
Regards,
Philipp

Similar Messages

  • Guided Business Process modelling with Activity Guide

    HI everybody ,
    Please suggest where the bmp-services-client.jar will be available?
    I am getting the following error upon deployment of human task forms which are using the ADF data controls for workflow :-
    Caused By: java.lang.ClassNotFoundException: oracle.bpel.services.datacontrol.types.Number
    The human task forms are taskflow components of a soa composite containing a bpmn process which stitches these taskflows into an Activity Guide.
    Any help will be appreciated.
    Regards,
    Shailendra Nema.

    Another roadblock when trying "Guided Business Process modelling with Activity Guide"
    I get the following error when trying to access the AG instance from the AG ADF client --
    Runtime error in AG Query Service. Failure in queryAGDisplayInfos.
         at oracle.bpel.services.workflow.activityguide.query.impl.AGQueryServiceWSIF.queryAGDisplayInfos(AGQueryServiceWSIF.java:136)
         at oracle.bpel.services.workflow.activityguide.query.soap.AGQueryServiceSOAP.queryAGDisplayInfos(AGQueryServiceSOAP.java:57)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Caused By: javax.ejb.EJBException: EJB Exception: : java.lang.NullPointerException
         at oracle.bpm.services.activityguide.impl.BpmAGQueryService.constructTaskDisplayInfo(BpmAGQueryService.java:1160)
         at oracle.bpm.services.activityguide.impl.BpmAGQueryService.constructMilestoneDisplayInfo(BpmAGQueryService.java:1060)
         at oracle.bpm.services.activityguide.impl.BpmAGQueryService.constructMilestoneDisplayInfoList(BpmAGQueryService.java:869)
         at oracle.bpm.services.activityguide.impl.BpmAGQueryService.constructAGDisplayInfo(BpmAGQueryService.java:730)
         at oracle.bpm.services.activityguide.impl.BpmAGQueryService.queryAGDisplayInfos(BpmAGQueryService.java:268)
         at oracle.bpm.services.activityguide.impl.CombinedAGQueryService.queryAGDisplayInfos(CombinedAGQueryService.java:58)
         at oracle.bpm.services.activityguide.impl.CombinedAGQueryService.queryAGDisplayInfos(CombinedAGQueryService.java:76)
         at oracle.bpm.services.activityguide.impl.BaseAGQueryService.queryAGDisplayInfos(BaseAGQueryService.java:144)
    Caused By: java.lang.NullPointerException
         at oracle.bpm.services.activityguide.impl.BpmAGQueryService.constructTaskDisplayInfo(BpmAGQueryService.java:1160)
         at oracle.bpm.services.activityguide.impl.BpmAGQueryService.constructMilestoneDisplayInfo(BpmAGQueryService.java:1060)
         at oracle.bpm.services.activityguide.impl.BpmAGQueryService.constructMilestoneDisplayInfoList(BpmAGQueryService.java:869)
         at oracle.bpm.services.activityguide.impl.BpmAGQueryService.constructAGDisplayInfo(BpmAGQueryService.java:730)
         at oracle.bpm.services.activityguide.impl.BpmAGQueryService.queryAGDisplayInfos(BpmAGQueryService.java:268)
         at oracle.bpm.services.activityguide.impl.CombinedAGQueryService.queryAGDisplayInfos(CombinedAGQueryService.java:58)
         at oracle.bpm.services.activityguide.impl.CombinedAGQueryService.queryAGDisplayInfos(CombinedAGQueryService.java:76)
    I am able to access the workitem in worklistapp and the composite instance process flow shows that the first activity in the bpm process is in Running state.
    Please suggest.

  • Targeting SWF via JS with Active Content update

    Hi all, I've tried the DW8 forum without success, can anyone
    here help please?
    I have to upgrade an old site which uses Javascript to
    control Flash content. If I allow Dreamweaver 8 to implement the
    Active Content code fix for the IE interactivity workaround , the
    external javascript controls no longer work.
    Can anyone advise what must be changed to allow the external
    JS to target the SWF correctly?
    Here's an example of the current external JS that triggers an
    SWF file OK when clicked.
    "window.document.myMovie.Play();"
    thanks

    I use SWFObject to embed the Flash, which fixes the IE
    issues, and have no
    issues still controlling the movie from JS like you
    mentioned.
    You can get SWFObject here:
    http://blog.deconcept.com/swfobject/
    Dave -
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • Viewing flash nested in CFIF with active content work around

    thanks to the IE update, some of us including myself are
    still trying to catch up on this topic and the revisions required
    to make our sites work with flash without the "clicko to activate".
    I find the info out there for this issue with CFM
    sparse...but I have an issue: I used the dreamweaver 8 auto
    correction (adds the javascript + creates the files) on my CFM
    pages and it worked fine until the part where the flash embedding
    code was nested inside of a <CFIF> statement....and nothing
    appears.
    any ideas? I am so-so with code, but not really a programmer
    so I really need help from more advanced developers on this one.
    MANY MANY thanks to anyone who knows the issue/solution for this
    one.
    <CFIF Session.MID is 3>
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0','widt h','280','height','551','id','palette','align','','src','palette','quality','high','bgcolo r','#FFFFFF','name','palette','pluginspage','http://www.macromedia.com/go/getflashplayer', 'movie','palette'
    ); //end AC code
    </script><noscript><OBJECT
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
    WIDTH="280" HEIGHT="551" id="palette" ALIGN="">
    <PARAM NAME=movie VALUE="palette.swf"> <PARAM
    NAME=quality VALUE=high> <PARAM NAME=bgcolor
    VALUE=#FFFFFF> <EMBED src="palette.swf" quality=high
    bgcolor=#FFFFFF WIDTH="280" HEIGHT="551" NAME="palette" ALIGN=""
    TYPE="application/x-shockwave-flash" PLUGINSPAGE="
    http://www.macromedia.com/go/getflashplayer"></EMBED>
    </OBJECT></noscript>
    </CFIF>

    thanks to the IE update, some of us including myself are
    still trying to catch up on this topic and the revisions required
    to make our sites work with flash without the "clicko to activate".
    I find the info out there for this issue with CFM
    sparse...but I have an issue: I used the dreamweaver 8 auto
    correction (adds the javascript + creates the files) on my CFM
    pages and it worked fine until the part where the flash embedding
    code was nested inside of a <CFIF> statement....and nothing
    appears.
    any ideas? I am so-so with code, but not really a programmer
    so I really need help from more advanced developers on this one.
    MANY MANY thanks to anyone who knows the issue/solution for this
    one.
    <CFIF Session.MID is 3>
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0','widt h','280','height','551','id','palette','align','','src','palette','quality','high','bgcolo r','#FFFFFF','name','palette','pluginspage','http://www.macromedia.com/go/getflashplayer', 'movie','palette'
    ); //end AC code
    </script><noscript><OBJECT
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
    WIDTH="280" HEIGHT="551" id="palette" ALIGN="">
    <PARAM NAME=movie VALUE="palette.swf"> <PARAM
    NAME=quality VALUE=high> <PARAM NAME=bgcolor
    VALUE=#FFFFFF> <EMBED src="palette.swf" quality=high
    bgcolor=#FFFFFF WIDTH="280" HEIGHT="551" NAME="palette" ALIGN=""
    TYPE="application/x-shockwave-flash" PLUGINSPAGE="
    http://www.macromedia.com/go/getflashplayer"></EMBED>
    </OBJECT></noscript>
    </CFIF>

  • Preparing Websites with Active Content for Announced Browser Changes

    Does everyone know about this? Is what Macromedia supplied
    the best way to fix this issue?
    http://www.adobe.com/devnet/activeco...devletter.html
    I nearly fell of my chair when I was showing a client some
    flash work and each time I rolled over a .swf if would become
    selected and not work, I couldnt work out what the heck was going
    on, made me look like bit of goose.
    Looking for others thoughts ont he subject.

    Their solution is OK but not the best. 2 other options I
    found that were better were SWF Object (
    http://blog.deconcept.com/swfobject/),
    this option has a lot of other features you might like as well.
    But if you are looking for a very un-intrusive solution then
    this link is what you should use. You just add the <script>
    tag at the end of your HTML code and it corrects the problem.
    Helped me fix over a 100 eLearning course in about an 1 hour
    without touching any of the existing Flash code and only adding a
    single line to all HTML launching files.
    http://www.ediy.co.nz/internet-explorer-flash-applet-activation-fix-xidc19237.html
    Also, this "patch" from Microsoft was pushed out back on
    April 11, 2006.
    Tim

  • I need help with Active Content running in the local machine

    Hey. I'm in a dead line ... and I'm in trouble: I programmed
    a web-site with a flash-menu that uses getURL to connect with the
    pages. This web work in the internet but doesn't in the local
    machine. I need to distribute it in a CD also, so i need the menu
    working in the local machine. I'd tried all the tricks i found in
    internet but....no success. Any suggestion....Thanks a lot.

    quote:
    I could make suggestion, but honestly ... I'm afraid I'll
    only say
    something you've already seen! I mean, *all* the tricks on
    the Internet?
    lol That's a lot. Have you tried inserting the "mark of the
    web" on the
    HTML page that contains the SWF?
    http://msdn.microsoft.com/en-us/library/ms537628(VS.85).aspx
    In Dreamweaver, see Commands > Insert Mark of the Web.
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."
    Of course I did. Anyway, in theory it will work only in
    Explorer, but i have the same problem with the other navigators.
    The problem is very simple: if I publish de flash-menu for
    ACCESS LOCAL FILES ONLY I resolve the problem, but i lost the GET
    variables than I'm using for trace the option selected in the menu
    to mark it in the next page. In the other hand, if i publish for
    ACCESS NETWORK ONLY simply the menu doesn´t work in a local
    machine in any of the navigators.
    I'm desperately seeking Su...sorry, Solution. (lol)

  • How to scale the content along with child elements?

    By default I need my application size to be compatible with 1280x800 resolution; and if the application is viewed at a bigger resolution, only the background needs to be stretched, therefore I have to hardcode canvas size and set background in percentage. Till now it is alright, but when the application is viewed at a smaller resolution or with window size scaled down, the application content should also scale along.
    So, any clues on scaling down the content [along with child contents]? mind you, it has background images so must be scaled with proper aspect ratio.
    Thanks for any help.
    Siraj Khan
    [email protected]

    Thank you for the tip... this solves my problem partially. Now I am working on to scale the inner content of canvas --- on resize. Since there are elements like buttons and images, i can not define them in percentage, so i need to first check what exactly is the percentage of reduced canvas, and then accordingly i'll have to apply that percent on the inner elements. Any other better idea? as i see this only as a work around, not a proper solution.
    Anyway thanks again for the help.
    -Siraj

  • Can't connect to Small Business Server 2003 via Active Directory

    I have done lots of searching, both in these forums and the wider internet, and cannot find a solution to my specific problem.
    I am trying to connect my G5 (10.3.9) to a Windows network. We have a Microsoft Small Business Server 2003 with Active Directory. The PCs have no problem using this, and I can connect to shares setup on the server via AFP.
    But I am having problems when I try to configure the AD plug-in in Directory Access on the Mac. When I click 'Bind', I enter the Server's Administrator username & password and when I click 'OK', it gets to Step 3 of 5 "Verifying Credentials". It ticks away at this step for about 30 seconds, then comes up with error message saying "Invalid user name and password combination."
    I have tried other users with admin privileges, but they don't work either. I know the usernames and passwords aren't invalid, because I created them. I have tried fiddling around with other settings in the AD setup, but nothing gets any further.
    Without any other 3rd party software (that's my final option), is there something I need to check/change, either on the Mac or the server, to make this Mac to authenticate via AD? Please help!

    Hi Andbrowny, thanks for your response.
    Your advice didn't really help my Active Directory problem (AD doesn't require SMB does it?), but it gave me some progress on my SMB problem. I can connect via AFP, but previously when I tried to connect via SMB, it kept coming up with the error "Could not connect to the server because the name or password is not correct".
    Now, after changing the policies on the server, I get an error -43 message saying "The operation could not be completed because one or more required items cannot be found."
    So now I have two problems! SMB is not finding something it needs, and Active Directory is not "verifying credentials".
    Actually, I have three problems: When I am connected via AFP, filenames over 31 characters long are truncated on the server, and I can't copy long filenames onto the server without renaming them. I have read that SMB would fix this to a degree (256 characters for the complete file path), but is there anything (a protocol or software) that allows long filenames to be read/written with ease?
    Side note: The server is not 100% configured, the bloke installing it still has some work to do, but Active Directory works for all the XP machines, and I can connect to each XP workstation with SMB.

  • Business Content - Do not merge with Active version

    Hi,
    I am activating an infosource from BC, which in turn is activating many Info objects.
    My problem is that we made some modification to the info objects, for example remove and add attributes etc..
    Now it seems that when activating the BC info objects again it will merge the Active version with the BC version. Therefore, undoing most of the changes.
    Is there away to leave the active info objects alone and only install the missing info objects ?
    Thanks

    Thank you for the prompt reply,
    This is exactly what I am doing ,I select the active version ,, but I get the following message :
    Object Info Object 0AMOUNT: Merge with the Content Version
    The versions (A and D) of Info Object 0AMOUNT agree
    I am only doing simulation. But I need to be sure that the info objects will not be merged with the extra attributes etc..
    Thanks

  • I used to have an application in my iPhone 4 and 4s that captures business card and creates its content to my contacts. Its no longer working with my i5. Can you recommend me a new apps for this same function

    I used to have an application in my iPhone 4 and 4s that captures business card and creates its content to my contacts. Its no longer working with my i5. Can you recommend me a new apps for this same function

    Try CardMunch it works well for me

  • Active Content solution with Library items

    Does anyone know how I can get Adobe's Active Content
    solution (the Multiple Occurrences one) to work with Dreamweaver
    Library items?
    It works fine for inline <object> tags, but when pages
    include Library items (which have the same solution applied to
    them) it doesn't apply the fix to these items.
    Thanks.

    yeah, its annoying. i just made a suggestion for a ¨purge¨ command in the ideas section.
    i´ve managed to clean my library, had to delete one by one though and it took forever.

  • Does sap BI business content comes with transformation for standards

    Hai Can anybody tell me whether SAP BI 7 business content
    comes with fully loaded transformations with all routines in place like our 3x update rules.
    For ex when i load 0hr_pa_0 and 0hr_pa_1 in 3x iam getting the routine with code in place for business contents when i migrate iam unable to trace the transformations in Business content can somebody help or is it we have to do the coding stuff for age calculation,age range etc in transformations
    Plz explain.
    Goodday.

    Yes i figured out that myself anyhow have you worked on Hr business transformations how to go about the logic with standard in mind.
    Goodday.

  • Active Content warning with web player

    We have a client who is using our web packaged program from a
    CD and they are getting Active Content warnings and they do not
    like it. Is there a way to set the active content to run when start
    the CD without using the registry? They said something about doing
    it through discretionary access control list (DACL) files.

    I've never heard of DACLs but I think the 'Mark of the Web'
    will satisfy
    your need? Search it and see...
    Erik
    dparrott wrote:
    > We have a client who is using our web packaged program
    from a CD and they are
    > getting Active Content warnings and they do not like it.
    Is there a way to set
    > the active content to run when start the CD without
    using the registry? They
    > said something about doing it through discretionary
    access control list (DACL)
    > files.
    >
    >
    Erik Lord
    http://www.capemedia.net
    Adobe Community Expert - Authorware
    http://www.adobe.com/communities/experts/
    http://www.awaretips.net -
    samples, tips, products, faqs, and links!
    *Search the A'ware newsgroup archives*
    http://groups.google.com/group/macromedia.authorware

  • Active Content when RH topic contains Captivate movies

    I use Robohelp to display my captivate movies (published as
    FLASH).....since the Active Content issue in the latest IE update,
    my users now have to click on the movie before it becomes
    interactive.....I've managed to fix the topics in RH that don't
    have a movie inserted on them....but if there's a movie, my fix
    doesn't work unless I modify EACH htm file (each topic's code).
    This works great except that EVERY time I re-compile the RH
    project, the fix is overwritten.....
    My fix involves a javascript include file......
    Thanks.
    Pam

    Hi again Pam
    Hmmm, well I'll see if I can help any. I'm not sure what you
    mean with "fixing topics in RH that don't have a movie inserted".
    What are you fixing? Why is a fix needed if a movie isn't there?
    But on to the actual issue at hand. You are saying that
    something is being overwritten? Perhaps it will help to outline the
    process as I envision it.
    1. You have a topic containing a Captivate movie that is
    interactive, meaning the user must click or type somewhere to
    interact with it.
    2. Before the fix is applied, the user must click or press
    the spacebar in order to "activate" the control. This is equivalent
    to patting Internet Explorer on the head and saying "It's okay.
    Really. The world will, in fact, NOT end if you just show me the
    content and allow me to click it."
    3. You apply the fix, which means to use an external
    JavaScript file (.JS file) to perform a "write in" of the code
    needed to present the movie.
    4. You generate WebHelp (assuming WebHelp here, as I do not
    believe this issue manifests from inside a compiled .CHM file) and
    something gets overwritten?
    And here is the quandry. I'm assuming you are intent on
    asking either how to prevent the overwriting from occurring, or
    possibly WHY it's being overwritten. Perhaps both?
    I think the first step is to determine if the WebHelp
    generation process is actually overwriting files. I'd compare the
    HTML code of a topic that works fine prior to genning WebHelp, with
    the same topic code after the generation process has occurred. What
    has changed with respect to the code you inserted? Is the code just
    gone? Or is it possibly an issue whereby the .JS file simply hasn't
    survived the WebHelp generation process? I'm guessing the latter.
    You may simply need to add the .JS file to baggage.
    Cheers... Rick

  • How to read the content from a External Content Type with out creating External List in Sharepoint 2013?

    Hi,
    I have a requirement to read the External Content Type and storing the Data in a Session Variable. The Reading of the content from External Content Type with out creating a External List.
    Please help I am trying to find the solution, but unable to do that.
    Thanks,
    Pradeep

    Hi,
    Firstly an external content type designed to work with SharePoint list and there is no way to read apart from this.
    If you are looking the solution out of the " Business Connectivity" then find that data source has been exposed through WCF and  Web Service ?
    So you can use REST API and CSOM to consume those data in SharePoint.
    You can also leverage the ADO.NET option if the datasources based on MS technologies.
    Murugesa Pandian| MCPD | MCTS |SharePoint 2010

Maybe you are looking for