Issue with accessing URL from Report!!

Hi,
In one of the reports we are displaying a URL in the report output. When the user clicks on the URL it should open the site in a new browser window. The URL is being displayed in 3 rows because of the column size, and when the user clicks on the URL only the fragment present in the first row is considered.
Since the link is pointing to incomplete URL, when clicked navigates to 'Page not found'/ Bad gateway.
Example:
Document Link : http://www.oracle.co
m/partners/public/knowledge-zone/dat
abase/data-warehousing.html
Any pointers to overcome this issue would be of great help.
Thanks,
Kartik

How to insert hyperlinks...
http://download.oracle.com/docs/cd/E12844_01/doc/bip.1013/e12187/T421739T481157.htm#4535361

Similar Messages

  • How to make report with access 2010 from SharePoint Discussion lists 2013

    HI,
    I want to make an access report from SharePoint Discussion lists 2013. When i open the list with access, the body of the list is in HTML format in access. Also if i reply something to one subject in the discussion, the reply is not mapped to that subject
    but instead it is shown as a separate entry in the database.
    Anyone can please help?
    SAN
    Santhiya
    Santhiya

    Hi Santhiya,
    I have seen a similar post from you, my understanding is that you wonder that the reply is mapped to the related subject. You can take a look at Daniel's reply in the following thread:
    http://social.technet.microsoft.com/Forums/en-US/dfb5bcb9-0076-412a-b34f-46aa9cfba876/how-to-make-report-with-access-2010-from-sharepoint-discussion-lists-2013?forum=sharepointgeneral
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Issues with accessing HD on Time Capsule

    I have a Windows 7 32 bit machine that I just built. I have a Windows XP system and a Mac Book Pro running Snow leopard. My XP and Mac are able to access the HD of my Time Capsule. My Windows 7 is having issues logging into the Time Capsule HD. When trying to log into the base station using the Airport Base Station Utility I get a message stating "Unknown user, incorrect password, or login is disabled. Please retypre the login information or contact the disk's administrator (86)." I have the AirPort Utility installed on my Windows 7 and am able to log into the settings to modify the settings of the Time Capsule. Does anyone have any insight as to how to assist me?

    Note: Mac 3 had a single user on it, my son. He was the admin. I created a new non-admin acct and moved all his stuff there (Not sure I did it the right way so it took a long time.). Now I am admin on that Mac. Not sure if that is relevant here (leading to the problem identified above) but thought I would mention it. 
    Thanks in advance for your help.
    The fact that you cannot access the backup now only on this Mac does suggest this is part of the issue. Did you do this before or after the issue with access?
    Permissions can be pretty tricky things.. certainly to do backups or to retrieve them from an existing backup created with different user permissions might be a mess.. Pondini is perhaps the only one who can tell you the ins and outs of that.
    On the more general note.. lots of people are having issues with USB drive on the TC from Lion.. for many it stops working forever the moment the disk spins down from a reboot.. making it useless.
    But it is dog slow for everyone.. The reality is USB is less than half its native speed on the TC cf on the computer.. and it wasn't that fast to begin with.
    Plug the hard drive directly into the computer and mount the sparsebundle and see if the TM then can access it.. but you might need to use your admin login not your son's.
    Personally if the TC disk is not big enough.. replace the TC with a larger disk version.. or the disk in the present one.. do not use disks hanging off TC. It has enough reliability issues without adding to them.

  • I am having issues with streaming music from iTunes on my MacBook Pro to my audio system through AirPlay.  Works perfectly with my iPod Touch.  The AirPlay icon appears irregularly in iTunes and when selected doesn't connect.  Running latest IOS software.

    I am having issues with streaming music from iTunes on my MacBook Pro to my audio system through AirPlay.  Works perfectly with my iPod Touch.  The AirPlay icon appears irregularly in iTunes and when selected doesn't connect.  Running latest IOS software.

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Unsync all music and resync
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up           
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar          
    You said:
    No, I do not want to "factory reset" my iPod. No I do not wish to do anything crazy long or hard to fix this. 
    That may be necessary, It is not what you want to do/not do but what is required to resolve your problem.

  • Issues with RAW files from my 7D

    I have Aperture 1.5.6 on my computer and the software updater says that is the current version. I shoot with a 20D and a 7D. I upload my raw files to Aperture and edit them from there and then process for a jpeg. However, every time I upload a raw file from my 7D I get the following message when I click on it to edit it: Unsupported Image format.
    Any words of advice, other than just buy Aperture 3??

    I have Aperture 2.X and had zero issues with RAW files from a 7D, so I think the problem is you are on 1.X. Converting to DNG first was a good suggestion if you don't want to purchase 3.X. Yet another reason to hate proprietary raw image file formats.......

  • Help with redirecting URL from Web Dynpro

    Hi,
    I have a question regarding how i can construct a URL where i would like to forward the user from a WD app based on some user interaction.
    The problem is that i need to know the protocol, server & host to resend the control to ( basically append these values to a url path that i have eg: <http(s)>://<host>:<port>/<the path i have>).  With NW2004s, the request object is not exposed to us anymore, so i am wondering what is the best way to construct the url.
    I have gone through various posts here and the one that came closest to accomplishing what i need is the one by Valery S which recommends creating a Servlet that captures the request info that i need and then calling the WD app including the info that i need as request parameters in the calling URL.
    Before i do this, i want to see if anyone has been able to solve this through another approach.
    Appreciate the inputs.
    Best Regards
    Renchy Thomas

    Renchy,
    Now I see you are conflicting with yourself
    On one hand, if you need to redirect to the application hosted on the same server you need no protocol/server/port parameters. And you confirmed that this works for you.
    On other hand, you are complaining that WD doesn't know in advance the protocol/host/port of arbitrary server you are planning to redirect to. Well, as I understand this is not API issue, this is configuration issue. You just need some configurable way to store such settings.
    If this is true, then I can suggest 2 options:
    1. HTTPDestination -- you are setting and configuring destination via VisualAdministrator, then from your code you are lookup destinitation by logical name and get physical URL.
    2. IWDConfiguration / WDConfiguration -- you are creating settings as regular properties file, after deployment you may tweak this property file with VisualAdministrator. From code you are using WDConfiguration API to read URL or parts of URL as properties.
    Valery Silaev
    SaM Solutions
    http://www.sam-solutions.net

  • Issue with indicator values in report display

    Hi All,
    I am getting an issue with valutype #.
    we have  account  restricted hirerarchy ,fiscal year period and Valuetype in rows .
    I need to show the actuals indicator of value type 10 data in one row for each fiscal year period.But some of the key figures we are getting # data .valuetype indiator is repeating 2 times for each period.but we need to post this # values to 10.Any one have any idea how to handle this.
    for example : my report is displaying like this
    Account code :   Fiscal Year period   Value type      Keyfig 1    keyfig2   Keyfig 3
    CA1100 :                  001.2006          
    10                                  100       22
                     200
                                     002.2006          
    10                                   200       44
                     300  
    But I need the report  like below
    Account code :   Fiscal Year period   Value type      Keyfig 1    keyfig2   Keyfig 3
    CA1100 :                  001.2006           10                  200          100       22
                                                                                    002.2006           10                  300          200       44

    Sirisha,
       in the Query, You can filter your query to actual value i.e. 10. display KF1 and KF2 as it is coming from source. create restricted KF with restriction on account, fiscal year period and value type (= #).
    you will get exact value. or while loading to cube or ods.. you can move that value to KF3 using start routine.
    Nagesh Ganisetti.

  • Issues with Clients moving from Autonomous to LWAPP

    I have a fairly large wireless rollout of access points at my hospital's main campus and then I have 41 remote sites that have approximately 3 to 10 access points at each location.
    My problem is this, I just converted one site from 9 autonomous access point over to LWAPP. The site has a 10 meg metro Ethernet connection so I know its not the link back to me. We have 26 Motion Tablets with Atheros wireless clients at that location that utilize a Citrix application called Logician. We have been having some issues with the Motion tablets holding the Citrix connection, but once we converted this site, those clients have really been having issues.
    There is a high density of access points so coverage is not an issue, but I didn't know if anyone else out there may have a similar scenario and could lend some advise as to why the LWAPP causes so many issues.
    Thanks in advance.

    Hi. LWAPP itself should not cause service to be worse; because of the dynamic nature of its settings, it should actually improve connectivity.
    Do these wireless clients have access to any services (e.g. internet) that do not require use of Citrix? If so, how is the performance there? If you're getting consistent, reasonably quick internet access, but your Citrix session keeps failing; it may not be a WLAN issue per se.
    I have done several implementations of Citrix over WLAN for hospitals. Most of the time if there are connection interruptions, it boils down to one of two problems.
    1.) Interference: Hospitals are very hostile environments for RF. Various building materials, large machinery, and irregular shapes in the floorplan make it difficult for RF to travel consistently.
    2.) Citrix settings: Citrix is a highly configurable application. There are session timeout settings which can be tweaked which may make the system more tolerant to momentary lapses in connectivity.
    My suggestion would be to see if the issue is limited to Citrix traffic only; and if it is, look at how Citrix is configured. If you're finding sub-par performance with all wireless traffic, then maybe it's an interference issue that keeps knocking you off the WLAN. If that is the case, I would suggest a professional wireless consultant should come in and decide on the best methods for giving you more consistent service.
    Hope this helps! If so, please rate.

  • QSIG issue with accessing a Voice System on a Meridian

    I have a Voice Gateway (2551) connecting a Meridian with the Cisco IP Telephony setup. The Callmanager is connected with QSIG to the Meridian.
    Basic call feature work fine. But i do have problems with accessing the Voicemail System on the meridian. Accessing the own Voicemailbox is also fine.(Accessing from 1111 on the Voice System (5959) the Voicebox of 1111) If i now forward the calls on 1111 to the Voice System and i make a call from 2222 to 1111 i will get to the voicemail system but not to the voicebox of 1111. Seams to me that the Voice System needs more information about 1111. On the QSIG Trunk i am sending the 1111 as the redirecting number along. Does somebody expirience such issues?
    Are there settings to change on the callmanager or on the meridian side? Also the MWI works fine.
    Thanks for any help on this issue. Regards
    Roger

    Hi,
    i do not know about the batches on the meridian side but i could find it out. i am only responsible for the cisco ip telefony side and i do not really know the meridian side. i'm working together with a technician who is doing the meridian side.
    How can i find out which batches are needed and what is the impact to install them?
    And what did you mean with little flaky...is it not supporting qsig the way it should?
    Regards
    Roger

  • Timeout issues with Software Update from Satellite ISP

    Anyone had any experiences with resolving latency issues and/or what my ISP claims is "long ping times" causing timeout s with OS 10.4x Software Update?
    I've had continuing issues with timeouts since changing ISP's to a satellite ISP here in Australia -- with our Macs seeming to be particularly sensitive.
    - Can't access Software Update as it times out
    - Same problems with some web sites
    - Page loading can hang up and fail to complete, particularly if the page contains lots bells and whistles.
    The ISP support desk has done their best, but has no Apple OSX expertise.
    Ideas anyone?

    Rick,
    I’ve answered the questions you’ve asked, starting below. I am using a router for LAN with 2 IBooks and a Windows XP machine. For further info, I have also included all of the settings recommended by the ISP and additional test results when directly connected to the modem from my Ibook. (Hope I haven’t gone from not giving you enough information to giving too much…)
    1) ISP: www.bordernet.com.au. The system is a two-way satellite link through what I think is an Optus satellite. Max speeds 64 kbps uplink and 256 kbps download. I seem to be getting consistent upload speeds of 48-52 kbps (with or without the router in use), but the download show at about 240+ kbps with the direct connection 150 kbps through the router – and sometimes things hang up altogether.
    Setting a static IP address in the router seems to be slightly more stable as the hang-ups in page loading don’t occur as much, but the speed is still down. (Upload and download tests are done from http://www.ozspeedtest.com) The ISP says is not reliable, but they haven’t been able to give me something more reliable where I can get actual statistics that I can quote – they usually have me attempt to download a file from a local net and read off the download speed as it changes – with the comment back from them, “well that seems OK…) Unfortunately they have no one on the help desk who knows macs, or who can troubleshoot beyond what to them is the obvious.
    2) Ping Test results (via router – see below):
    PING www.l.google.com (66.102.7.147): 56 data bytes
    64 bytes from 66.102.7.147: icmp_seq=0 ttl=241 time=1467.206 ms
    64 bytes from 66.102.7.147: icmp_seq=1 ttl=241 time=1540.800 ms
    64 bytes from 66.102.7.147: icmp_seq=2 ttl=241 time=1524.421 ms
    64 bytes from 66.102.7.147: icmp_seq=3 ttl=241 time=1483.034 ms
    64 bytes from 66.102.7.147: icmp_seq=4 ttl=241 time=1443.389 ms
    64 bytes from 66.102.7.147: icmp_seq=5 ttl=241 time=2211.268 ms
    64 bytes from 66.102.7.147: icmp_seq=6 ttl=241 time=1961.048 ms
    64 bytes from 66.102.7.147: icmp_seq=7 ttl=241 time=1619.386 ms
    64 bytes from 66.102.7.147: icmp_seq=8 ttl=241 time=1506.302 ms
    64 bytes from 66.102.7.147: icmp_seq=9 ttl=241 time=1615.718 ms
    --- www.l.google.com ping statistics ---
    10 packets transmitted, 10 packets received, 0% packet loss
    round-trip min/avg/max/stddev = 1443.389/1637.257/2211.268/237.610 ms
    2a) Ping test results
    PING www.apple.com (17.254.0.91): 56 data bytes
    64 bytes from 17.254.0.91: icmp_seq=0 ttl=240 time=1618.438 ms
    64 bytes from 17.254.0.91: icmp_seq=1 ttl=240 time=2143.729 ms
    64 bytes from 17.254.0.91: icmp_seq=2 ttl=240 time=1804.615 ms
    64 bytes from 17.254.0.91: icmp_seq=3 ttl=240 time=2184.935 ms
    64 bytes from 17.254.0.91: icmp_seq=4 ttl=240 time=2025.381 ms
    64 bytes from 17.254.0.91: icmp_seq=5 ttl=240 time=1593.362 ms
    64 bytes from 17.254.0.91: icmp_seq=6 ttl=240 time=1460.536 ms
    64 bytes from 17.254.0.91: icmp_seq=7 ttl=240 time=1449.835 ms
    64 bytes from 17.254.0.91: icmp_seq=8 ttl=240 time=1560.768 ms
    64 bytes from 17.254.0.91: icmp_seq=9 ttl=240 time=1910.285 ms
    --- www.apple.com ping statistics ---
    10 packets transmitted, 10 packets received, 0% packet loss
    round-trip min/avg/max/stddev = 1449.835/1775.188/2184.935/263.419 ms
    Ping has started ...
    PING 17.254.0.91 (17.254.0.91): 56 data bytes
    64 bytes from 17.254.0.91: icmp_seq=0 ttl=240 time=1555.541 ms
    64 bytes from 17.254.0.91: icmp_seq=1 ttl=240 time=1483.936 ms
    64 bytes from 17.254.0.91: icmp_seq=2 ttl=240 time=1562.882 ms
    64 bytes from 17.254.0.91: icmp_seq=3 ttl=240 time=1523.844 ms
    64 bytes from 17.254.0.91: icmp_seq=4 ttl=240 time=1452.485 ms
    64 bytes from 17.254.0.91: icmp_seq=5 ttl=240 time=1497.111 ms
    64 bytes from 17.254.0.91: icmp_seq=6 ttl=240 time=1485.532 ms
    64 bytes from 17.254.0.91: icmp_seq=7 ttl=240 time=1495.856 ms
    64 bytes from 17.254.0.91: icmp_seq=8 ttl=240 time=1485.677 ms
    64 bytes from 17.254.0.91: icmp_seq=9 ttl=240 time=1504.615 ms
    --- 17.254.0.91 ping statistics ---
    10 packets transmitted, 10 packets received, 0% packet loss
    round-trip min/avg/max/stddev = 1452.485/1504.748/1562.882/32.186 ms
    3) DNS Server: 61.88.88.88
    4) Running through a Router: D-LINK DI-704P, have tried letting the modem set the DHCP itself, also using static settings given by the ISP:
    IP address 10.16.143.74
    Subnet: 255.255.255.252
    Router: 10.16.143.73
    DNS 61.88.88.88
    Proxies 10.16.143.73 Port 9877
    5) Same configuration when using a direct connection from the modem to my Ibook.
    Test results with direct connection
    Ping has started ...
    PING www.apple.com (17.254.0.91): 56 data bytes
    64 bytes from 17.254.0.91: icmp_seq=0 ttl=241 time=1452.367 ms
    64 bytes from 17.254.0.91: icmp_seq=1 ttl=241 time=1469.663 ms
    64 bytes from 17.254.0.91: icmp_seq=2 ttl=241 time=1579.472 ms
    64 bytes from 17.254.0.91: icmp_seq=3 ttl=241 time=1477.354 ms
    64 bytes from 17.254.0.91: icmp_seq=4 ttl=241 time=1557.461 ms
    64 bytes from 17.254.0.91: icmp_seq=5 ttl=241 time=1480.565 ms
    64 bytes from 17.254.0.91: icmp_seq=6 ttl=241 time=1470.410 ms
    64 bytes from 17.254.0.91: icmp_seq=7 ttl=241 time=1490.254 ms
    64 bytes from 17.254.0.91: icmp_seq=8 ttl=241 time=1477.955 ms
    64 bytes from 17.254.0.91: icmp_seq=9 ttl=241 time=1497.614 ms
    --- www.apple.com ping statistics ---
    10 packets transmitted, 10 packets received, 0% packet loss
    round-trip min/avg/max/stddev = 1452.367/1495.311/1579.472/38.652 ms
    Ping has started ...
    PING 17.254.0.91 (17.254.0.91): 56 data bytes
    64 bytes from 17.254.0.91: icmp_seq=0 ttl=241 time=1531.316 ms
    64 bytes from 17.254.0.91: icmp_seq=1 ttl=241 time=1891.331 ms
    64 bytes from 17.254.0.91: icmp_seq=2 ttl=241 time=1669.007 ms
    64 bytes from 17.254.0.91: icmp_seq=3 ttl=241 time=2108.521 ms
    64 bytes from 17.254.0.91: icmp_seq=4 ttl=241 time=1798.268 ms
    64 bytes from 17.254.0.91: icmp_seq=5 ttl=241 time=1698.021 ms
    64 bytes from 17.254.0.91: icmp_seq=6 ttl=241 time=1568.465 ms
    64 bytes from 17.254.0.91: icmp_seq=7 ttl=241 time=1918.039 ms
    64 bytes from 17.254.0.91: icmp_seq=8 ttl=241 time=1629.117 ms
    64 bytes from 17.254.0.91: icmp_seq=9 ttl=241 time=1482.781 ms
    --- 17.254.0.91 ping statistics ---
    10 packets transmitted, 10 packets received, 0% packet loss
    round-trip min/avg/max/stddev = 1482.781/1729.487/2108.521/187.331 ms
    Hope all of this helps you to work out what is happening.
    Cheers,
    Frank

  • Issue with Agent Profile from AM 70 OpenSSO interesting issue

    Hi All,
    I have a specific scenario and if it is not possible then ugrade from AM 7.0 to OpenSSO cant be true.
    I have issue with the agent profiles (BTW I am not doing upgrade from AM 7.0 to OpenSSO but its a fresh OpenSSO install)
    In AM 7.0 Agent profile is like this (below is the exact export from the AM 7.0)
    dn: uid=Test-Agent,ou=agents,o=am
    sunIdentityServerDeviceStatus: Active
    uid: Test-Agent
    objectClass: sunIdentityServerDevice
    objectClass: iplanet-am-user-service
    objectClass: top
    objectClass: iPlanetPreferences
    sunIdentityServerDeviceType: Agent
    cn: default
    sunIdentityServerDeviceVersion: 2.2
    userPassword: {SSHA}1w9aOfz1D4bypX292YT2oObVee34BWkgSB3IXQ==
    Below is exact import into the OpenSSO (I created this LDIF using my script)
    dn: ou=Test-Agent,ou=default,ou=OrganizationConfig,ou=1.0,ou=AgentService,ou=services,o=am
    ou: Test-Agent
    sunsmspriority: 0
    sunserviceID: 2.2_Agent
    sunKeyValue: sunIdentityServerDeviceStatus=Active
    sunKeyValue: sunIdentityServerDeviceKeyValue=
    sunKeyValue: description=
    objectClass: sunServiceComponent
    objectClass: top
    sunKeyValue: userpassword={SSHA}1w9aOfz1D4bypX292YT2oObVee34BWkgSB3IXQ==
    Now you can see the issue in AM 7.0 the password is stored as "userPassword: {SSHA}1w9aOfz1D4bypX292YT2oObVee34BWkgSB3IXQ==" where by directory server userpassword is SSHA encrypted VS in opensso it is "sunKeyValue: userpassword={SSHA}1w9aOfz1D4bypX292YT2oObVee34BWkgSB3IXQ==" which OpenSSO doesnt like .. :)
    If i create a Agent from the opensso Console then Agent create a password using AES encryption and and that works fine even when I import my above LDIF and update the password using the OpenSSO console it also works. The issues I have this I dont know all of the Agent clear text password and I only have the LDIF to work with. Any thought !! Please let me know I am stating to believe that the upgrade from AM 7.0 to OepnSSO will have the same issue which i have not tried yet.
    Anythoughts or ideas are very welcome !
    -Haris

    Configuring the agent like this, ie importing a ldif file is not supported and can lead to unexpected results as you have observed. Just do it in a supported way and change the password for the agent if you don't know it. As the administrator you are supposed to know the password or have the power to reset it.

  • Issue with a load from R3 to BW 3.5

    Hi Guys,
    We are having an issue here with a load from R3 to BW 3.5 to an ODS and
    a transactional infocube.
    In a daily basis we are running loads to BW from R/3 infosets and all
    of them but one loads fine.
    The one that is having problems is actually the one that loads more
    data, therefore the infopackage is divided into two infopackages.
    In the update rule of the first ODS we are running an initial routine
    in which we are doing a RSDRD_SEL_DELETION (selective deletion) of the
    data to be loaded to both the ODS and the infocube, and is actually
    here where we got the core dump.
    Our first assumption was that maybe there was any yellow request in the
    transactional infocube avoiding the selective deletion but we have
    discarded this.
    We think that, as the only one failing is the one that divides into two
    infopackages, the problem might be that at the moment that the first is
    triying to delete the second one is loading data into the ods and there
    we get the dump.
    The question here is ¿Could this be the problem? ¿How could we
    workaround this if this is the case?
    Thanks for any suggestion.

    Hi,
    Be carefull on ODS activation, if you're using 2 infopackage and/or deleting data from an ODS which is lock for an activation, you'll occurs a dump.
    Check SM12 / ST22 / SM21 and job logs in SM37.
    And if pb still occurs for a load, debug it in start routine.
    Regards,

  • Issue with file download from BLOB type data

    i have been using this for a while, with no problems, including on hosted machines.
    the upload to the database works fine.. not the issue, and the download script also works fine, on the local WAMP machine.
    but once moved to the server it fails.. the query does not work.
    i have a feeling that it is something to do with the managed hosting i am using, but they say no, i have tried it on 2 seperate hosted machines (different providers), with no joy.
    if i run the select query on the hoisting server via phpmyadmin, the query runs ok.
    any suggestions as to what may be causing the problem on the server compared to the local WAMP machine?
    i really don't know where to start looking, or where to point the hosting company.
    This is the php code to download the blob data, works fine on local WAMP setup, browser asks if you want to save the file/open etc. as expected.
    <?php require_once('Connections/connTracker.php'); ?>
    <?php
    // if id is set then get the file with the id from database
    if(isset($_GET['docindex']))
               {$id    = $_GET['docindex'];
            $query = "SELECT document_name, document_type, document_size, document_content " .
               "FROM tracker_documents WHERE document_index = ".$id;
    *** seems to be failing here when running the query ***
    $result = mysql_query($query) or die('Error, query failed');
               list($name, $type, $size, $content) = mysql_fetch_array($result);
         header("Cache-Control: maxage=1"); //In seconds
       header("Pragma: public");
         header("Content-length: $size");
               header("Content-type: $type");
               header("Content-Disposition: attachment; filename=$name");
               echo html_entity_decode ($content);}
    exit;
    ?>

    Hi Gun,
    You are the only one responded to my issue. I have allocated some points.
    Yes. I have checked the assignment in CRM organizational model.
    I did download the org. structure from ECC 5.0
    All objects including sales offices are activated for determination and I have verified with green light
    As per your suggestion if the sales area data is not matched between the two systems, then how come the error will not reappear during the bdoc reprocess?
    What is missing during the first time bdoc process? Looks something is missing for validation module?
    Any inputs?
    Thanks,
    Raj

  • FR Studio - Is there a workaround for the issue with referencing data from a grid with a different DB connection and different # of dimensions?

    Hi,
    I am trying to reference a column in a different grid with a different database connection. I did some research in the forums, and it seems like this is a known issue with FR Studio. The issue is that if the 2 different database connections have different # of dimensions, then the reference will throw an error.
    For example, what I'm trying to do is below:
    In grid2.column[A], I have the following formula:
    grid1.column[A]
    The result is an error.
    The ultimate goal is to have a basic variance formula in the grid between grid1 and grid2, which have different database connections with a different # of dimensions. Is there a workaround at all to this bug? The example of the basic formula is below:
    grid1.column[A] - grid2.column[A] 
    Any help is much appreciated!
    Thanks,
    Tiffany

    Thanks for the detailed response Mike.
    The issue with trying it in Grid1 vs Grid2 is that Grid1's DB connection has more dimensions than Grid2's DB connection. I can't change the DB connection to a database with more dimensions because you have to be able to map all dimensions from the existing DB connection  (Grid1) to the new DB connection (Grid2). This isn't possible, so instead I have to map Grid2 (less dimensions) to Grid1 (more dimensions). It just ignores the extra dimensions from Grid1. Does that make sense?
    Thanks again for your responses. It's very much appreciated.
    Tiffany

  • Issues with exporting video from MacBook Pro to flash drive

    I cannot sucessfully transfer [export] video taken on my gopro camera, from my MacBook Pro to any flash drive and play them on other computers.  For some reason the files are not playable, even with quicktime.  They will not play with ANY of my video softwares such as divx or any AVCHD software on a windows computer.  I need to make a presentation for a club trip in a few days! Can any one please suggest what is wrong?  They play on the Mac using Flip player but not quicktime!
    Oh, and I don't have issues with transfering or exporting Jpegs or other photo formats.  Only video.
    Message was edited by: gmob25

    hmmm.. the files from GoPro are already mp4 format.  The Flash is already FAT32, brand new 16gig...
    I am new to Macs but have no problems with PC's.  I suspect that because the files are exporting as shadowed files which won't play and are very small kb files, yet they are actually in excess of 140 mb each that it might have something to do with the iphoto software?  That's where the pics and video are, they imported to there by default, not to a folder in the home folder [which is where I would have expected them to be]
    By the way, the GoPro is already in mp4 format so it is easy when transferring to computers. No need to convert. I tried converting them to see what the outcome might be, and none worked!  I tried every format I could find using Video converter ultimate software, which is excellent.
    And the problems began when quicktime wouldnt play the file, the screen was black.

Maybe you are looking for

  • Photoshop CS6 stopped working. Cannot open it.  Bridge opens, but without any of my files populating it.  HELP

    Photoshop CS6 will not open any longer.  Clicks on the icon on the desktop do nothing.  Yet I was working with it yesterday.  Bridge opened with my files populating it.  I turned off computer hoping CS6 would reset.  CS6 still does not open, but now

  • The service "Apple Mobile Device" may not have unregistered....

    For a long time I have not been able to get the pic off my Iphone. It syncs up to Itunes but the camera wizard no longer turns on. In mt computer it is not there. In my hardware device manager under imaging devices the Iphone has a yellow exclamation

  • Multi-SCORM Packager for v.5 & v.7 files

    Hi all, I have 11 different projects that originally were created in v.5 and that I am editing now. This is the only version of Captivate that the client has and wants to maintain the files in this version. I also have v.7 on my machine. Since Multi-

  • Hide of the system form field

    Hi all    I have  a problem  related to system form.  I want to make a noeditable  field to the system form , suppose  a  have sales order form , in this form there r lot of fields.     i want to make a noeditable field to name field  by code, so wha

  • Photo Book Requirement

    Do I need to have a .MAC account in order for me to purchase a photo book? Message was edited by: GS24