Problem with ESB instances:

Hi Gurus,
I am facing a problem with ESB Console, wherein it doesn't show esb instances.
When I checked the log file, I've got the following error:
     Activity monitor manager received an unexpected exception while processing the activity messages. Due to the error "[POL-5205] column SEQ not found", the activity message could not be stored.
I am using 10.1.3.3.1 version of SOA Suite. Applied MLR# 6869621 on top of 10.1.3.3.0.
The detailed message is as follows:
<MESSAGE>
<HEADER>
<TSTZ_ORIGINATING>2008-05-06T16:06:56.859+05:30</TSTZ_ORIGINATING>
<COMPONENT_ID>tip</COMPONENT_ID>
<MSG_TYPE TYPE="ERROR"></MSG_TYPE>
<MSG_LEVEL>1</MSG_LEVEL>
<HOST_ID>ashdesai</HOST_ID>
<HOST_NWADDR>9.182.199.114</HOST_NWADDR>
<MODULE_ID>esb.server.dispatch.agent</MODULE_ID>
<THREAD_ID>19</THREAD_ID>
<USER_ID>Administrator</USER_ID>
</HEADER>
<CORRELATION_DATA>
<EXEC_CONTEXT_ID><UNIQUE_ID>9.182.199.114:90002:1210062110000:290</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
</CORRELATION_DATA>
<PAYLOAD>
<MSG_TEXT>Failed to process deferred message</MSG_TEXT>
<SUPPL_DETAIL><![CDATA[oracle.tip.esb.server.common.exceptions.BusinessEventRejectionException: Error occured while handling monitor message dequeued from monitor topic.  Message text is "<activityMessages><activityMessage order='1' type='0'><flowId>1lMVVkCFCZpxR7sy6ulOtw==</flowId><subFlowId>1210070214437</subFlowId><source>C7797ED01B4311DDBF5435914A58A53E</source><sourceQName>TestESBSampleRoutingSys.TestESBSampleRoutingSG.TestSampleReadIN</sourceQName><timestamp>1210070214468</timestamp><operationGUID>C77BEFD01B4311DDBF5435914A58A53E</operationGUID><operationQName>TestESBSampleRoutingSys.TestESBSampleRoutingSG.TestSampleReadIN_RS.Read</operationQName><source>C7797ED01B4311DDBF5435914A58A53E</source><sourceQName>TestESBSampleRoutingSys.TestESBSampleRoutingSG.TestSampleReadIN</sourceQName><timestamp>1210070214468</timestamp></activityMessage><activityMessage order='2' type='8'><flowId>1lMVVkCFCZpxR7sy6ulOtw==</flowId><subFlowId>1210070214437</subFlowId><source>C77BEFD01B4311DDBF5435914A58A53E</source><sourceQName>TestESBSampleRoutingSys.TestESBSampleRoutingSG.TestSampleReadIN_RS.Read</sourceQName><timestamp>1210070214468</timestamp><operationGUID>15D3A1A11B4411DDBF5435914A58A53E</operationGUID><operationQName>TestESBSampleRoutingSys.TestESBSampleRoutingSG.TestFileWriteOUT.Write</operationQName><routingRuleOutputStatus>4</routingRuleOutputStatus><source>C77BEFD01B4311DDBF5435914A58A53E</source><sourceQName>TestESBSampleRoutingSys.TestESBSampleRoutingSG.TestSampleReadIN_RS.Read</sourceQName><timestamp>1210070214468</timestamp></activityMessage><activityMessage order='2' type='15'><flowId>1lMVVkCFCZpxR7sy6ulOtw==</flowId><subFlowId>1210070214437</subFlowId><timestamp>1210070214468</timestamp><timestamp>1210070214468</timestamp></activityMessage></activityMessages>"
     at oracle.tip.esb.monitor.manager.ActivityMessageReceiver.handleMessage(ActivityMessageReceiver.java:96)
     at oracle.tip.esb.server.dispatch.agent.ESBWork.process(ESBWork.java:180)
     at oracle.tip.esb.server.dispatch.agent.ESBWork.run(ESBWork.java:134)
     at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242)
     at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215)
     at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190)
     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:814)
     at java.lang.Thread.run(Thread.java:595)
     Caused by: oracle.tip.esb.monitor.MonitorException: Due to the error "[POL-5205] column SEQ not found", the activity message could not be stored.
     <activityMessage order="1" type="0">
     <flowId>1lMVVkCFCZpxR7sy6ulOtw==</flowId>
     <subFlowId>1210070214437</subFlowId>
     <source>C7797ED01B4311DDBF5435914A58A53E</source>
     <sourceQName>TestESBSampleRoutingSys.TestESBSampleRoutingSG.TestSampleReadIN</sourceQName>
     <timestamp>1210070214468</timestamp>
     <operationGUID>C77BEFD01B4311DDBF5435914A58A53E</operationGUID>
     <operationQName>TestESBSampleRoutingSys.TestESBSampleRoutingSG.TestSampleReadIN_RS.Read</operationQName>
     <source>C7797ED01B4311DDBF5435914A58A53E</source>
     <sourceQName>TestESBSampleRoutingSys.TestESBSampleRoutingSG.TestSampleReadIN</sourceQName>
     <timestamp>1210070214468</timestamp>
     </activityMessage>
     at oracle.tip.esb.monitor.manager.database.DBActivityMessageStore.persistMessage(DBActivityMessageStore.java:340)
     at oracle.tip.esb.monitor.manager.database.DBActivityMessageStore.store(DBActivityMessageStore.java:128)
     at oracle.tip.esb.monitor.manager.ActivityMessageReceiver.handleMessage(ActivityMessageReceiver.java:83)
     ... 7 more
     Caused by: java.sql.SQLException: [POL-5205] column SEQ not found
          at oracle.lite.poljdbc.LiteThinJDBCConnection.thinSQLError(Unknown Source)
          at oracle.lite.poljdbc.LiteThinJDBCStatement.thinSqlPrepare(Unknown Source)
          at oracle.lite.poljdbc.LiteThinJDBCPreparedStatement.prepare(Unknown Source)
          at oracle.lite.poljdbc.POLJDBCPreparedStatement.<init>(Unknown Source)
          at oracle.lite.poljdbc.POLJDBCPreparedStatement.<init>(Unknown Source)
          at oracle.lite.poljdbc.OraclePreparedStatement.<init>(Unknown Source)
          at oracle.lite.poljdbc.POLJDBCConnection.prepareStatement(Unknown Source)
          at oracle_lite_poljdbc_OracleConnection_Proxy.prepareStatement()
          at oracle.tip.esb.monitor.manager.database.DBActivityMessageStore.persistMessage(DBActivityMessageStore.java:185)
          ... 9 more
]]></SUPPL_DETAIL>
</PAYLOAD>
</MESSAGE>
Kindly let me know what is missing here.
Thanks in advance for any help you can provide.
Ashish.

