How to bypass prompt when calling storeUserConfig() ?

Hi,
In WLST, is it possible to bypass/skip the prompt you get when you call storeUserConfig() ? You have to answer y or n to allow/disallow the creation of the user config and key files.
Thomas Isaksen

Thomas, I've not tried it myself, but a posting on this forum from a few years ago had an answer for WLS 9.1:
Re: How to specify response with storeUserConfig in WLST ?
-Dweblogic.management.confirmKeyfileCreation=true-steve-

Similar Messages

  • How to transfer username when calling web service from PI?

    Hi
    I have a scenario where a front end application is calling a web service exposed by PI 7.11 and PI is forwarding the call to the backend web service. That is, a SOAP sender adapter and a soap receiver adapter.
    Now, I would like to transfer the username, which the PI exposed web service is called with, to the backend web service.
    I previously did this by using a UDF where I picked up the username like this and mapped the username to a field in the request message when calling the backend web service:
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/SOAP", "SRemoteUser");
    String WSuser = conf.get(key);
    return WSuser;
    However, I would like to avoid this method and in stead e.g. use either a query string like http://xxxxx:6571/ISBWS/soap/ISBCore?username=mikael or maybe transfer the username in the http header in some way.
    So my question is: what are my options and how do I set it up?
    BR MIkael

    Apparenty sending user name details in query string  is not best practice in webservice. Thats why WSDL does not cover user credentials inside. Webservice deals with message level security , transport level security, encryption , certificate authentication , username token etc
    If you want to use http query string in the soap receiver target url try as below and see how that helps... somthing as below..
    example:  http://host:port/jsppage?userid=test  or use  xslt mapping or java mapping create soap header as you want and specify username over there.

  • How to fill data when call function of sap standard script form?

    Hi every experts,
    <Priority Normalized>
    In our system, when we log in 'FR', we can print purchase order in language Franch,in t_code:ME22N.  And when logging in 'EN', we can print it in language English, in ME22N. The English form is just only translated from Franch, with all same structure and frame.  The form is done by script form.
    And when logging in 'ZH', we create a new program, calling function smartform, instead of translating from EN language. Because of different structure and frame, I don't know the way to write script, so  I print puchase order by smartform, when logging in 'ZH'.
    But I have a new issue. Our MM module consultant needs me to print Chinese form if one condition, print English form in other condition.
    So I have no idea to solve it. Because in my program, I get data to fill smartform and call function of smartform. And I don't know how to get data to fill script form. I only know the function name, 'OPEN_FORM' 'WRITE_FORM' 'CLOSE_FORM'.....
    If I only call the several functions, I will get only frame without no data. So who can tell me how to do????
    <Urgency downgraded>
    Edited by: Suhas Saha on Jul 26, 2011 3:34 PM
    Edited by: Vinod Kumar on Jul 26, 2011 4:09 PM

    Hi,
    Normally if we look in NACE transaction, you can see that upto five different FORMS can be assigned to a single output type . i.e. for each form there will be a seperate routine through which it gets called. But it all start from the first form only.
    so you need to write your code in the ENTRY of the first form and if it does not satisfy do not go for processing of it but just exit of that form ENTRY. so that it will take you to next form.
    hope this helps.
    Thanks,
    Venkatesh

  • Possible to bypass password when calling Method SessionFactory.getInstance?

    Is there any way this method can be called without requiring the password? We do not want to prompt the user for their password when they have already logged into the domain. This needs to work the same way as a single sign-on would. We do not want to hard code the userid and password.
    Session session = SessionFactory.getInstance("userid", "password", "production", 6800);
    Any ideas?
    Thanks in advance!
    Karen

    We're attempting to achieve multiple things here and I could still really use some help :)
    We need to display inside a separate internal website a list of reports/BQY's/etc. out of Workspace that the user has access to. Then they'd click a report link and be automatically logged in to Workspace and the report would run.
    In order to pull a list out of Workspace of reports that a user has access to we're trying to use the API but apparently it involves using SessionFactory.getInstance which requires the user's ID and password. We have no way of getting their password, so is there some other way to use the API to interact with Workspace without having to pass each user's ID and password? We're not prompting them to log in at any point except their initial PC login, so we don't have an IE login to leverage.
    On a side note we're currently using Apache/Tomcat but can't get the auto-login to Workspace to work so we may be switching to IIS soon, but that's a separate part of this related issue. Yes we're trying to use Trusted Password for that part but I don't believe that is applicable in the above line of code which is requiring a password to be passed as a parameter. Thoughts?
    -Thanks,
    Karen

  • How to output HTML when called from a browser

    We are trying to replace a small web app with a bpel app so it has to return HTML. I keep getting XML of the HTML as output from this simple app. It doesn't interpret the html. The bpel uses a simple assign that puts an HTML string into the "body" message then passes it to the "reply".
    I have found out how to call this from the browser by changing "orabpel" in the url to "httpbinding" and then adding the "operation" onto the endpoint.
    from: http://server:7777/orabpel/default/ws1/1.0
      to: http://server:7777/httpbinding/default/ws1/processIs it possible to output html back to the browser and have the bpel look like a web page? Setting the mimetype of the output message type to "text/html" seems to have no effect at all.
    Here is my wsdl:
    <?xml version="1.0"?>
    <definitions name="HTTPGetService"
                 targetNamespace="http://services.otn.com"
                 xmlns:tns="http://services.otn.com"
                 xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
                 xmlns="http://schemas.xmlsoap.org/wsdl/"
                 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                 xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
                 xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/">
        <message name="HTTPGetServiceRequestMessage">
            <part name="Region" type="xsd:string"/>
            <part name="EffectiveDate" type="xsd:string"/>
            <part name="EndDate" type="xsd:string"/>
            <part name="acc1" type="xsd:string"/>
            <part name="acc2" type="xsd:string"/>
        </message>
        <message name="HTTPGetServiceResponseMessage">
            <part name="body" type="xsd:string"/>
        </message>
        <!-- portType implemented by the HTTPGetService BPEL process -->
        <portType name="HTTPGetService">
            <operation name="process">
                <input message="tns:HTTPGetServiceRequestMessage"/>
                <output message="tns:HTTPGetServiceResponseMessage"/>
            </operation>
        </portType>
        <binding name="HTTPGet" type="tns:HTTPGetService">
            <http:binding verb="GET"/>
            <operation name="process">
                <http:operation location="/process"/>
                <input>
                    <http:urlEncoded/>
                </input>
                <output>
                    <http:urlEncoded/>
                    <mime:content type="text/html" part="body"/>
                </output>
            </operation>
        </binding>

    Hi,
    Open up admin console. Expand "Servers" node to view servers in domain.
    Right click on a server (or select Logging/ General tab) and select "view
    server log".
    Regards,
    Jon

  • How to bypass proxy when trying to send a mail using javamail smtp

    Hi,
    I am trying to make a servlet send a mail using javamail smtp protocol on port 25 but i m not able to send getting an exception, i suspect proxy is blocking, so any idea anyone how bypass a proxy.

    And if it does turn out that there's a proxy server blocking access to your target SMTP server, the best way to deal with that is to discuss the issue with the person responsible for your network configuration.

  • How to close statement when calling in chain sequence

    Hi all,
    just have a look on below code:
    java.sql.connection con =null;
    //here getting connection
    ResultSet rs= con.createStatement().executeQuery("sql");
    its similer to chaining pattern. here I am having question,
    with the line:
    con.createStatement()
    I am creating the statement and later using this object (which is implicit object as i m not having any futher reference of it, is it correct word which i used) i am executing query and getting result set object.
    here statement object is implicit object.
    is I need to close this object? As per me its too required and i can retrived statement object with the help of resultset object and can use close method.
    but what does the java best pratice say? how they handle objects which are created in chain calling.
    for example
    //this.getPatternCode().getProperty().getName()
    thanks,
    Pax

    In short : stop doing this, it's a bad idea.
    You must always close all your resultsets, statements and connections._ Anyone who tells you anything different is wrong. End of story. Failure to properly close JDBC resources can lead to any number of problems including having your program crash and/or having the database crash.
    So stop doing that.
    There is only one correct practice and it is what is below.
    Create the connection and keep a reference to it.
    Create the statement (this can be a PreparedStatement or CallableStatement as well) using the connection and keep a reference to it (the statement).
    Create the result set using the statement.
    Process as needed.
    Close the resultset in a finally block.
    Close the statement in a finally block
    Close the connection in a finally block.

  • Ipad2 water damage how to bypass password when device will not boot up

    imac will recognize ipad, but unable to back up or get files due to unit not able to boot up and enter password
    any suggestion s

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.) No data/files will be erased. http://support.apple.com/kb/ht1430
    Frozen or unresponsive iPad
    Resolve these most common issues:
        •    Display remains black or blank
        •    Touch screen not responding
        •    Application unexpectedly closes or freezes
    http://www.apple.com/support/ipad/assistant/ipad/
    iPad Frozen, not responding, how to fix
    http://appletoolbox.com/2012/07/ipad-frozen-not-responding-how-to-fix/
    What to Do When Your iPad Won't Turn On
    http://ipad.about.com/od/iPad_Troubleshooting/ss/What-To-Do-When-Your-Ipad-Wo-No t-Turn-On.htm
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    Apple's Limited Warranty http://www.apple.com/legal/warranty/ for iPad excludes coverage for damage resulting from accident, disassembly, unauthorized service and unauthorized modifications.
    The warranty will apply to the country of purchase. And if there is a problem needing repair you have to return it to the country of purchase.
    Out-of-Warranty Service
         If you own an iPad that is ineligible for warranty service but is eligible for Out-of-Warranty (OOW) Service, Apple will replace (Apple doesn't repair) your iPad with an iPad that is new or equivalent to new in both performance and reliability for the Out-of-Warranty Service fee listed below. (The replacement will most likely be a refurbished iPad in a brown box, however, it has a new screen, back and battery.)   
    iPad model
    Out-of-Warranty Service Fee
    iPad mini
    $219
    iPad 3rd, 4th, Air
    $299
    iPad 2, iPad
    $249
    A $6.95 shipping fee will be added if service is arranged through Apple and requires shipping. All fees are in US dollars and are subject to local tax.
    Certain damage is ineligible for out-of-warranty service, including catastrophic damage, such as the device separating into multiple pieces, and inoperability caused by unauthorized modifications. However, an iPad that has failed due to contact with liquid may be eligible for out-of-warranty service. See http://support.apple.com/kb/index?page=servicefaq&geo=United_States&product=ipad
    Make a Genius Bar Reservation
    http://www.apple.com/retail/geniusbar/
    You may can get the iPad repaired at 3rd party repair sources for less $, however, any remaining Apple warranty will be voided.
    iCracked - Broken iPhone, iPod or iPad
    http://www.icracked.com/
    iReVamp Electronics Screen Repair ($99)
    http://www.irevampelectronics.com/ipad-2-broken-glass-screen-repair.html
    iPad Repair & Screen Replacement Services
    http://www.ifixyouri.com/16-ipad-repairs
    RepairZoom iPad Repair
    http://www.repairzoom.com/ipad-repair.html
    Mission Repair
    http://www.missionrepair.com/Apple_iPad_Repair_Services_s/431.htm
    iGadgetResQ
    http://www.igadgetresq.com/ipad-repair/
    Do It Yourself iPad Repair
    http://www.ifixit.com/Device/iPad
     Cheers, Tom

  • How to fill variables when calling a web template as a modal dialog

    Hi Experts,
    My scenario is as follow:
    I have a web template (application) A with an analysis item which has enabled the option for selecting single rows, in the rows I have the characteristic 0EMPLOYEE and a button for executing the commands OPEN_TEMPLATE_DIALOG and SET_TEMPLATE for calling web template B. In web template B I have a report with the variable zp_employee.
    The behavior I need is, if the user is selecting a row in the analysis item of template A, variable zp_employee in web application B should be filled from the selection. If there is no selection of a row, the variable screen should shows up.
    The general issue here, is how to feed one or more variables that "live" in wad B from a web item (analysis, input item, combo box, etc) in wad A.
    I guess it has to do with setting parameters in the URL with which wad B is called, may be coding a java script in web template B in the standard action "Action Before first display", but not sure
    thanks for any help

    Hi:
    Try that one in SPRO.
    here are steps if u need them.
    SPRO
    SAP Reference IMG
    From here, open tree:
    SAP Netweaver
    SAP Buss Info Warehouse
    Reporting Relevant Settings
    BEx Web
    Set Standard Web Templates.
    Here add for Adhoc analysis and others if needed.
    Ram Chamarty
    Message was edited by: Ram Chamarthy

  • How to establish connection when call is made to another cell phone

    hi all
    I want to know what code we use to establish connection when we call someone. which API we can use .
    please tell me because i m searching but not getting n i m in beginning position to work on j2me. please send me some hint
    teenu
    Message was edited by:
    teenu_java

    Hi,
    Actually I am confused abt wht you want.
    If you want to establish connection at the instant of calling :-
    The Voice call has the higher priority than Data call so u cant establish a connection at the instant when you are calling
    If you want method to establish a connection for call then
    you can try with platformRequest(url) of midp2
    Regards
    @rjun

  • How to hide URL when calling Reports from Forms 10g.

    Hi ,
    When end user runs a report through a form then report output is displayed and following type of URL is also generated on address bar of browser: http://server:7778/reports/rwservlet/getjobid22243?server=rep_servername_appsrv
    Can we hide this URL so that the user cant change the JOB_ID and get access to other previous reports.
    Thanks & Regards,
    NL

    Actually, there are several options including the one already offered above. Here are a few more:
    1. If you are using 10.1.2.3 and a newer JRE on the client (e.g. 1.6.0_10 or newer), you could use java script to open the report. This will not be a perfect solution because it may not work if using a non-IE browser or if java scripting is disabled. Refer to MyOracleSupport Article 265863.1 for more information.
    EXAMPLE:
    WEB.SHOW_DOCUMENT ('javascript:void(window.open("http://www.oracle.com","","location=no,toolbar=no,menubar=no,"));self.close()','_blank');Replace the url in the above example with the call to your report.
    2. Set the age of the cache to a very short value so that it is only available long enough to be viewed by the user who created it. In other words, when setting the reports properties in your Forms code, include the Reports "others" parameter with TOLERANCE=1
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,'TOLERANCE=1');This will cause the cache (on the server) to live for only one minute then be deleted. Refer to the Report Deployment Guide for more information.
    3. Upgrade to Fusion Middleware (Forms/Reports) 11. In version 11, the Reports jobid can be randomized. See section 18.8.2 of the Reports 11 Deployment Guide
    http://download.oracle.com/docs/cd/E14571_01/bi.1111/b32121/toc.htm

  • How to handle spaces when calling javaw.exe or java.exe

    Hi guys, I'm in the process of releasing my application.
    My application need to make this system call on Windows.
    C:\Program Files\MySoftware\javaw.exe -jar C:\Program Files\MySoftware\myJar.jar C:\Program Files\MyDocs\MyArgumentFile
    this 'Program Files' for after the javaw.exe call: C:\Program Files\MySoftware\myJar.jar causes a problem because javaw.exe consider C:\Program as it's first argument and thus crash.
    I wonder what to do with this. I don't want to change it to C:\MySoftware since it looks unprofessional.
    A cup of Java, cheers

    yawmark wrote:
    I wonder what to do with this.Quotation marks.
    ~Right, every shell I can think of allows you to use quotation marks around a set of any characters that you want to be treated as one token. Note that this feature is a function of the shell you're using, not necessarily the system API. Also, many shells treat single quotes and double quotes differently, though they usually both accomplish the purpose of grouping what they contain into a single token.

  • How do I escalate a call when tech support lose intere

    -----Original Message-----
    From:
    Sent: 24 March 2005 7:6
    To: 'CLE Customer Support'
    Subject: FW: How long do you expect me to wait for a reply?
    Do I have to go to trading standards to get you to honour this warranty? This is a disgrace - sort it out. This is extremely poor customer service and a breach of your warranty.
    -----Original Message-----
    From:
    Sent: 22 March 2005 08:5
    To: 'CLE Customer Support'
    Subject: RE: CLE - Technical Support Request (KMM563096I2452L0KM)
    How do I escalate this call? I have a card that is not working under warranty and you seem unwilling to answer my mails any more. I hate to be the bearer of bad news but you have to. This card must be fixed or replaced, and it would be nice if that happened sooner rather than later. Why am I doing all the chasing by the way, you're a big enough supplier to get this sort of thing right, aren't you?
    Rob.
    -----Original Message-----
    From:
    Sent: 7 March 2005 08:40
    To: 'CLE Customer Support'
    Subject: RE: CLE - Technical Support Request (KMM563096I2452L0KM)
    Hello, it's me again, not heard from you for 5 days. Are you planning to reply? You have obligations of warranty which you are summarily failing to carry out here. Please sort this out!
    Rob.
    -----Original Message-----
    From:
    Sent: 3 March 2005 7:28
    To: 'CLE Customer Support'
    Subject: RE: CLE - Technical Support Request (KMM563096I2452L0KM)
    Situation changed. Having restored settings to previous state after doing all the below, about a day later I now have no sound at all for no reason whatsoever. I have rebooted, re-checked all connections etc etc, sound has just disappeared in the middle of the day without changing anything. It was fine this morning and now it's completely silent and PC's been on all day. This card is definitely dead, what else would do that?!?!
    Cheers,
    Rob.
    -----Original Message-----
    From:
    Sent: 2 March 2005 6:03
    To: 'CLE Customer Support'
    Subject: RE: CLE - Technical Support Request (KMM563096I2452L0KM)
    Hi,
    OK, I can't test on another PC as I don't have access to one, and I really dohope this is the last set of tests incidentally. It worked, then it stopped one day. A complete reformat and clean driver install didn't fix it. Re-seating the card didn't fix it. Seems pretty straight forward to me the card has failed, and I do need it replacing.
    I have however done everything else below as requested. If I select CMSS, I get no output for rear-left/rear-right using channel test. If I select CMSS2, I get output from the front speakers for rear-left/rear-right channels, but nothing from the rear.
    If I configure to 5. and enable CMSS I get output from jacks and 3 (orange & green)of the soundcard in the left headphone earpiece.
    Hear from you soon,
    Rob.
    -----Original Message-----
    From: CLE Customer Support [mailto:[email protected]]
    Sent: 2 March 2005 03:7
    Subject: RE: CLE - Technical Support Request (KMM563096I2452L0KM)
    Dear Rob
    Thanks for your reply
    Please test the soundcard on another PC(With different motherboard) Ensure onboard soundcard is disabled.
    Run creative diagnostic test, any problems?
    Go to device manager, is there any problem with soundcard?
    Configure the speaker setting as 5..
    Please enable CMSS and play MP3.
    Use a earphone and connect to line-out of soundcard.
    Any sound?
    Now please try on line-out3, any sound?
    Please verify the correct jacks you are connecting..
    CMSS is an option that allows you to play your audio to all 5. speakers even if you are not playing a true 5. encoded audio file. For example, if the sound is a stereo sound, it will duplicate the front channels, and send them to the rear channels. Then it will mix the left and right signals to create a center channel. Turning CMSS on basically simulates
    5. audio.
    TO TURN ON CMSS IN Mediasource
    . Open MediaSource (Start, All Programs, Creative, Creative MediaSource, Creative MediaSource Organizer).
    2. There should be an EAX button underneath the Record button at the bottom of the screen, towards the left. Beside this button, there should be a small ellipsis button (. . .) that you can press. Click on this.
    3. Go to the CMSS 3D tab and check the box next to "Enable CMSS 3D"
    4. Place a dot next to either CMSS or CMSS2. Whichever sounds better to you.
    It is important to remember that if you do wish to play a 5. encoded file, you will need to turn CMSS off. Otherwise you might not receive each discreet channel.
    Please retain all the previous correspondence when replying to this email.
    Best Regards
    Creative Customer Support Services
    Creative Labs Europe
    To provide feedback on your "Creative Experience" and our service please click on the following link:
    http://www.**bleep**.com/support/con...asp?r=CLE&d=TS
    Please do not use this link to submit technical queries
    Original Message Follows:
    Hi,
    Tried all that and still no joy unfortunately. Everything ok except output from rear-left and rear-right.
    Always disable onboard sound nad have just reformatted XP and reinatalled with drivers from creative website, so I know installation is not corrupt and up-to-date. I also had this problem before re-installation of XP, so suspect hardware rather than software failure.
    Have removed all traces of card/drivers and tried again and moved PCI slots with same results.
    Cheers,
    Rob.
    -----Original Message-----
    From: CLE Customer Support [mailto:[email protected]]
    Sent: 0 March 2005 03:37
    Subject: RE: CLE - Technical Support Request (KMM5590925I2452L0KM)
    Dear Rob
    Thanks for your reply
    Rear center is fine in speaker test...
    Anyway if you have test the speaker with another device and no issue for rear channels, there is no problem with speaker system now...
    Please insert the soundcard on another PCI slot, and make sure it is firmly inserted. Please disable any onboard sound card if available through BIOS.
    Go to Control Panel, Add Remove Programs and un-install all listings related to your audio card. Do not restart your computer when prompted so.
    Go to Control Panel, and switch to Classic View. Click System, Hardware tab, Device Manager button and delete all sound cards entries in Sound, Video and Game Controllers as well as any previous sound card entries from the Device Manager.
    Reboot the computer and cancel out of any driver installation if you are prompted. Insert the Creative Sound Blaster installation CD into your CD-ROM dri've. Exit from the installation wizard if it autoruns.
    Click Start, Run and then Browse. Browse to Z:\Audio\Drivers\CTZAPXX.EXE, where Z represents the CD Rom Dri've.
    Choose YES if you receive a prompt "Overwrite existing shared creative audio driver files?"
    Select Driver un-installation for WDM drivers and click OK.
    When prompted to restart, say No.
    Click Start, Run, type MSCONFIG and press Enter.
    Check the box next to Selecti've Startup and deselect Load Startup Items.
    Select the SERVICES tab and select Hide All Microsoft Services.
    Uncheck all results and click OK.
    Browse to the C:\Temp folder and C:\Windows\TEMP (if it exists) - all files and folders in the temp folder need to be either deleted or moved to a new folder.
    Browse to Program Files, Creative and delete the Sound Blaster Folder - if you get a file that won't delete, right click on the file, click Properties and clear all the attributes. The file should then be able to be deleted.
    Empty the Recycle Bin, and reboot the computer.
    If you wish to reinstall your software & drivers, do this now. For more information on how to install your product, please visit the Product Guide page for installation instructions. Otherwise, go to the next step.
    Click on Start, Run. Type MSCONFIG and press Enter.
    Select Normal Startup, and press the OK button.
    Reboot the computer
    Run creative diagnostic test, any problems?
    Configure the speaker setting as 5.
    TEST CARD WITH HEADPHONES
    . Run speaker test
    2. Plug headphones into the front out jack 3. Click on the speaker test button 4. In the headphones you should hear a voice for front left, and front right.
    5. Plug headphones into the rear out jack 6. Click on the speaker test button 7. In the headphones you should hear a voice for rear left and rear right.
    8. Do you hear sound from each channel?
    Any sound from rear channels?
    Please retain all the previous correspondence when replying to this email.
    Best Regards
    Creative Customer Support Services
    Creative Labs Europe
    To provide feedback on your "Creative Experience" and our service please click on the following link:
    http://www.**bleep**.com/support/con...asp?r=CLE&d=TS
    Please do not use this link to submit technical queries
    Original Message Follows:
    Hi,
    I have done the below, and get output via a walkman connected directly to the sub on both front and rear speakers no problems at all.
    I have reconnected the cables from the sound card, run channel test again in speaker settings, and still get no output from rear-left and rear-right.
    I should have mentioned before that rear-centre is fine.
    Any further help will be greatly appreciated.
    Cheers,
    Rob.
    -----Original Message-----
    From: CLE Customer Support [mailto:[email protected]]
    Sent: 09 March 2005 08:40
    Subject: Re: CLE - Technical Support Request (KMM557969I2452L0KM)
    Dear Rob
    Thanks for contacting Creative Technical Support.
    Please use an external cd player and connect to the front input on the subwoofer.
    Play the CD, any sound?
    Now try on the rear input.
    Play the CD, any sound from the speakers?
    Now please connect back the speakers to the PC.
    Ensure you have connected properly.
    Ensure you have configure 6. speaker setting, run a speaker test.
    Any sound from rear channel?
    Ensure the balance control is configure properly as well
    Please retain all the previous correspondence when replying to this email.
    Best Regards
    Creative Customer Support Services
    Creative Labs Europe
    To provide feedback on your "Creative Experience" and our service please click on the following link:
    http://www.**bleep**.com/support/con...asp?r=CLE&d=TS
    Please do not use this link to submit technical queries
    Original Message Follows:
    =======================
    Subject: CLE - Technical Support Request
    Name:
    E-mail Address:
    Self Description:
    ID(3) Advanced PC User
    Country: United Kingdom
    Support Inquiry: ID(3) My Creative hardware stopped functioning correctly
    Product: Sound Blaster? Audigy? 2
    Purchase Date: 4/3/2004
    Serial Number:
    Operating System: Windows XP
    Creative Model Number: SB0240
    Computer Brand/Model: self built
    Processor/CPU: Athlon 3200+
    Memory: 2xgb DDR400 Dimms
    BIOS Type/Revision: Phoenix - rev 008
    System Board/Chipset: ASUS A7N8X Deluxe rev2.0
    Detailed Problem Description:
    Typical, following months of trying to get a replacement remote control cable for my inspire 6. 6700 the 2 rear speakers on the set don't play sounds any more. I have done a clean XP install to ensure no driver corruption, but no difference. It's not the subwoofer as I have a spare, unused sub and that gives the same results.
    I have also checked all cabling, mixer/volume settings and nothing unusual is showing.
    Of course, my audigy 2 card is my guess as the culprit, I can't be positi've though. All other speakers operate perfectly, can even hear background hiss through the rear-left and rear-right speakers which won't play sounds/music/games or anything at all. But when I select "Creative Speaker Settings" to test the channels individually, they don't play a test sound here either.
    Any help greatly appreciated.
    Cheers,
    Rob.
    PS: Please remove the technical support advisor name when posting quote from the email.Message Edited by Jason-CL on 03-30-2005 06:7 AM

    Hi qwerty,
    Dun tink that creative customer support sucks cos I had been dealing with them in the past and I can say that their service are quite gd and fast. If you wanted a refund, I tink you need to contact the store that sells you the product. Dun tink creative will refund you though.

  • How can avoid the  problem of Parameter Prompting when I submitting ?

    I am developing web application in visual studio 2008 in csharp.How can avoid the issue or problem of  Parameter Prompting when I send parameters programaticaly or dyanmicaly?  I am sending the values from .net web form to crystal report but it is still asking for parameters. so when i submit second time that is when the reports is being genereated. How can i solve this problem. Please help. The code Iam using is below.
       1. using System; 
       2. using System.Collections; 
       3. using System.Configuration; 
       4. using System.Data; 
       5. using System.Linq; 
       6. using System.Web; 
       7. using System.Web.Security; 
       8. using System.Web.UI; 
       9. using System.Web.UI.HtmlControls; 
      10. using System.Web.UI.WebControls; 
      11. using System.Web.UI.WebControls.WebParts; 
      12. using System.Xml.Linq; 
      13. using System.Data.OleDb; 
      14. using System.Data.OracleClient; 
      15. using CrystalDecisions.Shared; 
      16. using CrystalDecisions.CrystalReports.Engine; 
      17. using CrystalDecisions.Web; 
      18.  
      19.  
      20. public partial class OracleReport : System.Web.UI.Page 
      21. { 
      22.     CrystalReportViewer crViewer = new CrystalReportViewer(); 
      23.     //CrystalReportSource crsource = new CrystalReportSource(); 
      24.     int nItemId; 
      25.  
      26.     protected void Page_Load(object sender, EventArgs e) 
      27.     { 
      28.         //Database Connection 
      29.         ConnectionInfo ConnInfo = new ConnectionInfo(); 
      30.         { 
      31.             ConnInfo.ServerName = "127.0.0.1"; 
      32.             ConnInfo.DatabaseName = "Xcodf"; 
      33.             ConnInfo.UserID = "HR777"; 
      34.             ConnInfo.Password = "zghshshs"; 
      35.         } 
      36.         // For Each  Logon  parameters 
      37.         foreach (TableLogOnInfo cnInfo in this.CrystalReportViewer1.LogOnInfo) 
      38.         { 
      39.             cnInfo.ConnectionInfo = ConnInfo; 
      40.  
      41.         } 
      42.  
      43.  
      44.  
      45.  
      46.  
      47.  
      48.         //Declaring varibles 
      49.          nItemId = int.Parse(Request.QueryString.Get("ItemId")); 
      50.         //string strStartDate = Request.QueryString.Get("StartDate"); 
      51.         //int nItemId = 20; 
      52.         string strStartDate = "23-JUL-2010"; 
      53.  
      54.         // object declration 
      55.         CrystalDecisions.CrystalReports.Engine.Database crDatabase; 
      56.         CrystalDecisions.CrystalReports.Engine.Table crTable; 
      57.  
      58.  
      59.         TableLogOnInfo dbConn = new TableLogOnInfo(); 
      60.  
      61.         // new report document object 
      62.         ReportDocument oRpt = new ReportDocument(); 
      63.  
      64.         // loading the ItemReport in report document 
      65.         oRpt.Load("C:
    Inetpub
    wwwroot
    cryreport
    CrystalReport1.rpt"); 
      66.  
      67.         // getting the database, the table and the LogOnInfo object which holds login onformation 
      68.         crDatabase = oRpt.Database; 
      69.  
      70.         // getting the table in an object array of one item 
      71.         object[] arrTables = new object[1]; 
      72.         crDatabase.Tables.CopyTo(arrTables, 0); 
      73.  
      74.         // assigning the first item of array to crTable by downcasting the object to Table 
      75.         crTable = (CrystalDecisions.CrystalReports.Engine.Table)arrTables[0]; 
      76.  
      77.         dbConn = crTable.LogOnInfo; 
      78.  
      79.         // setting values 
      80.         dbConn.ConnectionInfo.DatabaseName = "Xcodf"; 
      81.         dbConn.ConnectionInfo.ServerName = "127.0.0.1"; 
      82.         dbConn.ConnectionInfo.UserID = "HR777"; 
      83.         dbConn.ConnectionInfo.Password = "zghshshs"; 
      84.  
      85.         // applying login info to the table object 
      86.         crTable.ApplyLogOnInfo(dbConn); 
      87.  
      88.  
      89.  
      90.  
      91.  
      92.  
      93.         crViewer.RefreshReport(); 
      94.          
      95.                 // defining report source 
      96.         crViewer.ReportSource = oRpt; 
      97.         //CrystalReportSource1.Report = oRpt; 
      98.          
      99.         // so uptill now we have created everything 
    100.         // what remains is to pass parameters to our report, so it 
    101.         // shows only selected records. so calling a method to set 
    102.         // those parameters. 
    103.      setReportParameters();  
    104.     } 
    105.  
    106.     private void setReportParameters() 
    107.     { 
    108.       
    109.         // all the parameter fields will be added to this collection 
    110.         ParameterFields paramFields = new ParameterFields(); 
    111.          //ParameterFieldDefinitions ParaLocationContainer = new ParameterFieldDefinitions(); 
    112.        //ParameterFieldDefinition ParaLocation = new ParameterFieldDefinition(); 
    113.         
    114.         // the parameter fields to be sent to the report 
    115.         ParameterField pfItemId = new ParameterField(); 
    116.         //ParameterField pfStartDate = new ParameterField(); 
    117.         //ParameterField pfEndDate = new ParameterField(); 
    118.  
    119.         // setting the name of parameter fields with wich they will be recieved in report 
    120.        
    121.         pfItemId.ParameterFieldName = "RegionID"; 
    122.  
    123.         //pfStartDate.ParameterFieldName = "StartDate"; 
    124.         //pfEndDate.ParameterFieldName = "EndDate"; 
    125.  
    126.         // the above declared parameter fields accept values as discrete objects 
    127.         // so declaring discrete objects 
    128.         ParameterDiscreteValue dcItemId = new ParameterDiscreteValue(); 
    129.         //ParameterDiscreteValue dcStartDate = new ParameterDiscreteValue(); 
    130.         //ParameterDiscreteValue dcEndDate = new ParameterDiscreteValue(); 
    131.  
    132.         // setting the values of discrete objects 
    133.          
    134.  
    135.           dcItemId.Value = nItemId; 
    136.          
    137.         //dcStartDate.Value = DateTime.Parse(strStartDate); 
    138.         //dcEndDate.Value = DateTime.Parse(strEndDate); 
    139.          
    140.         // now adding these discrete values to parameters 
    141.           //paramField.HasCurrentValue = true; 
    142.  
    143.        
    144.  
    145.           //pfItemId.CurrentValues.Clear(); 
    146.          int valueIDD = int.Parse(Request.QueryString.Get("ItemId").ToString()); 
    147.           pfItemId.Name = valueIDD.ToString();  
    148.            
    149.         pfItemId.CurrentValues.Add(dcItemId); 
    150.         //ParaLocation.ApplyCurrentValues; 
    151.         pfItemId.HasCurrentValue = true; 
    152.         
    153.         //pfStartDate.CurrentValues.Add(dcStartDate); 
    154.         //pfEndDate.CurrentValues.Add(dcEndDate); 
    155.  
    156.         // now adding all these parameter fields to the parameter collection 
    157.         paramFields.Add(pfItemId); 
    158.          
    159.         //paramFields.Add(pfStartDate); 
    160.         //paramFields.Add(pfEndDate); 
    161.         ///////////////////// 
    162.         //Formula from Crystal 
    163.        //crViewer.SelectionFormula = "{COUNTRIES.REGION_ID} = " + int.Parse(Request.QueryString.Get("ItemId")) + ""; 
    164.         crViewer.RefreshReport(); 
    165.         // finally add the parameter collection to the crystal report viewer 
    166.         crViewer.ParameterFieldInfo = paramFields; 
    167.         
    168.          
    169.      
    170.     } 
    171. }

    Keep your post to under 1200 characters, else you loose the formatting. (you can do two posts if need be).
    Re. parameters. First, make sure yo have SP 1 for CR 10.5:
    https://smpdl.sap-ag.de/~sapidp/012002523100009351512008E/crbasic2008sp1.exe
    Next, see the following:
    [Crystal Reports for Visual Studio 2005 Walkthroughs|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2081b4d9-6864-2b10-f49d-918baefc7a23]
    CR Dev help file:
    http://msdn2.microsoft.com/en-us/library/bb126227.aspx
    Samples:
    https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsfor.NETSDK+Samples
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • How to bypass material rounding rules when using 'BAPI_PO_CREATE1'?

    How to bypass rounding rules when create a PO using 'BAPI_PO_CREATE1'?
    I faced a problem when using the BAPI to create PO. As the material has rounding rule, thus, when I create the PO using this BAPI, the quantity will be rounded according to the rule.
    How can I bypass the rounding rule so that I can upload the quantity according to the quantity that specify in my upload file?
    Edited by: Irene Sam on Jun 17, 2008 1:08 PM

    I've solved the problem with passing the parameter no_rounding into the BAPI.
    poitem-no_rounding = 'X'.
    poitemx-no_rounding = 'X'.
          CALL FUNCTION 'BAPI_PO_CREATE1'
            EXPORTING
              poheader         = poheader
              poheaderx        = poheaderx
            IMPORTING
              exppurchaseorder = w_ebeln
            TABLES
              return           = poreturn
              poitem           = poitem
              poitemx          = poitemx
              poschedule       = poschedule
              poschedulex      = poschedulex
              potextheader     = pohdrtext
              poaccount        = poaccount
              poaccountx       = poaccountx.

Maybe you are looking for