Same report, 2 identical servers, 2 different outputs???

We have a report that is produced correctly on our Staging server, but when we promote the same report to our Production server (which is a mirror of our Staging server), we get different output. The machines are identical in every respect except for the name. The same queues, fonts, and version of Crystal Report (10.2.3600.0) is installed on both. I wish I could upload the 2 versions of the pdfs that are outputted for you to see the differences, but there doesn't seem to be a way to do that here. Any ideas of what could be causing the discrepancies?

Hi Amanda,
Can I back track a bit here?  I would like a bit more clarification on how this is being tested.  From what I understand:
1)  You have the same application running on 2 different servers which are mirrors of each other. 
2)  The report is exported to PDF directly, not previewed or printed first. 
3)  The PDF is opened locally on the client machine. 
A couple of questions I have: 
1)  Is the client machine viewing the PDFs from both servers or are these 2 different clients as well?  If the clients are different, then can you try opening the PDF from the second server onto your original client and see if they formatting is the same?  I say this because I want to make sure the Acrobat reader is the same version on both machines and to eliminate the possibility that the PDF is fine but the reader may be the culprit. 
2)  You've removed the printer in the report I see.  On the client machine, is there default printer installed and is it something other than the Generic Text Driver? 
3)  Same question as above but on the second server?  A printer is important to Crystal even if you are not printing.  Many years ago if a printer was not installed, the print engine would crash the report when you tried to run it.  That's when the No Printer option was added but that's a different story.  I just needed to stress the importance of having a printer installed. 
Thanks,
Brian

