WLS 10.3: Channel Property OutboundEnabled=true. What does it do?

Hi,
in the course of trying to find good configurations that will support rapid activation of standby wls-servers in case of machine failure or catastrophe, we've stumbled across some behaviour that we want to understand better. We want to know what is the relationship between the OutboundEnabled property, in channel definition, and application deployment on a managed server.
Current (simplified test) domain environment: Admin-Server and 1 managed server ms1, ms1 has an app to deploy. the servers are started with the standard oracle start scripts
Currently working fine. In all cases
, admin server is running: ie ms1 is not in MSI mode.
a. Only default http and https channels in use.
b. non default http and https channels binding to particular local interfaces with OutboundEnabled left at default (which is 'false' for everything but the admin channel, that we don't use)
c. non default http and https channel binding to particular local interfaces. https channel is defined with OutboundEnabled=true
Currently not working:
c. non default http and https channel binding to particular local interfaces. http channel is defined with OutboundEnabled=true
this gives the following stacktrace at the managed-server.
<28.10.2009 15:23 Uhr MEZ> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
java.net.BindException: Cannot assign requested address: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:365)
at java.net.Socket.bind(Socket.java:571)
at weblogic.socket.SocketMuxer.newSocket(SocketMuxer.java:350)
at weblogic.socket.ChannelSocketFactory.createSocket(ChannelSocketFactory.java:77)
at weblogic.socket.ChannelSocketFactory.createSocket(ChannelSocketFactory.java:58)
at weblogic.net.http.HttpClient.openServer(HttpClient.java:302)
at weblogic.net.http.HttpClient.openServer(HttpClient.java:388)
at weblogic.net.http.HttpClient.New(HttpClient.java:238)
at weblogic.net.http.HttpURLConnection.connect(HttpURLConnection.java:172)
at weblogic.deploy.service.datatransferhandlers.HttpDataTransferHandler.getDataAsStream(HttpDataTransferHandler.java:75)
at weblogic.deploy.service.datatransferhandlers.DataHandlerManager$RemoteDataTransferHandler.getDataAsStream(DataHandlerManager.java:153)
at weblogic.deploy.internal.targetserver.datamanagement.AppDataUpdate.doDownload(AppDataUpdate.java:39)
at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
at weblogic.deploy.internal.targetserver.BasicDeployment.prepareDataUpdate(BasicDeployment.java:682)
at weblogic.deploy.internal.targetserver.BasicDeployment.stageFilesForStatic(BasicDeployment.java:725)
at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:104)
at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:187)
at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
<28.10.2009 15:23 Uhr MEZ> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'sample' due to error weblogic.management.DeploymentE
xception: Exception occured while downloading files.
weblogic.management.DeploymentException: Exception occured while downloading files
at weblogic.deploy.internal.targetserver.datamanagement.AppDataUpdate.doDownload(AppDataUpdate.java:43)
at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
at weblogic.deploy.internal.targetserver.BasicDeployment.prepareDataUpdate(BasicDeployment.java:682)
at weblogic.deploy.internal.targetserver.BasicDeployment.stageFilesForStatic(BasicDeployment.java:725)

