Re: Remote Path?

Patrick,
Below was clipped from the help definition:
Remote Path: Browse to the remote share path to the installation directory.
This path is required in order to use the ZENworks Handheld Management
Inventory Viewer.
In other words, you would point this to where you installed ZFH (i.e.
\\{yourservername}\{shared folder name}
-Steve
>>> On 6/20/2007 at 7:45 AM, in message
<[email protected]>, Patrick
Doherty<[email protected]> wrote:
> I've just installed ZFH in our test lab to have a look at it. I think
> it's all setup OK. One question I have is;
>
> In the ZFHService object there is a box for Remote Path, where should
> this point to?
>
> Thanks

For simply building Java projects?
Create your local cache once: You can set up a classpath variable or
user library in your java project. That variable then must be set when
you create a new workspace. Then you can use something outside of
eclipse to create your local cache.
As for keeping remote stuff up to date:
1) you could create an ant script in a separate project, and use it as
an "External Builder". Ant can SCP all of your remote files into your
local project, and has a setting to auto-refresh that project's
workspace so your jars would magically become up to date. You'd be
setting yourself up to create a local cache of libraries. You can kick
off that build in your cache project at your convenience.
2) use m2eclipse and maven, which is built around caching remote repos
locally.
3) I think RSE (part of TM) allows you to fetch remote files/folder
locally. http://wiki.eclipse.org/TM_and_RSE_FAQ That could be used
similar to option #1
PW
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Platform_Expression_Framework
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm

Similar Messages

  • SSIS FTP Task Variable Remote Path invalid

    I am working on the SSIS FTP Task that transfer file from one FTP server to local location, rename the file name, and finally transfer the renamed file to another FTP server. So I defined 2 FTP tasks.
    For the FTP file receive operation, I need the remote path to be updated by a script and pass to the user define variable. So I set TRUE to IsRemotePathVariable. In the RemoteVariable, I set User::FTPSourcePath where the variable is set in the script with "/DMFTP/filename1.jpg"
    For the FTP file send operation, I set TRUE to IsRemotePathVariable. In the RemoteVariable, I set User::FTPDestPath where the variable is set in the script with "/DestFTP/"
    After all the setting, the FTP Task box show me the error as "Variable "FTPSourcePath" doesn't start with "/". Another FTP box show me "Variable "FTPDestPath" doesn't start with "/"
    Can anyone help me on this problem?? Thanks.

    Enzoe,
    I had the same issue going against the Unix FTP site to attempt to delete files and so I wrote a little function in C# library that I use from a script task to accomplish what I want. You could probably do this inline to a script task but it would not be reusable.
    public static void FtpDeleteFiles(ScriptObjectModel dts, string connectionName, string[] remoteFiles)
      ConnectionManager mgr = dts.Connections[connectionName];
      FtpClientConnection conn = new FtpClientConnection(mgr.AcquireConnection(null));
      if (conn != null) 
        conn.Connect();
        try {
          conn.DeleteFiles(remoteFiles);
        } finally {
          conn.Close();
    This allows me to create the FTP connection and configure it through the normal SSIS methods and then invoke the FTP process from those connections myself. There are some area's to improve on so that if the connection is NULL an exception is thrown or logged and maybe return a boolean.
    Pretty simple...
    Fred

  • Can't set up remote path info for FTP server to connect Contribute to new Mac

    I just bought a new Mac and need to connect Contribute to my website. This all worked great on my previous Mac.
    I called Bluehost (my provider) to have them walk through the connection questions, but we got stuck at the Remote Path Info. Something appears to be getting blocked on the Adobe end of things.

    Moving this discussion to the Bridge General Discussion forum.

  • Remote Path Issue

    In <param name="movie" tag, if i specity like below it is
    working fine.
    <param name="movie" value="../swf/xyz.swf">
    Suppose my file xyz.swf is in some remote system name abc and
    in folder def. How to specify the
    path in that situation. I tried like following but it is not
    working
    <param name="movie" value="//abc/def/xyz.swf">
    Any help in this issue is highly appreciated and Thanks in
    advance.

    Here is the code and I modified at both places
    Thanks mercl for the earlier responses and Thanks in advance
    for next response
    In the code what does mysite.com represents.
    <object
    classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
    border="0" width="980" height="700">
    <param name="movie" value="
    http://www.mysite.com/system1/swf/1_lowoilpressure_switchindication_testing.swf">
    <param name="quality" value="High">
    <param name="wmode" value="transparent">
    <embed src="
    http://www.mysite.com/system1/swf/1_lowoilpressure_switchindication_testing.swf"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" name="obj1" width="980"
    height="700" quality="High" wmode="transparent"
    swliveconnect="true"></embed></object>

  • VI Server - Open VI Reference is using local path, not remote

    First time posting to NI Developer Zone, so bear with me.
    I have a PXI-1050 chassis with a PXI-8187 controller that runs LabView RT.  I have set up this PXI system to utilize a VI server on port 3363 and opened access to my host PC which runs LabView 8.2 with the RT module.
    I am having trouble openning a remote VI using the VI Server and the "Open VI Reference" function.  I am fairly certain that the VI server is connecting using the "Open Application Reference" function, but it seems that the vi I wish to run cannot be found.
    Here is the error that is thrown back to me
    "Error 7
    Possible reason(s):
    LabVIEW:  File not found. The file might have been moved or deleted, or the file path might be incorrectly formatted for the operating system. For example, use \ as path separators on Windows, : on Mac OS, and / on Linux. Verify that the path is correct using the command prompt or file explorer.
    =========================
    NI-488:  Non-existent board.
    VI Path: D:\LabView_Projects\VI_Server_Test_Project\/ni-rt/startup/temp_1.vi"
    You will notice that the "Open VI Reference" is prepending the local path 'D:\LabView_Projects\VI_Server_Test_Project\' to my remote path.  If I specify the path using Windows style path, e.g. 'c:\ni-rt\startup\temp_1.vi', again the remote VI cannot be found.  I think I am missing something trivial, but I don't know what it is.
    Thoughts?

    Several things:
    1. When u open the vi reference u must use and invoke node to make the Run vi, if you dont make it the vi is loaded but not running.
    2. Insert correctly the path on your RT and the IP of your RT target
    3. is better to have the variables on your HOST than on your RT becoz of two things:
                - Not to use resources of your RT system as memory etc... is better to use the host ones that are more available
                - The library needs to be deployed when running the vi on the host. If you put it on the RT it would need to be redeployed, so it is better to leave it on the host becoz of that.
    4. Then as the library is on the host it needs to be deployed with the proper invoke node inside a stacked sequence to ensure is the first thing you do.
    5. The enable RT fifo on the variables is used only to pass data between different vi's or processes inside the RT, it has no sense to enable it when sharing data RT - Host coz it is not possible, Shared variable work with TCP/IP not as RT FIFO.
    See the attached vi for extra info.
    I give u these extra links for your info:
    http://digital.ni.com/public.nsf/websearch/F4010DD5C8D1B13D862565BC007384E9?OpenDocument
    http://digital.ni.com/public.nsf/websearch/04D9A85B6967EE87862571140065EEC6?OpenDocument
    http://digital.ni.com/public.nsf/websearch/48D244EC86971D3986256BD4005CCC28?OpenDocument
    Regards,
    Jaime Cabrera
    NI Applications Engineering Spain
    Attachments:
    Compartida.zip ‏66 KB

  • How to excute a power shell script to remote machine using power shell script folder path and script name

    Hi,
    Let say, I have 3 parameters.
    1. Script FolderPath (Remote path for e.g \\RD101\ScriptSharedFolder     Here RD101 is one server)
    2. Script Name(StopAllService.ps1)
    3. Server Name (RD45)
    I want to execute a powershell scritp in my local machine(Test1)  and in that script I want to pass the above three parameters.Now I want to excute the StopAllService.ps1 script into RD45 server. But the script is available in RD101 machine.
    So What I want to here How can we do this ? I have script name and script folder path and target execution server name.
    Pls giude me or give me the script.
    By
    A Path Finder..
    JoSwa 
    If a post answers your question, please click &quot;Mark As Answer&quot; on that post and &quot;Mark as Helpful&quot;
    Best Online Journal

    Hi,
    You got 2 solutions for your problem:
    1- If you have permission to run scripts in the remote computer without specifying your credential,
    then, the first reply solve your problem.
    2- If you have permission to run scripts in the remote computer
    having to specify your credential, l then,
    my solution solves your problem.
    If the remote computer requires signed scripts only, you need signed script. Period. Or are you trying to break remote computer security?
    If you need signed script, there's no psdrive that'll circumvent such requirement.
    The problem is that the execution policy is set to "RemoteSigned". Using the URL explicitly tags that script as being from a remote source, and the policy blocks it.  The PSDrive provides a local reference for the script.  It does not
    sign the script but the local drive reference may prevent it from being blocked for being from a remote source. I'll test that later.
    Script signing is not and should never be considered a security measure. It is easily circumvented by running the script using powershell.exe, and using the -ExecutionPolicy parameter to override whatever the local execution policy setting is. 
    [string](0..33|%{[char][int](46+("686552495351636652556262185355647068516270555358646562655775 0645570").substring(($_*2),2))})-replace " "

  • Using UNC Path With Execute Process Task

    I have an Execute Process task in which the process can either delete, get or put files to an SFTP site. The executeable takes arguments in the following format:
    "host" "user" "password" "put" "full local path/filename" "full remote path/filename"
    I have the task configured as follows:
    RequireFullFileName: True
    Executeable: \\server\groups\Development\ETLFiles\ETL_Utilities\ocsshhelper\ocsshhelper.exe
    Arguments: sftp user password \\server\groups\Developmement\ETLFiles\ETL_Data_Files\CT_FS_Export_20081113.csv stateExport\export
    WorkingDirectory: \\server\groups\Development\ETLFiles\ETL_Utilities\ocsshhelper
    WindowStyle: Hidden
    Arguments, Executeable and WorkingDirectory have been configured as Expressions. When I execute the package in BIDS from my Windows  XP SP3 machine, The task fails with the following error:
    [Execute Process Task] Error: In Executing "\\server\groups\Development\ETLFiles\ETL_Utilities\ocSSHHelper\ocsshhelper.exe" "sftp user password put \\server\groups\Development\ETLFiles\ETL_Data_Files\CT_FS_Export_20081113.csv stateExport\export" at "\\server\groups\Development\ETLFiles\ETL_Utilities\ocSSHHelper", The process exit code was "-532459699" while the expected was "0".
    My domain account has 'effective' full control rights to the location of ocsshhelper.exe.
    It could be that the executable does not support UNC paths, and I'm checking that. I have another package that uses this same application, but uses the physical path, and there are no problems. Does the Execute Process task have issues with UNC paths?
    Thank you for your help
    cdun2

    Actually it doesn't work properly in SQL Server 2008 R2.  I have a similar EP task.  If I set the working directory to \\server\share\subdir the task fails. However, if I map a drive latter to the \\server\share and set working directory to <drive>:\subdir
    it works

  • To get path to source flat file

    Hi.
    I need to get file from remote server through scp. I've decided to use OdiScpGet tool. The remote path won't change, but local path could be changed dependent on dev and prod environment.
    So I need to get local directory from ODI topology. I made variable which has refreshing SQL:
    select '<%=odiRef.getCatalogName("FERMAT_INPUT", "RELIZ", "D")%>' from dualBut when I execute it, result is null. This logical schema and context exists.
    ODI 10.1.3.6.4

    Hi.
    I need to get file from remote server through scp. I've decided to use OdiScpGet tool. The remote path won't change, but local path could be changed dependent on dev and prod environment.
    So I need to get local directory from ODI topology. I made variable which has refreshing SQL:
    select '<%=odiRef.getCatalogName("FERMAT_INPUT", "RELIZ", "D")%>' from dualBut when I execute it, result is null. This logical schema and context exists.
    ODI 10.1.3.6.4

  • Finding the UNC path of a symlink'ed directory

    Hi Scripting Guys,
    I have multiple powershell scripts which access data files on a remote networked machine working through a symlink on the local machine. This way the remote fiile location isn't coded in the scripts, and if we decide to change the location of the data then
    only the symlink needs to be recreated. So, for example, "c:\my_scripting\my_symlink\" in fact takes you to "\\remote_machine\my_data\"
    In a script I am working on now, I have a need to be able to retrieve the UNC path of the remote data directory, in other words - where is my_symlink pointing to?
    Can you help me with this please?
    Cheers,
    Colin

    Here's my solution so far (assuming only one reparse point in the local starting directory):
    # get the remote path associated with my_symlink
    [string] $uncPath = &cmd /C dir /AL *
    $uncPath = $uncPath.Split("[`[`]]")[1]
    # get the logical disk object
    $networkDrive = $uncPath.SubString(0,2)
    $logicalDisk = Gwmi Win32_LogicalDisk -filter "DriveType = 4 AND DeviceID = '$networkDrive'"
    # replace the network drive letter with provider name
    $uncPath = $uncPath.Replace($networkDrive, $logicalDisk.ProviderName)

  • How to create the log file in remote system using log4j.

    Hi,
    How to create the log file in remote system using log4j. please give me a sample code or related links.The below example i used for create the log file in remote system but it return the below exception.Is there any authandication parameter for accessing the remote path? Please help.
    public class Logging
    Logger log=null;
    FileAppender fileapp=null;
    public Logging(String classname)
    try
    log = Logger.getLogger(classname);
    String path=" [\\192.168.0.14\\c$\\LOG\\d9\\May_08_2008_log.txt|file://\\192.168.0.14\\c$\\LOG\\d9\\May_08_2008_log.txt]";
    fileapp = new FileAppender(new PatternLayout("%r [%t] %-5p %c %x - %m%n"),path, true);
    log.addAppender(fileapp);
    log.info("Logger initilized");
    }catch(Exception ex)
    ex.printStackTrace();
    java.io.FileNotFoundException: \\192.168.0.14\c$\LOG\d9\May_08_2008_log.txt (The network path was not found)
    at java.io.FileOutputStream.openAppend(Native Method)
    at java.io.FileOutputStream.<init>(Unknown Source)
    at java.io.FileOutputStream.<init>(Unknown Source)
    at org.apache.log4j.FileAppender.setFile(FileAppender.java:290)
    at org.apache.log4j.FileAppender.<init>(FileAppender.java:109)
    at annwyn.logger.BioCapLogger.<init>(Logging.java:23)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Please help.
    Thanks in advance.
    Saravanan.K

    Sorry path is missing for the above request.
    path="\\192.168.0.14\c$\LOG\d9\May_08_2008_log.txt ";
    please help.
    Saravanan.K

  • Howto escape spaces in pathes when using rsync via ssh?

    Hi,
    I'm using rsync to sync my Addressbook's data from my PB to the cube where my iPod is connected to and syncs to that data. I've also set up ssh to connect to the cube and vice versa. Problem is, the path to the address book data contains a white space (Application Support). I escape it using a backslash on both the local and the remote path in the rsync command. It works with the local path but not with the remote one where it becames a 'real' space, so that rsync creates a new folder ~/Library/Application and copies everything over there. Any suggestions what's going on and how to solve it?
    (I remember I read something about the oddities of terminal - back when Panther came out - also scratching those kinds of issues, but don't remember where this was and yes, I've a workaround using a spaceless symlink at the cube, but I'd like to solve it within the rsync command. The symlink is just ugly).
    PowerBook 12   Mac OS X (10.4.6)  

    Hello Denis,
    Enclose the Path with double quotes and escape the whitespace with a backslash:
    with ssh, it works for me like:
    scp user@remote-host:"/Library/Application\ Support/test.nix" .
    works with rsync too this way.

  • Updating a remote web application

              Hi all.
              We are developing a web application in team.
              We develop on Windows, but the web application runs under unix/linux.
              The unix machine has an Admin server and a Managed server (same machine).
              The web application we are developing is already deployed to the target server
              and (of course) we have a directory on the Admin Server where all the components
              are stored. The web application is in exploded format (no war - no hidden peace
              message here :) ).
              We'd like to run - locally on our windows machine - the command line "java ...
              weblogic.deploy ..." to update the Web Application as a result of a build script.
              We found that the "source" paramenter confuses us: shall we give the "remote"
              path (i.e. /var/wlhome/applications/<app name>") as given to WL Admin when we
              CONFIGURED a new web application from the console or should we give a LOCAL direcotry
              name? (i.e. D:\DEVEL\<app name>)
              Giving a remote (i.e. on the unix machine) path we have the following:
              D:\DEVEL\groc>java -classpath lib/weblogic.jar weblogic.deploy -host <managed
              host machine> -port <managed host port> update <password> <appname> /var/wlhome/applications/groc
              Bad URL or file name: /var/wlhome/applications/groc
              Giving a local (i.e. on the windows machine) path:
              D:\DEVEL\groc>java -classpath lib/weblogic.jar weblogic.deploy -host <managed
              host machine> -port <managed host port> update <admin system password> groc /var/wlhome/applications/groc
              Weblogic says: "Done updating groc with ./config/svildomain/.wlstaging/groc
              But when reloading the web application, changes (done to the LOCAL files) are
              not reflected in the output.
              Am I missing something? (Should the local weblogic.jar be the same service pack
              level as the ManagedServer?)
              Thanks in advance
              ALX
              

    Hi,
    Azure RemoteApp is used for deploying the front end of your application, so in the case of a web app you would publish IE/Firefox/Chrome and have the backend components (website, Azure SQL Database, services, etc.) running in Azure or on-premises connected
    via VNet.
    -TP

  • Read and Write from Remote Shared directory

    Hello everyone,
    I'm working on an enterprise portal. One of the things i was asked to do is access a remote directory (like "\\machine\share\") and be able to, at least, list the files, download to the portal user any of them, and be able to upload some as well. Also my goal is to create dinamycally a directory inside the shared one for every record I insert into a database for, for example, creating a course (each course has an attachment of files with the schedules, curriculum, etc. in pdf or doc files).
    Can anyone point me in the right direction on how to star this? are there any API's, packages or something like that that i can use?
    Thank you in advance.

    I have allready done that type of Project
    I use FTP to Connect remote server. there is api call
    com.enterprisedt.net.ftp you can download it free
    also you can get the document of that API.
    there is som sample code
    import com.enterprisedt.net.ftp.*;
    class remote
    private String localPath,remotePath;
    private FTPClient ftpClient;
    public remote()
    try
    localPath="localpath to download";
    remotePath="remote path from server";
    ftpClient = new FTPClient();
    FTPMessageCollector listener = new FTPMessageCollector();
    ftpClient.setMessageListener(listener);
    ftpClient.setRemoteHost(ip of the remote host);
    ftpClient.setTimeout(10 * 60 * 1000);
    System.out.println("connecting to the Remote Server....");
    ftpClient.connect();
    System.out.println("connected to the Remote Server ");
    ftpClient.login(username,password);
    ftpClient.setConnectMode(FTPConnectMode.PASV);
    ftpClient.setType(FTPTransferType.ASCII);
    downloadFiles();
    catch(FTPException ftpe)
    System.out.println(ftpe.toString());
    catch(Exception e)
    System.out.println(e.toString());
    public void downloadFiles()
    try
    String [] remoteFileList;
    String localFileName;
    remoteFileList=ftpClient.dir(remotePath + "/");//get the Remote
    //file list
    for(int j=0;j<remoteFileList.length;j++)
    ( localFileName =localfile //filter only fileneme from remotFileList[J])
    ftpClient.get(localPath + localFileName, remoteFileList[j]);
    System.out.println("Successfuly Downloaded " +
    ftpClient.quit();
    catch(Exception e)
    System.out.println(e.toString());
    from Jinath
    Message was edited by:
    JBN

  • FSRM [Source File Path] and DFS

    Hi,
    When i use the [Source File Path] in a notification email it does not show the source file path but instead shows d:\xxxx which is the local drive of the server hosting the destination share.
    The users has a lot of problems with file types that are not allowed. But i can't find a good way to show them the file that has been blocked with out showing them the local server drives or shares and this is not a good way.
    Any suggestions to what could be done so i can show the users what files have been blocked?

    Hi,
    I get the reply from FSRM Discussions team.
    The source file path in this case does not relate to the copy operation (FSRM has no clue where this is copied from) – rather to the location of the file that caused the problem.
    If the path for the file that caused the notification is a shared folder or volume, we can use [Source File Remote Paths] instead of [Source File Path] to insert the path in UNC format (\\Server\Share\).
    Best Regards,
    Mandy
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • FPN Remote Delta Link - Bex Web - Iview Preview Error

    We created a remote delta link in the Consumer Portal for Bex Web Iview from the Producer portal. The preview of the iview in the consumer portal fails with the following error:
    Unexpected error - Unable to get IView: fpn:<Consumer Alias> /pcd:portal_content/com.sap.pct/platform_add_ons/com.sap.ip.bi/iViews/com.sap.ip.bi.bex:eV%2BqDnR62S5rnG4nJ%2F7uhw%3D%3D:1
    In the default trace of the Producer we see the following:
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Caused by: com.sap.portal.fpn.exception.base.FPNFatalErrorException
         at com.sap.portal.fpn.runtime.FpnRuntimeService.doFpnLookup(FpnRuntimeService.java:171)
         at com.sap.portal.fpnprovider.fpn.GenericContext.lookup(GenericContext.java:48)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyContentProvider(DeploymentManager.java:1919)
         ... 40 more
    Caused by: com.sap.portal.fpn.exception.base.unchecked.FpnCommunicationException: Cannot retrieve delta link remote state for remote path 'pcd:portal_content/com.sap.pct/platform_add_ons/com.sap.ip.bi/iViews/com.sap.ip.bi.bex' with user Id '<BIUSER>'
         at com.sap.portal.fpn.remote.AccessServiceImpl.retrieveDLRemoteState(AccessServiceImpl.java:158)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:331)
         at com.sap.engine.services.rmi_p4.P4DynamicSkeleton.dispatch(P4DynamicSkeleton.java:159)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:330)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:201)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:137)
         ... 6 more
    Caused by: com.sap.portal.fpn.exception.base.unchecked.FpnAuthenticationException: Could not find user from the user id '<BIUSER>'
         at com.sap.portal.fpn.protocol.marshal.ContentMarshallerService.marshalDLChain(ContentMarshallerService.java:294)
         at com.sap.portal.fpn.remote.AccessServiceImpl.retrieveDLRemoteState(AccessServiceImpl.java:156)
         ... 14 more
    Caused by: com.sap.security.api.NoSuchUserException: USER_AUTH_FAILED: User account for logonid "<BIUSER>" not found!
         at com.sap.security.core.imp.UserFactory.getUserByLogonID(UserFactory.java:1317)
         at com.sap.security.core.imp.UserFactory.getUserByLogonID(UserFactory.java:1339)
         at com.sap.security.core.imp.UserFactory.getUserByLogonID(UserFactory.java:1354)
         at com.sap.portal.fpn.protocol.marshal.ContentMarshallerService.marshalDLChain(ContentMarshallerService.java:292)
         ... 15 more
    Producer Portal - User data source is BI ABAP Backend
    Consumer POrtal - User data source is LDAP
    I have tested SSO both ways and it works:
    Logged in to Consumer -> switched URL to producer --> switched back to consumer
    Still looking at the default trace it looks like some how the end user is not recognized during the switch.
    Any help/direction  is much appreciated.
    Thanks
    Shabna

    Dao, 
      Thanks for taking the time.
    Versions:
    Producer BI portal - NW 7.0 EHP1 SP6 (BI_JAVA SP8 Hotfix 12)
    Consumer Portal - NW 7.0 EHP1 SP7 (BI_JAVA SP8 Hotfix 12)
    BIUSER exists on both:
    Producer - BIUSER is an ABAP user in the BI Backend
    Consumer - BIUSER is the SAMAccount Name of AD account BISUER@<company.com>
    SSO works both ways.
    I checked the thread you mentioned. Though the error in the default trace is the same, I am using FQDNs everywhere and the correct P4 ports. I am able to telnet using the P4 ports between the two portals. The FP connection tests also work.
    Thanks
    Shabna