Similar Messages

  • Problem with same Container for 2 different outputs

    Hi,
    I am using method set_table_for_first_display to display 2 different output with same container depending upon the selection of radio button. but the problem I am facing is when I click BACK button after dispaying second output and executing first output, it is showing prebious output only. is there any method to handle this problem?
    Regards,
    Nilanjana

    Hi,
    On clicking back use leave to screen 0 in the PAI module of the screen.
    Call screen 100.
    PROCESS BEFORE OUTPUT.
    Logic
    PROCESS AFTER INPUT.
    MODULE USER_COMMAND.
    MODULE USER_COMMAND INPUT.
    IF sy-ucomm EQ 'User command defined for BACK button'.
    LEAVE TO SCREEN 0. "Go back to selection screen
    ENDIF.
    END MODULE.
    Have a look at the method FREE of class cl_gui_alv_grid.
    eg:
    CALL METHOD wcl_alvgrid1->free
      EXCEPTIONS
        cntl_error        = 1
        cntl_system_error = 2
        OTHERS            = 3.
    Thanks,
    Vinod.

  • DFSR Health Report Problem - 3 methods of generating reports give 3 different outputs

    Hello,
    I am trying to implement a monitoring solution for DFSR by having a script generate a health report and send it to me. I have one replication group with 2 members and 2 replicated folders.
    The script looks like this:
    # Write DFS Health Report
    Write-DfsrHealthReport -GroupName "RG1" -ReferenceComputerName "SRV1" -MemberComputerName "SRV1", "SRV2" -Path "D:\Logs" -CountFiles
    # Get the 2 newest files -- these were just generated by Write-DFSRHealthReport
    $new_report = Get-ChildItem "D:\Logs |
    Sort-Object -Property LastWriteTime -Descending |
    foreach {$_.fullname} |
    Select-Object -First 2
    # Send email with attachments
    $mail_parms = @{'To' = "me";
    'SmtpServer' = "";
    'Subject' = "DFSR Health Report for $(Get-Date)";
    'From' = "SRV1";
    'Attachments' = $new_report
    Send-MailMessage @mail_parms
    Now here's the fun part:
    1) When I run a health report using the GUI, I get a nice, clean report with no errors.
    2) When I run my script from a non-elevated ISE, I get the following errors:
    - Server 1 shows DFS Replication problems due to temporary attributes
    - Server 2 shows as unavailable for reporting because, according to that, I am not an administrator
    3) When I run the script form an elevated ISE, both servers show errors about replication problems related to temporary attributes.
    I can tell you that:
    - The account I am using has administrator rights on both servers
    - I have checked that the account has proper permissions in WMI
    - When I check for the temporary attribute using Get-Childitem cmdlet (from an elevated PS) nothing shows up.
    - I have restarted dfsr service on both servers, no change
    So my questions:
    1) Why am I getting the WMI error of not being an administrator when I AM an administrator? And why am I getting them only when generating a report using the script and not when I am generating it using the GUI?
    2) Why am I getting errors about temporary attributes when I have removed them?
    Kind regards,
    Wojciech

    Hello,
    A small update on this. I figured out that I can also generate an health report containing errors regarding temporary attributes using the GUI. Those errors appear when I choose the option to count the files in the replicated folder. If I leave the option
    unchecked, the report comes back clean.
    So one problems is pretty much solved. The question is why do I get those errors?
    This is exactly what's shown:
    ========
    One or more replicated folders have content skipped by DFS
    Replication.
    Affected replicated folders:
    Homedir
    Description:
    DFS Replication does not replicate certain files in the replicated folders
    listed above because they have temporary attribute set, or they are symbolic
    links . This problem is affecting at least 100 files in 1 replicated folders (up
    to 100 occurences per replicated folder are reported). Event ID: 11004
    Last occurred:
    9 marca 2015 at 12:32:14 (GMT1:00)
    Suggested action:
    Verify that the files you want to replicate are not temporary and not
    symbolic links.
    <v:vmlframe class="pm1" src="#Minus"></v:vmlframe>Homedir Replicated folder
    File path:
    D:\Homedir
    Files that cannot be
    replicated under the replicated folder (100):
    Relative path and
    file name
    \4B66DB44.wmf
    \4AA5E9D0.wmf
    \49499C1F.wmf
    =======
    The list contains 100 files, with about 90% of .wmf files, some .emf files and I think one .dat file. What is quite irritating, is that I cannot find any of the files listed in the replicated folder. Let's try to find any .emf files:
    PS C:\Windows\system32> Get-ChildItem -Recurse -path d:\homedir | Where-Object {$_.Extension -eq ".emf"}
    PS C:\Windows\system32>
    Nothing...
    I have tried 2 methods of checking for temporary attributes, none of them produced any results:
    PS C:\Windows\system32> Get-childitem D:\Homedir -recurse | ForEach-Object -process {if(($_.attributes -band 0x100) -eq
    0x100) {write-output $_}}
    PS C:\Windows\system32>PS C:\Windows\system32> Get-ChildItem -Recurse -File -Attributes Temporary -path D:\Homedir
    PS C:\Windows\system32>
    I'm quite puzzled here, I don't know what else I can try.
    Any help would be greatly appreciated.
    Kind regards,
    Wojciech

  • Invoice Split for same customer but for different output types

    Hi Gurus,
    I have a requirement from the customers. A new output type has to be created with reference to the old type and for this output type a new driver program and SAP script was created with reference to the old one.They wants  invoice split to be happened based on item level PO number. That was done successfully.
    This invoice split logic  was written in the billing routine  RV60C901(Customized).
    But now they came back with a issue that the invoice split  should be done  only if they use the new output  type but not for the old one. That means for the same customer for one output type invoice split should be done based on item level po number and for one output type it should not. How can this be controlled for a particular
    output type?
    This output types will not be used in the billing routine as the split happens at the sales order level. Is there any configuration that allows split for a particular output type.
    Please suggest me how to proceed???

    Hi,
    In the invoice split routine check if it is possible to find the output type making use of field symbols.
    Just check in debug if the variable for output type is available as follows:-
    (Program Name)variable name.
    Regads,
    Ankur Parab

  • Mirror the same audio over two different outputs

    Hi,
    I've got a MacMini (late 2009, running Lion) set up in my living room and connected to my HDTV. The audio goes to my amp via the built in digitial audio out and toslink cable.
    I recently added a second TV in my bedroom and connected it via the mini display port and a HDMI cable. Unfortunately this version of Mini does not support audio over mini display port so i bought a separate USB audio card. This is connected via a Jack plug to my audio in on my bedoom TV (no amp here, non-digital stereo audio).
    I would like to be able to have video and audio in both rooms at the same time. Video is working very well, but the audio does'nt come along. I can only set the audio to one output. I tried to make an Aggregate device, but still the audio sounds over one output. I tried this with both stereo audio (music) and with 5.1 audio.
    Offcourse I googled and found that an aggregate device is used for creating multiple channels for audio, not for mirroring.
    What i'm looking for, is some kind of setting or software(i hope) that can mirror my audio to both outputs, and if nessecary, format into the right source (5.1 for the toslink and 2.0 for the USB device). Ofcourse, everything needs to be in sync with video and eachother.
    Is there such a thing?
    Thanks for any help offered.

    1) Don't know why this is happening. It may have something to do with
    I downloaded from iCloud the same library I was working with
    I'm not clear what procedure you're using here. Using a cloud for storage might change some file tags. Generally users I think keep the library on the same drive as the media, keeping the library backups on the system. There is no real benefit in keeping the media in a separate location. Often users will keep the library in the same folder as the media. It makes backing up using tools like Carbon Copy Cloner very efficient.
    1a) This can be difficult to find as there sometimes is no obvious indicator. It might be a missing element in a compound clip, a missing or altered layer in a graphics file, a missing font, a missing effect. These will show up inside the item involved, but may not be apparent in the browser. A missing transition for instance will not be seen until you skim over the project or try to export it.
    2) The 43 MB is a small amount of optimized media. This never prevents relinking. The library is always looking for original media, or proxy media if you're in proxy playback. It never looks for optimized media. If it has it, it uses it, if it doesn't, it uses the original media. If you are using original/optimized playback, you must have the original files. The optimized files are not enough.

  • 2 Company Codes - Same Report --- Issue Very Urgent

    Hello Guys,
    I have following questions w.r.to BI implementation.
    We have 40 SAP BI reports developed for our company.
    Now we have moved to other New implementation for the same company but in other country. ( Germany - Company Code - DE / France - Company Code - FR ).
    Both Implementation : EN Language.
    We have 2 different Dev clients(ECC) for diff country implementations.But when we move to QAS they (ECC) will be integrating the data into one client,
    we are using only one BI client for both implementations.
    I Just have few questions ...
    I need to Load all the master data for 2nd implementation all over again.
    Firstly we have all the process chains and DTP and Transformations in place from !st implementation.
    1.Can we use those same PC to load master data for our second implmentation with different ECC client.
    2. How can we differentiate which master data belongs to which implementation when we integrate into one ECC client from BI system point of View.
    3. Also they (2nd implementation) want to use the above BI reports developed from 1st implementations, with their data specific to thier company.
    How can we handle above issues.
    Also could you suggest the points to keep in mind when displaying the same report but with different data based on company code.
    thanks,
    Shekar.

    Hi Shekar,
    1.Can we use those same PC to load master data for our second implmentation with different ECC client.
    --> If source system and client is same you can use same process chains, or neet to create new one to include new infopackage for new source and client.
    2. How can we differentiate which master data belongs to which implementation when we integrate into one ECC client from BI system point of View.
    --> If same data(material and customer) maintained differently in different systems(ex: same technical name but description is different)... then its better to make master data objects compounding with source system to differentiate data.
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a6399e07211d2acb80000e829fbfe/frameset.htm
    3. Also they (2nd implementation) want to use the above BI reports developed from 1st implementations, with their data specific to thier company.
    --> Create authorization variable on company and use..
    How can we handle above issues.
    Also could you suggest the points to keep in mind when displaying the same report but with different data based on company code.
    --> Create authorization variable on company and use..

  • Different output format on pdf,  same report same data same user Report 10g

    Hi
    I’ve recently came up with a very strange problem
    I have the same report ( DevSuite 10g ) running on a win2003 server and without any obvious reason the output format changes from the original –correct one - ( the underlined text is not correct , font size is decreased , line spacing differs)
    The report is executed with the same user, the same parameters and the same data...
    Problem is solved only after a full server restart ( restarting only the report server, web cacle will not make any difference )
    Once the report is formatted strangely we cannot run it correctly (reboot is needed)
    Trace and log files shows nothing strange about the execution.
    Can you please tell me how to start investigate or suggest a solution?
    Thank you,
    M

    This is a wild guess, but it could be the result of there being no default printer. If you're using an in-process Reports Server, this runs by default under the LocalSystem operating system account. By default, this account does not have a default printer. Without a default printer, Reports may not format fonts correctly when producing PDF output.
    For more information, see "Printing and Font Errors When Using In-process Server" in Appendix D (Troubleshooting OracleAS Reports Services) of Oracle Application Server Reports Services Publishing Reports to the Web 10g Release 2 (10.1.2). It (like Metalink note 272017.1) suggests changing the registry to set a default printer that the LocalSystem account can "see"). Metalink note 370150.1 offers a more drastic solution -- configuring the Reports Server to run under a different operating system account that does have a default printer.
    Still, the theory that this "default printer" issue is the problem is not exactly consistent with the fact that your reports do work as expected at first, although there could be explanations for why the default printer is periodically changing (startup scripts, user intervention, etc.).
    Hope this helps.

  • Use same report with different MySQL database

    I am using CR2008 with MySQL 5.1.
    I have a report that works with one of the tables (T1) in a MySQL database (DB1).  I have another MySQL database (DB2) with the same table name and structure, except that the data has been updated.
    I want to use the same report, but just ask CR2008 to now use DB2 and T1.
    Try as I may (using Set Data Source Location...), but I'm not getting anything to work.
    I looked for a previous thread on this, but was unsuccessful. 
    Thanks for any help.
    David

    Thank you for your helpful response.  What I am really asking is this -- when there is a CR2008 report based on db1, table1, and you want to use the SAME report with an identical table in a DIFFERENT database (db2, table1), can I easily use the same report?  Or, do I have to generate another version of the report?
    Thank you again.
    David

  • Print same report  with different watermark

    i want to print the one report with different watermark
    means suppose we generate the report and print the 10 copy of the same report but want 4 copy with one watermark and 6 with different watermark.
    i have the number of watermark copy in the table .
    pls give me the solution
    regards
    anurag

    Thank you for your helpful response.  What I am really asking is this -- when there is a CR2008 report based on db1, table1, and you want to use the SAME report with an identical table in a DIFFERENT database (db2, table1), can I easily use the same report?  Or, do I have to generate another version of the report?
    Thank you again.
    David

  • Different GC time on identical servers

    I have 3 identical servers in a clustered environment with the same hardware and applications, even the java arguments are the same. However, I am seeing a different GC timing across the 3 servers. One of the servers is doing major GC at about every 5-10 seconds for about 2.2 seconds (this one is doing major GC only). One of them is doing major GC at about 40-60 seconds for about 2 seconds. The other one is doing major GC at 20-30 seconds for about 1.8 seconds.
    I can understand even the servers have the same applications, they are probably serving out different pages. But what's the best way for GC tuning? Is this mean GC tuning will be server specific and NOT applications specific?
    Thanks.

    The 10g is the client which the code running faster then the 11g
    You keep making statements like that but so far you haven't posted ANYTHING to support them.
    And you said this:
    The execution time of the same pl/sql procedure is different, in those systems.(They are running the same code from the application).
    but you haven't posted:
    1. ANYTHING to support that statement
    2. ANY any actual execution times
    3. ANY info about how you measured those times
    4. ANY info about what the procedure actually does
    5. ANY of the code for the procedure
    6. ANY info about whether the 10g client user is the same as the procedure owner and the 11g client user.
    The procedure executes on the server - the client isn't involved in the procedure execution.
    That procedure 'could be' doing different things with different tables and objects if it is defined as INVOKER RIGHTS and the two client 'invokers' are different users.
    If you want help you need to SHOW us the code and how you are executing the code and how you are measuring the times, etc.

  • Why's the SQL format different for the same report on different PCs?

    I have 2 PCs running the same version of Crystal Reports (11.0.0.1994) using an identically configured system DSN with the exact same driver. When I view the SQL that CR is using on PC 1, part of it looks like this:
    " FROM   {oj (("PUB"."LOQEstimate" "LOQEstimate1" LEFT OUTER JOIN "PUB"."LOQComponent" "LOQComponent1" ON ("LOQEstimate1"."Estimate-ID"="LOQComponent1"."Estimate-ID") AND"
    On PC 2 it looks like this:
    "FROM   "PUB"."LOQEstimate" "LOQEstimate1", "PUB"."LOQComponent" "LOQComponent1", "PUB"."CustContact" "CustContact1", "PUB"."LOQSegment" "LOQSegment1"
    WHERE"
    It's the exact same report. Can someone tell me why the SQL is different?
    TIA for the help.

    Thanks for the reply, Patrick. Here are the answers you requested:
    1. Verify you are indeed using the same driver, and they are of the same version
    The driver on both PCs is the Progress OpenEdge 10.1A driver. The file is pgoe1021.dll, version 05.10.0037.
    2. Verify if you have the same database client install on both computer.
    Both use prowin32.exe, v10.1.1.1326
    If everything is the same, then it might be a registry key, and in this case, can you provide the following information:
    1. What database are you connecting to? ( Oracle, DB2, ... )
    Progress OpenEdge 10 RDMS (/community [original link is broken])
    2. What is the version of the database?
    10.1A
    3. What is the version of the database client?
    v10.1.1.1326
    4. How are you connecting to your database? ( Native, ODBC, OLEDB,... )
    ODBC
    5. If you are connecting via ODBC, what is the name of the driver used and it's version?
    The driver is the Progress OpenEdge 10.1A driver. The file is pgoe1021.dll, version 05.10.0037.
    6. What is the SQL query syntax do you prefer? ( PC 1, or the one generated on PC 2 )
    The SQL generated on PC1 doesn't return any records. The SQL generated on PC2 does. Records are preferable ;o)

  • 3 different blocks in same report

    Hello,
        My client needs to display the output in 3 different blocks on the same report, is there some class/method to achieve it?
    Thanks for help in advance
      SDN powered

    Hi,
    Check this code.In this you will get two ALV in the same report.You can append one more in this.
    REPORT  Ztest_MULTIPLE_ALV                     .
    type-pools : slis.
    data : alvfc type slis_t_fieldcat_alv.
    data : alvly type slis_layout_alv.
    data : alvev type slis_t_event .
    DATA : BEGIN OF itab OCCURS 0.
    include structure t001.
    DATA: END OF itab.
    DATA : BEGIN OF ptab OCCURS 0.
    INCLUDE STRUCTURE t000.
    DATA: END OF ptab..
    start-of-selection.
    SELECT DATA
    SELECT * FROM t001 into table itab.
    select * from t000 into table ptab.
    INIT BLOCK ALV
    CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_INIT'
    EXPORTING
    i_callback_program = sy-repid.
    ADD INTERNAL TABLE ITAB
    CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
    EXPORTING
    I_PROGRAM_NAME = SY-REPID
    I_INTERNAL_TABNAME = 'ITAB'
    I_INCLNAME = SY-REPID
    CHANGING
    CT_FIELDCAT = ALVFC.
    CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND'
    EXPORTING
    is_layout = alvly
    it_fieldcat = alvfc
    i_tabname = 'ITAB'
    it_events = alvev
    TABLES
    t_outtab = ITAB
    EXCEPTIONS
    program_error = 1
    maximum_of_appends_reached = 2
    OTHERS = 3.
    ADD INTERNAL TABLE PTAB
    REFRESH ALVFC[].
    CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
    EXPORTING
    I_PROGRAM_NAME = SY-REPID
    I_INTERNAL_TABNAME = 'PTAB'
    I_INCLNAME = SY-REPID
    CHANGING
    CT_FIELDCAT = ALVFC.
    CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND'
    EXPORTING
    is_layout = alvly
    it_fieldcat = alvfc
    i_tabname = 'PTAB'
    it_events = alvev
    TABLES
    t_outtab = PTAB
    EXCEPTIONS
    program_error = 1
    maximum_of_appends_reached = 2
    OTHERS = 3.
    CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND'
    EXPORTING
    is_layout = alvly
    it_fieldcat = alvfc
    i_tabname = 'PTAB'
    it_events = alvev
    TABLES
    t_outtab = PTAB
    EXCEPTIONS
    program_error = 1
    maximum_of_appends_reached = 2
    OTHERS = 3.
    DISPLAY
    CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_DISPLAY'
    EXCEPTIONS
    program_error = 1
    OTHERS = 2.

  • How to link child report in same reprot but in different tab

    Hi all i nXIR2
    iam able to pass parameters to child report in different report how to pass parameters and open it in same report in different tab?
    below link iam able to open in another report
    ="<a href=\"<Servername>:8080/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?&stype=wid&Refresh=N&sWindow=New&sDocName=Details3&lsS2)Month:="If(DrillFilters([Month])="";"All Month";DrillFilters([Month]))"&lsS1)Year:="If(DrillFilters([Year])="";"All Year";DrillFilters([Year]))"&lsS4)Account:="If(DrillFilters([Cd])="";"All Codes";DrillFilters([Cd]))+"\">List</a>"
    any ideas please
    Thanks

    Hi Arjun,
    There is no hiding or conditional hiding tab functionality in DeskI, which would serve the purpose of your need.
    One option could be to open up the child report in the same window rather a new window.
    Thanks for the reply
    I dont want to hide any tab..
    i want to open a child report in same report in another tab... in web i
    i can use in same window but..... child report i needed have different columns...

  • Data from different databases in the same report.

    Hi Everyone,
    I am trying to build a reconciliation report in which I need to show the data from the source and target, side by side.
    Source and target are both different databases, although being oracle only
    Whenever a new data model is created, it gets attached to a data source and in the report we need to choose a specific data model.
    Can we have data from different databases in the same report ?

    Yes, it is possible.
    One way Is to use dataTemplates. There you can make queries from any number of different databases (The max I have done is 5).
    It looks something like that:
    <dataTemplate name="NameOfTemplate">
    <dataQuery>
         <sqlStatement name="Q1" dataSourceRef="Connection1">
              <![CDATA[     select * from table1]]>
         </sqlStatement>
         <sqlStatement name="Q2" dataSourceRef="Connection2">
              <![CDATA[     select * from table2]]>
         </sqlStatement>
      </dataQuery>
      <dataStructure>
         <group name="RESULT1" source="Q1">
              <element name="P_FIRST_NAME" value="P_FIRST_NAME"/>
         </group>
         <group name="RESULT2" source="Q2">
              <element name="P_DATE" value="P_DATE"/>     
         </group>
      </dataStructure>
    </dataTemplate>dataStructure is very important when you get data from different places, if you don't define those elements, then only the result from Q1 is shown.
    The second possible way is to make as two different data models, each containing their own query and then set Main Data Set as concatenated SQL Data Source.
    Best of luck,
    Evelyn

  • EDN:  subscribe to the same event deployed on different domain/Servers

    We are working on use case where in we would like to publish an Event from an ADF application . We would like to subscribe to the same event deployed on different domain/Servers than the servers on which ADF Application deployed. We would like to get more information on the configuartion of Foreing JNDI for the Business events for this use case. in the documentation it was mentioned, it is possible but not much details were provided.
    So far all I have to go on is: http://download.oracle.com/docs/cd/E21764_01/integration.1111/e10224/obe_intro.htm#BABHBGAG

    We are working on use case where in we would like to publish an Event from an ADF application . We would like to subscribe to the same event deployed on different domain/Servers than the servers on which ADF Application deployed. We would like to get more information on the configuartion of Foreing JNDI for the Business events for this use case. in the documentation it was mentioned, it is possible but not much details were provided.
    So far all I have to go on is: http://download.oracle.com/docs/cd/E21764_01/integration.1111/e10224/obe_intro.htm#BABHBGAG

