Error "Could not retrieve process instance" w UWL-GP thru Load Balancer

Hi,
We're using NW'04s EP SP14 for developing our portal website. An external load balancer balances the load between two portal instances CI & DI.
We are getting an Exception "Could not retrieve process instance: contact your system administrator" when we try to access the UWL Requests through the Load Balancer though it is working fine with the direct HostName in the URL.
SAP Note 1026119 did not solve the issue.
Has anyone faced such an issue before?
Thanks.

Hi
I am getting the same error, but when i tried to retrieve the process instance from nwa I see the process instance to be missing. I could not trace the process instance.
Can you please tell me where else can i look for the process instance.
Its very urgent
Thanks and Regards
Anitha

Similar Messages

  • Logon Error:Could not retrieve the source file for Port "Main"

    Hi All,
    We have a port which is blocked due to structural exceptions.When i try to connect to the Exceptions folder
    "Main[Exceptions]" the import manager throws an error "Logon Error:Could not retrieve the source file for port "Main".
    Any help greatly appreciated

    Hi ,
    Thanks for your reply.
    This is what I see in the log file in the exceptions folder
    These are the line I see almost to the end of the log file before they complete field mappings,value addings
              <Failure ts="2008/07/22 00:10:48.326 GMT" tid="1286" entry-no="9114" operation="Create lookups" rc="0x80000001">Illegal value for parameter</Failure>
              <Timer ts="2008/07/22 00:10:48.327 GMT" tid="1286" entry-no="9115" name="Import Lookup" total="0.040819">1</Timer>
              <Trace ts="2008/07/22 00:10:48.327 GMT" tid="1286" entry-no="9116">Import of Lookup Failed.</Trace>
    But when I open the same source xml file after downloading to my local folder from Exceptions Structural folder and load manually using IM i get the status as "Ready to import".
    Any Help greatly appreciated

  • Error could not retrieve the virtual desktop template details

    Dear Sir&Madam 
    I have windows server 2012 R2 DataCenter and I installed Hyper-v , after that i create Template , then I make Preper Shutdown (in C:\windows\System32\SysPrep\SysPrep.exe) Run As Administrator, then choose Generalized , Then Shutdown ,when I make a collection
    I got this error (error could not retrieve the virtual desktop template ) please is there any solution for this issue it is very Urgent !!!!!!!!!!!!
    Best regards 
    Rawa Zangana

    Hi,
    Thank you for posting in Windows Server Forum.
    From the error description it suspects that there is some configuration issue. Also agree with Jeremy, please check whether it has 1024 MB of memory. Then suggest you to recheck the steps with below link and then verify the result.
    You can run the following command line:
    Windows 7: %windir%\system32\sysprep\sysprep.exe /generalize /oobe /shutdown
    Windows 8: %windir%\system32\sysprep\sysprep.exe /generalize /oobe /shutdown /mode:vm
    Deploying VDI for RDS 2012 / 2012R2 – Part II – Publishing a Windows 7 Pooled Desktop
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support

  • Getting error 'could not locate ASM instance' when make copy of ASM VM

    Hi everyone,
    I make virtual machine of OEL 5.7 with oracle 10.2.0.1 and successfully configured ASM instance. I am using vmware workstation.
    Now when I make copy of this virtual machine and startup database, then I get the below error:
    [oracle@oelinux ~]$ export ORACLE_SID=asmdb
    [oracle@oelinux ~]$ sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Sat Sep 29 01:10:26 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORA-01078: failure in processing system parameters
    ORA-01565: error in identifying file '+ASMGROUP/asmdb/spfileasmdb.ora'
    *ORA-17503: ksfdopn:2 Failed to open file +ASMGROUP/asmdb/spfileasmdb.ora*
    ORA-15077: could not locate ASM instance serving a required diskgroup
    So how can i solve this problem??
    Note: I copy this VM using both copy/paste and clone option, but get this error both times.
    Regards,
    Khurram Bhatti

    EdStevens wrote:
    Khurram Shehzad wrote:
    I add 3 SCSI vmware disks. and then use them as a raw device. no ASMLib is used.
    I refer below tutorial
    [http://www.oracle-base.com/articles/10g/asm-using-asmlib-and-raw-devices.php]
    That tutorial picks up after you created the disks.
    How did you create the virtual disks attatched to your vm? What are its properties - from VMWorksation's perspective.
    How did you create the "copy" of the vm?
    It depends on how you actually created the disks, at the vm level, not the partitioning and formatting at the vm's OS level. I've used Tim's tutorials myself on some other ASM related projects, and he typically has you create the ASM disks as 'sharable', which would mean they would not copy necessarily copy with the vm. I've not played around the with variants much, but I'm pretty sure what you are seeing is a result of either the way the disk was created in the original vm, or the way you made the copy of the vm, or both.
    Take a look at the machine properties of the two vms in the VMWorkstation control panel, looking at the HDD definitions. Compare and contrast.Hi EdStevens,
    My problem resolved with below steps. Thanks fro your replies.
    export ORACLE_SID=+ASM
    sqlplus sys as sysdba
    Connected to an idle instance.
    SQL> startup mount
    SQL> alter system register;
    SQL> exit
    [oracle@oelinux ~]$ export ORACLE_SID=asmdb
    [oracle@oelinux ~]$ sqlplus sys as sysdba
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Regards,
    Khurram

  • Error: Could not retrieve deployment system configuration

    Hi,
    when I'm trying to list deployed components in the deployment perspective of my NW Developer Studio (7.2), I get the following error. It seems that the NW server is not reachable, but I had a look at the management console on the server - everything is running.
    Exception occurred during the 'List Components' operation.
    Cause:Could not retrieve deployment system configuration for CE1. Please check if the system is running.
    Exception:
    com.sap.ide.eclipse.deployer.api.APIException: Could not retrieve deployment system configuration for CE1. Please check if the system is running.
         at com.sap.ide.eclipse.deployer.DeployerPlugin.getCurrentServerInfo(DeployerPlugin.java:105)
         at com.sap.ide.eclipse.deployer.DeployerPlugin.getClient(DeployerPlugin.java:201)
         at com.sap.ide.eclipse.deployer.ui.UIUtils.getClient(UIUtils.java:212)
         at com.sap.deployment.ui.nodes.SystemNode.fetchData(SystemNode.java:84)
         at com.sap.deployment.ui.nodes.SystemNode.refresh(SystemNode.java:78)
         at com.sap.deployment.ui.view.RepositoryJob.run(RepositoryJob.java:26)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    In addition, I noticed that if I add the NW server in the developer studio (preferences > SAP Java AS), only on server instance is listed (SCS01). Normally (after NW installation), two instances have been listed there.
    The error prevents to deploy anything from within the developer studio. Does anyone have a clue about that? Thanks in advance!

    The problem I faced was related but just slightly different - solution is below.  This is really only an issue if your AS Java server is on a different server than your NWDS and a firewall is active.
    Error when trying to publish ConverterWeb demo project from local dev machine CE 7.2 Netweaver Developer Studio  to server CE 7.2 AS Java was:
    Could not retrieve deployment system configuration for CE1. Please check if the system is running.
    [ERROR: 7/10/10 10:58 PM /userOut/daView_category (eclipse.UserOutLocation)
    Thread[Thread-22,5,main]]
    Issue is a firewall problem.  Solution  is:
    1) remove default SAP AS Java from NW Developer Studio (Windows -> Preferences -> SAP AS Java
    2) shutdown NWDS
    3) open ports 50113 (port for instance 1), 50013 (port for instance 0), 50004 (deploy port) and 5000 (http for NWASJAVA) on the AS Java server.
    4) open NWDS
    5) add SAP AS Java in NWDS (Windows -> Preferences -> SAP AS Java: host - 192.168.1.16, instance - 1, Domain - Default
    6) add SAP AS Java in NWDS (Windows -> Preferences -> SAP AS Java: host - 192.168.1.16, instance - 0, Domain - Default
    7) publish ear.
    8) navigate to: http://192.168.1.16:50000/ConverterWeb/
    obviously you'll need to replace the internal ip with the ip of your server.
    I think this firewall info is somewhere in the docs.
    Edited by: adamtarshis on Jul 11, 2010 8:16 AM

  • ERROR: Could not retrieve a valid windows identity

    When I try to create PowerView reports from BISM connection file, I get error:
    <MoreInformation>
    <Source>Microsoft.ReportingServices.ProcessingCore</Source>
    <Message msrs:ErrorCode="rsErrorOpeningConnection" msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsErrorOpeningConnection&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3000.0"
    xmlns:msrs="http://www.microsoft.com/sql/reportingservices">Cannot create a connection to data source 'TemporaryDataSource'.</Message>
    <MoreInformation>
    <Source>Microsoft.AnalysisServices.AdomdClient</Source>
    <Message/>
    <MoreInformation>
    <Source>Microsoft.SharePoint</Source>
    <Message>Could not retrieve a valid Windows identity.</Message>
    <MoreInformation>
    <Source>mscorlib</Source>
    <Message>WTS0003: The caller is not authorized to access the service.</Message>
    </MoreInformation>
    </MoreInformation>
    </MoreInformation>
    </MoreInformation>
    From SharePoint logs: I get following exception details:
    01/02/2013 11:00:34.17            w3wp.exe (0x0828)        0x2AEC SharePoint Foundation  Claims Authentication               
    bz7l        Medium              
    SPSecurityContext: Could not retrieve a valid windows identity for username 'DOMAIN\user' with UPN 'user@domain'. UPN is required when Kerberos
    constrained delegation is used. Exception: System.ServiceModel.EndpointNotFoundException: The message could not be dispatched because the service at the endpoint address 'net.pipe://localhost/s4u/022694f3-9fbd-422b-b4b2-312e25dae2a2' is unavailable for the
    protocol of the address.    Server stack trace:      at System.ServiceModel.Channels.ConnectionUpgradeHelper.DecodeFramingFault(ClientFramingDecoder decoder, IConnection connection, Uri via, String contentType, TimeoutHelper&
    timeoutHelper)     at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.SendPreamble(IConnection connection, ArraySegment`1 preamble, TimeoutHelper& timeoutHelper)     at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.DuplexConnectionPoolHelper.AcceptPooledConnection(IConnection
    connection, TimeoutHelper& timeoutHelper)     at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)     at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan
    timeout)     at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)     at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)     at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan
    timeout)     at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade)     at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)    
    at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)     at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage
    methodCall, ProxyOperationRuntime operation)     at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)    Exception rethrown at [0]:      at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
    reqMsg, IMessage retMsg)     at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)     at Microsoft.IdentityModel.WindowsTokenService.S4UClient.IS4UService_dup.UpnLogon(String
    upn, Int32 pid)     at Microsoft.IdentityModel.WindowsTokenService.S4UClient.CallService(Func`2 contractOperation)     at Microsoft.SharePoint.SPSecurityContext.GetWindowsIdentity().               
    a1bef09b-025a-208e-cd5e-4ef6678b6d0d
    Any help on how to get this resolved would be greatly appreciated.

    Hi GuYuming
    I have already read the mentioned blog. Code mentioned there gives me the following output. 
    I have already verified that the c2WTS service is running and it's dependency 'Cryptographic services' is also running.
    Where is the root cause? How can I resolve this?
    Output of the code on the mentioned blog:
    Testing Service c2WTS
     +- Service c2WTS found
     +- Service c2WTS is running
     +- Path of service: C:\Program Files\Windows Identity Foundation\v3.5\c2wtshost.exe
     +- Config File: C:\Program Files\Windows Identity Foundation\v3.5\c2wtshost.exe.config
     +- Service Logon: SYSTEM\NT AUTHORITY
    ----- start of config file ----
    <?xml version="1.0"?>
    <configuration>
      <configSections>
        <section name="windowsTokenService" type="Microsoft.IdentityModel.WindowsTokenService.Configuration.WindowsTokenServiceSection, Microsoft.IdentityModel.WindowsTokenService, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
    />
      </configSections>
      <startup>
        <supportedRuntime version="v4.0" />
        <supportedRuntime version="v2.0.50727" />
      </startup>
      <windowsTokenService>
        <!--
            By default no callers are allowed to use the Windows Identity Foundation Claims To NT Token Service.
            Add the identities you wish to allow below.
          -->
        <allowedCallers>
          <clear />
          <add value="WSS_WPG" />
        </allowedCallers>
      </windowsTokenService>
    </configuration>
    -----  end of config file  ----
    Retrieving security groups/users allowed to use the service from config file
     +- WSS_WPG
    Trying to login .........
    Using current Windows Credentials
    ***** c2WTS could not provide a valid Windows Token. Reason: WTS0003: The caller is not authorized to access the service.
    Server stack trace: 
       at System.ServiceModel.Channels.ServiceChannel.ThrowIfFaultUnderstood(Message reply, MessageFault fault, String action, MessageVersion version, FaultConverter faultConverter)
       at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
       at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
       at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
    Exception rethrown at [0]: 
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at Microsoft.IdentityModel.WindowsTokenService.S4UClient.IS4UService_dup.UpnLogon(String upn, Int32 pid)
       at Microsoft.IdentityModel.WindowsTokenService.S4UClient.<>c__DisplayClass1.<UpnLogon>b__0(IS4UService_dup channel)
       at Microsoft.IdentityModel.WindowsTokenService.S4UClient.CallService(Func`2 contractOperation)
       at c2WTSTest.Form1.button2_Click(Object sender, EventArgs e)
    Now Verifying if user DOMAIN/monish has rights on c2WTS
     +- User  DOMAIN/monish has no access to the service
    *** Analysis Complete ***
    Monish Gupta

  • IOS Packaging Error: Could not retrieve certificate chain from keystore

    Hi all,
    I'm currently evaluating Flash Builder 4.5, with an eye toward prototyping on iOS (since lots of folks here know Flash and ActionScript, but only a couple of us use XCode and Objective-C).  I'm currently looking at the Hello World tutorial...
    http://www.adobe.com/devnet/flash-builder/articles/hello-world.html
    I've built and tested on desktop, and am now trying to package the app to test on iOS.  However, when I run the device configuration I get a dialog with the following...
    'Launching FlashTest' has encountered a problem.
    Error occurred while packaging the application:
    could not retrieve certificate chain from keystore
    It then shows me the usage text for adt.  I have no idea what the problem is.
    I've imported the same certificate I use to deploy through XCode, and have created an AppID and provisioning profile specific for my test app.
    Thoughts?
    p.s. - How do I change my forum name?

    i understood why
    I had the same problem
    i solved in this way
    before exporting the *.p12 file i chained the certificate to the key by selecting it in the key panel and importing from the file menu the certificate
    in this way key and certificate are associated
    at this poin i created the p12 file and it worked fine!!!!

  • ISync will not start with error "Could not retrieve .Mac config"

    iSync fails when run from .Mac System Preferences with message
    "There was a problem with the sync operation
    Could not retrieve .Mac configuration."
    However, Backup and iDisk access are successfull.
    Dual G5 Etc.   Mac OS X (10.4.7)  

    iSync does not run from a System Preferences pane, but .Mac Sync does.
    This is actually a .Mac Sync issue, not an iSync issue. Since the release of Mac OS X 10.4 about 19 months ago, the synchronization of selected content to and through .Mac has been the responsibility of .Mac Sync. You may want to post you query here, instead:
    http://discussions.apple.com/forum.jspa?forumID=957

  • AutoConfig: ERROR: Could not retrieve mount point for product top

    when running autoconfig i got the below error for (R12)
    there is no errors are reported in autoconfig log file
    I Changed The directory of the PROD TOPs that are custom from 12.0.0 to 1.1.1. Auto Config overlays the changes back to 12.0.0. The Auto Config code can not find the Custom Top because it is looking to match up the entries in topfile.txt with 12.0.0 added to the end with the 1.1.1 which does not exist.
    Please suggest

    Hi,
    Why you want to make this change? Did you confirm this change wiht oracle support(if its prod i stongly suggest confirm your issue wiht oracle suport=
    Please also see:
    adcfg fails for apps tier
    http://kr.forums.oracle.com/forums/thread.jspa?messageID=3359572
    Regard
    Helios

  • Could not retrieve iView - Error: - -2147024891

    Hi,
          We r using EP5.0 and we have some applications runnning on EP5.0 which will call some transactions from a SAP HR system. Everything was working fine till yesterday. Suddenly we are getting the error "Could not retrieve iView - Error: - -2147024891" when we tried to use those iViews today. One of the iView's functionality is like calling the Transaction "PZ01" in SAP(who's who).
    Can anybody tell me why this is happening? Thanks in Advance.

    Hi
    No (usefull) answer from SAP yet. For me it looks like the problem is to be found in the communication between IIS and J2EE (SAPJ2EE) because other web-applications on the IIS and the J2EE are working.
    Did anybody install MS Security updates before reboot/the problem occured? We did but the uninstall of this update didn't help. The error code is generated by the IIS (I assume) - you can find this error in the MS KBase (http://support.microsoft.com) too. But it didn't help me a lot
    Regards
    Nicolaj

  • Log shipping Could not retrieve backup settings for primary ID

    hello,
    I implemented log shipping in our server the process of implementation went fine but when I view job history I found
    Message
    2014-06-11 12:00:01.53    *** Error: Could not retrieve backup settings for primary ID '99817903-626e-4380-bcf1-c09ca6f48b6d'.(Microsoft.SqlServer.Management.LogShipping) ***
    2014-06-11 12:00:01.53    *** Error: The specified agent_id 99817903-626E-4380-BCF1-C09CA6F48B6D or agent_type 0 do not form a valid pair for log shipping monitoring processing.(.Net SqlClient Data Provider) ***
    2014-06-11 12:00:01.53    *** Error: Could not log history/error message.(Microsoft.SqlServer.Management.LogShipping) ***
    2014-06-11 12:00:01.53    *** Error: The specified agent_id 99817903-626E-4380-BCF1-C09CA6F48B6D or agent_type 0 do not form a valid pair for log shipping monitoring processing.(.Net SqlClient Data Provider) ***
    2014-06-11 12:00:01.53    *** Error: Could not cleanup history.(Microsoft.SqlServer.Management.LogShipping) ***
    2014-06-11 12:00:01.53    *** Error: The specified agent_id 99817903-626E-4380-BCF1-C09CA6F48B6D or agent_type 0 do not form a valid pair for log shipping monitoring processing.(.Net SqlClient Data Provider) ***
    2014-06-11 12:00:01.53    ----- END OF TRANSACTION LOG BACKUP   -----
    Exit Status: 1 (Error)
    also I check for database ID using select * from msdb..log_shipping_primary_databases
    your help is appreciated.
    Please Mark it as Answered if it answered your question
    OR mark it as Helpful if it help you to solve your problem
    Elmozamil Elamir Hamid
    MCSE Data Platform
    MCITP: SQL Server 2008 Administration/Development
    MCSA SQL Server 2012
    MCTS: SQL Server Administration/Development
    MyBlog

    Thank you all for your contribution.
    After testing and debugging I found that when they move their database from one server (server2) to another server (server1) the database still using the old name (server2) which you can findusing this script:
    SELECT @@SERVERNAME
    so the replication can't retrieve information, unfortunately for me it is difficult to rename the server because it sis development server so they need to make analysis about side effects if we renamed it. 
    Please Mark it as Answered if it answered your question
    OR mark it as Helpful if it help you to solve your problem
    Elmozamil Elamir Hamid
    MCSE Data Platform
    MCITP: SQL Server 2008 Administration/Development
    MCSA SQL Server 2012
    MCTS: SQL Server Administration/Development
    MyBlog

  • Posted documents could not retrieve from Finance system (Travel Management)

    Hi Experts,
    I could sucessfully post the documents to Finance system using T.code: PRRW and when i click on FI/Co documents tab it is showing error Could not retrieve from Finance (FIN310) system, I have checked the ALE configuration form HR outbound documents are sucess also.
    Please advise where i have to check, there is no erros during posting posting was sucess with document numbers also.
    Appreciate your help if you could let me know if there is any other reports i have to run for posting.
    Thanks
    Murali

    The problem I faced was related but just slightly different - solution is below.  This is really only an issue if your AS Java server is on a different server than your NWDS and a firewall is active.
    Error when trying to publish ConverterWeb demo project from local dev machine CE 7.2 Netweaver Developer Studio  to server CE 7.2 AS Java was:
    Could not retrieve deployment system configuration for CE1. Please check if the system is running.
    [ERROR: 7/10/10 10:58 PM /userOut/daView_category (eclipse.UserOutLocation)
    Thread[Thread-22,5,main]]
    Issue is a firewall problem.  Solution  is:
    1) remove default SAP AS Java from NW Developer Studio (Windows -> Preferences -> SAP AS Java
    2) shutdown NWDS
    3) open ports 50113 (port for instance 1), 50013 (port for instance 0), 50004 (deploy port) and 5000 (http for NWASJAVA) on the AS Java server.
    4) open NWDS
    5) add SAP AS Java in NWDS (Windows -> Preferences -> SAP AS Java: host - 192.168.1.16, instance - 1, Domain - Default
    6) add SAP AS Java in NWDS (Windows -> Preferences -> SAP AS Java: host - 192.168.1.16, instance - 0, Domain - Default
    7) publish ear.
    8) navigate to: http://192.168.1.16:50000/ConverterWeb/
    obviously you'll need to replace the internal ip with the ip of your server.
    I think this firewall info is somewhere in the docs.
    Edited by: adamtarshis on Jul 11, 2010 8:16 AM

  • Could not retrieve server initialization data

    This is in regard to recent issue reported under MS Project 2010 Proffesional edition. We were trying to connect MS Project 2010 Proffesional Client edition to MS Project 2010 server so that we can upload the project to resource center directly.
    Right information is added under info-> Accounts and post to that MS Project client reports the following error "Could not retrieve server initialization data". Please let me know how to get rid of this.
    Quick help is required!!
    Thanks
    Yash Bindlish

    - Confirm you created your Project Server account within the Project Client? This is done from the backstage by clicking File > Info tab. If you haven't completed
    this step, you cannot connect to Project Server.
    - Confirm when you open Project Professional 2010, did you register the account?
    To register the account
    FILE   >>> INFO 
    >>> "Manage Accounts"
    Also, make sure all the accounts do not have a default account. 
    This is to make sure the default "Computer" account is not being used.
    Also you can try with
     “Disable the loopback check”
    http://support.microsoft.com/default.aspx/kb/896861?p=1
    Thanks

  • Could not retrieve template fields:Wrong document format or adapter mismath

    Hi,
         I am working on Interactive forms using Guided procedures. I'm trying to create an interactive form callable object. I've created an XDP template. When I try to use this to create callable object, I get the following error
    Could not retrieve template fields: Wrong document format or adapter mismatch  from adapter
    Are there any restrictions on the templates?
    Is this a known issue?
    I'm using Adobe Designer 7.0 and EP 7.0
    Thank you,
    Vasu

    I've recreated the layout in 7.0 Live cycle designer but no use.
    ADS configuration is fine. The adapter is picking some templates and not picking some.
    Is there anyway to find out why exactly this is happening?
    I very often have problems with Adobe and there is hardly any way to track what the root cause of the problem is.
    Also, I feel interactive forms do not show a consistent behavior in many cases.
    I've opened a note on marketplace but no response yet.
    Hope someone helps.
    Thank you,
    Vasu

  • Could not retrieve vendor list

    Hi,
    when i am trying to add a local DC to source control, i get the following error
    "Could not retrieve vendor list".
    Can anybody please give me hint, how i can solve this problem?
    BR,
    Martin

    Hi
    This usually indicates your configuration of the NWDI is not proper.
    Please follow the instructions in the link: http://help.sap.com/saphelp_nwce10/helpdata/en/9f/d4dc01c6e64b9db3ae125c350439cc/frameset.htm
    Let me know if this doesn't solve your problem
    Guy
    Edited by: Shai Kfir  on Jan 20, 2008 3:59 AM

Maybe you are looking for

  • Printer List (Default) is empty

    When trying to add a new printer the default printer list comes up empty. I have not deleted any drivers, they are all still in /Library/Printers. I have tried reinstalling the drivers from the install disk, and repairing disk permissions, to no avai

  • FF is "blocking" an add-on which is NOT on my computer.

    When I use the Add-ons Manager to check my add-ons, it informs me that Java Deployment Toolkit 10.51.2.13 is disabled. But when I run a file search on my hard drive looking for the files mentioned, there is no such file on my hard drive. (Looking for

  • Updating Receipt Routing in PO Shipments

              Hello all,           I am looking for any option to update Receiving_routing_id in the table PO_LINE_LOCATIONS_ALL except the base table update( since it is not supported ).           So far I have explored following options.           1. U

  • Downloaded Library Content still not showing up

    Okay, so in the middle of a huge project I was watching a online tutorial on Encore CS6 about building a dvd menu. Well, the guy goes to his library and has all kinds of options for pre-made menus and buttons etc. etc. These buttons are missing for m

  • Unable to view the details of BAdi method

    Guys, Using SE18, I was able to view the different methods inside a particular BAdi. I had double clikced on a Method name and was able to view method parameters. However, I am not able to view the details of this method by double clikcing on it.Can