Hi Sebastien V,
I am using the below function to open popUp ...I am calling this function from another mxml file...
private function comparePlans(result:*):void
    var planCompPopUp:PlanComparisonPopUp = new PlanComparisonPopUp();
    //PopUpManager.addPopUp(planCompPopUp, Application.application as DisplayObject, true);
    planCompPopUp = PlanComparisonPopUp(PopUpManager.createPopUp(Application.application as DisplayObject,PlanComparisonPopUp,true));
    planCompPopUp.dataProvider = new BAllBenefits().getBenefitTypeData(result as BAllBenefits);
    PopUpManager.centerPopUp(planCompPopUp);
And my component file which is being opened in PopUp is as below:
PlanComparisonPopUp.mxml (My Main component....)
<mx:VBox>
     <comp:Component1  />
     <comp:Component2  />
     <comp:Component3  />
     <comp:Component4  />
     <comp:Component5  />
     <comp:Component6  />
     <comp:Component7  />
</mx:VBox>
So I am talking about the dataproviders and ArrayCollection in my components Component1 , Component2, Component3 etc..; So when I try to debug after closing the PopUp and opening it again at the first instance the values should be null since these have not yet been instantiated...but it is showing me the previous value pouplated when I opened the PopUp first time...
I am having the event listeners from withing the components  Component1 , Component2, Component3 etc..;  but how do I remove them when I am trying to close the PopUp which is opened from other file...???
Also I scoped my planCompPopUp instance local to the function so there should be no question of setting to null as you mentioned in your last point...
Although I had set it to null when I first decalred the instance as global but no use...the problem still persists...
Thanks & Regards,
Bhaske Chari

