Listener pob

i am having a problem with my listener which is as below
C:\Documents and Settings\seyi>lsnrctl start
LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 02-OCT-2008 16:11
:51
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Starting tnslsnr: please wait...
Failed to start service, error 3.
TNS-12560: TNSrotocol adapter error
TNS-00530: Protocol adapter error
C:\Documents and Settings\seyi>lsnrctl status
LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 02-OCT-2008 16:12
:26
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))
TNS-12541: TNS:no listener
TNS-12560: TNSrotocol adapter error
TNS-00511: No listener
32-bit Windows Error: 61: Unknown error
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
TNS-12541: TNS:no listener
TNS-12560: TNSrotocol adapter error
TNS-00511: No listener
32-bit Windows Error: 2: No such file or directory
The content of my listener is
# listener.ora Network Configuration File: C:\oracle\product\10.2.0\db_1\network\admin\listener.ora
# Generated by Oracle configuration tools.
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
(PROGRAM = extproc)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
and tnsname is
# tnsnames.ora Network Configuration File: C:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.
ORCL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl)
EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
pls can someone help

seyiisq wrote:
i was not able to start the listener. I tried starting the listaener service i got the error
the system cannot find path sprcified, before and after renaming the listener"i got the error the system cannot find path sprcified"
There's a huge clue, even though you obviously didn't cut and paste the actual error message, which is a recommended practice. Double check PATH and ORACLE_HOME environment variables against the actual location of your Oracle installation. Double and triple check spellings. Since this is Windoze, you'll have to check settings in the registry as well as My Computer properties.

