One iPlanet using two application servers?

Can anyone help, is it possible for one iplanet 6.0 instance using/connecting two application servers (i.e. one is JRun server, another is Webspere server) at the same time?
If so, how to do it?

I don't see why not. I have had the same webserver talking to both iplanet 6.5 and sunOne 7. As both the application servers will connect vias a plugin I would suggest you follow the instructions for both application servers and see what happens.

Similar Messages

  • Issues with sharing a single OID with two Application servers (9.0.4)

    We have two installations of 9.0.4 Application Servers and both share the same OID. We use Oracle Portal for deploying our jsp applications.
    All users in the OID are sync'ed from Microsoft Active Directory.
    Application Server 1 is for an application X
    Application Server 2 is for an application Y
    We create groups in the portal of Application Server 1 specifically for Application X. DEF_GROUP1 is default group for all applications in application X
    DEF_GROUP1 has a default page - Page 1. DEF_GROUP 1 does not exist in Application server 2
    We create groups in the portal of Application Server 2 specifically for Application Y. DEF_GROUP2 is default group for all applications in application Y
    DEF_GROUP2 has a default page - Page 2
    DEF_GROUP2 does not exist in application server 1
    We have users who access both application X and applicaiton Y
    For a user "JOHN" we assign DEF_GROUP1 in the user profile on the portal in Application Server 1
    When we go to the user profile of "JOHN" on application server 2, we find that DEF_GROUP1 is a default group in the user profile of user "JOHN"
    If we change it DEF_GROUP2, then the default group on the portal of application server 1 automatically changes to DEF_GROUP2.
    Why is this so ? We would like to have a different default group for the same user in the two portal repositories. ?
    Can any one provide some insight into this issue ?

    Basically I started to develop this system inside Oracle AS and then when it came time to passing a request to a new page, it crapped out on me on the App. Server. So instead of trying to fix the problem there and then I continued to develop outside Portal and inside Jdeveloper. After a week or two once all my stuff worked perfectly I try and take it back into Portal but only the first JSP of all my Portlets would show up, because as soon as I would submit a form and the action directed me to a new page and Portal would be lost/confused. Obviously I shouldn't have done it that way but none the less...
    So now I'm reading through the documentation you pointed me towards and it seems I have to qualify my parameters and then "attach" them to the url which the form will pass to the actioned page. I'm importing numerous classes (...urlUtils, etc) in order to qualify the parameters and then build this url without affecting any parameters currently present that my portlet does not own.
    What I'm rambling towards here is all this separation of logic and presentation and the whole nine, implies different people can develop different parts of a 'system' mostly independant of one another...so in my situation I shouldn't in huge trouble yet, since underlying everything is a working system. My issue is with oracle and the App Server. If I take my code which works great outside of the App. Server and I fully qualify parameters and make sure my form actions are constructed using the UrlUtils in order to fully qualify them as well, and then I make sure page parameters are mapped to the proper portlet parameter values....should my system work on the App Server (assuming everything is done properly)....or am I still missing something.

  • Calling ABAP Web Service on the system with two application servers

    Hello all,
    I try to figure out, how to setup a web service in the TC WSCONFIG in the multi application server environment.
    Basically the requirement is that when WSClient calls my WS, it should not care about accessibility of one or another application server. In other words the WS's URI should contain the IP/domain name of "SAP Web Dispatcher" or other component, which handles the loadbalancing.
    I think it could be done in ICM within WSCONFIG transaction, but I'm completely lost inside the setup. Also I was not able to find proper helpsap page with the description.
    Is there a WEBLOG or any other document how to setup this ?
    Thank you for your help in advance.
    Regards
    Tom

    Hello,
    You do not have anything to do in SAP transactions.
    The HTTP load balancing is the SAP Web dispatcher job.
    Just install and configure the web dispatcher. Follow HELP.SAP.COM, it is well explained.
    We use this config to load balance 200 000 web servce calls/day on 5 abap application servers.
    Regards,
    Olivier

  • How to create a script logic using two applications and some conditions?

    Hi All,
    I am using BPC 7.0 MS
    I have two applications, one called RATE (Dimensions: Category, InputCurrency, Rate, RateEntity, Time) and one called GYP (Dimensions: Category, Entity, PL, Producto, RptCurrency, Time. In the GYP application for Revenues. I have the followings products:
    Product code
    1-808-912-433
    3-208-345-542
    11-869-789-946
    13-456-786-890
    I need to calculate a discount using the first digits to identify the product: 1, 3, 11 and 13, based on some percentages that are in the RATE application. 
    I have an element in the RATE application for each one of them.
    DPC1
    DPC3
    DPC11
    DPC13
    What I am trying to do in the script logic is:
    *XDIM_MEMBERSET PL=Revenues
    *XDIM_MEMBERSET PRODUCTO=<ALL>
    *XDIM_MEMBERSET ENTITY=<ALL>
    *XDIM_MEMBERSET CATEGORY=Budget
    *LOOKUP RATE
    *DIM D1:RATE ="DPC1"
    *DIM D11:RATE ="DPC11"
    *DIM D3:RATE ="DPC3"
    *DIM D13:RATE ="DPC13"
    *DIM RATEENTITY="Global"
    *DIM INPUTCURRENCY="VEB"
    *ENDLOOKUP
    *WHEN PL
    *IS Revenues
    *REC(FACTOR=LOOKUP(D1), PL=Discount)
    *ENDWHEN
    *COMMIT
    In the WHEN area, i would like to create some condition to identify the product and assign the correct percentage to it but i don't know how to do it?
    Do you have any suggestions?
    Also, because i need to key the values in the RATE application for the discounts, the logic should be run from this application?
    Using RUNLOGIC like this:
    *RUNLOGIC
    *APP GYP
    *LOGIC Discounts
    *ENDRUNLOGIC
    Best regards,
    Luisana

    Hi Nilanjan,
    Thanks for your prompt reply.
    The special characters ("-") cannot be used. The product codes use the special character ("_").
    I understand what you said about the property for the dimension Product but not for the dimension Rate. I have the lookup that has the four elements (DPC1, DPC11, DPC3, DPC13). It is not supposed to get the data from those elements directly when using the lookup?
    The script logic is still not working. I created the dimension property in the product dimension and the new script logic is as follows:
    *XDIM_MEMBERSET PL=Revenues
    *XDIM_MEMBERSET PRODUCT=<ALL>
    *XDIM_MEMBERSET ENTITY=<ALL>
    *XDIM_MEMBERSET CATEGORY=Budget
    *LOOKUP RATE
    *DIM D1:RATE ="DPC1"
    *DIM D11:RATE ="DPC11"
    *DIM D3:RATE ="DPC3"
    *DIM D13:RATE ="DPC13"
    *DIM RATEENTITY="Global"
    *DIM INPUTCURRENCY="VEB"
    *ENDLOOKUP
    *WHEN PRODUCT.TYPE
         *IS 1
              *REC(FACTOR=LOOKUP(D1), PL=Discount)
         *IS 11
              *REC(FACTOR=LOOKUP(D11), PL=Discount)
         *IS 3
              *REC(FACTOR=LOOKUP(D3), PL=Discount)
         *IS 13
              *REC(FACTOR=LOOKUP(D13), PL=Discount)
    *ENDWHEN
    *COMMIT
    Could you let me know what i am doing wrong?
    The calculation i would like to get is: Discount = Revenues(GYP) X DPCx(RATE)
    Also, when I sent the data from the rate application I get the message "ExecuteBaseLogic::invalid application:*APP GYP". I am using a RUNLOGIC in the application RATE with the following code:
    *RUNLOGIC
    *APP GYP
    *LOGIC Decto_en_vtas_pilot
    *ENDRUNLOGIC
    Kind Regards,
    Luisana

  • Bridge already registered when using two managed servers

    I have defined a messaging bridge with a target of my cluster in Weblogic 9.0 (upgraded from 7.0). My cluster has two managed servers. The bridge and resource adapter also have targets of the cluster. When I start the first managed server, everything works fine. The bridge works. When I bring up the second managed server, I repeatedly get the following:
              javax.jms.JMSException: SJMSBridge is already registered
              Is there something new that I need to define in the config to make this work?

    Here is the full error. I can understand what you are saying about the cluster, but I get this message even when only one server of the cluster is running. That doesn't make sense to me.
              ####<Nov 15, 2005 2:30:36 PM PST> <Info> <MessagingBridge> <PFRIMER> <ManagedServer2> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1132093836274> <BEA-200030> <Bridge "SJMSBridge" is configured to work in "Exactly-once" mode, and it is actually working in "Duplicate-okay" mode.>
              ####<Nov 15, 2005 2:30:36 PM PST> <Info> <MessagingBridge> <PFRIMER> <ManagedServer2> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1132093836805> <BEA-200028> <The bridge "SJMSBridge" has started transferring messages.>
              ####<Nov 15, 2005 2:30:38 PM PST> <Warning> <MessagingBridge> <PFRIMER> <ManagedServer2> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1132093838008> <BEA-200026> <Bridge "SJMSBridge" encountered some problems in one of its adapters or underlying systems. It stopped transferring messages and will try to reconnect to the adapters shortly. (The exception caught was java.lang.Exception: javax.resource.ResourceException: Error setting message listener
                   at weblogic.jms.adapter.JMSBaseConnection.throwResourceException(JMSBaseConnection.java:1457)
                   at weblogic.jms.adapter.JMSBaseConnection.throwResourceException(JMSBaseConnection.java:1437)
                   at weblogic.jms.adapter.JMSBaseConnection.setMessageListener(JMSBaseConnection.java:1201)
                   at weblogic.jms.adapter.JMSConnectionHandle.setMessageListener(JMSConnectionHandle.java:134)
                   at weblogic.jms.bridge.internal.MessagingBridge.beginForwarding(MessagingBridge.java:951)
                   at weblogic.jms.bridge.internal.MessagingBridge.run(MessagingBridge.java:1038)
                   at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
                   at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
                   at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
              -------------- Linked Exception ------------
              javax.resource.ResourceException: Error creating asynchronous consumer
                   at weblogic.jms.adapter.JMSBaseConnection.throwResourceException(JMSBaseConnection.java:1457)
                   at weblogic.jms.adapter.JMSBaseConnection.throwResourceException(JMSBaseConnection.java:1437)
                   at weblogic.jms.adapter.JMSBaseConnection.createConsumer(JMSBaseConnection.java:1299)
                   at weblogic.jms.adapter.JMSBaseConnection.access$400(JMSBaseConnection.java:84)
                   at weblogic.jms.adapter.JMSBaseConnection$11.run(JMSBaseConnection.java:1183)
                   at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
                   at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
                   at weblogic.jms.adapter.JMSBaseConnection.setMessageListener(JMSBaseConnection.java:1180)
                   at weblogic.jms.adapter.JMSConnectionHandle.setMessageListener(JMSConnectionHandle.java:134)
                   at weblogic.jms.bridge.internal.MessagingBridge.beginForwarding(MessagingBridge.java:951)
                   at weblogic.jms.bridge.internal.MessagingBridge.run(MessagingBridge.java:1038)
                   at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
                   at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
                   at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
              -------------- Linked Exception 2 ------------
              javax.jms.JMSException: SJMSBridge is already registered
                   at org.exolab.jms.messagemgr.ConsumerManager.createDurableConsumerEndpoint(ConsumerManager.java:404)
                   at org.exolab.jms.server.JmsServerSession.createSubscriber(JmsServerSession.java:771)
                   at org.exolab.jms.server.mipc.IpcJmsSessionConnection.createSubscriber(IpcJmsSessionConnection.java:588)
                   at org.exolab.jms.server.mipc.IpcJmsSessionConnection.notify(IpcJmsSessionConnection.java:165)
                   at org.exolab.jms.server.mipc.IpcJmsReceiver.notify(IpcJmsReceiver.java:100)
                   at org.exolab.jms.server.mipc.IpcServerChannel.run(IpcServerChannel.java:161)
              .)>

  • Using two postfix servers

    Hi Archers,
    I am setting up two postfix servers to send and receive email from the same domain name. For example abc.com. How can I synchronize the email in these two servers so that when I use IMAP or POP to receive email, I will get all the email, doesn't matter which servers I connect to.
    Thanks

    I dont know if this is what you are looking for:
    http://www.howtoforge.com/how-to-migrat … h-imapsync

  • Re:Two application servers .

    We would like to know the possibilty of having 2 application servers with Database.
    Our Currnent setup - Databse is on one node and whole applications is on another node .
    Now we got another Application server .
    Requirement:- We would like to split the users of different units to access Applications; For example 'A' unit users can accessing Oracle Applications through only one URL & another 'B' unit users can only be access through another URL.
    We have to make sure if 'A' unit users tries to login through 'B' unit URL it should not work.
    Can you please suggest the recommended way to implement the same.
    Regards .

    Hi Hussein ,
    thanks for the docs
    i would like to also clarify whether the below requirement is possible
    Requirement:- We would like to split the users of defferent units to access Applications; For examble 'A' unit users can be accessing through only one URL & another 'B' unit users can only be access through another URL to access the Oracle Applications.
    """"""We have to make sure if 'A' unit users tries to login through 'B' unit URL it should not work """". is it possible ?
    Regards .
    Edited by: 836778 on Sep 25, 2011 10:44 PM

  • How to use one certificate for two directory servers?

    Hi,
    running Sun DSEE 6.3.1 on two servers, server 1 has name ds1.example.com, server 2 has name ds2.example.com. There is a round robin DNS record ds.example.com, which alternates between:
    ds1.example.com
    ds2.example.com
    and
    ds2.example.com
    ds1.example.com
    An LDAP client connects to one of the servers over SSL using the name ds.example.com. We want to generate a certificate using the name ds.example.com and use it on both directory servers.
    If we generate a CSR using DSCC on server 1 and get back a signed certificate, the certificate can be installed correctly on server 1. However, if we use the same signed certificate on server 2 it fails with error:
    Unable to find private key for this certificate.
    Failed to add the certificate.
    Error executing the operation. The error code is 11.
    What is the correct way to generate one CSR, have it signed by a CA and then implement this signed certificate on multiple servers?
    /rolf

    From one Directory Server (ds1) generate CSR with the name ds.example.com in the request. Once you get the signed cert import it into the same server you generated CSR with. Then from ds1.example.com :
    scp -p <slapd install/instance path>/alias/* <account>@ds2.example.com:<slapd install/instance path>/alias/
    to copy the contents of the alias path to the same location on the other Directory Server. Make sure file permissions are the same.

  • Can two user accounts of one computer use two different Mac ID accounts?  I'd like to keep separate accounts for movies, music etc.

    I have a Mac Air running 10.8.5, with two users on it.  I'd like to keep separate Apple store accounts accounts for the two users, as we have separate music, movies, books etc.  To date, we've had separate computers, but now will share the one computer.  But when the second account is signed in and we try to sign in to the I-tunes store, or authorise the computer with the second account, the response is "the I-Tunes store is not available" or "we cannot fulfil your request at this time".  Togetherness is nice, but I'd prefer to have some privacy.

    Hi Harrike2000,
    Welcome to Apple Support Communities.
    It sounds like you’re running into an iTunes Store connection issue in one of the user accounts on your MacBook Air, and you want to know if the issue is related to using multiple Apple IDs or user accounts.
    You can use multiple user accounts and Apple IDs with one computer, see this article for more information:
    How to use multiple iPhone, iPad, or iPod devices with one computer - Apple Support
    For the issue connecting to the iTunes Store, try the suggestions in the article linked below.
    Can't connect to the iTunes Store - Apple Support
    Troubleshoot issues on a Mac
    If you haven't been able to connect to the iTunes Store, a software conflict or your Internet service provider (ISP) may be blocking your access.
    Update iTunes and Safari to the latest version.
    If you have a firewall, your settings may be preventing you from connecting to the iTunes Store. Follow these steps to configure your firewall.
    You may need to reset your keychain. Connection issues are occasionally caused by keychain issues. Learn how to use Keychain First Aid to resolve any issues with your keychain.
    If you're receiving a specific error message, follow these steps.
    If the issue still persists, contact your Internet service provider and confirm that these ports and servers are enabled over your network.
    Learn more
    If the steps above didn't resolve your issue, be sure that your specific alert isn't listed as a possible iTunes Store error. Then, if your issue is still unresolved, follow these steps.
    Cheers,
    -Jason

  • The app Spaces keeps me from using two applications at the same time.

    I set up Spaces but now experience a bad side-effect. When I need to have Two files/folders/whatever in use because I want to place something from X into Y, I cannot do it because Spaces only lets One application on the desktop at the time; it shoos all the other applications away, and in doing so, it takes away the thing that I wanted to place into the new application that swooshed onto my desktop when I pressed its corresponding square in the Spaces icon in the top control panel.
    How can I arrange it so that I can keep Two or three applications available for me to do transfers from one to another?
    ~ Lorna in Southern California

    Ferrell, I have done what you suggested. I clicked onto the Spaces icon in the upper control panel and assigned spaces to six apps: Mail, Safari, iPhoto, iMovie, Pages, and iWeb.
    The problem is that if I am one app and I want to put something into that app, then the minute my mouse cursor goes to get that other thing, the original application into which I want the thing put GETS WHOOSHED OFF THE DESKTOP. What I want is for the original app to remain open whilst I go to retrieve a file or folder, and stay open while I put that thing into the original app.
    How does one turn off Spaces? I don't mean to delete all the names from the settings.I mean, just turn it off for a while so I can do something which requires for two apps to be open at the same time????
    ~ Lorna in Southern California

  • Has abyone been able to get Thunderbird to use two SMTP servers??

    I've entered all the settings properly in accordance with the ISP's requirements and I've checked through Google and the Moz forums but I can't find out why it won't send e-mail to the new SMTP server.
    Anyone else had any similar problems???
    Thanks

    There are two settings in Thunderbird that affect the SMTP server.
    The first one is under Edit -> Account Settings -> Outgoing Server (SMTP). Here you can add and remove servers and set the default one. This is the global setting for all accounts that use the default value.
    The other setting can be found under each account in Edit -> Account Settings (You have to click on the account name, which should be right above "Server Settings" next to the - and + signs). Here there is a dropdown list for choosing the SMTP server for this individual account. It is usually set to use the global default, but it can be changed to another SMTP server.

  • Two application servers

    Dear all
    I installed Oracle AS in two servers:
    *1. Windows Server 2008 R2*
    *2. Oracle 10g Application Server R2 (10.1.2.0.2)*
    *3. Two servers: oracleap1 & oracleap2*
    Now both servers are working fine.
    what is the best way to make these servers working simultaneously (same time), so all clients can use each server (by this i'll get best performance) ???
    I asked network administrator on my company. He guided me to make an alias for both server (as oracleap). so now I can use oracleap instead of both servers. As he says, by this way the client will use the available server at a time.
    Any other Idea??
    Kind Regards

    Paul M. wrote:
    can you please provide me with the code to show the machine name?Look at SYS_CONTEXT function.I have now two machines:
    - oracleap2.company
    - oracleap1.company
    ** I am able to access my application at (oracleap2.company) by doing:
    http://oracleap2.company/forms/frmservlet?...............
    ** and I am also able to access my application at (oracleap1.company) by doing:
    http://oracleap1.company/forms/frmservlet?...............
    ** I have implemented OracleAS Web Cache at machine (oracleap2.company), and have enabled the Load Balancing.
    ** In Origin Servers, its showing me two servers:
    Host => oracleap2.company, PORT=>7778, Routing=> Enabled, CAPACITY=>100, Failover Threshold=>5, PING URL=>/, PROTOCOL=>HTTP
    Host => oracleap1.company, PORT=> 7778, Routing=> Enabled, CAPACITY=>100, Failover Threshold=>5, PING URL=>/, PROTOCOL=>HTTP
    ** In Site Definition, I have following information:
    Host Name=> oracleap2.company, PORT=>80
    ** In site-to-server mapping, I have following information:
    Priority - Host Name - Port - ESI Content Policy - Host Name - Port - Proxy
    1 oracleap2.company 80 Unrestricted oracleap2.company.com 7778 No
    oracleap1.company 7778 No
    2 * 80 Exclude Fragments oracleap2.company 7778 No
    3 * * Exclude Fragments oracleap2.company 7778 No
    ** In Session Binding, I have:
    oracleap2.company Any Set-Cookie Cookie-based
    Default Session Binding JSESSIONID OC4J-based
    ** I changed in hosts file (/etc/hosts) and added both IPs and computer names
    as mentioned HERE :
    ** I created a small form with a query in WHEN-NEW-FORM-INSTANCE trigger, which shows the machine name.
    SELECT SYS_CONTEXT ('USERENV', 'HOST') FROM DUAL;
    Now,,,,
    When I run my application I would use (oracleap2.company) as it is the server with load balancing.
    http://oracleap2.company/forms/frmservlet?...............
    as I expect is to call oracle2.company several times then it will move to call oracleap1.company
    what is happening is that it is always calling oracleap2.company
    Is there any issue regarding configurations??
    Plz HELP...
    Regards
    Edited by: zzalabri on Jul 12, 2011 5:46 PM

  • Replicate All Service Application into two Application Servers

    Hi All,
    I want to replicate all the service applications into another application server in order to configure HA.
    we are having two servers having single farm.
    Please Help..!!

    Install SharePoint on server 2
    Join Server 2 to the farm
    Activate the services on server 2.
    http://technet.microsoft.com/en-us/library/ee704549(v=office.14).aspx
    Most service applications can be run on multiple servers (and are designed to). The exception is the User Profile Application Synchronisation Service, which can only run on one server in a farm at a time.

  • One account using two computers

    I know there have been a few posts about this. But I can't seem to find a straight answer. Keeps talking about a PC and a Mac.
    I have two macs, one at work and one at home.
    1. When I come home, I want to work on my home computer. Do I have to make sure all the programs are closed on my work computer, to use Creative Cloud at home?
    2. Im thinking about getting a new computer in a few months, can I easily then deactive my old computer and install the cloud on my new machine?

    Question # 1 answer:
    You do not have to make sure the programs are closed on the work computer. The license agreement is that you will not use the software on two computers at the same time.
    Question # 2 answer:
    As Amit has answered above. You have two activations. When you try to activate on a third computer you will be asked about deactivating on the others.

  • Storage redundancy using two OSX servers - Promise RAID

    Hi All,
    Currently we run 1 Mac Mini and Server on Mavericks connected via Thunderbolt to a Promise RAID 5 device, it works great. I want some redundancy and have purchased an additional Mac Mini to backup Open directory and DNS as our main server does pretty much everything.
    Incase the main server fails what is the best way for the Promise RAID to stay up? I've read you can create a "Thunderbolt Bridge" by connecting both Mac Mini's via thunderbolt cable and one to the RAID??? Is this correct? Or.... purchase a Thunderbolt to Gigiabyte adapter and run the RAID off the network. Any idea how to configure this?
    Thanks.
    James

    Sadly Apple do not provide much if any facilities for building a resilient setup along the lines you are thinking.
    The nearest you can get happens to be for Open Directory and DNS. You would setup two servers, one as the DNS master and one as a DNS secondary, and you would setup one server as the Open Directory Master, and the other as the Open Directory Replica. Neither of these require the two servers to share any storage or files, the two servers would send the information between themselves over the network. This only works for those two services.
    You couldn't for example have both connected to the promise and act as File Servers. (Both ordinary files sharing or network directories.)
    To get nearer to having two servers sharing common storage so that if one goes down the other takes over would require a SAN and not direct attached storage like the Promise. However Apple's software does not support this for file sharing services.

Maybe you are looking for

  • Installing Windows 7 onto Mac without a disk drive

    Hi everyone, I am trying to install Windows 7 to my mac. I've followed numerous instructions and nothing is working. I have: -downloaded the windows 7 iso file -created a bootable usb -downloaded the additional drivers -downloaded DAEMON to trick my

  • Create PDF From Web Page - Authenticated SharePoint Sites generate "Authorization Failure" error

    We have several authenticated sharepoint sites on our intranet, and we are trying to create a PDF of a site (x levels down) using the Acrobat create PDF from web page feature.  When you try to create a PDF from a non-sharepoint, authenticated website

  • 1099 Vendors

    Please try to understand my question here. I am not asking where is the integration point between AP and payroll, I know it is the personnel number entered in vendor master. Here is the scenario. Payroll  in SAP maintains the withholding taxes calcul

  • SCSM - SCOM Integration for Incident Management Automation(Auto-ticketing)

    Hi Team I have been doing lot of research on integrating SCSM and SCOM for Incident Management Automation(Auto-ticketing). I did configurations in SCSM, SCOM and it worked pretty well! :) However, I need some clarifications on Incident Priority calcu

  • I cannot highlight text

    My HP PhotoSmart 7525 printer came with limited Acrobat function when using SCANNER mode and choosing SCAN AS .pdf. I am able to add sticky notes to a scanned file, but when I try to HIGHLIGHT TEXT, I get the change in cursor shape (as if to begin hi