Hi,
in the course of trying to find good configurations that will support rapid activation of standby wls-servers in case of machine failure or catastrophe, we've stumbled across some behaviour that we want to understand better. We want to know what is the relationship between the OutboundEnabled property, in channel definition, and application deployment on a managed server.
Current (simplified test) domain environment: Admin-Server and 1 managed server ms1, ms1 has an app to deploy. the servers are started with the standard oracle start scripts
Currently working fine. In all cases
, admin server is running: ie ms1 is not in MSI mode.
a. Only default http and https channels in use.
b. non default http and https channels binding to particular local interfaces with OutboundEnabled left at default (which is 'false' for everything but the admin channel, that we don't use)
c. non default http and https channel binding to particular local interfaces. https channel is defined with OutboundEnabled=true
Currently not working:
c. non default http and https channel binding to particular local interfaces. http channel is defined with OutboundEnabled=true
this gives the following stacktrace at the managed-server.
<28.10.2009 15:23 Uhr MEZ> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
java.net.BindException: Cannot assign requested address: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:365)
at java.net.Socket.bind(Socket.java:571)
at weblogic.socket.SocketMuxer.newSocket(SocketMuxer.java:350)
at weblogic.socket.ChannelSocketFactory.createSocket(ChannelSocketFactory.java:77)
at weblogic.socket.ChannelSocketFactory.createSocket(ChannelSocketFactory.java:58)
at weblogic.net.http.HttpClient.openServer(HttpClient.java:302)
at weblogic.net.http.HttpClient.openServer(HttpClient.java:388)
at weblogic.net.http.HttpClient.New(HttpClient.java:238)
at weblogic.net.http.HttpURLConnection.connect(HttpURLConnection.java:172)
at weblogic.deploy.service.datatransferhandlers.HttpDataTransferHandler.getDataAsStream(HttpDataTransferHandler.java:75)
at weblogic.deploy.service.datatransferhandlers.DataHandlerManager$RemoteDataTransferHandler.getDataAsStream(DataHandlerManager.java:153)
at weblogic.deploy.internal.targetserver.datamanagement.AppDataUpdate.doDownload(AppDataUpdate.java:39)
at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
at weblogic.deploy.internal.targetserver.BasicDeployment.prepareDataUpdate(BasicDeployment.java:682)
at weblogic.deploy.internal.targetserver.BasicDeployment.stageFilesForStatic(BasicDeployment.java:725)
at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:104)
at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:187)
at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
<28.10.2009 15:23 Uhr MEZ> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'sample' due to error weblogic.management.DeploymentE
xception: Exception occured while downloading files.
weblogic.management.DeploymentException: Exception occured while downloading files
at weblogic.deploy.internal.targetserver.datamanagement.AppDataUpdate.doDownload(AppDataUpdate.java:43)
at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
at weblogic.deploy.internal.targetserver.BasicDeployment.prepareDataUpdate(BasicDeployment.java:682)
at weblogic.deploy.internal.targetserver.BasicDeployment.stageFilesForStatic(BasicDeployment.java:725)