Similar Messages

  • How do i use my Platronix bluetooth with iPhone 4 to listen to music.

    How do i use my Platronix bluetooth with iPhone4 to listen to music.
    Its a mono bluetooth paired with the phone.
    I dont want to buy a new stereo headset but can i use this same one.

    One way is to sync the contacts from the old iPhone to iCloud. Then when you turn on the new phone and set it up for iCloud and turn on the Contacts in Settings >iCloud, they will come to the new phone. http://www.apple.com/icloud/setup/

  • APEX LISTENER Install troubleshooting

    Hi, I need help.. :-)
    Default Database connection not configured properly
    What I have done:
         ALTER USER APEX_LISTENER ACCOUNT UNLOCK;
         ALTER USER APEX_PUBLIC_USER ACCOUNT UNLOCK;
         ALTER USER APEX_REST_PUBLIC_USER ACCOUNT UNLOCK;
         connect APEX_LISTENER/mypasswd1
         connect APEX_PUBLIC_USER/mypasswd2
         connect APEX_REST_PUBLIC_USER/mypasswd1
    Check default.xml
    password: replaced encrypted one with clear text one for APEX_PUBLIC_USER to ensure it is correct
    even tried APEX_LISTENER password just incase
    Is there a simple JDBC test to see if it connects? it is APEX_PUBLIC_USER who is connecting isn't it?
    ======================================================================
    java -jar apex.war
    Feb 22, 2013 12:44:40 PM oracle.dbtools.standalone.Standalone execute
    INFO: NOTE:
    Standalone mode is designed for use in development and test environments. It is not supported for use in production environments.
    Feb 22, 2013 12:44:40 PM oracle.dbtools.standalone.Standalone execute
    INFO: Starting standalone Web Container in: /data/oracle/orawd/product/11.2.0/dbhome_1/apex_listener/apex
    Feb 22, 2013 12:44:41 PM oracle.dbtools.standalone.Deployer deploy
    INFO: Will deploy application path = /data/oracle/orawd/product/11.2.0/dbhome_1/apex_listener/apex/apex/WEB-INF/web.xml
    Feb 22, 2013 12:44:41 PM oracle.dbtools.standalone.Deployer deploy
    INFO: Deployed application path = /data/oracle/orawd/product/11.2.0/dbhome_1/apex_listener/apex/apex/WEB-INF/web.xml
    Feb 22, 2013 12:44:41 PM oracle.dbtools.common.config.file.ConfigurationFolder logConfigFolder
    INFO: Using configuration folder: /data/oracle/orawd/product/11.2.0/dbhome_1/apex_listener/apex
    Default Database connection not configured properly
    Feb 22, 2013 12:44:42 PM oracle.dbtools.rt.web.SCListener contextInitialized
    INFO: Oracle Application Express Listener initialized
    Application Express Listener version : 2.0.0.354.17.06
    Application Express Listener server info: Grizzly/1.9.49
    Feb 22, 2013 12:44:42 PM com.sun.grizzly.Controller logVersion
    INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.49 - 2/22/13 12:44 PM
    Feb 22, 2013 12:44:42 PM oracle.dbtools.standalone.Standalone execute
    INFO: http://localhost:8888/apex started.

    That could be a problem.
    I was answering the question:
    BillC wrote:
    Is there a simple JDBC test to see if it connects? it is APEX_PUBLIC_USER who is connecting isn't it?Yes - APEX_PUBLIC_USER is the connecting user.
    You can use SQLPLUS to make sure you have the correct password.
    After that, it is the SERVER, PORT, SID/SERVICE in the APEX listener you need to confirm.
    You can TNSPING to confirm you have the correct selections for those.
    You can always re-run the java -jar apex.war setup command to all of the basic settings.
    The reason I mention that is because if you modify the settings manually - we need to ask "which file?" because there is the default and the database specific one too.
    Try making a request to the service in standalone mode and you should get a terminal output (the window stays open) with a more detailed error. I would guess there will be an ORA-12514, TNS listener does not currently know of service requested in descriptor or something similar that will give you the "debug" information you are looking for.
    Regards,
    --Tim St.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Problem with logging in to apex application builder listener

    I have problem with my settings and am posting this in hope that someone else out there had similar problem and solved it!
    I am trying to use reverseproxy to access to our db through apex listener.
    It's been all set-up and I can login to the application it self either through proxy or no proxy using the listener.
    But when I try to login to apex application builder I cannot do it through proxy(with no proxy, it works).
    It just refreshes the login page when I click login....
    I tried to upgrade the listener to the latest v1.1(using 1.0.2) but it causes my tomcat to crash...
    So solution i am looking for is how to make logging in work through proxy..
    In the firebug it is showing that below and few other request status as 302 moved temporariry
    http://myserver:8080/testsin/apex/wwv_flow.accept
    Where as with no proxy it is saying Found.....
    Any thoughts??
    Thanks
    Sin K

    Hello Sin K,
    so proxy and Tomcat are located on different machines as well? Is the proxy able to commuicate with the Tomcat on the configured internal ports and is the proxy able to lookup the hostname you configured for the Tomcat?
    For the connector, the proxyName and proxyPort should be the parameters the client uses to call APEX. So if your clients should call via http://proxyserver:8080/testsin/apex the settings would be
    proxyName=proxyserver
    proxyPort=8080Reason for this is that applications (e.g. the APEX Listener) generate there URL references with these parameters.
    But does your proxy actually serve on port 8080? And is that port accessible by clients? Do clients accept cookies from that server?
    In my case, there is only one 302 which redirects to http://host:port/apex/f?p=4500:1000:sessionid which is correct.
    If you look into your first post request in firebug, what's in the request header?
    -Udo

  • Making an iTunes library protected against ripping onto CD, listen only

    Hi there
    we have a security issue with itunes. We are a secure college within an HMP&YOI and we use 16 imacs in two rooms. We have installed the same master music library (currently 8500 tunes)on each machine and all students have access to it under their own account.
    Our problem is this. 1 (How) is it possible to make a library read only, i.e. so it is not burnable onto a CD, for copyright protection. We want the lads to be able to hear the music without being able to 'rip' it to CD.
    2. Is it possible to split the library into two libraries, making the content of one burnable and the content of the second not burnable. This way we can offer them instrumentals and original titles for burning and commercial copyright protected titles for listening only.
    NB None of the content has been downloaded from the itunes store.
    Your help on this matter would be very much appreciated.
    Mark Anderson
    Music dept
    HMP & YOI Ashfield

    Hi Patrick
    Your solution to the problem seemed to be the answer but I now have another problem: not all the macs in the music room can 'see' i.e. share the new intel mac.
    They are all connected via a Belkin switch using ethernet and sharing is enabled in all machines. Some of the iSite white iMacs can be seen by the new intel mac but they cannot 'see' the new intel mac. How can an ethernet connection work only one way ? We are using standard ethernet two way cable. All machines are running 10.5.3 apart from the new mac which is happy running 10.4.11.
    If I could get all the macs in the room to 'see' the new intel machine, then we could run the intel machine as the Master iTunes Library and share it as you suggest 'read-only' to the other machines.
    Has anyone any suggestions as to why this is happening ? Is there something other than turning sharing on in system prefs that one has to do to enable two communication between all machines ?
    Thanks
    Marco

  • How do I use home sharing between my home computer and my work computer so I can listen to the same music both places?

    Hello. I am trying to use my work computer with itunes to listen my my music on my itunes on my computer at home. I have signed into both. My computer at home is off, is there a way to listen to all my music on both computers by using Home Sharing or another means?

    The best way I know is to sign up for iTunes Match.  All your music is stored in the cloud and can be accessed by up to 10 devices.

  • How to configure oracle listener profile for multiple oracle database

    Hi,
    I am going to install solution manager system in the same server of ERP EHP4 on Windows. Both DB are oracle.
    I'd like to know how to configure listener in this kind of envirnmonent.
    a. use two listener and different ports
    b. use same listener but different ports
    c. use same listener and same port
    Which is the correct mothed?
    And, after installation, there seem three set of profiles of listten, one for ERP, one for SLM, and the other for OS?(%windir%system32), which one is functional?
    Please advise.
    Thanks a lot.
    Regards,
    Alex

    Hi,
    standard installation is creating new configs for listener for each instance.
    I would recommend to use one listener per each instance.
    YOU CAN NOT HAVE one port number for two differnet systems!
    If you want to use one listener than you must adapt tnsnames.ora, listener.ora and ensure that both systems will use different port numbers.
    For example PORT= 15<system number>
    Peter

  • Is there a way that iTunes can act as a Radio Alarm Clock? I have found the radio station I enjoy listening to in the iTunes Radio List. Is there anyway iTunes (and my Mac) can be set to come-on and start playing that Radio Station from Sleep mode at spec

    Is there a way that iTunes can act as a Radio Alarm Clock?
    I have found the radio station I enjoy listening to in the iTunes Radio List. Is there anyway iTunes (and my Mac) can be set to come-on from Sleep mode and start playing that Radio Station at specific times of the day?
    Any App or plug-in that does that?
    Many thanks
    Kevin

    Turning your Mac into a clock radio.
    1.  In iTunes create a playlist that contains just the radio station you want to wake up to.
    2.  Export the playlist (as .m3u works well).  Get Info on your playlist file and look at the Open With entry to make sure it points to iTunes, VLC or some other app that will stream your station.
    3.  In iCal create an event entry at the time you want to wake up.
    4.  Right (or Control) click on your wakeup event and select Get Info.
    5.  For "alarm" select Open File.
    6.  Now under Open File there will be a place to add the file to open.  It will probably be some default entry (like iCal).  Click on it will allow you to select "other."  Then use the file dialog to select your playlist file.
    Your Mac will wake you up at the appointed time.  You don't need to keep iCal running.  If you want to put you Mac to sleep for the night then there is one more thing you need to do.  Open System Preferences to Energy Saver and click on the Schedule button.  Check Start up or wake and set the wake up time to slightly before your iCal alarm time.
    Dan

  • Please help me. I have an IBook g4 and I've somehow lost plugins that I need to listen to webcasts etc. I've tried to download them when it signifies to "download appropriate plugin" or whatever it says, and when i hit the button, it says  "no suitable...

    PLEASE, PLEASE HELP ME. I'm a computer ignorant woman and need help. I have an IBOOK G4 and I was trying to fix a problem in IPhoto (which never got fixed) and took some guy's bad advice to reset iphoto or something and now my plug-ins are gone too. Or at least the one(s) that were allowing me to listen to on-line discussions and audio recordings.. Can anyone help me? I have gone to UPDATE SOFTWARE and updated Java but that is all.  It's like I go to a think were there is an audio thing to listen to and there is a picture of a plug in and it says something like "Plug in not available to listen to this" and then gives you an option to download plug-in but when I do, it says something like "No Plug in was found that was useable" or something alone those lines. Then it has a manual plug-in option but when I clicked that, I entered the frustrated crying zone. Can you help?  I will so give you big points!   Thank you!

    THis is all Greek to me, but maybe it answers your questions????  Thank you Ronda.
    ATA Bus:
    MATSHITADVD-R   UJ-845E:
      Model:    MATSHITADVD-R   UJ-845E
      Revision:    DMP2
      Serial Number:   
      Detachable Drive:    No
      Protocol:    ATAPI
      Unit Number:    0
      Socket Type:    Internal
    Built In Sound Card:
      Devices:
    Texas Instruments TAS3004:
      Inputs and Outputs:
      Internal Microphone:
      Controls:    Left, Right
      Playthrough:    No
      PluginID:    TAS
      Headphones:
      Controls:    Mute, Left, Right
      PluginID:    TAS
      Internal Speakers:
      Controls:    Mute, Left, Right
      PluginID:    TAS
      Formats:
    PCM 16:
      Bit Depth:    16
      Bit Width:    16
      Channels:    2
      Mixable:    Yes
      Sample Rates:    32 KHz, 44.1 KHz, 48 KHz
    PCM 24:
      Bit Depth:    24
      Bit Width:    32
      Channels:    2
      Mixable:    Yes
      Sample Rates:    32 KHz, 44.1 KHz, 48 KHz
    DIMM0/BUILT-IN:
      Size:    512 MB
      Type:    Built-in
      Speed:    Built-in
      Status:    OK
    System Power Settings:
      AC Power:
      System Sleep Timer (Minutes):    6
      Disk Sleep Timer (Minutes):    10
      Display Sleep Timer (Minutes):    6
      Dynamic Power Step:    Yes
      Reduce Processor Speed:    No
      Automatic Restart On Power Loss:    No
      Wake On AC Change:    No
      Wake On Clamshell Open:    Yes
      Wake On LAN:    No
      Wake On Modem Ring:    Yes
      Display Sleep Uses Dim:    Yes
      Battery Power:
      System Sleep Timer (Minutes):    9
      Disk Sleep Timer (Minutes):    10
      Display Sleep Timer (Minutes):    9
      Dynamic Power Step:    No
      Reduce Processor Speed:    Yes
      Automatic Restart On Power Loss:    No
      Wake On AC Change:    No
      Wake On Clamshell Open:    Yes
      Wake On Modem Ring:    No
      Display Sleep Uses Dim:    Yes
      Reduce Brightness:    Yes
    Battery Information:
      Battery Installed:    Yes
      First low level warning:    No
      Full Charge Capacity (mAh):    466
      Remaining Capacity (mAh):    466
      Amperage (mA):    0
      Voltage (mV):    16491
      Cycle Count:    247
    AC Charger Information:
      AC Charger (Watts):    50
      Connected:    Yes
      Charging:    No
    Hardware Configuration:
      Clamshell Closed:    No
      UPS Installed:    No

  • Will I be able to copy my music library from my PC to I pad and listen to it at a remote place without sync and without I tunes match?

    Will I b able to copy my music library from PC to I pad while sync and listen to it without sync at a remote place. Is it possible without iTunes Match?

    Yes. As long as all your songs you lost have been Matched or Uploaded to iTunes Match you can download your entire library from the cloud.
    It might take some time though

  • Creative Zen Review With the AudioBook Listener In Mi

    Here is a copy of my review of the Creative Zen which I just published on the amazon.com mp3 player forum in the thread I started over a year ago entitled "What's the best player for AudioBooks " It is the longest thread in the forum with little indication of slowing down, and it can usually be found as the first thread in the forum.
    http://www.amazon.com/tag/mp3%20play...MxM6KCQW5Q9B6C
    I wound up getting the Zen 4GB a few weeks ago but delayed posting until I figured out how I liked it.
    - I like that it has a big screen with big text that I could get by using without my reading glasses (old eyes) in a pinch. That is a very toughtful touch I have't seen on any other players (not that I've seen them all.)
    - The big screen will also show pictures and videos which I don't care much about but is a nice feature if desired.
    - The big screen doesn't come with a cover and it will get scratched up fast. It took me a while to figure this out so my screen got a little scratched up before I realized it.
    Consider screen covers mandatory. They are sold seperately in a 3 pack for around $8. This is so important the device ought to have come with at least one screen cover in the box, even if it raised the price $2. My screen cover has been on for a few weeks and shows no sign of wear or coming loose. I did combine it with a rubber device cover I got on amazon for $3 which protects the whole device and covers the edges of the screen and screen protector. The unit is now protected. The cover comes with a little strap and D-Ring clip which is good for hanging onto some piece of clothing.
    - It has a built in battery which is good. It supposedly takes a long time to recharge but that is not an issue for me. I just plug it in to a USB port with the included 4" long cable and it has plenty of time to charge during the day for my use. A fast AC charger is available at extra cost (~$25 I think.)
    - Defect: The unit shuts off after being on pause for a few minutes (good) but it starts up at the beginning of the track when you restart (bad.) If you turn it off, it restarts where you left off as it should. This would not be an issue for music listeners, but it is for audiobook listeners when the track may be an hour to several hours long.
    - Defect: Bookmarks are not at the top of the Menu list and although some menus are customizable, the one with Bookmarks is not.
    - Defect: You can't get to Bookmarks when in the book. You have to back up to Music Menu, click to get to menu, and scroll 2 spots to get to Bookmarks. Not a deal breaker when you get used to it, but clearly not designed properly with the audiobook user in mind.
    - Sound quality: very good. Even with music, very nice.
    - Included headphones: Nice sound. They fall out of my ears and get tangled up a lot but I think thats true of most earbud headphones. I'm going to get the Sony Sport headphones I've had before with a foldable over the head strap.
    - Bookmarks: 0. Plenty for me. (Who listens to more than 0 books at a time )
    - Price: $90 for 4GB. I thought that was quite reasonable.
    SUMMARY: With a few menu enhancements and the ability to return to it's place after a pause/shutdown, I'd consider this device close to perfect for the audiobook listener.

    Try going into "Control Panel->Administrati've tools" and clicking on "Computer Management". Find "disk management" in the left pane and click it. Your Stone should be in the right somewhere. I think you need to right click, then "choose dri've letter and paths" and give it a dri've letter with the "add" button. Let us know if that works.

  • TNS Listener error while opening a Form !

    Hi all,
    I have installed Form/Reports 11gr2 with Weblogic 10.3.6 64-bit & database 11gr2.
    All installations and configures are successful.
    But when I give URL address (servername:portno/forms/frmservlet?form=main) to open a form, it gives me following error;
    ora-12514: TNS:listener does not currently know of service requested in connect descriptor.
    I searched on google, but didn't clear my error. I also checked Oracle services, all are started.
    So please guide me !
    Thanks/Regards.
    Dass

    I never changed settings in tnsnames.ora, it is always as per default settings.  If required  now then let me know.
    Please note that when I connect my form builder with databases, it is connected. But when I run my form it again show same error and open a dialog box for
    username,password & databases connection string.
    I copied this file into "E:\Oracle\Middleware\asinst_1\config"  of form.
    Below is my tnsnames.ora file;
    # tnsnames.ora Network Configuration File: E:\app\admin\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
    ORCL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = orcl)
    Thanks.

  • When I listen to music on my iPhone and pause it, if I come back to it later, the playlist has started over. I have a 4S running on iOS 7.0.4. Is there any way to keep this from happening so that my playlist will start off where I last was?

    When I listen to music on my iPhone and pause it, if I come back to it later, the playlist has started over. I have a 4S running on iOS 7.0.4. Is there any way to keep this from happening so that my playlist will start off where I last was?

    Dear Jody..jone5
    Good for you that can't update your iphone because I did it and my iphone dosen't work for example I can't download any app like Wecaht or Twitter..
    Goodluck
    Atousa

  • The sound of my iphone has dissapeared when I play games and when i listen to muisic but when I put the headphones the sound come back and I can control the sound,what should I do??

    I was on a boat ride when some water fell on it but it was just a little bit then when i tried to control the sound and volume while playing and listening to music it didn't showed anything and just with headphones it appeared again and i could listen and I could control it again but when i take the headphones out it goes back to the same thing.What should I do??

    try toggling the Ducking menuItem

  • How do I stop iTunes from automatically importing songs I listen to from my external hard drive into the music library?

    How do I stop iTunes from automatically importing songs I listen to from my external hard drive into the music library?

    Mac OS X: Double-Clicking a File Opens the Wrong Application - http://support.apple.com/kb/TS2291
    -= Changing the application used to open all files of a certain kind (written with reference to OSX 10.4 but may not have changed) =-
    1) In a Finder window highlight a file of the kind you want to change the application to open that kind of file.
    2) While that file is highlighted, select File > Get Info or press command (apple or propeller icon) + i to get a file information window.
    3) In the lower part of the info window there is an "open with" menu with a list of applications.
    4) If your application is already in the box then it is the default application for opening that kind of file and you don't need to do anything more.  Close the get info window.
    5) If the application showing in the menu is not the one with which you wish to open the file then select a new application. If your application does not appear there then select the "other..." and track down the application (usually in the Applications folder at the main level of the computer).
    6) If you wish to change all files of this type to open with this application in future, make sure the "change all" button is selected.
    7) Close the get info window.