Similar Messages

  • Problem with Subform Instances at First Opening

    Hi All,
    I have a large, complex form that has several subforms that I need to have zero instances the first time the form is opened. Most of those subforms that I set the initial instances = 0 on the Object pallet do exactly that--they behave and open with zero instances! However, I have one subform that always starts with an instance (1 instance instead of zero instances). I really don't want to work-around this, as I have done in the past when this has heppened. I want to solve it.
    I have tried
    Unwrapping the subform and the re-wrapping in a new subform
    Manually editing the <occur/> element in the XML for the subform.
    repeatedly trying different things in the Object pallet--the initial count checkbox always reverts to unchecked and the count to blank--I actually see it un-checking itself and removing the "0", right after I return to Design View from the Preview. This even happens after I have manually set the values in the XML. I double-check the Object pallet to see that my edits are reflected there (they are) and then... upon returning from Preview, it reverts and my <occur/> edit vanishes.
    I have looked for scripts that might be causing this--without any luck.
    I have encountered this sort of thing before and finally gave up and used the "presence" property as a work-around. The subforms don't always get utilized by the user and they should only exist when the user needs them. I will be exporting the XML data out of this form and exporting a lot of empty elements just presents another problem I'd like to avoid.
    Any suggestions are most welcome. I hope someone knows of a solution--I have spent way too much time on this.
    Cheers,
    Stephen

    Hi,
    Thanks kjaeggin and Bruce,
    I have the checkBoxes unchecked and the occur element is <occur min="0" max="-1"/> .
    Actually, this is the way the checkBoxes and XML have been all along and the results are what what I have previously described.
    One of my attempts to fix this was manually adding the "initial" attribute to the <occur/> element (by directly editing since it won't stick in the Object pallet)
         <occur min="0" max="-1" initial="0"/> that the edit reverts to <occur min="0" max="-1"/>.
    Also I have tried
         <occur min="0" max="1" initial="0"/> this is what I really want (max="1") and it reverts to <occur min="0" max="-1"/> as well
    And
         <occur min="0" max="1"/> reverts to <occur min="0" max="-1"/>
    The documentation for scripting the "initial" property of an object says:
         "This property should be used only for printed and static forms."
    This doesn't make sense to me because static forms don't have repeating containers, so why would you need/use it?
    Finally, to rule out that there is a script or property within mySubform causing this, I have set the presence property for all the subforms contained within mySubform to Inactive (Exclude from form processing) leaving only a single static object to be rendered if there is an instance of mySubform. (Bruce, I am not sure you have this on LCD 9. It is in ADEP Designer 10 and is supported by the target version). The result is the same--I see the first static object GrandParent.Parent.mySubform.staticObject but when I add a GrandParent I see GrandParent.Parent.nothingElse -- the added GrandParent doesn't have a mySubform. So it only misbehaves when the form is first opened, not when a GrandParent is added.
    I have removed global bindings from the few objects in mySubform that have them--no change. I have commented out the 1 script in mySubform that runs at form:ready--no change. I am going to look at scripts outside mySubform that get values from objects within mySubform, to see if somehow that is where the answer is. I would think that scripts would impact new instances of GrandParent, as well. I've looked at all other form:ready scripts and none interacts with or get values from mySubform.
    I think I may just have to settle for a work-around. Sure would like to know whats going on here, though.
    Thanks,
    Stephen

  • Problems with XML Instance Generator

    Hi.
    I still have problems with the XML instance Generator. I had the problem other people have commented here before:
    parsing a grammar: newspaper.dtd
    generating document #1
    Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/xml/serialize/XMLSerializer
    at com.sun.msv.generator.Driver.run(Unknown Source)
    at com.sun.msv.generator.Driver.main(Unknown Source)
    I read somewhere that xercesImpl.jar was necessary. I have downoladed a version of it of about 3 Mb size, and now the message I receive is the following:
    parsing a grammar: newspaper.dtd
    generating document #1
    Exception in thread "main" java.lang.NoClassDefFoundError: org/w3c/dom/ranges/DocumentRange
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:502)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:250)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:54)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:193)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:272)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
    at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.newDocume
    nt(DocumentBuilderImpl.java:206)
    at com.sun.msv.generator.Driver.run(Unknown Source)
    at com.sun.msv.generator.Driver.main(Unknown Source)
    after executing the command: java -jar xmlgen.jar -dtd newspaper.dtd
    All .jar files coming with the xmlgen.zip are in the same directory where I type the command. Does anybody know what am I doing wrong?
    Thanks to all.

    Hi,
    I am also getting the same problem.
    Thanks
    -Manoj

  • Problem with Subform Instances at Form Opening

    Hi All,
    I have a fairly large complex form that has several subforms that I want to have zero instances the first time it is opened. Most of those subforms that I set the initial instances = 0 on the Object pallet do exactly that--they behave! However, I have one subform in particular that no matter what I do, it always starts with an instance. I really don't want to work-around this, as I have done in the past when this happens. I want to solve it.
    I have tried
    Unwrapping and the re-wrapping in a subform
    Edited the <occur/> element in the XML for the subform.
    repeatedly trying different combinations of min count, max and initial count values in the Object pallet--the initial count checkbox always reverts to unchecked and the count to blank--I actually see it un-checking itself and removing the "0", right after I return to Design View from the Preview. This even happens after I have manually set the values in the XML, double-checked the Object pallet to see that my edits are reflected there (they are) and then... upon returning from Preview, it reverts and my <occur/> edit vanishes.
    I have searched for some offending script that might be causing this--but there is nothing that fires automatically tied to the instances of the subform. There are initialize, formReady and calculate scripts on objects in the subform, but nothing tied directly related to the instances of the subfom?
    I have encountered this sort of thing before and used the "presence" property as a work-around. I will be exporting the XML data out of this form and I don't want a bunch of empty elements to deal with.
    Any suggestions (besides "have you considered being a gardener?") are most welcome. I hope someone knows of a solution--I have spent way too much time on this.
    Cheers,
    Stephen

    Hi All,
    I have a fairly large complex form that has several subforms that I want to have zero instances the first time it is opened. Most of those subforms that I set the initial instances = 0 on the Object pallet do exactly that--they behave! However, I have one subform in particular that no matter what I do, it always starts with an instance. I really don't want to work-around this, as I have done in the past when this happens. I want to solve it.
    I have tried
    Unwrapping and the re-wrapping in a subform
    Edited the <occur/> element in the XML for the subform.
    repeatedly trying different combinations of min count, max and initial count values in the Object pallet--the initial count checkbox always reverts to unchecked and the count to blank--I actually see it un-checking itself and removing the "0", right after I return to Design View from the Preview. This even happens after I have manually set the values in the XML, double-checked the Object pallet to see that my edits are reflected there (they are) and then... upon returning from Preview, it reverts and my <occur/> edit vanishes.
    I have searched for some offending script that might be causing this--but there is nothing that fires automatically tied to the instances of the subform. There are initialize, formReady and calculate scripts on objects in the subform, but nothing tied directly related to the instances of the subfom?
    I have encountered this sort of thing before and used the "presence" property as a work-around. I will be exporting the XML data out of this form and I don't want a bunch of empty elements to deal with.
    Any suggestions (besides "have you considered being a gardener?") are most welcome. I hope someone knows of a solution--I have spent way too much time on this.
    Cheers,
    Stephen

  • Problem with two instances on XI server

    Hello Experts,
    We are planning to have 2 instances on XI server, on 01 and 02, for load balancing.
    Our target is to make 01 as central instance, so even if instance 02 will go down, the critical interfaces pointed to 01 should work.
    We have most of scenarios through proxy, but some of them are from soap to soap or jdbc and etc.
    Web is calling critical interfaces with instance 01 and noncritical interfaces with 02 instance. But how can i make sure that that interface with go throught 01 and not through 02?
    I tried to check log of one interface, Web is calling this interface from 02 instance.
    See the below log:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Inbound Message
      -->
    - <SAP:RunTime xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
      <SAP:Date>20090210</SAP:Date>
      <SAP:Time>135420</SAP:Time>
      <SAP:Host>sapxiq02</SAP:Host>
      <SAP:SystemId>XIQ</SAP:SystemId>
    <SAP:SystemNr>01</SAP:SystemNr> *
      <SAP:OS>AIX</SAP:OS>
      <SAP:DB>ORACLE</SAP:DB>
      <SAP:Language />
      <SAP:ProcStatus>000</SAP:ProcStatus>
      <SAP:AdapterStatus>000</SAP:AdapterStatus>
      <SAP:User>PIAFUSER</SAP:User>
      <SAP:TraceLevel>1</SAP:TraceLevel>
      <SAP:Logging>1</SAP:Logging>
      <SAP:LogSeqNbr>000</SAP:LogSeqNbr>
      <SAP:RetryLogSeqNbr>000</SAP:RetryLogSeqNbr>
      <SAP:PipelineIdInternal>SAP_CENTRAL</SAP:PipelineIdInternal>
      <SAP:PipelineIdExternal>CENTRAL</SAP:PipelineIdExternal>
      <SAP:PipelineElementId />
      <SAP:PipelineService />
      <SAP:QIdInternal />
      <SAP:CommitActor>X</SAP:CommitActor>
      <SAP:SplitNumber>0</SAP:SplitNumber>
      <SAP:NumberOfRetries>0</SAP:NumberOfRetries>
      <SAP:NumberOfManualRetries>0</SAP:NumberOfManualRetries>
      <SAP:TypeOfEngine client="110">CENTRAL</SAP:TypeOfEngine>
      <SAP:PlsrvExceptionCode />
      <SAP:EOReferenceRuntime type="TID" />
      <SAP:EOReferenceInbound type="TID" />
      <SAP:EOReferenceOutbound type="TID" />
      <SAP:MessageSizePayload>335</SAP:MessageSizePayload>
      <SAP:MessageSizeTotal>4934</SAP:MessageSizeTotal>
      <SAP:PayloadSizeRequest>335</SAP:PayloadSizeRequest>
      <SAP:PayloadSizeRequestMap>0</SAP:PayloadSizeRequestMap>
      <SAP:PayloadSizeResponse>0</SAP:PayloadSizeResponse>
      <SAP:PayloadSizeResponseMap>0</SAP:PayloadSizeResponseMap>
      <SAP:Reorganization>INI</SAP:Reorganization>
      <SAP:AdapterInbound>AENGINE</SAP:AdapterInbound>
      <SAP:InterfaceAction>INIT</SAP:InterfaceAction>
      <SAP:RandomNumber>55</SAP:RandomNumber>
      <SAP:AckStatus>000</SAP:AckStatus>
      <SAP:SkipReceiverDetermination />
      <SAP:Sender_Agreement_GUID>E91C2397DEFB3DF4BEEEC8B0BFF0C5B0</SAP:Sender_Agreement_GUID>
      </SAP:RunTime>
    Does this mean that it is still going through 01 instance?
    Please help me out in this.
    Thanks,
    Hetal

    Hello Hetal
    Generally we have the Transaction SMLG
    in that we can assingn the groups to the partiaculr instances
    user groups can create in SUGR transaction
    Please try if possible then it will work
    Thanks &Regards,
    Praveen Kondabala.

  • Problem with database instance installation

    Hi@all,
    I'm dealing with the installation of the sap solution manager 3.2 SR1.
    The platform is a win 2000 server, I use Oracle as the database.
    Oracle was installed successfully and the installation of the central instance terminated without errors.
    Now I try to install the next step, the database instance.
    I always choosed the standard parameters, except for I choosed no domain installation and unchecked using SLD.
    Nevertheless, the installation procedure stops at step 16 with the following error log entry (partially translated from german to english):
    System call failed. Error 1332 (Allocations of account names and safety identifications were not accomplished.
    ) in execution of system call 'LookupAccountName' with parameter (NULL, Administrators, ...), line (305) in file (synxcaccmg.cpp).
    I've attached the full logfille here.
    Looks like sapinst cannot get the system user parameters?
    How could I solve this? Any idea?

    This was the clue
    I read through the whole planning and preparation tutorial and through the preinstallation and installation tutorial.
    There's no recommondation to have the english os version installed.
    But better such an easy problem instead of a difficult one
    Thanks a lot!

  • Problem with multiple instances of shared printers being installed on client computers when the spooler service is started

    Hello,
    We have Windows Server 2012 and clients using Windows 8.  We've been having some printer problems for awhile now that I haven't been able to figure out for the life of me.  The main problem is the fact that printers are installed on computers automatically
    once the drivers are installed.  The side-effect of multiple instances of each printer showing up is very annoying but I suspect fixing the initial problem will resolve this secondary one.
    Here is the rundown:
    We add the shared printers on logon to the clients using the GPO thus installing the drivers locally.
    Whenever the spooler on the client is restarted with the drivers installed, all of the
    shared printers that were previously installed get duplicated 5 more times (for a total of 6 instances of each shared printer) on the "Devices and Printers" page.  This happens
    all the time.
    Removing them only fixes the issue temporarily, as soon as the spooler or computer is restarted, it seems these shared printers are somehow found on the network and the duplicates return.
    Two of these printers are located on different clients, installed locally and shared while the other three are all installed on a server and shared through it.  The issue is the same on all of them.
    Cleaning the spooler completely (registry and files from C:\system32\spool) fixes the issue temporarily as well since, as soon as the drivers are reinstalled, the issue occurs again.
    I've tried many things (disabling the GPO, editing the GPO, printer shares, registry, etc.) and searched tirelessly online for a cause and solution but I'm stumped.  Does anybody have any idea what might be causing this problem and how to resolve it?
    Thanks for your time!
    Update #1: I just tried adding the NoNetCrawling option in the registry found in this article -> http://support.microsoft.com/kb/320138/en-us
    I couldn't find the same for Windows 8 unfortunately.  I also tried disabling network discovery and all other sharing options to no avail.
    Update #2: I tried isolating the computer to a different subnet and restarting the spooler and, sure enough, the issue didn't occur.  This proves that the issue is network share related.  Also, as soon as I change the IP back to the regular domain
    subnet one, the multiple printer instances re-appeared again.
    Update #3: I just tried doing the same thing but on the server where the printers are installed and shared and, sure enough, despite being in a different subnet, the issue occurred.  This leads me to believe there is a setting on this server at fault.
     Question is, which one?

    We have deployed a brand new Active Directory domain for a customer. ALL the servers without exception are Windows 2012 R2 and all clients are Windows 8.1 32bit VDI clients.
    The issue that we have is around network printers. 
    We are deploying 4 printers  from a Windows 2012 R2 Server via the print management/Deploy Printer and assigning that to a GPO. The printers are deployed to the Computers which should mean that the users get all 4 printers which they then should be allowed
    to set their default and personal settings for that printer.
    Our printers are deployed like this:
    1. Created security group
    2. Assigned VDI computers to the security group
    3. Created GPO to reflect security group
    4. Modify GPO to do security filtering based on computer group membership
    5. Deployed 4 x printers through Print Management to the GPO on a per machine basis
    However, on the users Devices and Printers screen we are not seeing the 4 printers. For some users
    they see duplicates of all 4 printers so e.g they can have upwards of 8 or more. Other users have no printers displayed whatsoever. The next time they log off or restart they then have a different amount of printers displayed.
    If they try and set the default then it will set and the next time they check the default may have moved to another printer even without logging off or back on.
    Now, where this gets strange is within an application such as MS Word 2013 or Notepad if they use the file and print menu the printers will be listed, even if the user has no printers displayed in Devices and Printers. If the users selects a printer then they
    can then print OK.
    If we check HKCU\Printers||Connections then the CORRECT 4 printers are showing as to what is being deployed via the GPO so I know that the Windows 8.1 terminals are receiving the correct printers from the GPO.
    To try and correct this over the course of the week we have deployed the printers via Group Policy Preferences to the user and then the PC to no avail. Currently we are using the Print management\Deployed Printers to deploy all 4 printers to the computer via
    the Computer GPO.
    I believe that this issue is related to the display somehow in Devices and Printers rather than a GPO or print server issue as we can see via the registry the clients are receiving the 4 correct mentioned printers as shown in the registry. 
    FYI: We only have around 30 users and all users are getting this problem. All users are receiving the same GPO's and have the same few apps installed, Office 2013, Adobe Reader etc.
    What we want is for the computers to receive all 4 printers. All users should be able to use all 4 printers but the user should be able to select their particular default, depending where they are located or what they are printing that particular day. Their
    particular default should persist after reboot. (We have 2 x Copiers and 2 x HP Laserjets) All users have redirected documents and desktop but the rest of the profile is on the VDI and persists after their reboot. The profile is not roaming as the user is
    assigned a particular VDI.
    After a week of scratching our heads with this we are open to suggestions and any would be appreciated.
    We have tried following the issues on this thread to no avail either as they still return.

  • Problem with OAS Instance Name y Host Name to create trial ssl certificate

    Hi, everyone
    I have a problem when creating a trial ssl certificate from Verisign page, affer a live assistance, that page rejected my CSR generated from OAS, saying thay my common name has invalid characters.
    My Oracle Application Server installation name: Instance.HostName is:
    IAS_IND01.ind-internet
    So, Verisign told me this name can't contain "_" or "-" characters for example.
    I need to know if it's possible to change the instance name and if OAS host name changes also if i change server's host name.
    I wouldn't like to reinstall all over again.
    Please help.
    Regards
    David

    Hi,
    No your AS server will not automatic. even if you change your host name.
    If U 'll try to change your host name, be carefull when U 'll try to start you AS instacne
    it ' not start anymore , AS user hosts fill to get full quallified name of your host.
    U 've two choices
    -1 delete your AS, then change your hosts name, then new installtion of AS
    2- If U 've exprience with AS, just breng your AS down, change your hosts name,
    U 'll need to do some changes in your AS, just read admininstrator Guide.
    Cheers,
    Hamdy

  • Some problems with ESB

    Hi all. I have three issues here
    I have an ESB project that includes the following items:
    a) A routing service based on a WSDL that I created manually. First I created the WSDL with four operations (getSiadInfo, getSiafiInfo, getSisapInfo, getRaioXInfo) and then I created the RS based on this WSDL.
    b)Four SOAP services (SiadESB, SiafiESB, SisapESB and RaioXBPEL). RaioXBPEL is a SOAP service pointing to a BPEL process, and the others are database adapters.
    Each operation in the RS is mapped to a SOAP Service
    1 - Now I want to add another operation to the WSDL, and have this new operation in the Routing Service. How do I synchronize the Routing Service with its WSDL?
    2 - The first time a deployed this ESB project, everthing went OK, but now, when I try to re-deploy it (without any modification), an error message appears, telling me that I have to undeploy the RaioXBPEL SOAP service first. Now I'm asking myself why is this necessary if I'm doing a "re-deploy" operation, or if this is a bug or something.
    This is the message:
    Entity Deployment Failed
    error code: 1072 : 5
    summary: A Service or ServiceGroup of name "RaioXBPEL" already exists under parent "RaioX".
    Fix: Retry after providing different name or choosing another parent. If error is not fixable, contact Oracle Support.
    3 - After the message above appeared to me, now the ESB Control does not show the services anymore. It was very well after the first deployment, but now I can't see anything from the services panel. Just for a test, I created a domain value map and this one I can see well from the domain value maps panel. I even can create a new service from the console, but nothing is showed after that in the services panel.
    I have already checked ESB_PARAMETER table in the repository, and both DT_OC4J_HOST and DT_OC4J_HTTP_PORT are correct.
    Any one can help me with these issues?
    thanks
    Denis

    It is a known limitation that you cannot edit a SOAP or Routing service so you will have to re create it from your changed wsdl file. While it is technically feasible to edit the RS esbsvc file, we do not recommend it.
    Usually, the JDev registration problem can be handled by first deleting the service or System in the ESB Control. A restart of the server may possibly get you out of the issue you now face and as a last resort, you can reset the metedata by running the script in <HOME>\integration\esb\bin\reset.bat. Note: if you are not using Olite, you must override default values for DB_URL, DB_USER and DB_PASSWORD in build.xml to run the reset script.

  • Problem with second instance of access manager

    Well, after sorting out things with the first install of access manager, I went on to install a second instance on a different host (it's required for delegated admin..)
    Here are the options I used on install:
    Access Manager: Administration (1 of 6)
    Administrator User ID: amAdmin
    Administrator Password [] {"<" goes back, "!" exits}:
    Retype Password [] {"<" goes back, "!" exits}:
    LDAP User ID: amldapuser
    LDAP Password [] {"<" goes back, "!" exits}:
    Retype Password [] {"<" goes back, "!" exits}:
    Password Encryption Key [gFoe4t8UlUW3wEApngAY3S8bCQFVMlGk] {"<" goes back,
    "!" exits}: weW5jtopMLQsODiBZDp+hlEp1/CtbiXX
    Install type (Realm/Legacy) Mode [Legacy] {"<" goes back, "!" exits}:
    Access Manager: Web Container (2 of 6)
    1. Sun Java System Application Server
    2. Sun Java System Web Server
    Select the container to deploy the component and hit enter key [2] {"<" goes
    back, "!" exits}
    Access Manager: Sun Java System Web Server (3 of 6)
    Host Name [zone2.corenode.com] {"<" goes back, "!" exits}:
    Web Server Instance Directory [opt/SUNWwbsvr/https-zone2.corenode.com] {"<"
    goes back, "!" exits}:
    Web Server Port [80] {"<" goes back, "!" exits}:
    Document Root Directory [opt/SUNWwbsvr/docs] {"<" goes back, "!" exits}:
    Secure Server Instance Port [No] {"<" goes back, "!" exits}:
    Access Manager: Web Container for running Access Manager Services(4 of 6)
    Host Name [zone2.corenode.com] {"<" goes back, "!" exits}:
    Services Deployment URI [amserver] {"<" goes back, "!" exits}:
    Common Domain Deployment URI [amcommon] {"<" goes back, "!" exits}:
    Cookie Domain(Assure it is not a top level domain) [.corenode.com] {"<" goes
    back, "!" exits}:
    Administration Console [Yes] {"<" goes back, "!" exits}:
    Console Deployment URI [amconsole] {"<" goes back, "!" exits}:
    Password Deployment URI [ampassword] {"<" goes back, "!" exits}:
    Access Manager: Directory Server Information (5 of 6)
    Directory Server Host [] {"<" goes back, "!" exits}: zone1.corenode.com
    Directory Server Port [] {"<" goes back, "!" exits}: 389
    Directory Root Suffix [dc=corenode,dc=com] {"<" goes back, "!" exits}:
    Directory Manager DN [cn=Directory Manager] {"<" goes back, "!" exits}:
    Directory Manager Password [] {"<" goes back, "!" exits}:
    Access Manager: Directory Server Information (6 of 6)
    Is Directory Server provisioned with user data [No] {"<" goes back, "!"
    exits}? Yes
    Organization Marker Object Class [sunISManagedOrganization] {"<" goes back,
    "!" exits}:
    Organization Naming Attribute [o] {"<" goes back, "!" exits}:
    User Marker Object Class [inetorgperson] {"<" goes back, "!" exits}:
    User Naming Attribute [uid] {"<" goes back, "!" exits}:
    Yes, I am using the same key as was used on host1 for access manager. Yes, access manager on host 1 is quite functional right now. Yes, that directory server works. Now I'm really stumped on what to do! Everything in JES seems to work great except access manager, the exceptions it throws really don't help any at all in troubleshooting.
    Any ideas?

    More info from error logs:
    # pwd
    /var/opt/SUNWam/debug
    # tail -200 amAuth
    04/12/2006 09:56:47:127 AM HST: Thread[main,5,main]
    ERROR: AuthD failed to get auth session
    04/12/2006 09:56:47:165 AM HST: Thread[main,5,main]
    ERROR: AuthD init()
    com.iplanet.dpro.session.SessionException: AuthD failed to get auth session
    at com.sun.identity.authentication.service.AuthD.initAuthSessions(AuthD.java:709)
    at com.sun.identity.authentication.service.AuthD.<init>(AuthD.java:229)
    at com.sun.identity.authentication.service.AuthD.getAuth(AuthD.java:494)
    at com.sun.identity.authentication.UI.LoginLogoutMapping.init(LoginLogoutMapping.java:71)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:921)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:813)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3478)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:3760)
    at com.iplanet.ias.web.WebModule.start(WebModule.java:251)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355)
    at org.apache.catalina.startup.Embedded.start(Embedded.java:995)
    at com.iplanet.ias.web.WebContainer.start(WebContainer.java:431)
    at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:500)
    at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
    # tail -200 amSession
    04/12/2006 09:56:47:098 AM HST: Thread[main,5,main]
    ERROR: SessionService.SessionService(): Initialization Failed
    com.iplanet.services.naming.ServerEntryNotFoundException: Cannot find server ID.
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:350)
    at com.iplanet.dpro.session.service.SessionService.<init>(SessionService.java:1540)
    at com.iplanet.dpro.session.service.SessionService.getSessionService(SessionService.java:382)
    at com.sun.identity.authentication.service.AuthD.getSS(AuthD.java:685)
    at com.sun.identity.authentication.service.AuthD.initAuthSessions(AuthD.java:706)
    at com.sun.identity.authentication.service.AuthD.<init>(AuthD.java:229)
    at com.sun.identity.authentication.service.AuthD.getAuth(AuthD.java:494)
    at com.sun.identity.authentication.UI.LoginLogoutMapping.init(LoginLogoutMapping.java:71)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:921)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:813)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3478)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:3760)
    at com.iplanet.ias.web.WebModule.start(WebModule.java:251)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355)
    at org.apache.catalina.startup.Embedded.start(Embedded.java:995)
    at com.iplanet.ias.web.WebContainer.start(WebContainer.java:431)
    at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:500)
    at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
    04/12/2006 09:56:47:126 AM HST: Thread[main,5,main]
    ERROR: Error creating service session
    java.lang.NullPointerException
    at com.iplanet.dpro.session.service.SessionService.generateEncryptedID(SessionService.java:588)
    at com.iplanet.dpro.session.service.SessionService.generateSessionId(SessionService.java:612)
    at com.iplanet.dpro.session.service.SessionService.newInternalSession(SessionService.java:557)
    at com.iplanet.dpro.session.service.SessionService.getServiceSession(SessionService.java:501)
    at com.iplanet.dpro.session.service.SessionService.getAuthenticationSession(SessionService.java:408)
    at com.sun.identity.authentication.service.AuthD.initAuthSessions(AuthD.java:706)
    at com.sun.identity.authentication.service.AuthD.<init>(AuthD.java:229)
    at com.sun.identity.authentication.service.AuthD.getAuth(AuthD.java:494)
    at com.sun.identity.authentication.UI.LoginLogoutMapping.init(LoginLogoutMapping.java:71)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:921)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:813)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3478)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:3760)
    at com.iplanet.ias.web.WebModule.start(WebModule.java:251)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355)
    at org.apache.catalina.startup.Embedded.start(Embedded.java:995)
    at com.iplanet.ias.web.WebContainer.start(WebContainer.java:431)
    at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:500)
    at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
    #

  • Problem with ESB routing service

    I have an ESB project that has a routing service to route a request message to 2 separate web services depending on some particular content in the message.
    simple classic content-based routing.
    i built a prototype on my local virtual machine, it worked fine.
    now i am building the real project at the client site, it is not working. here is some of the things i found;
    in my working prototype, after i deploy the ESB project into OC4J, i can see that a web service end point is created for me on esb-rt application in oc4j, with a port like "__soap_myrouting_execute_ppt", and it would be the entry point to my routing service;
    but in the other environment, after i deploy the ESB project, there is nothing created under esb-rt;
    in my working prototype, if i go into ESB console, under the "definition" tab of my routing service, i can click on the "concrete WSDL URL" and it gives me the wsdl for the routing service;
    but in the other environment, when i click on the "concrete WSDL URL", it shows an error page in my browser, "The XML page cannot be displayed ... XML document must have a top level element";
    i suppose this is because the esb-rt port has not been created properly and hence the wsdl is not there to be viewed.
    can anyone help with this or give me some direction as to where to look for logs for more details.
    thanks!

    after a bit of hunting on the BPEL server, i managed to get some detailed error from j2ee log;
    it's consistent with my observation and i know what's wrong with it, it's the <server name> pointing to a wrong place
    it should be pointing to our dev server but this logged detail shows it's pointing to out UAT server for some reason;
    I don't know how it ended up like this, but can someone tell me how to fix it? thanks.
    <SUPPL_DETAIL><![CDATA[oracle.webservices.provider.ProviderException: java.io.IOException: Server returned HTTP response code: 500 for URL: http://<server name>:80/esb/wsil/MyTestSystem/MySOAPFacade?wsdl
         at oracle.j2ee.ws.server.provider.ProviderConfigImpl.addService(ProviderConfigImpl.java:126)
         at oracle.tip.esb.configuration.ServiceBusConstants.addService(ServiceBusConstants.java:888)
         at oracle.tip.esb.common.system.ServiceEventsHandler.handleCreateService(ServiceEventsHandler.java:91)
         at oracle.tip.esb.common.system.MetadataChangeListener.handleServiceEvent(MetadataChangeListener.java:136)
         at oracle.tip.esb.common.system.MetadataChangeListener.onMetadataChange(MetadataChangeListener.java:85)
         at oracle.tip.esb.common.control.ControlMessageHandler.handleMessage(ControlMessageHandler.java:115)
         at oracle.tip.esb.server.dispatch.agent.ESBWork.process(ESBWork.java:178)
         at oracle.tip.esb.server.dispatch.agent.ESBWork.run(ESBWork.java:132)
         at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242)
         at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215)
         at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:825)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: http://<server name>:80/esb/wsil/MyTestSystem/MySOAPFacade?wsdl
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1149)
         at java.net.URL.openStream(URL.java:1007)
         at oracle.j2ee.ws.server.provider.WSDLUtils.getWSDLDefinition(WSDLUtils.java:48)
         at oracle.j2ee.ws.server.provider.ProviderConfigImpl.addService(ProviderConfigImpl.java:120)
         ... 12 more
    ]]></SUPPL_DETAIL>

  • Problem with Remove Instance

    Hi,
    I have PDF form 2-3 pages long with a Tabular Data View. It contains almost 50 records per per page. Now I am try to remove a particular Instance and its working fine I am uisng
    details._dataForm.removeInstance(this.parent.index). But the issue is its taking too much time. It is taking 20-30 seconds, and I don't why It refreshes all the pages for deletion of single row.
    Where in addInstance() is only adding the instance on the current page and not refreshing the whole PDF doc and much faster. Anyone can help me out on this .
    Regards,
    Atiq

    Nial,
    Thanks for your response. See my comments and screen shots below:
    Steve
    Screen shots:
    Beginning:
    After
    Hi Niall,
    A couple of things:
    I would not use an underscore in the object's name, as "_" is used as shorthand for instanceManager.
    Removed underscores & rewrote the script two different ways:
    ·         SubformWS0941Table.instanceManager.removeInstance(this.parent.index);
    ·         SubformWS0941Table.instanceManager.removeInstance(0);
    What is the name of the repeating object? Is it "_Subform_WS0941_Table"?
        Yes, but renamed to “SubformWS0941Table” per your suggestion.
    The parameter in the removeInstance is the instance that you want to remove, based on a zero numbering system. So using "0" will always remove the first instance. This may not be what you want.
    That is precisely what I want to do. The referenced table should only show up once. If it is not needed, the user needs to have the ability to delete the table entirely from view and not have it show up again when the forms is re-opened.
    Lastly, if you go to the File > Form Properties > Defaults tab and make sure that the preserve script changes is ticked for Automatic.
    The setting was set as indicated.
    Tried your suggestions with the same result.

  • Server 2012 - Problem with multiple instances of RDS looking to the same license server. Server Pools requiring the wrong servers.

    Hi All,
    I have two domains, prod.local and test.local.  On prod.local, I have a license server living on the connection broker.  I have created a two way trust between the domains so that the RDS instance on test.local can use the license server on prod.local.
     When I first setup the RDS instance on test.local and point it to use the license server on prod.local everything appears to work, all servers recognize the license server.  
    However when I log off and back on, and click the RDS dashboard in test.local, the Remote Desktop Services overview states I need to add every server from prod.local to the server pool.  This is bothersome because the Remote Desktop Services on test.local
    is still functioning, but I am no longer able to manage it.  When I add the servers from prod.local to the server pool I am displayed the setup for prod.local instead of test.local
    Is there a way around this?  Can I use the same RDS license server key multiple times?
    tldr: Using a different domain's license server causes my RDS instance in Server Manager to display the wrong RDS farm.

    Hi Nathan,
    Thank you for posting in Windows Server forum.
    Please check the required ports must be opened on firewall.
    - To issue RDS Per User CALs to users in other domains, there must be a two-way trust between the domains, and the license server must be a member of the Terminal Server License Servers group in those domains.
    - To restrict the issuance of RDS CALs, you can add RDS Host Servers into Terminal Server Computers group on RDS Licensing servers.
    - Configure RDS licensing server on all RDS Host Servers in each domain/forest. You can do it through RDS host configuration snap-in or through a group policy. 
    - Add administrators group of each domain/forest in the local administrators of RDS licensing server. This way, you’ll not get a prompt to enter your credentials when you’ll open RDS host configuration snap-ins in trusted domains/forests.
    More information:
    Best practices for setting up Remote Desktop Licensing (Terminal Server Licensing) across Active Directory Domains/Forests or Workgroup
    http://support.microsoft.com/kb/2473823
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • Problem with multiple instances of same module

    I want to call the same module in several different
    viewstates. Based on a variable for each viewstate the module
    returns different results. Here is a shortened version of my code:
    private var lm:linkModule;
    private function moduleHandler(promotion:String):void
    lm = linkModule(lm1.child);
    lm.initHandler(promotion);
    <mx:ViewStack id="estonishViewStack" width="100%"
    height="100%">
    <mx:Canvas x="0" y="0" width="100%" height="100%"
    id="saleView" label="Sales">
    <mx:ModuleLoader id="lm1" url="modules/linkModule.swf"
    ready="moduleHandler('sale');" />
    </mx:Canvas>
    <mx:Canvas x="0" y="0" width="100%" height="100%"
    id="seasonalView" label="Seasonal">
    <mx:ModuleLoader id="lm1" url="modules/linkModule.swf"
    ready="moduleHandler('seasonal');" />
    </mx:Canvas>
    </mx:ViewStack>
    Is there a more elegant (shorter) way to code the
    actionscript function other than a number of "if" statements based
    upon the variable or module id?

    Thanks for the comment. I purposely used the same id in the
    example. I need to call the same module in about 10 different
    viewstates. I was wondering is there a way around 10 different "if"
    statements in my moduleHandler function with lm1.child, lm2.child,
    etc.
    Possibly some way to write the function with lm(i).child?
    Then I give each component a different component name.

  • Guided Procedures Problems with Deleted Instances

    Hi everyone, good morning, In Guided Procedures Administration I cannot delete Instances, when I trying to delete an instance through "Procees Instance Manager" I had the following message "Cannot stop instance <Instance name> <null>", this Instance I finished it and then I try to deleted, its status is Terminated, I want to clean my  Completed Processes, Terminated Processes but I can't, what should I do? Thanks
    Atte Israel

    Hi
    Try following:
    Maintain Processes -> All Processes
    - check terminated checkbox checked.
    - select dates
    - put the name of prococess contributor
    - check the relevent checkbox of process contributor roles
    Then try to delete the instance. Instance takes time to delete. Behind the scene all instance are working as threads.

Maybe you are looking for

  • My outgoing messages are not being saved in my sent folder

    Half of my message that I try to send are not being saved in my sent folder. This is a huge problem causing lost documentation and copies of information and conversations I have had. The error message I get says that thunderbird was unable to save to

  • Video out put

    Ok you final cut pro PRO's I have a 30 min project I have done, burn it to DVD looks great, made a copy to mini DV looks great also. Now I need to make a copy to a broadcast BETA tape. The problem when I make the copy I have a small black outline all

  • My macair closes down when i close it??

    my macair sometimes closes down when i shut it and doesnt restart when i open it what is wrong?

  • Weblinks in my Mail client and in Word documents stopped working

    Hello, I am struggling to fix this issue. Out of the blue, hyperlinks in emails, word documents, skype, etc stopped working. Clicking on them usually takes me to Firefox, my default browser, but nothing happens usually. At other times a page opens wh

  • OS 5.0.1 Update Causing SIM Failure?

    I updated my OS 5.0 to the new 5.0.1 yesterday and ever since I get these messages "SIM Failure". My phone goes to "No Service" and I have to turn the phone off and back on again to get service. Is anyone else having trouble with this and, if so, doe