Maybe you are looking for

  • URGENT HELP: Need to reformat an external hard drive for Mac/Win!

    We got a Desk Hammer external hard drive and my hubby chose to format it as Mac Only when it first initialized. We needed it to be formatted for Mac/Win usage. Now we cannot figure otu how to reinitialize and reformat it. It's been years since I mess

  • Playing MP3 from database

    I have an access database which holds MP3 filename. Icreated a browse list with several records. I can I have user click the link in a table to play / download that MP3 file in order to play it ? Arthur

  • Oracle CSS does not start up

    Hi guys, After installing Oracle 10g on Solaris 9, I could not get the database to start up on the web browser. I was wondering is the problem is due to the error below. If yes, what steps should I take to remedy it? Successfully accumulated necessar

  • EBP/CCM XI Catalog scenario; TCP RFC connection EBP to XI doesn't work

    Hello All, i have configured EBP/CCM <> XI Catalog scenario and when i try to execute the test connection for both TCP RFC connections "INTEGRATION_SERVER_<SID>, PLAIN_HTTP_ADAPTER_<SID>" I receive following "ICM_HTTP_CONNECTION_FAILED". Does anybody

  • Dynamic 2-D map for A*search pathfinding problem

    The Problem is a Dynamic map (the user can change size of the map) that has obstacles(obstacle location determined by the user also) and the tile could only move to adjacent tiles(only 4 moves or less), Can anyone solve that in Java? (without visuali