Maybe you are looking for

  • Family with multiple iPods and multiple iTunes - can we share songs?

    I am sure I am not the only one in this situation. There are 4 computers in our house, and 3 individuals with there own iPods. Can one iPod owner who has her own library on her PC go to my son's PC and connect to his iTunes Library to get just one so

  • AI CS5/MacBook Air 11"/OS-X 10.9 - faint cursor makes CS5 unusable

    I have a MacBook Air 11-inch, mid 2013, Intel HD Graphics 5000 1024MB, OS-X 10.9. I installed Adobe Illustrator CS5 (version 15.0.2) and when I tried to work I was dumbfounded that the cursor for some of the tools is much too faint to use!  It's occu

  • Blind cRIO project upgrade: 8.2.1 to 2011 problems

    Hello, I have been working on an old cRIO project of ours, a cRIO project originially written in 8.0, and targeted to a cRIO-9004 on a 9104 chassis.  It contains several network-published shared variables to talk to a host VI, so I was interesting in

  • Mapping UDF Question.

    All, We have the following structure from the input XML... We want to extract the PSTLZ node value into the target structure where PARVW = "WE" - Im trying to use a UDF but - im getting an error because the PSTLZ is an optional node under E1EDKA1 and

  • Disaster Recovery Plan

    We're running xMII 11.5 SP3 in a three-tiered centralized server environment (Development, Staging and Production).  We plan on having a project up and running in production by October 1.  Before we do so, however, we need to develop a disaster recov