Pkgadd/proxy setup

Hi,
I'm not sure whther this is the right formu for this post so if I'm wrong please point me to the right one.
I'm trying to get new Solaris 10 packages (pkg-get) from internet with pkgadd. I set up the http_proxy flag but I'm getting an error:
# pkgadd -d http://www.blastwave.org/pkg_get.pkg
pkgadd: ERROR: Invalid proxy specification: <myproxy.com:80/>
Is there anyone who can help me solve this issue?
Thanks!

have a look at the below document.
http://www.cisco.com/en/US/products/sw/voicesw/ps2157/prod_installation_guide09186a00803d5a95.html#wp30708

Similar Messages

  • Reverse proxy setup problems

    I am trying to setup a reverse proxy using iPlanet Web Proxy Server 3.6. I have followed the instructions in the manual which seems pretty straight forward but nothing is happening. I am getting no traffic at all between any of the boxes involved. I have been using apache before without any problems but wanted to move to something more scaleable as I would like to have multiple reverse proxys. Can anyone give any suggestions as to what might be wrong. Thanks.

    Have you tried thius technote ===>
    http://knowledgebase.iplanet.com/ikb/kb/articles/1173.html
    The reverse proxy setup requires regular mappings and reverse mappings. Regular mappings re-map the requested URL to the actual origin
    server. The reverse mappings re-map Location: headers coming back in 3xx redirections.
    In some cases, customers have sent technical support obj.conf files with the mapping entries in the wrong order. All of the
    "reverse-map" functions should be placed before the "map" functions.
    There maybe two causes:
    1.Hand editing of the obj.conf files
    Use the admin interface to create reverse proxy map entires.
    2.Old versions of Admin Server
    There may have been problems with creating reverse proxy maps in Proxy 2.x, which used Admin Server 2.x. This problem doee not
    occur with Admin 3.5.
    Example:
    NameTrans fn="reverse-map" from="http://www.news.com"
    to="http://kwikimart.mcom.com:8080/news"
    NameTrans fn="map" from="http://kwikimart.mcom.com:8080/news"
    to="http://www.news.com"
    NameTrans fn="map" from="/news" to="http://www.news.com"
    Note the "reverse-map" function appears before the "map" functions.

  • Reverse Proxy Setup

    I have a 10.5 server running as a webserver with a single static IP address. I have a second machine running FileMaker Server that is also a webserver. I have two different domain names ( example.com and fmexample.com) that both point to the same static IP.
    I would like all traffic coming to example.com to pull data from the 10.5 Webserver and I would like all traffic coming to fmexample.com to pull data from the FileMaker Server.
    In researching this it seems like adding fmexample.com to the Sites list in 10.5 server and then adding a reverse proxy to the FileMaker server should accomplish what I am trying to do. However, even with the reverse proxy setup both domain names still pull data from the 10.5 server.
    On the 10.5 server in the Sites Menu these are my settings for the fmexample.com site.
    General Tab
    Domain Name: fmexample.com
    IP Address: 10.0.1.10 (IP address of the 10.5 server)
    Proxy Tab
    Enable Reverse Proxy "Checked"
    Proxy Path: /
    Balancer Members:
    Worker URL: http://10.0.1.100:80/ (IP address of the FileMaker Server)
    Route: "Blank"
    Load Factor: 100
    Any help would be appreciated.

    The reverse proxy is in the loop because I have multiple servers sitting behind a single public static IP address. When external calls (users outside of my local network) are made to the public IP for fmexample.com the reverse proxy server sends them to the 10.0.1.100 server on my local network.
    This worked fine for standard web serving. The problem came in with FileMaker's IWP engine. It was reading the incoming host header not as the original domain name (fmexample.com) but as the domain name or IP Address that I was assigning in the reverse proxy (ie fmexample.local, or 10.0.1.100)
    So when IWP would issue a redirect it would return a URL to the external user specifying an internal address. For example if a specify http://10.0.1.100/ as the URL in the reverse proxy IWP would issue a redirect and return a URL that looked like http://10.0.1.100/fmi/iwp....
    That internal address would not work outside of the network.
    By adding adding a DNS record internally that routes all fmexample.com traffic to 10.0.1.100, I was able to set the reverse proxy in essence to point to itself but since the reverse proxy looking at my local DNS server it would route back to the local IP address.
    Since I could now set the reverse proxy to use fmexample.com as the worker URL, IWP now could see a host header of "fmexample.com" and when it issues a redirect to the external user it shows the proper URL (ie http://fmexample.com/fmi/iwp)
    Circumstances Affecting my thought process:
    1) I can't just route all incoming traffic to my public IP to 10.0.1.100 because I have a couple of other domains that route to different servers so I still need the reverse proxy to play traffic cop.
    2) I also didn't have any idea how to modify IWP to force it to return a specific domain and I couldn't find any clear information on how to modify IWP. I decided to leave IWP working as it was designed and come up with a way to feed it the host header that I wanted.
    I admit it does seem a bit convoluted but the important thing is that it works, both internally and externally.
    Message was edited by: Patrick Cranston

  • What is the proxy setup and the port

    What is the proxy setup and the port

    hadi123 wrote:
    What is the proxy setup and the port
    Could you give a little more detail on your question please.  
    If you looking to setup a proxy server and port so your printer can connect the printer to HP ePrint, you will often find this setting in the embedded webserver of a printer.  Open up a web browser, and type http://<address of your printer> where the address of your printer is an IP address or hostname (such as http://192.168.2.2).  From the EWS, there will be a configuration section for HP ePrint, and you should find options for setting the proxy host and port in this area.
    I work for HP.

  • Sun One Application Server 7 SSL Reverse Proxy Setup?

    Hi,
    I've made a similiar post on the Web Server forum,
    http://forum.sun.com/jive/thread.jspa?threadID=95666&tstart=0
    I've noticed there's a reverse proxy plug in setup for Web Server,
    as well as a AddOn package for Application Server.
    I've so far successfully installed the reverse proxy plugin for
    the Web Server and it manage to passthrough the jsp contents
    to the Application Server.
    There's a file in our application server, Step2Cert.jsp in the
    appserver that requires to be viewed/accessed in https mode
    and I'm guessing the Web Server to Application Server communication
    should be in https?
    Anywhere I can find references on how this can be done?
    My two references:
    Web Server Reverse Proxy Plug-in
    http://docs.sun.com/source/819-0902-05/rpp61.html
    Web Server and Application Server setup for passthrough
    http://docs.sun.com/source/819-2783/agplugin.html
    I've not installed the AddOn package for the Appserver yet. But
    I figured I should, right? I'm rather confused about the two
    package.
    Thanks,
    Mac.

    Hi,
    I've made a similiar post on the Web Server forum,
    http://forum.sun.com/jive/thread.jspa?threadID=95666&tstart=0
    I've noticed there's a reverse proxy plug in setup for Web Server,
    as well as a AddOn package for Application Server.
    I've so far successfully installed the reverse proxy plugin for
    the Web Server and it manage to passthrough the jsp contents
    to the Application Server.
    There's a file in our application server, Step2Cert.jsp in the
    appserver that requires to be viewed/accessed in https mode
    and I'm guessing the Web Server to Application Server communication
    should be in https?
    Anywhere I can find references on how this can be done?
    My two references:
    Web Server Reverse Proxy Plug-in
    http://docs.sun.com/source/819-0902-05/rpp61.html
    Web Server and Application Server setup for passthrough
    http://docs.sun.com/source/819-2783/agplugin.html
    I've not installed the AddOn package for the Appserver yet. But
    I figured I should, right? I'm rather confused about the two
    package.
    Thanks,
    Mac.

  • Problem with socket factory in RMI over SSL in proxy setup

    Hi
    The following is the setup I have;
    1. I have an application in which the server is running in https mode and I have exported my remote objects using ServerSocketFactory and ClientSocketFactory which will create SSLServerSocket and SSLSocket respectively.
    2. When I run my connect a client to this server and invoke some method on any of the remote objects, I get the following exception:
    java.lang.NullPointerException
    at sun.rmi.transport.tcp.TCPConnection.getOutputStream(Unknown Source)
    at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)
    at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)
    at sun.rmi.server.UnicastRef.invoke(Unknown Source)
    at com.acme.ems.server.app.main.TestSumImpl_Stub.addOne(Unknown Source)
    at com.acme.ems.client.app.tools.EMSHaSftpSettings.okButtonActionPerformed(EMSHaSftpSettings.java:216)
    at com.acme.ems.client.app.tools.EMSHaSftpSettings.access$000(EMSHaSftpSettings.java:28)
    at com.acme.ems.client.app.tools.EMSHaSftpSettings$1.actionPerformed(EMSHaSftpSettings.java:183)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.Dialog$1.run(Unknown Source)
    at java.awt.Dialog$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Dialog.show(Unknown Source)
    at com.acme.ems.client.utility.BasicDialog.showContainerInsideDialog(BasicDialog.java:103)
    at com.acme.ems.client.app.tools.EMSHaSftpSettings.init(EMSHaSftpSettings.java:322)
    at com.adventnet.nms.util.ConsumeKnownEvents.showTheFrame(ConsumeKnownEvents.java:197)
    at com.adventnet.nms.util.ConsumeKnownEvents.actionPerformed(ConsumeKnownEvents.java:103)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.AbstractButton.doClick(Unknown Source)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
    at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    My understanding is, when invoking remote object's method from the client, a the clientSocketFactory implementation will be called and an SSLSocket will be created for communication between remote server and client. In this case,my guess is somehow the createSocket() method of the clientSocketFactory is returning Null.The question is why?????Any help soon is appreciated.
    Note that , we are doing this in a proxy set-up.

    I've made a similer post.
    I was able to get it working by doing the following
    Make sure to add and equals to your RMISocketFactory's
    something at least this
    public boolean equals(Object obj)
    return obj != null && obj.getClass() == this.getClass();
    I had to enable the follong cypher suite SSL_DH_anon_WITH_RC4_128_MD5
    but this leads to a possible man in the middle attack.
    I posted to try and get that resolved. (see ssl lockup on handshake)

  • AD FS Proxy setup

    We currently have a single AD FS machine with a proxy in front of it working fully.
    I've been asked to setup network load balance proxy so that we can bounce them whenever we needed to.
    I did not setup the original AD FS or proxy so this is all quite new to me. Trying to install the new proxy (before setting up the load balancing) I am running into constant problems. I have the correct cert installed, using the correct Federation Service Name
    and Domain admin login details I get a error message:
    Like i said, There currently is a proxy in place which is working so I cant see why any configuration changes would need to be made? Proxy firewall has been completely turned off. The AD FS server firewall is on but AD FS requests are allowed from any IP.
    If I try with a local administrator account i receive a error about unauthorized check your account.
    Please help

    Hello,
    for AD FS please ask in
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=Geneva
    Best regards
    Meinolf Weber
    MVP, MCP, MCTS
    Microsoft MVP - Directory Services
    My Blog: http://blogs.msmvps.com/MWeber
    Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
    Twitter:  

  • Wrong cert on reverse proxy setup for exchange

    i have arr setup, i have runt he setup command as per the recommended sheet
    ARRConfig config –cert “path
    to the certificate file” –hostnames “host
    names for Exchange Server”–targetserver
    “server name of Exchange Server”
    and this has worked and mail is accessable, the problem is that the cert is not matching for some reason
    so i have a cert for remote.domain.co.uk and i have one for mail.domain.co.uk, i used the mail cert for the reverse proxy, i see it bound to the site BUT when i access the remote site i get the remote.domain.co.uk cert as presented, its as if the mail one
    is being over ridden and i dont know were
    any advise?

    In the Exchange Shell can you run,
    Get-ExchangeCertificate | select CertificateDomains, Services | FL
    This should tell us if the cert is bound correctly on the Exchange Server.
    In the Essentials Server, in IIS, do you have a Exchange Proxy website created?
    Robert Pearman SBS MVP
    itauthority.co.uk |
    Title(Required)
    Facebook |
    Twitter |
    Linked in |
    Google+

  • Proxy Setup LMS3.2 with Proxyless/transparent doesnt work

    Hello,
    For CCO connection we need a proxyless connection (transparent proxy without the need for Proxy-IP/Port/User, working IE settings are for Direct Internet connections) but LMS3.2 isnt able to provide this:
    1. Proxy Server Setup doesnt accept "No Proxy" or empty Proxy fileds
    2. SW Center Please => SW-Update brings after entering my CCO-Account:
    ERROR: Unable to connect to Cisco.com. Please check D:/PROGRA~2/CSCOpx/log/psu.log file for details. Download operation cannot proceed.
    => check psu.log:
    [ Mon Jan 25 17:48:30 CET 2010 ] INFO   [SecurityHandler : getCSProxyHost]  : No proxy Host configured
    [ Mon Jan 25 17:48:30 CET 2010 ] INFO   [SecurityHandler : getCSProxyPort]  : No proxy port confgured
    [ Mon Jan 25 17:48:35 CET 2010 ] INFO   [SecurityHandler : getCSProxyHost]  : No proxy Host configured
    Is there any workarround to can use proxless connection for CCO-Access from LMS?
    Steffen

    If the proxying is transparent to the client, then there is nothing you need to do in LMS.  The "No proxy" messages in the psu.log are informational.  Technically, you do not have a proxy, and that is fine.  If the transparent proxy is configured to intercept HTTP traffic, then things should just work.  LMS should be able to connect to Cisco.com just fine without proxy settings.  If you need to see why this isn't working, start a sniffer trace filtering on tcp/80 traffic to www.cisco.com.  Run the software update job, and the capture should show the problem.

  • Proxy setup for R12

    Hi ,
    Someone setup Proxy during e-business suite R12 upgrade. What is drawback of setting proxy ?
    Thanks,

    The proxy you provide during R12 installation is for "Oracle Configuration Manager" and it is used for authentication. There is no drawback in using a proxy server.
    OCM ( Oracle Configuration Manager ) and My Oracle Support : FAQ and Troubleshooting [ID 369619.1]
    Oracle Configuration Manager and E-Business Suite Release 12 Release Notes [ID 406369.1]
    Thanks,
    Hussein

  • Proxy setup for OBIEE

    I'm getting the following message from the OBIEE Presentation Layer when I select 'Act As' from the 'Settings' drop down selection box.
    "This functionality has not been enabled by your administrator.
    The account entered does not exist or you do not have permission to view this account."
    Anyone have insights on what I'm missing? I followed the documentation and set up the
    1) Init Block with PROXY and PROXYLEVEL variables (which appear to be proper one I log in)
    2) changed the instance config to include appropriate setting
    3) created a custom message file
    I'm not sure on #3 - what the file should be called.
    Thanks

    Following is the setup details
    We have OC4J 10.1.2 running B2B(Business to Business) server with in intranet.
    We have Oracle standalone HTTP listener (OHS) running in DMZ .
    Our B2B in intranet receives the business messages from outside world and B2B also sends the messages to outsdie world .
    So now we want to route all the requests and responses through OHS reverse proxy
    We want to configure OHS as reverse proxy.
    Thanks
    -Praveen

  • Reverse proxy setup for EBS R12.1.1

    We have an external DMZ server configured for oracle ebs r12.1.1. The URL is http://testerp.mydomain.com:8003.
    Can you please provide a link that shows step by step setup of Reverse proxy for the above URL to access the application.
    I already have the metalink notes that says about DMZ setup for oracle ebs. I actually am looking for step by step setup for the reverse proxy using oracle application server 10g. Please help. Thanks.

    Roy, I have already gone through that document, it is actually showing how to install and configure webcache 10g for oracle ebs r12.
    It also says the features that oracle applicaiton server web cache provides like,
    •Load Balance
    •Reverse Proxy
    •Failover and Surge Protection to minimize downtime
    •Personalize Attributes for Caching
    BUT IT IS NOT MENTIONING HOW TO CONFIGURE THE 'REVERSE PROXY' FOR THE ORACLE EBS EXTERNAL APPLICATION SERVER ON DMZ.

  • SJSWS 7 u4 reverse proxy setup with client ip forwarding

    Hi,
    I am trying to set up a reverse proxy to glassfish enterprise 2.1 so that it will pass on the client ip address.
    I have added this line to my obj.conf file:
    ObjectType fn="forward-ip" hdr="Client-ip"
    Entire obj.conf below:
    <Object name="default">
    AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true"
    NameTrans fn="ntrans-j2ee" name="j2ee"
    NameTrans fn="pfx2dir" from="/mc-icons" dir="/usr/webserver7/lib/icons" name="es-internal"
    NameTrans fn="map" from="/" name="reverse-proxy-/" to="http:/"
    PathCheck fn="uri-clean"
    PathCheck fn="check-acl" acl="default"
    PathCheck fn="find-pathinfo"
    PathCheck fn="find-index-j2ee"
    PathCheck fn="find-index" index-names="index.html,home.html,index.jsp"
    ObjectType fn="forward-ip" hdr="Client-ip"
    ObjectType fn="type-j2ee"
    ObjectType fn="type-by-extension"
    ObjectType fn="force-type" type="text/plain"
    Service method="(GET|HEAD)" type="magnus-internal/directory" fn="index-common"
    Service method="(GET|HEAD|POST)" type="*~magnus-internal/*" fn="send-file"
    Service method="TRACE" fn="service-trace"
    Error fn="error-j2ee"
    AddLog fn="flex-log"
    </Object>
    <Object name="j2ee">
    Service fn="service-j2ee" method="*"
    </Object>
    <Object name="es-internal">
    PathCheck fn="check-acl" acl="es-internal"
    </Object>And have added this property to the both of the glassfish http-listeners:
    authPassthroughEnabled=true
    However the when I use this piece of code:
    System.out.println(FacesContext.getCurrentInstance().getExternalContext().getRequest().getRemoteAddr())I see this in my glassfish logs
    [#|2009-03-26T17:32:47.457+1300|WARNING|sun-appserver2.1|org.apache.coyote.tomcat5.CoyoteRequest|_ThreadID=21;_ThreadName
    =httpSSLWorkerThread-8181-2;_RequestID=11ab6ecf-254c-4255-98d3-48856ab99b61;|PWC4013: Unable to determine client remote a
    ddress from proxy (returns null)|#]
    [#|2009-03-26T17:32:47.457+1300|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=21;_ThreadName=httpSSL
    WorkerThread-8181-2;|
    127.0.1.1 ip address|#]
    There are no messages in the webserver logs
    Can anybody see something that I am doing wrong?
    Thanks in advance for your help,
    Gareth

    If Admin server shows its enabled, then it is enabled.
    You can add forward-ip line in obj.conf manually and restart the server just to be sure.
    Look at [http://forums.sun.com/thread.jspa?threadID=5344683|http://forums.sun.com/thread.jspa?threadID=5344683]. It says (in glassfish)
    "Add this property to all <http-listener> elements in your domain.xml:
    {code}<property name="authPassthroughEnabled" value="true"/>"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Proxy setup?

    Is it possible to set up my application to go through a proxy server that is different from my windows setting?

    Update:
    I have found that you can use System.setProperties(Proxy, Port) but I haven't found anyone that says they have got this to work. One person said it was because you can't do this on a sockets connection, you have to do it through RMI. About 40 posts about this same subject went unanswered. I am not an administrator on the proxy, and I am just trying to set up a simple communications client, is there a way to do this?

  • IRC and proxy setup

    I'm running my MacBook behind a proxy at work. I would like to get to a few open-source software support channels on IRC, and the darn proxy is frustrating.
    Is there a semi-painless way of doing this? I've tried a few things, including some GUI clients with "proxy" settings, and Irssi's proxy module, but I couldn't get any of them to connect successfully.
    Thanks for your help.

    No; I haven't yet been able to connect to a server, let alone a channel. I can't figure out how to get/tunnel IRC traffic through an HTTP proxy.

Maybe you are looking for

  • Load Sales Order from Xml file

    Hi, I want to load a sales order from xml file. How can I do so? Where I'll get the xml schema for Sales Order or other documents (delivery,invoice etc)? Plz reply with code and xml file.

  • JAVA pricing exit in CRM

    Hi all, I'm new to CRM and have been working in ABAP but have only basic knowledge of JAVA. Right now, I have to convert pricing routine in R3 to java in CRM VMC AP 7.0. I have read OSS note about this ( the one with attached PDF on how to implement)

  • [SOLVED]bash: Permission denied

    Hi! After yesterdays update (pacman -Syu) i can't seem to run scripts or execute commands like ./configure here is me trying to compile xbmc. ==> Bootstraping XBMC /home/*****/build/xbmc-pvr-svn/PKGBUILD: ./bootstrap: /bin/sh: felaktig tolk: Åtkomst

  • ODS in Generic Data source?

    Dear Friends, I need to do a generi extraction from a view(2 tables). This is is a transactinal extraction. How can I take a decision weather I have to build ODS or not. Because we know from. 3.x onwards, The delta is enabled for Generic. What is the

  • Customer creatio (master data mgt.)

    Hi guys, Once we create an customer at our loctaion the same must be registerd in the master data.for that we have a Program(BDC) that is to be executed on daily basis in background.But this program gives error while executing in background.While exe