Source Control 3.1 : History and change reports

Robo Source Control 3.1 : History and change reports are allways empty. I only see titles on the file report.htm (using IE9 or Google Chrome).

What I was saying in your other post was not necessarily that it will work differently on a 64 bit machine, simply that there were known issues with a 64 bit machine that are referenced in
http://blogs.adobe.com/techcomm/2011/12/robohelp-9-0-2-is-now-available.html
It may be the fix referred to there is simply to make it work the same way as on a 32 bit machine and clearly that is giving you grief. Only way way to find out.
See www.grainge.org for RoboHelp and Authoring tips
@petergrainge

Similar Messages

  • Business Content for "payment history and ageing report"

    Hi,
    We have AP and AR modules implemented in R/3. And recently the client is implementing Collections Management module in R/3. There is a requirement which has come in which we need to provide the a report by customer the past payments made for the last 6 months and the recievables ageing for 1-30 days, more than 30 days and 90 days. A  sample is:
    Division                 Past-due payment history                                            Receivables Ageing
    Customer         CM-5  CM-4  CM-3  CM-2  CM-1  CM                               1-30days   >30 days  90 days
    A                     04/10  05/10  06/10  07/10  08/10  09/10                            150          200       300
    etc, where CM = Current Month
    After going through the requirement we have found that data for this requirement can be taken from AR module itself as Collections Management data is not being used. In this scenario, if I want to develop a payment history and recievables aging report in BW from AR module, which data sources can be used. I am new the finanace module so if any links to good stuff is greatly appreciated.
    Thanks and Regards
    Vijay

    0FI_AR_4 datasource is the BSID/BSAD line items from R3 and the standard DSOs and Content will give you the ability to do aged debtor reports
    You will have to create your own aged debtor reports in WB as the std ones are pants.
    You create an aging bucket for each aging based on the following example criteria..
    CKF 0-30 days = RKF 0-30 Days Open + RKF 0-30 Days subsequently cleared
    (ie you are tryign to restate the ledger to a point in time)
    RKF 0-30 Open is..
       posting date <= key date
       item status = 0
       net due date on a constant selection of 0 and -30
    RKF 0-30 Subsequently cleared is..
       cleared date > key date
       posting date <- key date
       net due date on a constant selection of 0 and -30
    For payment History - I wouldn;t bother with the standard KNB5 extractor (although you can have a look at ti) _ I find it a bit too high a level
    I would create a realised payment terms report which looks at the following calculations:
      cleared date - net due date (realised payment terms)
      net due date - doc date (offered payment terms)
    And then create a query for all item status = C transactions which aren't payments (ie not equal to doc type DZ) and show the above calculations weighted per Customer Payment Term
    Many ways to skin a cat - the two above will help you on your way
    and

  • Using Non BI database as source to Build SSAS cubes and SSRS reports .

    hi,
    I have a requirement where I have to use existing database(OLTP) as my source to the SSAS cubes and then to build the reports.
    Where for Cubes and Reports I uses SQL Server BI edition. But my existing source data will be in non BI database.
    My questions are
    1) Can I create Fact and Dimension Model in Non BI Db and connect the same to SSAS and SSRS? What you suggest?
    2) Can I use cubes and reports without modifying the existing OLTP DB structure to fact and Dimension? 
    Thanks
    Naveen

    hi,
    I have a requirement where I have to use existing database(OLTP) as my source to the SSAS cubes and then to build the reports.
    Where for Cubes and Reports I uses SQL Server BI edition. But my existing source data will be in non BI database.
    My questions are
    1) Can I create Fact and Dimension Model in Non BI Db and connect the same to SSAS and SSRS? What you suggest?
    2) Can I use cubes and reports without modifying the existing OLTP DB structure to fact and Dimension? 
    Thanks
    Naveen
    1. Yes. you can
    It doesnt necessary need to set up a OLAP system. However making design inline with OLAP would be easier to implement in SSAS
    2. Again yes
    But using OLTP designed tables in SSAS/SSRS would require some additional overheads at querying level like referenced lookups in SSAS vs lots of joins in backend queries in SSRS.
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Customise Sap Report -- Add logo and change report layout

    Hi All,
    I have a requirement to amend sap standard report to add logo and change layout, could some one pls point me to teh right direction. Should we .1 Create a new smartfrom if yes -- how to to create smartfroms
    2. Should we create new Zreport...3. Is Adobe Interactive forms any good---- cld you please share the steps to create Adobe Ine Form 4. is sap script any good way in my situation
    Thanks
    Smith

    Changes to SAP Standard are always a bit tricky, specially if we are talking about legal reports. If the standard report uses smartform, you can change the standard form without needing a SSCR key, so no need to create a Z report or smartform even, but like every change on SAP Standard, if further changes are made by SAP through Support packages you will always have to replicate them yourself everytime this happens. I would suggest creating a new Z report by copy of standard and new Z smartform, that way you can always recurr to the standard and see what was changed and then replicate them in you Z reports.
    To create smartform, go to TCode smarforms and you can create one by copy of an existing smartform.
    Adobe Interactive forms is more complex then smartforms and unless the standard uses a print form, i would not suggest you creating one as it will envolve a bit more knowledge.

  • Af:query how to control the query combobox and change it's label text

    My colleague designed a well working af:query search page with several selectable predefined queries. Now it's up to me to control this combobox from outside the component with big colored buttons for user convenience. If the user clicks on one of the big buttons, the assigned item of the combobox is selected and then the query is submitted.
    I though about doing this with javascript, but the difficulty is, that I have no idea and didn't find a way to reference the id of the combobox? The combobox is a 'built in' component in he af:query component and there is no way to give it an id in the properties.
    The second problem is that I didn't find a way to change the label text of the combobox. It seems to be hard coded?
    Thanks in advance for your suggestion!

    Hi,
    the text should be coming from a message bundle and some other look and feel related elements should be settable through skinning in CSS
    http://www.oracle.com/technology/products/adf/adffaces/11/doc/skin-selectors.html
    search for af|query
    Regarding the JavaScript access, use firebug JS debugger. The af query class is AdfRichQuery.js
    http://www.oracle.com/technology/products/adf/adffaces/11/doc/multiproject/adf-richclient-api/js_docs_out/AdfRichQuery.html
    Note however that you should be able to do in Java what you are aimning for in JavaScript. However the usecase you want to implement is not fully clear to me - to be honest
    Frank

  • Adding a Weblogic Portal from source control

    I am using Weblogic Portal 10.3.2 and Eclipse 3.5.0. I can successfully create the EAR and portal projects, deploy them, etc. No problem. If I try to copy the projects to another computer or check them into a source control system and check them out on another computer I get the
    "Portal Application Services web application should be associated with a Portal Application Services EAR for proper deployment"
    and
    "A WebLogic Portal web application project should be added as a J2EE module to a WebLogic Portal EAR project for proper deployment" error messages.
    I did a directory comparison between a portal project that does work and one that doesn't; they are identical. The only thing I can think of is the ".metadata" directory is different, but this is huge, 1000s of files, over 100 MB.
    Has anyone seen this? Any idea of what the problem may be?

    Hi
    The reason for this error is most probably the portalEAR project is not associated wtih the portalWeb project. For any portal application, we must have a portalEAR and a portalWeb project and portalWeb project should be associated with that portalEAR project.
    For your existing and original working portal application, check the .project file in textpad located at: ...\user_projects\workspaces\Your_Workspace\yourPortalEAR\.project. The top contents will be like this:
    <name>myPortalEAR</name>
    <comment></comment>
    <projects>
         <project>myPortalWeb</project>
    </projects>Once you checked out and added them to the new machine and new workspace, check the same file. If not, after importing from CVS or source control, open both portalEAR and portalWAR in Workshop IDE. Select your portalEAR, right click mouse -> Select Properties -> From properties window on left side, select J2EE Module Dependencies and on right side check the check box corresponding to the portalWeb module. NOW you may need to do this everytime.
    Usually this is what I do, if I want other team members to get my portalApplication (EAR, WAR and DataSync project) or to check into source control. I DO NOT check-in or Export individual modules. Instead I Export them as single Archive File.
    From Workshop IDE, on left side right click -> Export -> From Export Window, Expand General -> Archive File -> Click on Next. In this window, select all the 3 projects on top left window ie. EAR, WAR and DataSync (if you have one). Then give a valid filename for this ZIP file something like myPortalEARZip.zip etc. Then click on Finish. This will create a big single ZIP file. NOW you can checkin this ZIP file or give to other team members.
    Now other team members will open Workshop IDE. Left side rigjht click mouse, select Import -> From Import Window, Expand General -> Existing Projects Into Workspace -> Click Next -> Select the radio button named Select Archive File and hit Browse and choose the above .zip file. It should list out the exising projects from this zip file. NOW mostly you may have to delete the exising same projects from this Workspace before you Import. Then follow the steps and you should get all the projects into your workspace. Do clean build etc.
    There may be some other simpler approach, but usually I follow the above proceedure. If you want to continue your existing procedure, then manually link portalEAR with portalWeb project.
    Thanks
    Ravi Jegga

  • History of changed status

    Hi experts,
    what is the name of the bol entity where history of status change (of an order) is saved?
    For example: An order had a status "in process" and then "won".
    Is there any bol entity where I can see the history? and the date of the change?
    An other question: is there any general bol entity which save chages? An "history entity" or something like that?
    Thank you in advance!
    regards
    Anna

    Hi,
       The bol entity "BuilChangeHistory" will save the changed history and changed date.
    Regards
    Prameela

  • Transition from X5 to v7 source controlled project

    We have a project running from RH X5 with it's native Source
    Control server powering it.
    We have now installed some RH7 clients and the next stage is
    to migrate to the new version of Source Control.. But when i looked
    at setting this up I discovered that RH7 doesn't seem to have
    actual Source Control functionality any more, it says we need to
    install an SQL server to power it..
    I was not aware of this, and it is now causing me problems,
    after going through the long and tortuous process of getting
    approval for the RH upgrade, I now have to present another case to
    get SQL server installed.
    For info, I work for a major financial institute and we have
    tight control on software. I know SQL server Express is free, the
    cost is not the issue.. If I cannot get approval for this, what are
    the options?
    Meanwhile I have found a lovely workaround, installing the
    Source Control element from RH5 and this allows the RH7 client to
    connect to the project which is running on the old Source Control!
    So at least we can connect to the project, but we've had to install
    part of X5 on top of v7 which i don't see as a logical solution.
    I'm hoping there is a better way (or i can get approval for
    SQL server), as I need to roll this out to various other
    departments who want to migrate from X5 to v7...

    I wish that I had the information to tell me when it was
    necessary to go from SQL Express to SQL, but alas, I don't. I did
    hear somewhere that SQL Express would only handle so many
    users...and no, I don't know how many that is.
    You might try setting up an RSC3 DB with SQL Express and
    testing it out. In my experience, RSC3 is a lot more stable than
    the older version. In particular, it doesn't seem to be so prone to
    freaking out over network disruptions.
    G

  • Working with uncompressed XFL files and source control | Learn Flash Professional CS5 & CS5.5 | Adobe TV

    Use the Flash uncompressed XFL file format with a source control system to enable designers and developers to collaborate on Flash projects. Contributors can edit different assets simultaneously and see updated assets as soon as they are checked in.
    http://adobe.ly/x0GHI4

    This is a great overview of sequential use of source control with the xlf format. However, typically in a team setting, team members are working at the same time. Our team has found that many of the xlf files have one or more timestamp related entries that get updated even when no functional changes have occurred. This is particularly true of DOMDocument file, which timestamps changes, marks library elements as expanded or not, and tracks a published history. All of these changes conflict with anyone who is simultaneously working on the xlf. Any tips on how to deal with these issues?

  • USELESS ONLINE HELP FACILITIES For all the amazing productivity aids that APPLE offers the world I have to report that their online support service is worse than useless and has recently been the source of immense time wasting and irritation.

    USELESS ONLINE HELP FACILITIES
    For all the amazing productivity aids that APPLE offers the world I have to report that their online support service is worse than useless and has recently been the source of immense time wasting and irritation.
    Incident 1. Since many months attempts to download new and updated APPs produced a response – Apple ID Disabled. I had no time to consult an APPLE Store due to work in distant lands. When I finally visited yesterday I was told that as my IPAD has been reported as stolen, and APPLE in its wisdom had blocked its usage! I am not sure how they became so misinformed and nobody every advised me while with a few swift moves APPLE could have located me by email address or SKYPE.
    Incident 2. Once the above anomaly had been fixed I tried to down load a newspaper and diligently input my address, credit card number and personal data. Repeatedly I was advised that my Credit Card was invalid and my postal code was incorrect! Really!
    I was left to guess that having moved from UK to the US I should have advised APPLE! Not being told of this requirement brought about a second visit to APPLE Store in the same day to waste both mine and their time with a routine anomaly. How parochial in the context of a globalized world!
    In each case I tried to resolve the issues using online access to a help line and by calling by phone at the numbers on the APPLE Website. In each of four separate occasions I diligently went through the routine and  ended up with a message that thanked me for contacting Apple followed by a polite ‘Good Bye’!
    In desperation I went to an Apple Store for the second time in a day as it is close to where I live when I am not working. On both occasions I was courteously attended to by Apple Staff.
    However, my work is usually far away from the US and it is generally many thousands of miles to the nearest Apple Store therefore online help is viewed as imperative if one is to resolve issues away from home.
    Why can Apple not provide a clearly marked EMAIL address and Telephone number at a Help Desk with real people to respond to requests for help? It would cost nothing in relative terms and might restore my high level of anti-APPLE sentiment that these two recent events have provoked.
    Peter Hanney
    Miami, Fl.

    Why can Apple not provide a clearly marked EMAIL address and Telephone number at a Help Desk with real people to respond to requests for help?
    If that is your question, the answer is at the bottom right of this web page. It is clearly marked "Contact Us" and is the best way, really the only way, to contact Apple.
    If there were a publicly posted email address for concerns such as yours, it would be quickly filled with spam in about three minutes, thereby becoming instantly useless to you and everyone else. Apple would need to change it hourly, if not more often. That is also the reason you ought not to post your name, location, and what appears to be your iPad's serial number on this publicly viewable website.
    Apple does not respond here and I can find no other questions for your fellow Apple users to answer.

  • Steps to export B2B Project and Source Control.

    Hi,
    I need steps to export a B2B project for source controlling it and deploying the code to higher environments.
    Right now the coding is done in DEV , We want to push it to TEST.
    Thanks for all the help.
    Regards,
    Sid.

    Documents which we have created newly will also be exported, provided it is part of the agreement.
    another answer
    First time all "export-import". Every change - incremental export and import

  • Problem changing SQL data source at runtime with VB6 and CR XI

    Hello All,
    We have several VB6 programs using CR XI and are able to pass a DSN to change data source with Access DB that works just fine.
    We are using similar code in another program to change the data source in an SQL DB and get an error... Failed to Open the Connection.
    This is a sample of what works with Access but not SQL DB:
    Dim crxApplication As New CRAXDRT.Application
    Public Report As CRAXDRT.Report
    Global DSN_STRING
    DSN_STRING = "DSN = JC Crystal Reports"
    Dim crxDatabaseTable As CRAXDRT.DatabaseTable
    Set Report = crxApplication.OpenReport(App.Path & "\Test11.rpt", 1)
    'change location of each table in report
    For Each crxDatabaseTable In Report.Database.Tables
            crxDatabaseTable.Location = DSN_STRING
    Next crxDatabaseTable
    FormCrystal.Show vbModal
    We have tried other things from the web, still get error.
    Any help would be greatly appreciated.
    C Reid

    Hi Carole,
    When using SQL types you need more than just the DSN name. CR does keep the password in the report file and all SQL types are usually password protected.
    Try this simple code:
    First log onto the server:
    rpt.database.LogOnServerEx("crdb_odbc.dll, pServerName, [pDatabaseName], [pUserID], [pPassword], [pServerType], [pConnectionString])
    The ConnectionString is the complete line. Run in debug mode and display what the reprot is using and you can see the format it requires.
    Once logged on now you can set the location for each table:
    'report connection properties
            With rpt.Database.Tables(1)
                .ConnectionProperties("User ID").Value = "sa"
                .ConnectionProperties("Password").Value = "YourPassword"
                .ConnectionProperties("Data Source Name").Value = "Your DSN Name"
                '.ConnectionProperties("Data Source Name").Value = "ServerName" ' can be used if specifying a new connection
                .ConnectionProperties("Database").Value = "Northwind"
            End With
            Set rpt.Database.Tables(1).Location = "Northwind.dbo.CustOrderHist"
    I'm only using one table so easy enough to create the loop or use for all...
    Thank you
    Don

  • Labview 2010 and MSSCCI Source Control for TFS

    Hi,
    I am trying to get Labview to work with the MS TFS source control using the MSSCCI provider. In our team we are using the TFS to manage a number of Visual Studio projects and i need to integrate labview into the existing source control.
    Having said that, I am having an issue selecting the MSSCCI provider in the labview source control window, when I select it i get the following error message:
    "Error -2971 occurred at prefPage_Source Control.vi
    Possible Reason(s):
    LabVIEW:  An error occurred while accessing the source control provider. The specified provider was not found."
    Now i looked up that error code and it has somethint to do with some PerForce source control client, which I am not using.
    Just for giggles, I installed the new PerForce client as per the following LV article http://digital.ni.com/public.nsf/allkb/9C42F3F1627CE0A78625768F007A7D03
    but that did not help, now I have the PerForce client as an option in the SourceControl Provider name in LV (which i do not need) and labview still complains when I try to pick the TFS MSSCCI provider.
    Any help could be greatly appriciated.
    Aws

    Out of curiosity, what registry values do you see in the "InstalledSCCProviders" key in the registry editor? The value data should point to the key that the "SCCServerName" value is at. In other words, the underlined portions below should match. 
    Registry Key Location: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\SourceCodeControlProvider\InstalledSCCProviders
    Value Name:               Microsoft Team Foundation Server MSSCCI Provider
    Value Data:                 SOFTWARE\Microsoft\Team Foundation Server MSSCCI Provider
    Registry Key Location: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Team Foundation Server MSSCCI Provider
    Value Name:               SCCServerName
    Value Data:                 Team Foundation Server MSSCCI Provider
    I was able to reproduce your error when I changed the value data so that the underlined portions above do not match; it may be that your issue is caused by a registry inconsistency.
    Marcus B.
    ELP Support Engineer
    National Instruments

  • Command line build and source control (svn)

    Using Flash Builder, what should be checked into source control to enable a command line build without any user interaction? Just checking in all the source directories is apparently not enough - as far as I can tell the individual projects have to be added to the workspace for the build to work.
    I've experimentally determined that .metadata/.plugins/com.abobe.flexbuiler.project and .metadata/.plugins/org.eclipse.core.resources are the 2 directories required for my build to work. the com.adobe.flexbuilder.project directory is pretty straight forward and it's obvious what needs to get checked in. the org.eclipse.core.resources directory has quite a bit more files contained in it - do all of these need to be checked into source control for the build to work? Deleting the .history folder appears to be ok.

    Hi GB_Austin,
    What you need to do is set up a Single Source Layout (SSL) to
    build with the conditional tags. If you are not sure how to do
    this, let me know. Let's assume you have a SSL that can do this and
    it is called "General". To build it using Command Line Compilation,
    use the following command:
    rhcl [address of your project's xpj file] -l "General" -o
    [address of the output directory]
    The -l (lower case L) tells the caommand line to use this
    SSL. If you leave -l "General" out it will compile your Primary
    Layout instead. If you leave out the -o and the address, the output
    chm file will be placed in the current folder. So the basic command
    is just:
    rhcl [address of your project's xpj file]
    I hope this has helped,
    darkagn

  • Checking in and out files (source control) in form 6i

    Hai,
    how we can make use of source control options in form 6i.
    thnaks and regards
    vivek

    Hi there
    From what you have posted it would appear that you are using RoboHelp for Word. I don't believe RoboHelp for Word has ever been configured to integrate with RoboSource Control.
    If you were using RoboHelp HTML, it is actually configured to work with RoboSource Control and is totally integrated where as you work on topics they are checked out automatically.
    You may wish to review the article linked below.
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

Maybe you are looking for

  • Can Not Share a QuickTime file in PE8

    System: Dell XPS, i7 CPU, 6gig RAM, Win7 64bit Adobe Premiere Elements 8 (I tried to install 8.01 update and it says the program is up to date but the About window still says 8.0) 1,14TB, 2 disks as Raid 0, 187 gig free., HD WEI – 5.9 NVIDA GeForce 8

  • DW CS3 Unexpected table row growth.

    upgraded to CS3 from DW8, DWMX and found the following problem with my pages. I should say with the way they display in DW CS3. The problem is that the row expands in design view to accommodate the variable names, unlike previous prevouse versions th

  • How to change how many cores to use in after effects cs4

    so i raced my laptop vs my desktop desktop:intel core 2 quad 2.33 ghz  4 gigs of ram laptop: intel core 2 duo 1.83 ghz 4 gigs of ram and my desktop beat it by a little bit kinda sad then i went to edit>preferences>memory&multiprocessing then i clicke

  • Proxfier not working on Lion 10.7.5

    I  installed latest version of proxifier and unfortunately it isn't working on my mac. I also have unchecked the web proxy (HTTP) and  the secure web proxy(HTTPS) from my Network setting in System Preferences. I have entered tmy college proxy and sel

  • Oracle WebLogic Server (WLS), Time Zones, and DayLight Saving Time (DST) Changes

    Hello, We are approaching this time of the year again... I would like to redirect you to the Support Note 1370083.1 "Oracle WebLogic Server (WLS), Time Zones, and DayLight Saving Time (DST) Changes" This note lists what is to be expected from WebLogi