Maybe you are looking for

  • Problem with JTextPane and StateInvariantError

    Hi. I am having a problem with JTextPanes and changing only certain text to bold. I am writing a chat program and would like to allow users to make certain text in their entries bold. The best way I can think of to do this is to add <b> and </b> tags

  • Tolerance levels in Purchasing MM

    Dear All, Can someone please give help me I am new with MM. The business what to set-up some tolerance levels in the purchasing side. I was able to find all the different tolerance levels available in Purchasing I chose BD, tolerance level at the inv

  • And make it point "hello.wsgi" in my django app in os x server

    Hola tengo el archivo "com.apple.webapp.wsgi.plist", "httpd_wsgi.conf" y el archivo "hello.wsgi", ¿qué debo cambiar para que apunte a mi archivo en django y por favor decirme que pone no puede encontrar documentación y puedos no se ejecutan en mi apl

  • Microsoft Visual C++ Runtime Library - R6034 Error

    Every time I click to a drop down menu on Chrome, I got this message: After downloaded this DLL file and moved it to C:\Windows\system32, I got this message: After downloaded this DLL file and moved it to C:\Windows\system32, I got this message: I'm

  • FM to create profile

    Hi All, Is there any Function module to create a Profile within a profile set  in Sap Crm Marketing ? or is there any other way to create a Profile within a profile set through a abap program ?