I need binary dtd for html 4.0 (urgent)

Hello,
well i need to parse the html pages and for that i need binary dtd for html version 4.0 or 4.01, so if anyone of u could help me out then i will be very thankfull to u. if u know any parser which could convert the dtd into it's binary format then please let me know.
thanks in anticipation

Well the file avaliable at w3c.org's site is having extension .dtd but what i am looking for is binary dtd which will have an extension of .bdtd, if anyone will let me know about the conversion of dtd file into binary dtd , i will be very thankfull to him.
i want to use it parsing html with the help of javax.swing.text.html and we could only pass binary dtd as a parameter for parsing html. it has default binary dtd of html 3.2 but i need for html 4.0 so either i have to convert dtd to binary format or i need dtd with extension of .bdtd

Similar Messages

  • R12 Check Printing Need XML output for seeded data definition--urgent

    Hi--
    I really need to get ahold of the XML output from the checks running off the data definition called "Oracle Payments Funds Disbursement Payment Instruction Extract 1.0" in Oracle R12 quickly--particulary the XML tag that holds the MICR string (should be the concatenation of Check Number, Routing and Acct number).
    I found an entry here in the forums about running a query of:
    SELECT XMLType.getClobVal(instruction)
    FROM IBY_XML_FD_INS_1_0_V
    WHERE rownum =1 ;
    to get the entire XML output. I have an open SR but haven't really gotten anywhere with it yet.
    However, all we get back is an error about datatype. Could someone please help out with this--it is quite urgent as I need to finish this last piece of the checks and work with the bank on formatting this week.
    Thanks--I'd really appreciate any assistance!
    Kate

    SELECT XMLType.getClobVal(instruction)
    INTO x_extract_doc
    FROM iby_xml_fd_ins_1_0_v
    WHERE payment_instruction_id = p_payment_instruction_id;
    or you can use
    SELECT document FROM iby_trxn_documents order by creation_date desc;
    provided that the last run was urs.

  • Java parser for HTML 4.01

    Hi there
    i have to make a parser/DTD for HTML 4.01 , OR upgrade the existing parser of Java to Support HTML 4.01,
    Can any one help me out...
    regards

    is there some???
    That would be grate

  • Which role that Take a iview use SAP GUI for HTML need ?

    hi all
        i made a transaction iview use the  sap gui for html,and this ivew add a role,the role add a user.and the user had only this role.when i use the user logon the portal,it will give me a error message:
      portal runtime error....
       whether it need another necessary role?
       and when i take the user to mapping user.i can't found any system that i had configration.
        but i can do all use admin user .
       what i can do?

    Use System admin -> System Config and find your system in the PCD (under portal content). Right click and open -> permissions. Find a user or group or role and give it the end user permission. I'd suggest the group Everyone.
    Cheers

  • Set up binary mode for backup over FTP

    Hello!
    I am about to set up the backup for Oracle DB from Tcode DB13.
    My SAP systems are installed on Windows (64 Bit).
    The backup data should be saved on the Unix-Samba share via FTP.
    If I execute DB-Backup the backup is successful, BUT:
    The file names are very strange e.g. <i>S3FV1~6</i>
    The second problem is that the files will be written to the wrong directory
    (I have set the path to "sap/backup" and the files will be written to "sap").
    My question is:
    I have heared about <b>“binary mode”</b> during backup procedure…  <b>With which parameters in init<DBSID>.sap can I set up binary mode for the backup?</b>
    <b>Which other FTP-server-parameters or settings in file init<DBSID>.sap are responsible for this issue?</b>
    Thank you very much
    regards

    Hi,
    this program may help:
    http://www.bombich.com/software/ccc.html (You need the older version for Panther)
    You can use it to clone your internal HDD to your external one, and then clone your external one to your internal one after you erase (and write zeros to ensure everything is gone) using Disk utility (I can't vouch for the actual security of this, but 'apparently' if you do the highest setting it will be secure) after booting from an OS X DVD. This is depends on the drive having the ability to boot, however.
    After you run Cabon Copy Cloner/Clone your HDD see if you can boot from the drive. (Hold option at startup). Unless there are issues with the specific drive model, your eMac should be able to boot from all FireWire devices.
    I'm not sure where Tiger comes into this, however. (As you mention later in your post). The way I understand, you basically just want to erase zeros on your HDD and boot from it just as you acquired it (hence the cloning/re-cloning of the internal HDD).
    Good Luck!

  • Scriptable mail client with good support for html and flash

    Hi,
    on one hand I'm looking for the uzbl/luakit/.. equivalent in the mail client world: I want a very high level of control over how mails are fetched, filtered, displayed, scripts, keybinds, etc etc.
    On the other hand I also want the client to handle html mails properly, even when they include html5 sound/video clips and/or flash widgets/videos.
    This might sound ironic, but I use rss2email to get all my newsfeeds delivered to my mailbox.  I think this makes a lot of sense, a centralized repository for all the messages I want to get.
    But those newsposts often contain html5 and flash widgets, which I want to be able to use from inside the mailclient.
    Also I expect usage of the xdg basedir spec and sane use of files (a simple text config file, and maximum a few binary files for caches/indexes etc)
    A good search system based on sup/notmuch/xapian would also be welcome.
    I just can't find a mail client like this.  Any suggestions?  Maybe anything that's close, so I could hack it a bit myself?
    Claws-mail is the least sucky client I could find, but still it doesn't give me the advanced scriptability, it makes a mess in my homedir and doesn't support html5/flash.

    Thid may take you a bit away from your current setup, but if you have used sup you shouldn't be too scared ;D
    Ive started using mutt a while back, and if properly configured it can do a _lot_ of things and very well at that too!
    Anyway, to answer your post:
    1) Mutt can be configured to retieve your rss feeds, so you dont need to use rss2email and still get a centralilsed repo for your email and rss and, you will be able to keep your email account uncluttered with rss mail (but thats personal preference).
    2) Intrinsically, like all CLI mail clients, butt doesnt show html/html5 or embedded flash in email. /BUT/ you can configure it to use a differen program to handle this automatically.
    So, you will be able to get say uzbl, or jumanji or surf (if you're into your lightweight browsers) to open those multimedia emails. Edit: it seems you will probably have to use links2, but you may be able to use other clients (they will have to open as a seperate application though, whilst links2 is able to stay embedded. Maybe this can be done with the other browsers but I haven't tried nor researched this.
    Generally as: (in .muttrc)
    # enriched messages
    auto_view text/html # view html automatically
    alternative_order text/plain text/enriched text/html # but save it for last
    Credit for that snippet goes to something i found on dotfiles. If I ever find the author's name, I shall edit it in here.
    You will also need to create a .mailcap file with the relevant data. A basic google search reveals some good tutorials for this.
    Last edited by GalacticArachnid (2010-12-03 02:01:42)

  • I NEED ADOBE SERVICE FOR A REFUND -- TONIGHT

    I'm ready to scream -- I was supposed to be transferred to the department for a refund and instead it timed out and ended my chat:
    The chat line is: (EMPHASIS ON THE RED FONT AREAS -- I NEED TO CANCEL DREAMWEAVER CS6 (AS I WAS ASSURED I WOULD HAVE NO PROBLEM DOING) AND GET A REFUND -- I JUST PURCHASED DREAMWEAVER CC.
    One moment please while we route your chat to a representative.
    All representatives are currently assisting others. Thanks for your patience. A representative will be with you shortly.
    Thank you for contacting Adobe Sales. My name is Gavin. How may I help you today?
    Gavin: Hi, may I have your first name please?
    you: Hi, my name is Barry.  I spoke with your chat line the other night, the night I purchased CS6.  I was on the fence, do I want CS6 (for about $400) or CC (with the ongoing $20 a month fee).  I was told that if I wanted to cancel CS6 and move to CC, it would be OK, since I had only installed CS6 and had not used it yet.  And that I could get the refund for CS6 and install CC at the same time.  At the moment, my purchase from Best Buys had not registered in your system, but I'm sure it has now.  SO THE QUESTION AGAIN -- could you discuss with me the pros and cons of CS6 vs. CC -- I have heard that I will not be able to update/upgrade CS6, that it is close-ended, and that CC will be a constant addition of latest features.  PLEASE ELUCIDATE ME ON WHICH PROGRAM I (A NEOPHYTE WHO JUST PAID SOMEONE TO BUILD ME A WEBSITE) MIGHT WANT TO USE.
    Gavin: Hello Barry
    Gavin: Let me explain that for you.
    you: Hi, -- can you read my lengthy question and provide me your insights, CS6 or CS CC?  Thanks, Gavin - I might have spoken with you the other night even.
    Gavin: No, its with other representative.
    Gavin: Adobe Creative Cloud is our newest option for you, That will give you everything , plus the ability to sync and store your files
    Gavin: If you purchase the software outright at once then you'll be paying the upgrade cost when new version releases but that is not the case when subscribed to Creative Cloud membership since you get free upgrades to future version and will remain current with the latest software tools.
    you: Is there some comparison sheet which would lay out the features and benefits of the two programs, side by side, for an educated decision?  I was told that CS6 if purchased outright is NOT UPGRADABLE -- wouldn't that lean me toward DW CC instead, to stay current as features are added and tools too?  IF THAT IS THE CASE, PLEASE REFUND ME THE CS6 COST AND SIGN ME UP FOR THE DW CC PROGRAM INSTEAD.  I was told you could transfer me to the folks in your place who could make this happen -- but I NEED IT DONE TONIGHT!  My website developer is coming tomorrow and needs an installed program to train me on.
    Gavin: We are connected, right?
    you: sorry, it took time to frame my question
    Gavin: That's okay.
    Gavin: Barry, I see that going forward all new versions will be through creative cloud membership.
    Gavin: I'll help you with the cancellation for your CS6 purchase made once you complete the sign up for Dreamweaver CC, Okay
    you: SO, HELP ME TO A DECISION, GAVIN.  What do I do?  Get the monthly fee program and turn in the CS6 for a refund?  HELP
    you: Lead the way -- BUT.... AND IT'S A BIG "BUT" -- will it be installed and functioning TONIGHT so my guy can train me tomorrow?  PLEASE ANSWER THEN let's get this new sign up & cancellation into action.
    Gavin: I see that there is no option to equalize the CS6 purchase for the CC subscription plan however you need to subscribe first and then will refund the CS6 purchase made.
    Gavin: After subscribing to Dreamweaver CC you can download/ install the software immediately
    Gavin: Sounds great, right?
    you: So you cannot help me -- what do I do?  How do I subscribe first, and how do I get the refund for CS6?  Please advise.  I'm ready to do it NOW! 
    Gavin: I'll help you now with the link to subscribe Dreamweaver CC and then help you to get the refund for CS6, Okay
    you: fantastic -- I'm at your disposal
    you: what do you need from me?
    Gavin: Please click here to subscribe
    Gavin: I'll stand by please let me know once your done.
    you: one last question -- as I said, I'm new to this -- can I later upgrade to Creative Cloud's whole family by just increasing my monthly payment by the difference?  please advise.
    Gavin: Yes, that's possible.
    Gavin: You can later switch or upgrade to complete creative cloud membership when you require other products.
    you: great - I'm purchasing now and will let you know when it goes through
    Gavin: Sure
    you: do I have to un-install CS6 first? PLEASE ADVISE - I'M STARTING TO DOWNLOAD AND DIDN'T THINK OF IT!!!!
    Gavin: Excellent!
    Gavin: You can uninstall CS6 version once you complete the download for CC.
    Gavin: Barry, please stay online while I transfer this chat to our Customer Service Team for more help on cancellation for your CS6 purchase made, Okay
    you: I am online, and DW CC has extracted and is half-way through the next step
    you: by the way, here's my proof of purchase--should I proceed through the entire installation and checking for upgrades.  Need I check for upgrades, or is this the latest version?
    you:   We received your payment - thank you! Here are the details about that order for your records:   Order Details:    Creative Cloud single-app membership for Dreamweaver (one-year) $19.99 per month Order # AD010920985  
    Gavin: Excellent!
    Gavin: Please run the download to install, mean while you cancel the order for CS6 purchase made, Okay.
    you: Ok - how do I cancel it?  Will you turn me over to that department to effect the cancellation?
    Gavin: Yes, please stay online while I transfer this chat.
    you: Dreamweaver CC is now installed.  Thanks for your help, Gavin.  I'm so nervous about this because I can't afford to screw it up and have my website guy come tomorrow and not be able to train me.
    Gavin: Not to worry!
    Please wait while I transfer you to an operator at Adobe Service.
    We are still assisting other customers, thank you for your patience. You can also try our community forums, where experts are online 24/7.
    We are still assisting other customers, thank you for your patience. You can also try our community forums, where experts are online 24/7.
    You are not currently connected to a chat representative.
    Your chat transcript will be sent to [email protected] at the end of your chat.
    We are still assisting other customers, thank you for your patience. You can also try our community forums, where experts are online 24/7.
    You are not currently connected to a chat representative.
    We are still assisting other customers, thank you for your patience. You can also try our community forums, where experts are online 24/7.
    You are not currently connected to a chat representative.

    Hello Barry,
    as one of these DW fans here, I'm very surprised and disappointed how your chat passed off. And I can fully understand your immeasurable disappointment. So I/we won't give up this quickly. Maybe you would succeed by using the written form. The employees have time to reflect your problem in an optional way. Please try it once more and use this form for "Sales Inquiries" (Contact us online):
    http://www.adobe.com/products/request-consultation/marketing-cloud.html?promoid=KAWSG
    Good luck!
    Hans-Günter

  • Need WXP drivers for Satellite A100 (PSAA9)

    Hiya,
    I've had to re-install Windows XP on my laptop. I don't have the Toshiba drivers CD though.
    So I came here to get the drivers but I've no idea which driver goes with which hardware in my Device Manager.
    Here's what I need the drivers for under Device Manager...
    Ethernet Controller
    Mass Storage Controller
    Network Controller
    PCI Device
    PCI Device (again)
    SM Bus Controller
    Can anyone advise which specific driver I need for each?
    Many thanks,
    James

    Thanks for you replies. I'd already come across that file, but it didn't give many clues. Here's the contents of it...
    Component List Satellite A100; Satellite Pro A100; Equium A100
    Contents and Installation order
    for Windows XPH
    Windows XP Home - Windows XP HE/Pro(English) Service Pack2(RTM)
    - VALUEADD folder Service Pack2(RTM)
    - SUPPORT folder Service Pack2(RTM)
    1 Microsoft Internet Explorer V6.0(SP2)
    2 DirectX V9.0c(SP2)
    3 Windows Media Player 10 V10.00.00.3646
    4 Windows Movie Maker V2.1.4026.0
    5 Step by Step Interactive Training(HE/Pro) 3.5.25/3.5.23
    6 SLP Module OEMSLP2.0 (523759)
    7 Microsoft .NET Framework V1.1.4322(SR1)
    8 Microsoft Office(R) OneNote(TM) 2003 V11.6360.6360 SP1
    9 Hotfix for OLE and COM could allow remote code execution KB873333
    10 Hotfix for Issue in HyperTerminal Could Allow Code Execution KB873339
    11 Hotfix for Cannot add Windows components in Windows XP KB884018
    12 Hotfix for Server Message Block Vulnerability KB885250
    13 Hotfix for Issue in Windows Kernel and LSASS KB885835
    14 Hotfix for Issue in WordPad Could Allow Code Execution KB885836
    15 Hotfix for Cannot use infrared port to transfer data KB885855
    16 Hotfix for Windows Firewall My Network (subnet) only KB886185
    17 Hotfix for ASP.NET Path Validation Vulnerability KB886903
    18 Hotfix for Security Update for Windows Messenger KB887472
    19 Hotfix for Vulnerability in Hyperlink Object Library KB888113
    20 Hotfix for Windows Could Allow Information Disclosure KB888302
    21 Hotfix for Hardware (DEP)-enabled computer KB889673
    22 Hotfix for Vulnerability in Microsoft agent KB890046
    24 Hotfix for Issue in HTML Help Could Allow Code Execution KB890175
    25 Hotfix for Vulnerabilities in Windows kernel KB890859
    26 Hotfix for The DHTML Editing Component ActiveX Control KB891781
    27 Hotfix for adding the Hibernate button KB893056
    28 Hotfix for Issues in TCP/IP Could Allow Remote Code Execution KB893066(V2)
    30 Hotfix for Wi-Fi Protected Access 2 (WPA2) KB893357
    31 Hotfix for Vulnerability in Telephony service KB893756
    32 Hotfix for The Microsoft Windows Installer 3.1 KB893803(V2)
    33 Hotfix for DBCS file names are not displayed KB894391
    34 Hotfix for File Signature Verification tool reports KB894871
    35 Hotfix for Availability of Windows XP COM KB895200
    36 Hotfix for A Windows XP SP2 computer with multiple processors KB896256(V3)
    37 Hotfix for Issue in HTML Help Could Allow Remote Code Execution KB896358
    38 Hotfix for Issue in Server Message Block KB896422
    39 Hotfix for Vulnerability in Print Spooler service KB896423
    40 Hotfix for Vulnerabilities in Graphics Rendering Engine KB896424
    41 Hotfix for Vulnerability in Telnet client KB896428
    42 Hotfix for Cumulative security update for Internet Explorer KB896688
    44 Hotfix for Vulnerability in step-by-step interactive training KB898458
    45 Hotfix for Vulnerabilities in Kerberos KB899587
    47 Hotfix for Vulnerability in the Client Service for NetWare KB899589
    48 Hotfix for Vulnerability in Remote Desktop Protocol KB899591
    49 Hotfix for Vulnerabilities in the Windows shell KB900725
    50 Hotfix for Vulnerability in the Microsoft Collaboration Data Objects KB901017(KB907245)
    51 Hotfix for Vulnerability in Microsoft Color Management Module KB901214
    52 Hotfix for Vulnerability in DirectShow KB904706
    53 Hotfix for Vulnerability in Network Connection Manager KB905414
    54 Hotfix for Vulnerability in Plug and Play KB905749
    55 Sun Java 2 Runtime Environment V1.5.0_04
    56 Intel(R) Chipset Software Installation Utility V7.2.1.1006
    57 Intel 945GM/940GML Display Driver V14.18.2.4436
    58 ATI ATI M52P/M54P/M56P Display Driver V8.204-051220a1-029876C
    59 Nvidia G72M/G72MV/G73M Display Driver V83.02
    60 TI PCI7411(6-in-1) Driver V2.0.0.4
    61 Synaptics Luxpad & TouchPad Driver V8.2.9_2
    62 Realtek Audio Driver with UAA Bus driver V5.10.0.5200
    63 TOSHIBA Software Modem SM2162ALD04
    64 Intel 10/100(Ekron)/GbE(Vidaria/Tekoa) Wired LAN Driver V8.0.21.101/V9.2.24
    65 Intel 802.11a/g Golan Driver V10.1.0.13a
    66 Atheros WirelessLAN 802.11a/g.g Driver V4.1.2.111.i129
    67 Intel PRoset Utility for Golan V10.1.0.2w61
    68 Atheros Client Utility for WirelessLAN 802.11a/g.g V4.1.1.231.i153
    69 Bluetooth Stack for Windows by Toshiba V4.00.23(T)
    70 Bluetooth Monitor V2.12
    71 UPEK Finger Print Utility V5.4.0 Build 2688
    72 TOSHIBA Common Modules V1.00.18ST
    73 TOSHIBA Hotkey Utility V1.00.01ST
    74 TOSHIBA Touchpad ON/OFF Utility V1.00.01ST
    75 TOSHIBA Utilities V1.00.07ST
    76 TOSHIBA Power Saver V7.03.07.I
    77 TPS init V1.0.4.0
    78 TOSHIBA SD Memory Card Format V2.1.0.0
    79 SD Secure Module V1.0.3
    80 TOSHIBA Assist V1.03.00
    81 TOSHIBA ConfigFree V5.90.05
    82 ConfigFree Demo Screen Saver V1.00.07
    83 TOSHIBA Virtual Sound V1.02.01
    84 TOSHIBA Speech System V1.00.2511
    85 TOSHIBA Zooming Utility V2.0.0.23c
    86 TOSHIBA Controls V3.22.2700
    87 TOSHIBA PC Diagnostic Tool V3.1.5
    88 Recovery Disc Creator for ExpressPlayer-Presto V1.1.0.5
    89 CD/DVD Acoustic Silencer V1.00.008
    90 DVD-RAM Driver V5.0.2.5
    91 InterVideo WinDVD V5.0B11.533-A1222 for ATI
    92 WinDVD Creator2 Platinum V2.0B014.376C33-NEN01
    93 Record Now! Basic for TOSHIBA V7.31 Build 731B20E
    94 DLA for TOSHIBA V5.20 Build 520B11C
    95 Adobe Reader V7.0.5
    96 TOSHIBA Skins for Windows Media Player V1.00.1121
    98 Norton AntiVirus 2006 V12.0.3
    99 TOSHIBA Offer(OEM Link) 10/26/2004
    100 TOSHIBA User's Manual V1.0
    101 TBIOS Driver V2.5USB1
    102 TOSHIBA SMBIOS ActiveX Control V1.3
    103 Microsoft and Toshiba Product Registration TCL_BC_WinXP_enu_09162004
    104 AOL V9.0 Update
    105 TOSHIBA Solutions V1.0
    106 Talk-2-Toshiba V1.0
    107 EULA file of Presto V1.0
    108 ISO file of Presto V1.0.020-202821
    109 Text file of Presto V1.0.020-202821
    110 NiHelper V2.0.0.0
    - ProtonPack Master Create Tool V3.01.00
    - ProtonPack Recovery Tool V3.01.00
    ...that 114 different items! And I can see a lot of those items are not mandatory and/or are not drivers. More to point though, it does not solve my problem of needing to know the names of the drivers I should download (as presented on the downloads page) in order to fix my Driver Manager problems?
    Cheers,
    James

  • ITS 620 - how to create a service file for SAPGUI for HTML option

    Hi,
    We have the following configuration :
    ITS 620 installed
    IIS webserver
    NTLM Authentication on webserver
    SAP 46C
    We have some reports that use the IACs option of creating ITS reports and we are able to create the service files using webstudio where we can save a service id and password so that when the ITS page is called, it logs on the user directly into the system.
    Now, we are trying to create a new ITS page for a custom Z transaction and would like to use the SAPGUI for HTML option so that we do not have to use Webstudio to create and modify the HTML pages.
    When I call the ITS page for the new transaction, it brings up the logon screen for the user, which we want to avoid. If I create a new service file for this Z transaction without any HTML pages then I get an error.
    Is there a way to copy the WEBGUI.SRVC file to a custome SRVC file, I tried to create to copy it to a test file called ZTEST.SRVC for my test transaction called ZTEST and now I get an error.
    thanks in advance
    N.S.

    Hello N.S.
    You can create a service file, like ZSERVICE.SRVC.  The parameters should be:
    ~webgui 1
    ~transaction ztransaction
    ~client  001
    ~login   username
    ~password  password
    ~language  EN
    The "~webgui 1" allows the ITS to use the Webgui to dynamically generate the page (no IAC needed.)
    The "~transaction" is the transaction code of your service.
    The "~client" is the client number.
    The "~login" is the username.
    The "~password" is the user's password.
    the "~language" is the language for the users.
    Note that the last four are required for automatic logon.  If end users use a variety of languages though the ~language can be prepended to the URL to support different languages.  (Leave it blank in the srvc file then.)
    Edgar

  • Already paid need mobile app for ps and ai

    already paid need mobile app for ps and ai on ipad

    Hi Cheskatlu
    The touch apps can be used with Creative Cloud but are sold separately, see this page http://www.adobe.com/products/creativecloud/tools-and-services.html
    Are these the apps you were referencing?
    -Dave

  • I have a new Ipad and when I try to buy an app it asks for my  questions! I dont remember them so I press the button that send me an email to reset them. Ive sent it various times but it doesnt arrive. please help I need this app for school!!!

    I have a new Ipad and when I try to buy an app it asks for my  questions! I dont remember them so I press the button that send me an email to reset them. Ive sent it various times but it doesnt arrive. please help I need this app for school!!!

    See Kappy's great User Tips.
    See my User Tip for some help: Some Solutions for Resetting Forgotten Security Questions: Apple Support Communities https://discussions.apple.com/docs/DOC-4551
    Rescue email address and how to reset Apple ID security questions
    http://support.apple.com/kb/HT5312
    Send Apple an email request for help at: Apple - Support - iTunes Store - Contact Us http://www.apple.com/emea/support/itunes/contact.html
    Call Apple Support in your country: Customer Service: Contacting Apple for support and service http://support.apple.com/kb/HE57
     Cheers, Tom

  • SSO is not working for SAPGUI for HTML

    Hi Experts,
    We have configured SSO between EP and ECC.SSO is working fine for SAPGUI for windows.But it is not working for SAPGUI for HTML.
    Workflow iViews are getting error.
    "SWITCH to HTTPS does not occur."
    The domain names are different for EP and ECC.
    Please let me know ,is there any settings need to check.
    Regards,
    Bala.

    Hi
    The point here is that your Portal server is on a different domain, so you have to configure the logon ticket issuer (portal) to generate logon ticket for multiple domains.
    http://help.sap.com/saphelp_nw04s/helpdata/en/a0/88a340fa432b54e10000000a1550b0/frameset.htm
    Best regards
    Johann

  • Connect to SAP R/3  using SAP GUI for HTML through saprouter

    Hello,
    I have my system running on my intranet, but I need to connect some support enginners through an Internet connection. Nowadays some users can connect to QAS and PRO systems using SAP GUI for windows and java with the saprouter string,  but the support enginners are using SAP GUI for HTML, do I need a special string or configuration so html users can connect to my system from the Internet?
    Thanks in advance.

    thanks, I can get the data from SAP R/3 to crystal report.
    but still dont know how to do the second question mentioned in previous message:
    once the table I want to get the data from is a cluster, and have found the mapping data dictionary of this data cluster, which displayed in crystal report connection as well, however, the data is not what I wanted.

  • How to set default value for html:file in struts

    hi
                   i am working on an application using struts situation is i am using the
    <html:file property="" /> to allow the user to upload file. but i need that a default file should be set so that even if the user donot click browse ie                the user wish to upload that default file the default file get uploaded on page submition.     Is it possible to set any default value for html:file ...if yes plz provide any suggestion or links how to achieve this.     thanks in advance

    www.google.com?q=STRUTS+DOCUMENTATION

  • Is text mining operations on document binary and its HTML output is simiar?

    Does the text mining operations differ when I perform on document binary or its HTML output? Do you think the results would be the same, if i performed clustering operation on the HTML or text output of a binary document instead of its binary file.
    Please comment!

    I assume you are trying to put an anchor tag in a text item, that points to a document stored elsewhere in the Portal repository.
    Use a direct access URL (search the online help for info on these) to construct the link to the document. You can use a relative URL by leaving out the "http://server.domain:port" part of the URL - e.g. {a href="/pls/portal30/docs/FOLDER/MYROOTFOLDER/MYSUBFOLDER/MyDocument.DOC"} - I'm using {} here instead of <> because real tags get messed up in these forum messages.
    The Portal FAQ explains how to use httpd.conf to define a redirect directive.
    Regards,
    Jerry
    null

Maybe you are looking for

  • How to configure my JMS QUEUE serve only one message at a time?

    Hi All, I have requirement where I need to develope a JMS QUEUE in weblogic. This MDB has to serve only one message at a time. Is there any way to configure via annotations or in weblogic server settings ? Any help would be really appreciated... Than

  • Ipod shuffle second gen won't sync properly

    Does anyone else have an Ipod and a Netgear SC101? It appears there is a conflict with the drivers. Unfortunately I can't really afford to replace the SC101 with an alternate form of storage and there really isn't a replacement for the shuffle on the

  • Reg: Error in Parallel Hint -

    Hi Experts, I have a concern regarding the usage of parallel hint with DOP = "AUTO". Getting these errors while the ETL job(s) are executed with /*+ PARALLEL(AUTO) */ JOB - 1 java.sql.SQLException: ORA-12853: insufficient memory for PX buffers: curre

  • Export estimate in oracle 9i

    How can I estimate the size of full database export in oracle 9i? I am talking about old exp in oracle 9i (not data pump of 10 g). thanks

  • HT203167 Missing in-app purchase

    Hi I've purchased an in app "gem" bundle and received an email receipt form iTunes. However, I've not received the gems in the game. I've looked at the developer site and they say to contact iTunes as they have no access to the transaction data. I ca