Setting credential mppings to windows user for the fileadapter?

When I tried to access a network drive with the fileadapter this did not work at first. In the end I figured out you need to run the weblogic/soa_server process as a user that has rights to access network drives. So instead of the Local System user I configured the node manager service (windows 2008) to logon as a special user. This does not look like a very elegant solution. In the file Adapter you can configure credental mappings. When I tried to use this with a windows user this does not work. Am I missing something. Is it possible to have weblogic server running under the default system user but use some kind of credential mapping in the file adapter so I can access network drives and not only local drives. Accessing local drives is pretty useless to my opinion. You would not use that in real life.

you can map the remote drive to a drive letter within weblogic and then use that to access from file adapter.
Some approaches for mapping network drives within weblogic process are discussed here:
http://atheek.wordpress.com/2011/12/21/mapping-network-drives-in-weblogic-windows/

Similar Messages

  • Issue in FF v 3.6.10: I have a page which have more than 20 link, clicking on these link opens up a popup using window.showModalDialog, for the first 20 popup opens up without any prob but for the 21st n more click it block the popup and do not open.

    Issue in FF v 3.6.10: I have a web page which have more than 20 link, clicking on each of these link opens up a pop-up using window.showModalDialog, for the first consecutive 20 popup opens up without any prob but for the 21st n more click it block the popup and do not open. This is m problem, the real user on the web page can click on more than 20 link in such a scenario it may create problem, please help

    Your above posted system details show outdated plugin(s) with known security and stability risks.
    *Shockwave Flash 9.0 r999
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/
    In Firefox 3.6 and later versions you need the Next-Generation Java™ Plug-In present in Java 6 U10 and later (Linux: libnpjp2.so; Windows: npjp2.dll).
    http://java.com/en/download/faq/firefox_newplugin.xml
    See also http://java.sun.com/javase/6/webnotes/install/jre/manual-plugin-install-linux.html

  • WebTools Creating multiple users for the same User

    I had to make a few changes to a BP in SAP which will synch back into WebTools but now I am getting multiple users for the same contact. For example my user is cspehar_1 now in Webtools there are cspehar_1, cspehar_2, cspehar_3 and so on up to _8.
    This is occuring for several users in webtools.
    What causes this and how do I fix it?
    Thanks,
    Craig Spehar

    Hi Craig,
    There are two ways to cause this that I am aware of:
    1.  Change the "Business Partner Synch Contacts Field" setting after the initial synch.
    2.  Change the Web UserID on the BP contact in B1 (OCPR.U_PRX_SID).
    After that, update the user in WT  and synch. (might also happen if  you update the BP in B1)
    Since the synch is using the OCPR.U_PRX_SID to identify the contact, it will not be able to find it in B1 if the U_PRX_SID has changed.  When it does not find it, it assumes it needs to be created.  This results in a duplicate.
    The solution is to reset the U_PRX_SID back to what it was or set the synch contact field back to what it was.
    Then delete the last created duplicate contact from B1.
    There may be further data corruption issues here.  If orders/quotes/opportunities or other dependant data has synchronized referencing the duplicate user, these data will need to be correct as well.
    FYI, whatever caused this was probably at the root of your order problem as well.

  • Creating the Windows Service for the Database Instance

    Hello, I am using the PeopleTools 8.52 Installation for Oracle documentation and was in Task 6A-2: Creating the Windows Service for the Database Instance.
    After I type in
    oradim -new -sid ORCL -intpwd manager -startmode auto -pfile C:\Oracle\database\initORCL.ora
    I had encountered these errors:
    OPW-00005: File with same name exists - please delete or rename
    DIM-00019: create service error
    O/S-Error: (OS 1073) The specified service already exists.
    Please advise.... Thank you in advance!

    Hi, thank you for your reply!
    After I typed oradim -delete -sid ORCL, it shows this:
    Unable to stop service, OS Error = 1062
    Instance deleted.
    Then, I:
    Set ORACLE_SID=ORCL
    oradim -new -sid ORCL -intpwd manager -startmode auto -pfile C:\Oracle\database\initORCL.ora
    Then, it shows:
    OPW-00005: Files with same name exists - please delete or rename
    Instance created.
    Does it mean no error already and I can proceed?

  • Can a workflow steps and users for the steps be controlled by contributors?

    Is it possible to have a workflow that allows contributors to select list of steps and users in the steps? The universal set of steps and users for steps can be defined in the designer mode. But the contributors can decide for a particular content item what steps need to be skipped and the users for the step. But atleast one approver step is mandatory. This is some strange requirement that our client is expecting. Is this possible?
    Regards,
    Pratap

    Hi Pratap,
    Short answer: Yes. This has been possible since the Stellent 5.x days (and possibly earlier). We can help you with this if you need services - see our Workflow offerings here: http://bit.ly/b2Ydv6
    Or you can do it yourself. For the details you should see "Setting Up Ad Hoc Step Users" in the workflow admin guide (pp 147, section 9-13) http://download.oracle.com/docs/cd/E10316_01/cs/cs_doc_10/documentation/admin/workflow_guide_10gr3en.pdf
    Remember that a "step" is just a container for a certain group of users to take action on certain kinds of content. So you can have one step but if you loop over it 3 times with a different set of users each time you have a defacto 3 step workflow.
    You need 2 things:
    1) the workflow plumbing for the selection of the next "step" (and/or group of users) in the workflow (tokens and subworkflows typically)
    2) a UI for the end users / contributors to actually make the selections.
    For 1) you use tokens that will ultimately resolve to a list of user names who should take action. You might use names (e.g. bcripe) or aliases (e.g. The Legal Team) or other concepts that make sense to the end users who will be participating (e.g. capital expenditure review). Whatever you do the tokens will ultimately yield one or more user ids which become the step users.
    For 2) you can use anything that will make those plumbing values available to the UCM workflow engine. Most common is using metadata fields. They're easy, can be displayed only during workflows (using rules and profiles), and fairly intuitive for most UCM users (if there are not too many!!!). However, you can just as easily write web services, BPEL tasks, or CIS integrations that take form or other triggered input from the user and pass those parameters back to the workflow engine. For more complex workflows this is often a good idea especially if you are dealing with people who are only casual users of UCM or who are interacting with content through another primary UI.
    Either way, let us know what we can do to help. Workflows are a special passion to us here at Fishbowl and we've got supported software to prove it. http://bit.ly/95Rocu
    Warmly,
    Billy Cripe
    Fishbowl Solutions

  • I can not export photos onto DVD. After I click export, close iPhoto, click Finder, At this point I can't find the file to burn. (copy to be used on Windows) Sorry for the lame question....new to mac

    I can not export photos onto DVD. After I click export, close iPhoto, click Finder, At this point I can't find the file to burn. (copy to be used on Windows) Sorry for the lame question....new to mac

    So it sounds like you are trying to burn a DVD with photos on it so the photos can be either transferred to or displayed on a Windows PC, is that correct?
    For the purposes of this I am going to assume you are using iPhoto '11.
    Gather the photos you want to burn to DVD in one album in iPhoto. This is not absolutely necessary but it sure makes things easier for me.
    Select that album, then go to the File menu and select Export...
    In the dialog that shows up, select the File Export tab. Select the setting you want to use for export. Click the Export button.
    Another dialog will show up. Set the location to Desktop and click the New Folder button. Name the folder something nice and descriptive and click the Create button.
    Click the OK button. Quit iPhoto as the rest of this work will be done in the Finder.
    You will now have a folder on your desktop with that nice descriptive name. Find it and select it. Go to the File menu and from it select Burn "Descriptive folder name" to Disc...
    Insert a blank DVD when prompted.
    Let the finder complete the work and eject the disc afterwards.
    That's it. Best of luck.

  • I recently built a new windows PC for the first time. My (new) wife and I both have itunes accounts, which we would like to use under different windows accounts on same PC. However, when I try to download my wife's songs it gives me an error.

    I am recently married to a wonderful woman and just built a windows PC for the first time. The idea was that we would (sorta) both be able to get a new computer out of it as we would each have a different account under windows. One of the first tasks was to migrate over our iTunes libraries. I did mine with no problem, but now that I'm try to do hers, I'm getting an error message saying "if you download past purchases with your Apple ID, you cannot auto-download or download purchases with a different Apple ID for 90 days."
    What's the best solution for this? I want my wife to be able to use the new computer under her windows account just like it's her new computer, to the extent possible. I don't want our two iTunes accounts to be fighting each other and causing problems because they are on the same physical machine. What to do? Surely this can't be the first time this has happened - where two people each want to have their own iTunes account on the same computer.
    This is the latest version of iTunes (12.0.1.26) running on Windows 8.1.

    Drrhythm2 wrote:
    What's the best solution for this? I
    Copy the entire /Music/iTunes/ folder from her old compouter to /Music/ in her account on this new computer.

  • How do I add another Iphone to my laptop?? I have creadted a new user for the other Iphone however it wont let me sync to the new user??? HELP

    How do I add another Iphone to my laptop?? I have creadted a new user for the other Iphone however it wont let me sync to the new user??? PLEASE HELP

    Never mind, disregard.  I went in and reset my password to my AirPort Express, and for some reason, it then went through, and is all working and good.

  • HT5622 I had an iPhone 4S, I recently upgraded to a 5s and have been using it since early December.  I kept my same Apple ID . I gave my 4s away, the person set up their own Apple ID for the 4s however now I can't use my Apple ID in my 5s. Any help please

    I had an iPhone 4S, I recently upgraded to a 5s and have been using it since early December.  I kept my same Apple ID . I gave my 4s away, the person set up their own Apple ID for the 4s however now I can't use my Apple ID in my 5s. Any help please

    There could be many causes. What happens when you try to use it. also try adding it again.

  • Hi there. I bought and downloaded photoshop elements 13 today. When I tried to set it up and was prompted for the serial number, the one I was given and subsequently entered ( correctly ,I checked numerous times) was seems invalid. What's the next step?!

    hi there, I bought and downloaded Adobe photoshop elemts 13 today. When trying to set it up, I was prompted for the serial number which upon being entered was deemed invalid. I know the serial number is the correct one. What is the next step, how do I contact Adobe store?!?

    Error "The serial number is not valid for this product" | Creative Suite
    if that doesn't help, contact adobe support by clicking here and, when available, click 'still need help', https://helpx.adobe.com/contact.html

  • Unable to get Window Handle for the 'AxCrystalActivXViewer' control.

    Hi,
    I have Operating System : Windows 7 and Application developed in VS 2005 and I am using Crystal Report XI licenced version.
    But when I am trying to use TTX(Field Defination) based reports it gives me "Unable to get Window Handle for the 'AxCrystalActivXViewer' control. Windowless ActivX Controls are not supported."
    Please provide me solution for this ASAP as I am stucked on this from long lomg time.
    -Regards
    Swapnil

    Appears you are installing an upgrade version.
    Use these links:
    http://downloads.businessobjects.com/akdlm/crystalreports/crxir2_sp4_full_bld_0-20008684.exe
    http://downloads.businessobjects.com/akdlm/crystalreports/CRYSTALREPORTS06_0-20008684.EXE

  • Hey I bought an iPhone off gumtree and everything was well. But then I tried to set it up and it asked for the apple if of the previous owner and so I asked him for it his Apple ID but refused to tell me so I can not use the phone. how do I fix this?

    Hey I bought an iPhone off gumtree and everything was well. But then I tried to set it up and it asked for the apple if of the previous owner and so I asked him for it his Apple ID but refused to tell me so I can not use the phone. how do I fix this?

    Contact them back and have them follow these instructions  Find My iPhone Activation Lock: Removing a device from a previous owner’s account - Apple Support

  • I'd like to update the ISO 4.2.1 on an old iPod Touch to ISO 7.  Can't find "Software Update" option under General Setting.  Where might I look for the option to slightly upgrade the ISO for this device?

    I'd like to update the ISO 4.2.1 on an old iPod Touch to ISO 7.  Can't find "Software Update" option under General Setting.  Where might I look for the option to slightly upgrade the ISO for this device?

    You likely have a 2G iPod and those can go higher than 4.2.1
    A 3G can go to 5.1.1
    IA 4G, with cameras can go to iOS 6.1.6.
    The 5G, also with cameras can go to iOS 8
    To update
    The Settings>General>Software Update comes with iOS 5 and later.
    Connect the iPod to your computer and update via iTunes as far as your iPod model allows
    iOS: How to update your iPhone, iPad, or iPod touch
    - A 2G to 4.2.1. Requires iTunes version 10 or higher. If a Mac it requires OSX 10.5.8 or later.
    - A 3G to 5.1.1  Requires iTunes version 10.5 or later
    - A 4G to 6.1.6  Requires iTunes version 10.7 or later. For a Mac, that requires a Mac with OSX 10.6.8 or later
    - A 5G to iOS 8 Requires iTunes 11.4 or later if you update via iTunes
    Identifying iPod models                                                         

  • How can I view the login activity of my users for the past 3 months or more

    Hello,
    I need to check the login activities of my users for the past 3 months (or more). I need to monitor unauthorized access for each and everyone of them. Does anybody have an idea on how this can be done?
    Thanks for your help in advance.
    Best regards,
    Jun

    Hello,
    Thanks for the immediate response. Actually, here's what I want to do. I have a user, who always asks me to unlock his account almost every week. With this, Im worried that there might be someone trying to use his access. What I would like to do is to generate a list of all login activities for the past 3 months. The list should also contain the terminal name where the attempted login was made. This way, I should be able to track down the possible culprit.
    Thanks in advance

