BAdi Configuration

Hi Guys,
I am new for BAdi's can you provide detail step by step precedure for BAdi concepts.
Regards,
Pullaiah

Hello,
creation badi we used the tcode SE18 and SE19.
and find BADI
For BADI's,
1)goto to tcode SE24 give the CL_EXITHANDLER and display and then double click on the GET_INSTANCE
keep Break point at this location 'call method cl_exithandler=>get_class_name_by_interface'
then the tcode it will trigger there and we can debugg there we can find badi'for that tcode and then remove the break point.
2)Goto to tcode->status->program name->double click on that program will display's
then  press crtl+F then cl_exithandler
Thank u,
santhosh

Similar Messages

  • "failed due to bad configuration"

    I have a .air program running on nearly 400 pc's in the field.  I have an upgrade I would like to release silently.    I can get the new .air file to the machines automatically.  I would like to run a batch file that will install it, and hit the "Replace" button when it notices that a older version is already out there. 
    So, I included the Adobe Air Application Installer.exe in the download, I created a batch file that does this: 
    "Adobe AIR Application Installer.exe" -silent -eulaAccepted -desktopShortcut "C:\Program Files (x86)\MascoVSC\vscassets\program\VSC.air" 
    THis runs perfectly when the old version is not on the machine, but if it is, I get the error:  "failed due to bad configuration".  
    Any help would be greatly appriciated.

    Hi Jeff,
    Could you give the ARH tool a try and in the case of an update, do an uninstall first, then install?
    Binaries:
    Mac: http://airdownload.adobe.com/air/distribution/latest/mac/arh
    Win: http://airdownload.adobe.com/air/distribution/latest/win/arh.exe
    Linux: http://airdownload.adobe.com/air/distribution/latest/lin/arh
    Documentation:
    http://help.adobe.com/en_US/air/redist/WS485a42d56cd19641-70d979a8124ef20a34b-8000.html#WS fffb011ac560372f117f43a112b21f7d88d-8000
    Thanks,
    Chris

  • SAP DMS & BADI configuration Guide

    Hi experts,
    pls anyone can send me the following step by step guide.
    1.SAP DMS configuration guide
    2.BADI implementation and definition guide
    how BADI used in SAP DMS? pls send me the details to [email protected]
    many thanks

    Good morning,
    The chances of receiving a guid are very slim.
    What are the questions that you have?
    Regards,
    Freddie Botha
    www.documation.co.za
    SAP DMS, CAD Integration, Data Archiving, Imaging & Scanning, Workflow
    [email protected]

  • When user 50-55 logs onto Win2k 9iAS it breaks - is this bad configuration?

    Hi, one of our guys did a loadtest on our windows 2000 9iAS 9.0.2.0.0 installations, and for some unknown reason they break down on around 50-55 users.
    It reports that the runtime process cannot be contacted (probably because the server won't start one?).
    Later tests have shown that all he needs to do to make it break is log on with the 50 users, i.e. it is not load that breaks the machine (4 GB RAM, 2x1400 MHz Xeon or 4 GB RAM, 1x2.8GHz Xeon, it doesn't matter). Load is negligible and there's plenty of CPU and RAM left on the system, whether you measure it with the performance monitor or just ye olde task manager.
    We're thinking "simple configuration problem" because it breaks so consistently around 50-55 users and all they've done is spawn one forms runtime process down on the 9iAS. Would anyone here know what may have hit us?
    Regards,
    Jesper Vad Kristensen
    Aarhus, Denmark

    Hi Chetan,
    I get an error stating that the runtime process cannot be contacted - I don't have the complete text in English as it insists on showing Danish error messages. But you can check these two gifs (they come in that sequence):
    http://tux.nerdheaven.dk/~jevk/err1.gif
    http://tux.nerdheaven.dk/~jevk/err2.gif
    Where do I find "init.ora" settings? Is it a file or ...?
    Regards,
    Jesper Vad Kristensen

  • Re-installing apps gone bad - configurator to blame?

    summary: the nearpod app fails - When we delete on the ipad, and re-install using the ipad store app it works
    steps
    =====================
    buy a cart of 30 ipads
    setup the cart and configurator on a macbook
    on the macbook use itunes to download the app "nearpod"
    ( Nearpod is an app that shares a presentation to a classroom or group of ipads )
    import the app into configurator, apply and push the app to all 30 ipads
    on the mackbook logon to nearpod.com and publish a presentation
    on the teacher ipad start the presentation
    on 5 student ipads type in the teacher code
    have all 5 students submit their first name on slide 2
    result:  failure, only 2 of 5 students show on the teacher ipad
    expected: all 5 students name show up on the teacher ipad
    other notes
    =====================
    When we delete the app on the ipad, and re-install the app using the ipad app store it works as expected.   I've not seen this with other applications.  It seems the advanced networking in this app is related to the symptoms here. 
    Things that don't change the results:   Rebooting the student or teacher ipad, quitting the app, moving to a faster network, moving to a dedicated network with no other traffic
    This is realy depressing for a school.  I feel like I'm back working with windows 3.1 or MAC OS9.   Apple was supposed to deliver better app stability by keeping such heavy restrictions in place.

    First Off...
    .Reset the SMC (http://support.apple.com/kb/HT1411)
    .Reset the PRAM (http://support.apple.com/kb/HT1895)
    Then... Run the disk from the Finder again, and let us know if it's read and not spit out.

  • BADI CRM_COPY_BADI for item splitting in Quote - Contract

    Hi all,
    i have this requirement to split the item quantity into 1 per line when a contract gets created from a quotation.
    im new to both CRM and BADI but after doing some research online i figure that my scope should involve creating an implementation of the BADI, configurating the transaction type, and then adding my splitting code in method PRODUCT_I.
    but problem is, i've created my implementation and put a breakpoint in both method COPY and PRODUCT_I... and when i try to create a follow-up from a quote to contract, only the COPY method breakpoint gets caught. however, im quite sure it's the PRODUCT_I method which i should be using as it contains the item level internal table being pass into it. but it doesnt seems to be called in this process (am wondering if it's some config thing which i've missed).
    can someone provide some guidance into BADI, CRM_COPY_BADI and possibly the requirement's approach?
    many thanks in advance.
    cheers,
    Ryan.

    Hi Karthik,
    thanks for the info!
    technically, my understanding is that when u create an implementation, the process should goes through all these methods at relevant point on relevant business transaction. but strangely after putting breakpoints in all the said methods above, it seems to just going through the COPY method everytime a followup is being created (from quotation to contract). btw, i'm processing it through tcode CRMD_BUS2000112-> openning an existing quote-> then creating a follow-up contract.
    or should should i instead be coding these method-calling manually (on ORDERADM_I and SCHEDLIN_I) or is there some config i'm missing?
    lost in badi, was working more on the old exits for MM/SD. any pointers are much appreciated.
    many thanks!
    cheers,
    Ryan.

  • [SOLVED PAR/LY]kde 4.2 -- akonadi configuration + kmail crash problems

    Hey guys,
    Recently i decided to give kde 4.2 a try , (been using gnome for months) and after the update i have these two distinct (i think) problems with kmail.
    When i run kmail  ,  it tries to start akonadi server, which fails due to configuration issues (see below) . After that , when i try to send an email it *always* crashes. Here is the output either of the shell or the popup error dialog:
    1)  akonadi misconfiguration(?)
    From the pop up
    Akonadi Server Self-Test Report
    ===============================
    Test 1: SUCCESS
    Database driver found.
    Details: The QtSQL driver 'QMYSQL' is required by your current Akonadi server configuration.
    The following drivers are installed: QSQLITE, QMYSQL3, QMYSQL, QODBC3, QODBC, QPSQL7, QPSQL.
    Make sure the required driver is installed.
    File '/akonadiserverrc' could not be opened
    Test 2: ERROR
    MySQL server not found.
    Details: You currently have configured Akonadi to use the MySQL server ''.
    Make sure you have the MySQL server installed, set the correct path and ensure you have the necessary read and execution rights on the server executable. The server executable is typically called 'mysqld', its locations varies depending on the distribution.
    Test 3: ERROR
    Executing the MySQL server failed.
    Details: Executing the MySQL server '' failed with the following error message: ''
    Test 4: SUCCESS
    No current MySQL error log found.
    Details: The MySQL server did not report any errors during this startup into '/mysql.err'.
    Test 5: SUCCESS
    MySQL server default configuration found.
    Details: The default configuration for the MySQL server was found and is readable at <a href='/usr/share/config/akonadi/mysql-global.conf'>/usr/share/config/akonadi/mysql-global.conf</a>.
    File content of '/usr/share/config/akonadi/mysql-global.conf':
    # Global Akonadi MySQL server settings,
    # These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf
    # Based on advice by Kris Köhntopp <[email protected]>
    [mysqld]
    skip_grant_tables
    skip_networking
    # strict query parsing/interpretation
    # TODO: make Akonadi work with those settings enabled
    #sql_mode=strict_trans_tables,strict_all_tables,strict_error_for_division_by_zero,no_auto_create_user,no_auto_value_on_zero,no_engine_substitution,no_zero_date,no_zero_in_date,only_full_group_by,pipes_as_concat
    #sql_mode=strict_trans_tables
    # use InnoDB for transactions and better crash recovery
    default_storage_engine=innodb
    # case-insensitive table names, avoids trouble on windows
    lower_case_table_names=1
    character_set_server=latin1
    collation_server=latin1_general_ci
    table_cache=200
    thread_cache_size=3
    log_bin=mysql-bin
    expire_logs_days=3
    #sync_bin_log=0
    # error log file name, relative to datadir
    log_error=mysql.err
    log_warnings=2
    # log all queries, useful for debugging but generates an enormous amount of data
    #log=mysql.full
    # log queries slower than n seconds, log file name relative to datadir
    log_slow_queries=mysql.slow
    long_query_time=1
    # log queries not using indices, debug only, disable for production use
    log_queries_not_using_indexes=1
    # maximum blob size
    max_allowed_packet=32M
    max_connections=256
    # makes sense when having the same query multiple times
    # makes no sense with prepared statements and/or transactions
    query_cache_type=0
    query_cache_size=0
    innodb_file_per_table=1
    innodb_log_buffer_size=1M
    innodb_additional_mem_pool_size=1M
    # messure database size and adjust
    # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema");
    innodb_buffer_pool_size=80M
    # size of average write burst, keep Innob_log_waits small, keep Innodb_buffer_pool_wait_free small (see show global status like "inno%", show global variables)
    innodb_log_file_size=64M
    innodb_flush_log_at_trx_commit=2
    Test 6: SKIP
    MySQL server custom configuration not available.
    Details: The custom configuration for the MySQL server was not found but is optional.
    Test 7: ERROR
    MySQL server configuration not found or not readable.
    Details: The MySQL server configuration was not found or is not readable.
    Test 8: SUCCESS
    akonadictl found and usable
    Details: The program '/usr/bin/akonadictl' to control the Akonadi server was found and could be executed successfully.
    Result:
    XdgBaseDirs::saveDir: failed to create directory ' "/root/.local/share/akonadi" '
    XdgBaseDirs::saveDir: failed to create directory ' "/root/.local/share/akonadi" '
    XdgBaseDirs::saveDir: failed to create directory ' "/root/.local/share/akonadi" '
    Akonadi Control: running
    Akonadi Server: stopped
    Test 9: SUCCESS
    Akonadi control process registered at D-Bus.
    Details: The Akonadi control process is registered at D-Bus which typically indicates it is operational.
    Test 10: ERROR
    Akonadi server process not registered at D-Bus.
    Details: The Akonadi server process is not registered at D-Bus which typically means it was not started or encountered a fatal error during startup.
    Test 11: SKIP
    Protocol version check not possible.
    Details: Without a connection to the server it is not possible to check if the protocol version meets the requirements.
    Test 12: ERROR
    No resource agents found.
    Details: No resource agents have been found, Akonadi is not usable without at least one. This usually means that no resource agents are installed or that there is a setup problem. The following paths have been searched: '/usr/share/akonadi/agents'. The XDG_DATA_DIRS environment variable is set to '/usr/share:/usr/local/share:/opt/kde/share', make sure this includes all paths where Akonadi agents are installed to.
    Directory listing of '/usr/share/akonadi/agents':
    distlistresource.desktop
    icalresource.desktop
    imaplibresource.desktop
    kabcresource.desktop
    kcalresource.desktop
    knutresource.desktop
    localbookmarksresource.desktop
    maildirresource.desktop
    mailthreaderagent.desktop
    nepomukcontactfeeder.desktop
    nepomukemailfeeder.desktop
    nepomuktagresource.desktop
    nntpresource.desktop
    strigifeeder.desktop
    vcarddirresource.desktop
    vcardresource.desktop
    Environment variable XDG_DATA_DIRS is set to '/usr/share:/usr/local/share:/opt/kde/share'
    Test 13: SUCCESS
    No current Akonadi server error log found.
    Details: The Akonadi server did not report any errors during its current startup.
    Test 14: SUCCESS
    No previous Akonadi server error log found.
    Details: The Akonadi server did not report any errors during its previous startup.
    Test 15: SUCCESS
    No current Akonadi control error log found.
    Details: The Akonadi control process did not report any errors during its current startup.
    Test 16: SUCCESS
    No previous Akonadi control error log found.
    Details: The Akonadi control process did not report any errors during its previous startup.
    From the shell output:
    kmail(14979) KWallet::Wallet::openWallet: Pass a valid windows to KWallet::Wallet::openWallet().
    kres-migrator(14981)/libakonadi Akonadi::Control::Private::exec: Could not start/stop Akonadi!
    XdgBaseDirs::saveDir: failed to create directory ' "/root/.config/akonadi" '
    XdgBaseDirs::saveDir: failed to create directory ' "/root/.config/akonadi" '
    XdgBaseDirs::saveDir: failed to create directory ' "/root/.config/akonadi" '
    XdgBaseDirs::saveDir: failed to create directory ' "/root/.config/akonadi" '
    XdgBaseDirs::saveDir: failed to create directory ' "/root/.config/akonadi" '
    XdgBaseDirs::saveDir: failed to create directory ' "/root/.config/akonadi" '
    XdgBaseDirs::saveDir: failed to create directory ' "/root/.config/akonadi" '
    XdgBaseDirs::saveDir: failed to create directory ' "/root/.config/akonadi" '
    XdgBaseDirs::saveDir: failed to create directory ' "/root/.local/share/akonadi/db_data" '
    XdgBaseDirs::saveDir: failed to create directory ' "/root/.config/akonadi" '
    XdgBaseDirs::saveDir: failed to create directory ' "/root/.config/akonadi" '
    XdgBaseDirs::saveDir: failed to create directory ' "/root/.local/share/akonadi" '
    XdgBaseDirs::saveDir: failed to create directory ' "/root/.local/share/akonadi" '
    XdgBaseDirs::saveDir: failed to create directory ' "/root/.local/share/akonadi" '
    kmail(14979)/kresources: Akonadi migration failed!
    kmail(14979)/kresources: command was: ("kres-migrator", "--interactive-on-change", "--type", "contact", "--omit-client-bridge")
    kmail(14979)/kresources: exit code: 0
    kmail(14979)/kresources: stdout: ""
    kmail(14979)/kresources: stderr: ""
    QProcess: Destroyed while process is still running.
    kmail(14979): No language dictionaries for the language: "en_US"
    kmail(14979): No language dictionaries for the language: "en_US"
    kmail(14979): No language dictionaries for the language: "en_US"
    kmail(14979): No language dictionaries for the language: "en_US"
    and
    2) this is the output at the shell once i write a mail and i press send.
    kmail: relocation error: /usr/lib/libgpgme++-pthread.so.2: symbol gpgme_cancel_async, version GPGME_1.1 not defined in file libgpgme-pthread.so.11 with link time reference
    and a crash follows.
    Well , i tried to manually create some of the directories, with no success. To be honest,  i mostly care to fix this crashing issue since i cant send any email after the upgrade.Any pointers folks?
    Cheers,
    IMG
    Last edited by IMG (2009-02-22 12:02:50)

    Hey toxygen,
    thanks for the reply. No i am not using kdemod (actually never tried it, maybe i should try it some day) . The thing about turning akonadi off is that it is not that clear to me how to do it properly.
    Looking around at System settings --> advanced --> Akonadi server configuration  , it clearly states that akonadi server is not running (due to bad configuration). I dont see anything like "switch off Akonadi server" either.
    Trying System settings--> advanced --> Kresources , it tries a couple of times to start the Akonadi server (fails ofcourse) , and then i get to the Kresources dialog. But i cant see anything there related to Akonadi, or something like "do not use Akonadi".
    Also  removing the package ignoring the dependencies with
    pacman -Rd akonadi
    has this result on shell
    KWallet::Wallet::openWallet: Pass a valid window to KWallet::Wallet::openWallet().
    kres-migrator: error while loading shared libraries: libakonadiprotocolinternals.so.1: cannot open shared object file: No such file or directory
    kmail(23835)/kresources: Akonadi migration failed!
    kmail(23835)/kresources: command was: ("kres-migrator", "--interactive-on-change", "--type", "contact", "--omit-client-bridge")
    kmail(23835)/kresources: exit code: 127
    kmail(23835)/kresources: stdout: ""
    kmail(23835)/kresources: stderr: ""
    So the kde still looks for it(expected). Btw it doesnt seem there to be a way to remove it without the -d option at pacman , since it is required by kdepimlibs , which in turn are required by many other kde packages.So how do you go about switching it off?
    Another strange thing i noticed after googling about the issue is that usually if i get it right, the akonadi configuration files should be located at ~/.config/Akonadi  , so why is it trying to do its stuff at /root/.config/akonadi in my machine ?? Am i somehow causing it to run as root?
    IMG

  • FAS2040 volume and LUN configuration

    So, we've inherited down some badly configured NetApp FAS2040's and I'm in the process of upgrading them to Data ONTAP 8.0.5 from 7.3.4 (7-mode). We're contractors so these things change hands quite a bit and just getting access to NetApp support was something of a task. Anyways, I've been working on this issue since no one feels comfrtable at it and I've run into some snags. I want to maximize space since we have 4 of these 2040's (12 600g 15k SAS drives), a 2020, and a FAS2040 with the DS4xx something shelf unit. Working with one aggregate is fine as we don't think we'll need the added protection from having a root aggregate and aggregate for data volumes. What is best way to setup these volumes and LUN's? I've looked at it from both angles of having 1 volume and 2-3 LUNs, or by having multiple volumes with one LUN each. I think the single volume works good enough and we could take advantage of deduplication more efficiently. However, I'm confused on something. If I make 2x 1.75 TB or 2x 1.5 TB LUNs does that give me enough space for snapshots? I don't want to make snapshots, but I'm confused on how these things operate as I was under the impression that I should have Fractional Reserve @ 100% and snapshots at 0, but I was getting out of space alerts (everything is thick provisioned). I then proceeded to changing the FR to 0  (unchecking it in OnCommand) and the alert went away in vCenter plugin. I say I don't want snapshots because I thought that taking advantage of SnapVault would be a great idea since we are running an old 4.1 vmware infrastructure, can't use VDP, and have no ways of buying a backup/dr software. I figured allocating a 2040 to backups with SnapVault or using the netapp plugin in vcenter to do scheduled backups would be decent enough for now.  So... I'm incredibly confused on how to design the volumes in respect to not running out of space with this fractional reserver and snapshots. Am I making my luns to large for my volumes? Is there some mathmatical formula I should use? 

    Hi,  1) The recommentations regarding the root volume, refer link Page #159 2)One LUN per volume is recommented for ease of management 2)fractional reserve is LUN over write reserve, these links may help you Considerations
    Video Thanks

  • Using different configured views for different user group in crm2007

    Hello SAP Expert,
    Want to clarify if the BADI (Configuration Access Determination BADI ; BSP_DLC_ACCESS_ENHANCEMENT)  is used as design time or Run time. By looking the help of this BADI it says "This Business Add-In (BAdI) is used in the UI Configuration Tool (CRM-FRW-CON) component." Looks like this is at configuration time not at run time.
    The actual requirement is that for a set of users which work on a particular department, we want to have some extra information on 2 views and rest of the views they would be using same as entire organization. We are inclined towards using config role rather than zviews. If we were to use zviews then it would not be a difficult one.
    We were thinking of a mechanism to show the configured view based on user's Business Role at runtime. e.g. we have 2 roles A and B. Role A user have only 2 views specific to them and all other views they use same as Role B. We do not want to use ZView rather use Role Config Key to distinguish the views. What I was thinking that we should be able to create these 2 views with Config Role A and all  views (including these 2) with Config Role B. On Business Role A and Business Role B both, We will assign Config Role "B". but at runtime system should determine if the Business Role is A and Component is CMP1 then use the view V1 with Config Role A not the default view with config role B. (we can maintain that information in a Z table). This is not based on runtime profile but to use configured view at runtime.
    Any thoughts/ help really appreciated.
    Best regards,

    Hi Amithab,
    you can use badi CRM_BP_UIU_VIEW_CONFIG  of enhancement spot CRM_UIU_BP_ENHANCEMENT for your requirements. Please read the badi documentation because you need also a implementation of badi CRM_BP_UIU_CONFIG_CALLBACK (same spot). SAP considers badi CRM_BP_UIU_VIEW_CONFIG only for use at dynamically loading different configuartions of view details for business partners or contact persons at runtime. But you can use your badi implementation also for other views. You have to redefine method DO_CONFIG_DETERMINATION in your views. And call your badi from there. For this copy&paste the logic of DO_CONFIG_DETERMINATION of bp details to the views you have to load dynamically at runtime.
    We have used this approach for access controll and granting special access to views dependent on different employee functions.
    Best regards
    Michael

  • Configure ssh between two hosts as a ROOT user

    Hi Experts,
    I have tried several times to configure ssh between two hosts but didn't get success. Can some please help me to configure ssh as a root.
    I have freshly installed two solaris 10 VM's.
    Thanks~
    Edited by: user12108503 on Jun 3, 2013 1:28 PM

    Hi,
    I have changed the config file and still getting exactly same error message.
    /etc/ssh/ssh_config: line 32: Bad configuration option: PermitRootLogin
    /etc/ssh/ssh_config: terminating, 1 bad configuration options
    Please help.
    Thanks~

  • Bad performance video in on vivo card?

    This opinion posted as a reply in other thread. But because I think It is proper to be an issue for discussion
    I am posting in a new thread. Let alone the difficulty in configuration, the vivo of this card seems to have a poor performance.
    I too have a GeForce 4 Ti4200-VTD8X-8894 AGP 8X 128MB.
    Vidio in working in a machine, but not in other machine.
    I also have a ati tv wonder pci, The configurations of the capture driver on both machine appeares to be the same but behave differently, which I don't know why at all.
    What I've found so far :
    1. For tv(videoin) decoding: dscaler1.7(alpha) works on both machine(but on bad one freezes often)
    2. On the bad machine using any capture driver causes pending (ie. in windows movie maker or virtual dub), drivers(1.27 or 1.22) have the same behavior.
    3. While comparing the performance of tv decoding, I found a big issue. Tvwonder was very vivid on screen and the cpu usage was only 8% while vivo was very rough(skipping, ...) and the cpu load was over 60%.
    So the conclusion?
    The tv in of this card is only for the poor. If you can bear the poor performanc, you can spend lots of time to enable it and get bad performance. I'd rather buy a h/w decoding tv card for $30 or more. With amd xp 2.1G, and Tvwonder and window media encoder, I was able to broadcast to 1.5g bandwidth of video quality while watching the movie on Window media player on the same machine. The cpu usage was around 80%. But with this card, I cannot dream of it at all.
    It is said that this card has bt848 decoder(So can be played using dscaler1.7). Then how come this card be so slow on decoding? Bad configuration? Possibly. If anyone who could watch tv(through vcr) fast enough with low cpu usage, please let me know the secret.

    I started again from scratch (3:th time), installed win98 on a clean HD and installed the vga driver from the cd in the box. Then I installed Winproducer from the cd, but the capture program I have to browse on the cd to install. The capture seems to work now, but I can not save my recording from my camcorder, some error message is poping up and the same message is when I tried to play the saved file (there is a saved file anyway).
    I have problem whith my network card also byt only in win98, complaining about ndis.vxd (can´t load ndis.vxd).
    So I have to install W2000 to get internet.
    When I installed the Winproducer on W2000 the computer rebooted all the time, is Winproducer not compatible whith W2000 ??
    I have not downloded anything yet (se abow).
    And where can I find this 28.32 or 29.42 ?
    WDM, I have installed this time.
    Thanks NE

  • Removing Meeting Place 6 Audio Server Failover Configuration

    Hi, I have an old MeetingPlace 6 system.
    Issue - Intermittently users are getting static and dead-air experience. Looking at Call Manager CDR, the call is trying to route to offline audio server. I verified the IPGateways for failover Audio server configuration and did not find so.
    Requirement - I would like to remove the failover configuration sine failover server is offline
    Considerations - How do I do this? What do I have to consider?
    Thanks in Advance,
    Amish                  

    Hi Andrew
    I have looked at both the suggestions from you and jdedell12.
    1. Shadow Server - there is nothing configured
    2. H.323 on CUCM - I have two IP GW's configured. Nothing else relevant to Shadow server.
    3. IP GW's - Checked GW SIM config
    Interestingly enough, after the Audio server power cycle the issue fixes itself.....I have had this issue twice in the past 9 weeks....random behaviour.
    If this occurs again, I am going to reconfigure the GW SIM in the IP GW's. Since IP GW's route the calls, I am thinking that there may be a bad configuration issue here. This is going to be the next area for look out.
    Thoughts?
    Thanks guys
    Amish

  • Claer Wireless configuration - Laserjet CP1525nw

    I had to replace a router in a home of a neighbor, they previously had the subject printer connected wirelessly.  The new router forced me to change the passphrase for the wireless connection from what was previously used.  The same SSID IS being used on the new router.  I have tried all attempts to reset the network settings on the printer and whenever I do and then repeat the wireless setup, be it by WPS, PIN or CD-ROM and USB cable, in ALL cases the connection fails and in best cases says security passphrase is wrong or in worst cases that the printer does NOT see the CORRECT wireless network. The oddest part, apart from the total lack of a solution on the HP forums, or even in the manuals, is that the printer keeps picking up an odd-ball SSID, "HPCP1525-135f8d", mode is ad-hoc and the IP comes up with a "bogus" number which does NOT match any local network, 169.254.123.35.  I have seen IP's like this before on PC NIC adapters which cannot connect, I believe this is some kind of internally assigned IP, not from any networking device.  That combined with the bogus SSID, I am confident the printer is the source of this BAD configuration data. I have even tried to manually set the IP, using a reserved IP on the router which I set up just for this printer.  Still nothing, it fails to connect and collects and saves this bad SSID and IP. How the h*ll do you get the NVRAM of the printer to drop this IP and FORGET that SSID? Do NOT tell me to re-run setup, I have tried multiple times, that may temporarily clear the data, but in re-running the setup it to again collects and SAVES the bad configuration data. My best guess, and another solution which cannot be found ANYWHERE, is how do you do a HARD factory reset on the printer???  I have just about had my fill of the user-friendliness of these HP interface and setup software!!!!! HELP!!!!

    I found this on an earlier post and it works for the person.  You have to first connect the printer with a ethernet cable to your network router as there should be ports available and then follow the instructions below: The No-Bull**bleep** Way To Setup Your HP CP1525nw For Wireless Printing Connect the printer to your router via ethernet cable.At this point you might need to navigate via the LCD and printer buttons to the Network setup. It’s a simple menu tree that you navigate via clicking the arrow buttons and clicking OK. Just connect via Ethernet and use DHCP. It should connect itself to your network.Once the printer connects to your network it will display its IP address on the printer’s built-in LCD screen.Enter that IP address into a web browser on a computer that is on the same network. After you click enter you will be presented with a web-based administration interface for your printer.Click on the “Networking” tab.Click on “Wireless Configuration” on the left-hand options.Status should be “ON”
    Configuration Method should be “Join an existing network”.
    Network Name should present a list of available networks. Click on yours.
    Authentication should be set according to your networkClick APPLY and disconnect the wired connection to the router. The little wireless light on the front of the printer will start blinking as it connects to your router wirelessly. Once the light is solid the printer’s new IP address should be displayed on the built-in LCD display.  You should now be able to connect using that ip address.

  • Configuration for using N73 as modem with Infrared...

    Hi,
    Can someone from Nokia explain us how to set-up a configuration to use N73 as modem via infrared or Bluetooth.
    The N73 manual refers to PC Suite manual, I followed this manual step by step but at the end it doesn't work.
    One thing also is that E61 menu refers to a "Connectivity -> Modem" option that is not available on Nokia N73 ?
    I tried to set-up a packet connection but it doesn't worked either ?
    I use PC Suite 6.81 (the latest version) and XP SP2.
    Thanks in advance for your help
    Emmanuel

    Hi,
    Sorry for not coming back earlier.
    I contacted Nokia support in France but they never came back to me.
    The N73 user manual is saying to follow the PC Suite manual instruction :
    "Detailed installation instructions can be found in the user guide for Nokia PC Suite.
    Tip! When using Nokia PC Suite for the first time, to
    connect your device to a compatible PC and to use
    Nokia PC Suite, use the Get Connected wizard available
    in Nokia PC Suite."
    I used the mentioned wizard and I got PC Suite connected to the phone by Infrared ok.
    Then I disconnect PC Suite and use the "Internet connection" wizard I get the following error message :
    "Network connection failed - Modem is used by another application or is badly configured".
    As suggested by the on line help I tried the following option :
    - Make sure that PC Suite is disconnected before trying to connect (I did and it didn't worked)
    - I changed the port used by the connection (and nothing changed)
    - I re-installed the modem driver and I even installed SP2 on my configuration (nothing changed)
    Somebody mentionned to me that I might have to create a Packet data connection, I did it but again it didn't changed anything.
    I'am now almost sure there is an issue using N73 as modem with Infrared.
    Worse saying also that my actual laptop configuration is working fine with a 6310i and that my N73 is working fine as a modem when used with USB cable.
    One interesting point also is that there is in E61 a "Connection->Modem" menu option that apparently is not existing in N73.
    Any new idea welcome
    Thank you and best regards
    Emmanuel

  • Configuring X for use with Television on Nvidia

    Hi there!
    I on a nVidia GeForce 8500 GT with TV-Out. I would like to use my old CRT-Mitsubishi-TV to watch Movies on it. What I did was buying a connector from S-Video to Cinch (this one to be exactly: http://www.reichelt.de/?;ARTICLE=57611, then I plugged a long cinch cabel into it and connected it to the Television with a SCART-Converter.
    I 'm perfectly able to get a picture onto my TV with TwinView configured. A configuration with to seperate screens didn't work (probably because of KDE4). The only problem I have is, that there is always some space cut off. If I put a window into fullscreen there is always some space I can't see (on all 4 sides). That's a little annoying. Does anyone have a clue what the problem could be?
    I already played around with some settings (different resolutions, composite/s-video, different tv-standards, etc.), but nothing really helped. All modes that worked more or less had cut-off areas. As I only want to play movies (usually with vlc) I would be fine with any other solution, that makes the vlc full-screen-view fit into the TV.
    Here are the important parts of my xorg.conf (please don't care too much for the actual modeline, as I said I tried many different resolutions for the TV):
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen[0]" 0 0
    EndSection
    Section "Monitor"
    Identifier "Monitor[0]"
    VendorName "Philips"
    ModelName "Brilliance 190BW"
    HorizSync 30.0 - 83.0
    VertRefresh 56.0 - 75.0
    Option "DPMS" "True"
    EndSection
    Section "Device"
    Identifier "Card[0]"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "GeForce 8500 GT"
    Option "ConnectedMonitor" "DFP,TV"
    Option "NoLogo" "True"
    Option "RenderAccel" "True"
    Option "TripleBuffer" "True"
    Option "TVStandard" "PAL-B"
    Option "TVOutFormat" "SVIDEO"
    Option "MetaModes" "DFP: 1680x1050,TV: NULL; DFP: 800x600,TV: 800x600"
    Option "TwinView"
    Option "TwinViewOrientation" "LeftOf"
    Option "SecondMonitorHorizSync" "30-50"
    Option "SecondMonitorVertRefresh" "60"
    EndSection
    Section "Screen"
    Identifier "Screen[0]"
    Device "Card[0]"
    Monitor "Monitor[0]"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1680x1050" "1440x1024" "1440x900" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Last edited by bleichmittel (2009-06-02 22:01:40)

    stefanwilkens wrote:
    mis-read your post, sorry.
    I'm assuming you've tried nvidia's tools for this, so have you looked into xrandr? It provides a non config userspace way to set-up multy display and provides scaling, I think that may help you here.
    man xrandr for more information
    I used the posted xorg.conf with xrandr (i. e. "xrandr -r 50 -s 1680x1050" to switch to the monitor only modeline etc.), i also played around with "NVidia X-Server Settings", but with no success.
    I already used this television with an Intel-Graphics-Card, xrandr was more useful back then. I for example used this script to switch to dual-view:
    #!/bin/sh
    xrandr --auto
    xrandr --output LVDS --mode 800x600
    xrandr --output TV --same-as LVDS
    xrandr --output TV --set TV_FORMAT PAL
    xrandr --output TV --mode 800x600
    I believe this has worked fine. So it probably is the fault of the Nvidia-Card or the S-Video-To-Cinch-Connector (which I hadn't used before). Or it is because of bad configuration.
    karol wrote:- rescaling your movies, adding a border around the frame to compensate for the cut-off (if it is regular and constant).
    Yes, I tried different resolutions. To me the cut-off areas seemed to always be the same. I'll go on with resizing the VLC-X-Video-output-Window to fit. Is there an easy way to do this (or cut off certain areas in an comfortable way with vlc)? Of course I would also love to hear further ideas on what I could do about this issue.

Maybe you are looking for

  • Exporting and importing data from memory

    Hi Gurus, Written 2 programs. 1st program executes and submits 2nd program in background. Now the output in internal table which we get in 2nd program has to be displayed in 1st program. My taught is to use Set ID and GET ID to retrieve the data. How

  • Strange Run-time behavior of message mapping

    Dear All, This is very urgent I have 2 step mapping in my synchronous(ABAP proxy to HTTP_AAE) interface, first step is graphical mapping and second step is java mapping. After both the mapping I am able to get my desired structure by bank(third party

  • When saving from the print menu to PDF to iBooks, it saves it as unnamed document.

    When saving from the print menu to PDF to iBooks, it saves it as unnamed document. Would like to be able to give it a name before saving it, or at least have a rename function in iBooks. Can use Preview and rename it in Downloads and then move it to

  • Pl/sql call to a WS: HTTP request error

    Hello, I am trying to call a web service from a pl/sql package and am getting this error from the Apps (10g database) ORACLE error 29273 in FDPSTP Cause: FDPSTP failed due to ORA-29273: HTTP request failed ORA-06512: at "SYS.UTL_HTTP", line 1029 ORA-

  • Column Ordering Issue

    Trying to find a solution to a problem I'm having in SharePoint 2010 Foundation, we have a list library used for storing drawings and when displaying the content of the library I want the results to be ordered by the Drawing Number column which sound