Similar Messages

  • -Dsun.lang.ClassLoader.allowArraySyntax=true what does this do?

    According to Sun's bug database - Bug# 6434149, the documented work around for loading classes using loadClass() is as follows:
    1) Add -Dsun.lang.ClassLoader.allowArraySyntax=true if you want to use a library for which you don't have the source with JDK6
    2) Change loader.loadClass( name ) to Class.forName( name, false, loader ) if you own the code.
    What does -Dsun.lang.ClassLoader.allowArraySyntax does exactly? Does it affect any other Java 1.6 existing functionalities? Is it safe to add?

    Hello Rene,
    no, it's not the same. The first one is more general, as you set the application to be unavailable before you do the upgrade. Obviously, you use it for any other maintenance task as well. We also use it to disable applications that shall only be available a few days per month.
    The second attribute is set to mark the application of being imported (also if it's the first time) and hence it won't be accessible at that moment. Furthermore, you can't execute a second update/import at that time, which would be possible if you just set the flow status to unavailable.
    -Udo

  • When Metric's attribute CONFIG="TRUE", what does it mean exactly?

    I am confused with the explanation in document <Oracle Enterprise Manager Extensibility 10g Release 4 (10.2.0.4) B40007-01> , it said 'CONFIG: This is a special designation for CONFIG metrics that are uploaded
    differently by the EM framework.'. I mean what is the purpose when set CONFIG="TRUE"? For example, how could I understand the code below.
    <Metric NAME="MYSQL_MYSQL_DB_VAR" TYPE="RAW" CONFIG="TRUE">
    <Display>
    <Label NLSID="mmd_MYSQL_MYSQL_DB_VAR">MYSQL_MYSQL_DB_VAR</Label>
    </Display>
    <TableDescriptor TABLE_NAME="MGMT_EMX_MYSQL_DBVAR">
    <ColumnDescriptor NAME="Variable_name" COLUMN_NAME="VARIABLE_NAME" TYPE="STRING" IS_KEY="TRUE" />
    <ColumnDescriptor NAME="Value" COLUMN_NAME="VALUE" TYPE="STRING" IS_KEY="FALSE" />
    </TableDescriptor>
    <ExecutionDescriptor>
    <GetTable NAME="MysqlVariables"/>
    <GetView NAME="v_result" FROM_TABLE="MysqlVariables">
    <Column NAME="Variable_name" COLUMN_NAME="Variable_name" TABLE_NAME="MysqlVariables" />
    <Column NAME="Value" COLUMN_NAME="Value" TABLE_NAME="MysqlVariables" />
    </GetView>
    </ExecutionDescriptor>
    </Metric>
    Thanks,
    Satine

    Caroy,
    Thank you for your reply!
    I am a little confused right now. With your first reply, you said, CONFIG=TRUE used for configuration metrics in conjunction with the ECM framework and ECM is not supported with Management Plug-ins. I mean since EMC is not supported, then why there is an option to set CONFIG=TRUE? And besiede the way to collect data, what are the differences between configuration metrics and instance properties(both dynamic and state)?
    The reason why I was wondering the metric with CONFIG=TRUE will not be displayed in EM console is becase I have a developed plug-in and metric "MYSQL_MYSQL_DB_VAR" is not appeared in EM console. The file is as below. Would you please tell me why the metric doesn't appear in EM?
    target metdata file:
    <Metric NAME="MYSQL_MYSQL_DB_VAR" TYPE="RAW" CONFIG="TRUE">
    <Display>
    <Label NLSID="mmd_MYSQL_MYSQL_DB_VAR">MYSQL_MYSQL_DB_VAR</Label>
    </Display>
    <TableDescriptor TABLE_NAME="MGMT_EMX_MYSQL_DBVAR">
    <ColumnDescriptor NAME="Variable_name" COLUMN_NAME="VARIABLE_NAME" TYPE="STRING" IS_KEY="TRUE" />
    <ColumnDescriptor NAME="Value" COLUMN_NAME="VALUE" TYPE="STRING" IS_KEY="FALSE" />
    </TableDescriptor>
    <ExecutionDescriptor>
    <GetTable NAME="MysqlVariables"/>
    <GetView NAME="v_result" FROM_TABLE="MysqlVariables">
    <Column NAME="Variable_name" COLUMN_NAME="Variable_name" TABLE_NAME="MysqlVariables" />
    <Column NAME="Value" COLUMN_NAME="Value" TABLE_NAME="MysqlVariables" />
    </GetView>
    </ExecutionDescriptor>
    </Metric>
    collection file,
    <CollectionItem NAME="MYSQL_MYSQL_DB" UPLOAD_ON_FETCH="TRUE" CONFIG="TRUE">
    <Schedule OFFSET_TYPE="INCREMENTAL">
    <IntervalSchedule INTERVAL="24" TIME_UNIT="Hr" />
    </Schedule>
    <MetricColl NAME="MYSQL_MYSQL_DB_VAR" />
    </CollectionItem>
    <CollectionItem NAME="ConnectionLimit">
    <Schedule>
    <IntervalSchedule INTERVAL="5" TIME_UNIT="Min" />
    </Schedule>
    <MetricColl NAME="ConnectionLimit">
    <Condition COLUMN_NAME="Connection_Limit" WARNING="90" CRITICAL="95" OPERATOR="GE" OCCURRENCES="1" />
    </MetricColl>
    </CollectionItem>
    Thanks,
    Satine

  • Why can't I find "Data Transfer and Memory " option in channel property node?

    Hi All,
    I'm trying to find some properties such as "Data Transfer and Memory " in my "DAQmx Channel" property node, as below
    But, in my Labview 8.5, I can't find it. I re-installed NI-DAQmx, but it didn't work. What I can get is
    Did I miss something? Thank you.
    Regards,
    Bo
    Message Edited by foolooo on 10-23-2008 07:02 AM
    My blog Let's LabVIEW.
    Solved!
    Go to Solution.
    Attachments:
    temp.JPG ‏11 KB

    Hi Andrey,
    Thank you for your reply. But I tried this on another computer on which lv 8.6 was installed, and it worked. I just simply dropped the channel property node, and didn't connect with any channel vi, and there were available options on that one. But for this pc, it doesn't work. I also configured the hardware in Mea & AE, it didn't help.
    btw, my labview is full licenced.
    Best wishes,
    Bo
    My blog Let's LabVIEW.

  • Daqmx channel property node

    Hi all,
    I've downloaded an example for a quad counter which uses a daqmx channel property node to specify A,B,Z channels.
    I have tried to replicate the example using LV8.1 but the only properties that I get are 'Active Channel' and 'General Properties' with 4 sub properties. Why don't the channel properties show up? What am I missing here?
    I have attached a jpeg of what im talking about. Any help is appreciated.
    Cheers,
    Dave
    Attachments:
    prop node.jpg ‏16 KB

    Hi David,
    This happens when you have not inserted a DAQ device in your system or your DAQ device is not detected by your MAX.
    You could do one of the following
    1. Insert a DAQ card into the PCI/PXI slot
    or
    2. Simulate a DAQmx device in MAX.
    By doing this, the corresponding DAQmx properties will show up

  • I replaced my iPhone with a Galaxy 5 and am not receiving all of my text messages. The sales person told me to remove my phone number from iTunes to stop this from happening. Is that true? What does iTunes have to do with text messages?

    I replaced my iPhone with a Samsung Galaxy5 and I am not receiving all of my text messages now. The rep at the store told me to go to iTunes and take my phone # off of the account and that would fix the problem. Is that true? What does iTunes have to do with text messages anyway?

    You need to remove your phone number from the iMessage system.
    Read here: http://support.apple.com/kb/ts5185
    ~Lyssa

  • What does "extracted channel PDF" mean and why does it continually duplicate on my desktop?  I think it happens when I move a file in Finder to another file and when I copy some web files.  How do I avoid this on my Mac (Mavericks)?  Thanks for your help!

    What does "extracted channel PDF" mean and why does it continually duplicate on my desktop?  I think it happens when I move a file in Finder to another file and when I copy some web files.  I have to immediately move to trash all the duplications on my desktop.  How do I avoid this on my Mac (Mavericks)?  Thanks for your help!

    What application is set to open PDF files? If you CNTRL click on the file and open with Preview does the problem occur?
    If not change the default application to open PDF files to Preview.
    You can do this by highlighting the file and either use CMD i or Get Info , this will open a window with the info on the file with an option to change the application that opens the file.
    That's all I can think of.

  • Hi, My friend bought MacBook Pro for me online (USA) cost 1199.00 $ But he said that it costed more because there was some fees. Is it true? He said it's around 75$ more. Tell me if my friend is cheating on me or if it's true what for are fees ? Thanks

    Hi, My friend bought MacBook Pro for me online (USA) cost 1199.00 $ But he said that it costed more because there was some fees. Is it true? He said it's around 75$ more. Tell me if my friend is cheating on me or if it's true what for are fees ? Thanks

    Where the confusion is ruzlis, is that when you purchase with Apple online in the UK, the product already shows the VAT of 20% being charged so the price you see is the price you pay, whereas in USA the Tax will be added later according to the zip code, and a further charge of environmental charges. These extra charge of $75 looks right to me. You are still getting it cheaper from the USA than if you bought in the UK.
    I think you need to trust your friend a little more.
    And of course if your friend ships it to you, then you still have the VAT to pay as it comes across the border.

  • [svn:fx-trunk] 11276: Turning the default of ItemRenderer' s autoDrawBackground property to true.

    Revision: 11276
    Author:   [email protected]
    Date:     2009-10-29 13:25:24 -0700 (Thu, 29 Oct 2009)
    Log Message:
    Turning the default of ItemRenderer's autoDrawBackground property to true.  This is part of the changes outlined here: http://opensource.adobe.com/wiki/display/flexsdk/ItemRendererChanges
    This will break existing ItemRenderers because now we are drawing a rectangular background for rollover/selection/caretting that was not being drawn before.  Existing item renderers should be updated to either opt out of this new behavior by explicitly setting autoDrawBackground to false or by updating their ItemRenderers to expect this behavior.
    QE notes: Most tests should have already been updated.  If tests with item renderers are broken, please update them.
    Doc notes: -
    Bugs: -
    Reviewer: Pete F.
    Tests run: checkintests
    Is noteworthy for integration: Yes
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ItemRenderer .as

    Gordon, it looks like its been a while since you made this post.  Not sure how valid it is now...   I am particularly interested in the LigatureLevel.NONE value.  It seems that it is no longer supported.
    How do I turn of ligatures in the font rendering?
    My flex project involves trying to match the font rendering of Apache's Batik rendering of SVG and ligatures have been turned off in that codebase.  Is there any way (even roundabout) to turn ligatures off in flash?
    Thanks,
    Om

  • Focus lost in Date Field when the property autosubmit="true" is added

    Hi,
    I am using jdeveloper version 11.1.2.0.0.
    The issue I am facing is when I add the property autosubmit="true" for a date field and if I am selecting a date value using date picker, the focus is lost for the date field. But when I remove the property autosubmit="true" for the date field and if I am selecting a date value using date picker, the focus stays in the date field. This I tried in sample application with the default converter and validator. Anybody can help me with this issue?

    Hi,
    there is a preSubmit event for form objects you can use.
    Select your date field, open the script editor and add this script (language is FormCalc) into the preSubmit event.
    $ = num2date(date(), "MM/DD/YYYY")

  • In the About Firefox Help window what does, "You are currently on the default update channel" mean?

    Firefox cannot perform an automatic update when running as a normal user on my system (it just spins when connecting to the update server) so normally when it notifies me of an update I run the application as root, open the About Firefox dialog and select update Firefox.<Br>
    I was recently notified of an update to Firefox 7.0.1 (or 7.1 not positive) so I ran Firefox as root and opened the About Firefox box.<Br>
    This time instead of showing me "An update is available. Click here to update." it displayed "You are currently on the '''default''' update channel".<Br>
    What does this mean?<Br>
    <Br>
    Thanks,<Br>
    Adam.

    Mine says "the '''release''' update channel" on Windows. I believe this helps you know whether Firefox is checking for new official releases or new beta test releases. I don't know what '''default''' update channel indicates.
    A web search indicates that '''default''' means no updates. To change your update channel, check out this article:
    [http://kb.mozillazine.org/App.update.channel app.update.channel - MozillaZine Knowledge Base]
    See also: [https://support.mozilla.com/en-US/questions/837315 Option to change update channel not appearing in Help>About. Why? | Firefox Support Forum | Firefox Help]

  • My iphone plus is bending, what does Apple offer regarding this issue?   I am trying to get to contact with Apple Customer Care, but not clear to me how to do it beside this channel of communication. I bought the phone from kosovar carrier which is u

    My iphone plus is bending, what does Apple offer regarding this issue?
    I am trying to get to contact with Apple Customer Care, but not clear to me how to do it beside this channel of communication. I bought the phone from kosovar carrier which is under Slovenian ownership. This means that the original warranty comes from Slovenia, bit complicated but still I would like to get an urgent answer how to proceed with this issue, thanks

    Maybe i should have only asked if anyone is aware on apple's policy
    regarding bending. I took the point that this seems not a proper forum to
    pose Q's to apple thanks to both
    On Wednesday, November 5, 2014, Apple Support Communities Updates <

  • HT5934 i have update my iphone 5 with ios 7 and now it is working very slow.. it is not responsing property.. now what i have to do???

    i have update my iphone 5 with ios 7 and now it is working very slow.. it is not responsing property.. now what i have to do???

    raghav sharma wrote:
    i have update my iphone 5 with ios 7 and now it is working very slow.. it is not responsing property.. now what i have to do???
    Try This...
    Close All Open Apps...  Perform a Reset...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430
    If no joy...
    Connect to iTunes on the computer you usually Sync with and “ Restore “...
    http://support.apple.com/kb/HT1414

  • Pshop Assignment:  "Save one selection as channel" - what does this mean?  Help!

    I am in a Pshop class and have made a composite photo using 7 photos and layer masks.  Here it is so far.
    In the assignment it says "Save at least one selection as a channel".
    I know I can select a fish, for example, and then Select / Save Selection and it will save it as a channel.  What I don't know is why I would want to do this.  Could someone explain what Saving as a Channel is and how I would use it in this pic?
    Thanks,
    Gary

    JJMack,
    Thanks for the reply.  I think I am understanding but still unclear about a few things.
    I make a selection in the main document and Select / Save Selection.  When I click on the Channels tab, here is what I see.
    I know I can now fine tune the selection via brushes or whatever.  What I don't understand is what I can do with it at this point.  If I do a Cut / Paste to put that fish in another document, for example, all I get is the mask.  If I want to duplicate that same fish in this document, again all I get is the mask with a cutout where the fish should be.  So on one level, I guess I know "how" to make a selection for this project.  I just don't know what to do with it now that I have done it.
    I have read other tuts where they say this is a great way to save your work - like if you are cutting stuff out but not done and will come back to it later.  But I know I am missing something because once selected, I don't know what else I can do with it.  And now that I am doing things in layer masks, it seems like cutting stuff out is not the preferred way since it is destructive and that using a layer mask is better because you can always go back to the original and just modify the mask if you need to.
    Thanks for anyone's responses.  I was fully understanding Pshop up until this point.  Saving as a Channel baffles me.
    Gary

  • Problem trying to put Checked Property to true on TabControl

    Hi All,
    I am trying to put Checked Value programmatically on Pane #2 but It does not work, But When I put the CheckBox on Pane #1, It is works.  
    I'm using SAP B1 Studio for Visual Studio.
    My Steps are:
    1. Add a UserDataSource,
    I related the CheckBox to this UserDataSource and I put it on Pane #1
    I put the Checked Property to true on Constructor Form
    I run the Add-on, It works:
    Now, I tried to put the CheckBox on Pane #2 by changing FromPane and ToPane 2
    I Run the Add-on but It does not work now.
    Any Idea?.
    Thanks in advance,

    Hi Luis,
    Alternatively you can try to set the datasource bound to the checkbox. That should force the checkbox into checked state regardless of the pane level.
    Best regards,
    Pedro Magueija

Maybe you are looking for

  • Verison Management with PO release strategy - CEKKO-REVNO

    Hello, I'm a bit stuck... I'm trying to do a PO release strategy using version management, were the PO goes through a release strategy if the PO gets changed (not the intial PO creation).. So once the field RENVO is greater then 0, it should go throu

  • How to connect crystal report with oracle

    how this we do . A.R

  • When I try to delete a clip, iMovie deletes the entire soundtrack!

    I am again trying to edit a library program which we filmed. I'm using our "old" macbook running Mavericks and iMovie 9. This is what happened. Our presenters had a Powerpoint presentation which they wanted us to integrate into the film. I saved it t

  • Java 6 on mac 10.8.3

    hello guys, I have to install java 6 as my programm is not working with java 7. I have downloaded java 6 and if I try to install I get an info that I have already a newer version and it not install the old one. Can somebody let me know how I can get

  • Installation annoyance

    I realize that this problem has come about many times but I still need help getting this resolved. So I just wrote my whole thing out here, but the attachment was too large so it erased all out it. So Ill give you my info and the problem I'm facing q