Maybe you are looking for

  • Need help on purchase order form

    Hi friends, Is it possible to put one folder ( tab) in purchase order form. I am trying to put folder in po screen. if i put any button object in po form it works. but when i put folder it is not showing folder and no errors. can anybody help me.....

  • Is it possible to resize a Visual Component?

    I have a visual component that plays and MPG file, but it does not respond to the size I set for it with the setSize method. It sizes it to whatever it wants to. Has anyone seen anything like this? If so, how do I fix it?

  • I am having issues with my popup blocker blocking a site, but my popup blocker is disabled.

    I am trying to access this site for my college class. It asks me to disable my popup blocker for access to the site, which I have done, but it still blocks my access to the site. I used Firefox last semester and I did not have any problems, do you ha

  • Australis - Begins now the big death of Adons and Third Party Themes?

    Following the Nightly and Aurora Series with Big Interest. And after checking out now the Nightly UX with the more advanced parts of Australis seen in Preview... Will there afterwards still be Themes and Adons available? I know that Mozilla plans to

  • Stroke scales when targeting a specific fill with "~" key in CC (17.1)

    I often transform a specific fill within an object appearance by holding "~" while scaling, rotating, etc. I find, in CC the object stroke is scaled even though it is not targeted in the Appearance panel. This is now how CS5 works. If the stroke is n