Issue with B2B Simulator for testing Healthcare Integration in SOA 11.1.1.6

Hi All,
I've installed the healthcare integration patch on top of SOA 11g PS5, and am now trying out the integration scenarios as detailed here . When running the B2B simulator as detailed in the readme, I'm able to see that the ADT file is polled from /tmp/blite/test/in folder, but the same file is not put into the /tmp/blite/test/out folder as expected. Nor am I able to see the messages in the Healthcare UI dashboards, neither the SCA composite instance is instantiated in the EM console.
The simulator log generated by B2B simulator does not show any apparent error, except for a oracle.jrf.UnknownPlatformException: JRF is unable to determine the current application server platform. But the process seems to have gone ahead and also shows that the message sent count as 1. Has anyone tried this integration scenario in Healthcare? Any pointers would be highly appreciated. Thanks in advance.
Simulator log below (did not find an option to upload the file)
FINEST: Generating Inbound configuration : 1
Mar 8, 2013 12:07:38 PM oracle.tip.b2b.simulator.report.BLogger debug
FINEST: genInboundConfig : Enter
Mar 8, 2013 12:07:38 PM oracle.tip.b2b.simulator.report.BLogger debug
FINEST: genInboundConfig : Exit
Mar 8, 2013 12:07:38 PM oracle.tip.b2b.simulator.report.BLogger debug
FINEST: Generating Outbound configuration : 1
Mar 8, 2013 12:07:38 PM oracle.tip.b2b.simulator.report.BLogger debug
FINEST: genOutboundConfig : Enter
Mar 8, 2013 12:07:38 PM oracle.tip.b2b.simulator.report.BLogger debug
FINEST: genOutboundConfig : Exit
Mar 8, 2013 12:07:38 PM oracle.tip.b2b.simulator.report.BLogger debug
FINEST: Generating the simulator config file...
Mar 8, 2013 12:07:38 PM oracle.tip.b2b.simulator.report.BLogger debug
FINEST: Exception while generating simulator config file
Mar 8, 2013 12:07:39 PM oracle.tip.b2b.simulator.report.BLogger debug
FINEST: HL7Plugin: receriver(): Parameters =tcp.receiver.port:11002
Mar 8, 2013 12:07:39 PM oracle.tip.b2b.simulator.report.BLogger debug
FINEST: HL7Plugin: receriver(): Parameters =isFARequired:false
Mar 8, 2013 12:07:39 PM oracle.tip.b2b.simulator.report.BLogger debug
FINEST: Setting the inbound config properties...
Mar 8, 2013 12:07:39 PM oracle.tip.b2b.simulator.report.BLogger log
FINE: Please enter CTRL+C to stop the B2B-Lite
Mar 8, 2013 12:07:39 PM oracle.tip.b2b.simulator.report.BLogger debug
FINEST: initialization Enter
Mar 8, 2013 12:07:39 PM oracle.integration.platform.blocks.FabricConfigManager <clinit>
WARNING: JRF is unable to determine the current application server platform.
Mar 8, 2013 12:07:39 PM oracle.tip.b2b.simulator.report.BLogger log
FINE: TCP Listening on port : [11002]
Mar 8, 2013 12:07:39 PM oracle.tip.b2b.simulator.report.BLogger debug
FINEST: SelectionKey for port 11002
Mar 8, 2013 12:07:39 PM oracle.tip.b2b.simulator.report.BLogger debug
FINEST: initialization Exit
Mar 8, 2013 12:07:39 PM oracle.integration.platform.blocks.WLSPlatformConfigurationProvider <clinit>
WARNING: JRF is unable to determine the current application server platform.
Mar 8, 2013 12:07:39 PM oracle.tip.b2b.simulator.report.BLogger debug
FINEST: startserver Enter
Mar 8, 2013 12:07:39 PM oracle.tip.b2b.simulator.report.BLogger debug
FINEST: startserver Enter (After Initialization)
Mar 8, 2013 12:07:40 PM oracle.dms.instrument.DMSConsole init
FINE: DMSConsole is being initialized at 1362724660538
Thread (id):
pool-6-thread-1 (13)
Stack:
oracle.dms.instrument.Noun(Noun.java:113):<init>
oracle.dms.instrument.Noun(Noun.java:2261):<clinit>
oracle.tip.b2b.metric.MetricRoot(MetricRoot.java:40):<init>
oracle.tip.b2b.metric.EndpointSensors(EndpointSensors.java:86):<init>
oracle.tip.b2b.metric.MetricFactory(MetricFactory.java:284):getEndpointSensors
oracle.tip.b2b.metric.B2BSensors(B2BSensors.java:282):updateEndpointStatus
oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:1347):updateMetrics
oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:980):processMessages
oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:397):run
oracle.tip.b2b.transport.basic.FileReceiver(FileReceiver.java:483):init
oracle.tip.b2b.simulator.basic.Worker(Worker.java:74):run
java.util.concurrent.ThreadPoolExecutor$Worker(ThreadPoolExecutor.java:886):runTask
java.util.concurrent.ThreadPoolExecutor$Worker(ThreadPoolExecutor.java:908):run
java.lang.Thread(Thread.java:662):run
Mar 8, 2013 12:07:40 PM oracle.dms.util.ServerEnvironment getServerEnvironment
FINE: initialization error
oracle.jrf.UnknownPlatformException: JRF is unable to determine the current application server platform.
     at oracle.jrf.ServerPlatformSupportFactory.getInstance(ServerPlatformSupportFactory.java:79)
     at oracle.dms.util.ServerEnvironment.getServerEnvironment(ServerEnvironment.java:125)
     at oracle.dms.instrument.DMSConsole.init(DMSConsole.java:307)
     at oracle.dms.instrument.Noun.<init>(Noun.java:114)
     at oracle.dms.instrument.Noun.<clinit>(Noun.java:2261)
     at oracle.tip.b2b.metric.MetricRoot.<init>(MetricRoot.java:40)
     at oracle.tip.b2b.metric.EndpointSensors.<init>(EndpointSensors.java:86)
     at oracle.tip.b2b.metric.MetricFactory.getEndpointSensors(MetricFactory.java:285)
     at oracle.tip.b2b.metric.B2BSensors.updateEndpointStatus(B2BSensors.java:282)
     at oracle.tip.b2b.transport.basic.FileSourceMonitor.updateMetrics(FileSourceMonitor.java:1347)
     at oracle.tip.b2b.transport.basic.FileSourceMonitor.processMessages(FileSourceMonitor.java:1005)
     at oracle.tip.b2b.transport.basic.FileSourceMonitor.run(FileSourceMonitor.java:397)
     at oracle.tip.b2b.transport.basic.FileReceiver.init(FileReceiver.java:483)
     at oracle.tip.b2b.simulator.basic.Worker.run(Worker.java:74)
     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:909)
     at java.lang.Thread.run(Thread.java:662)
Mar 8, 2013 12:07:40 PM oracle.dms.clock.ClockManager createClock
FINE: Checking if clock (default) is loaded
Mar 8, 2013 12:07:40 PM oracle.dms.clock.ClockManager createClock
FINE: The class name for (default) is oracle.dms.clock.SimpleClock
Mar 8, 2013 12:07:40 PM oracle.dms.clock.ClockManager createClock
FINE: Called Class.forName("oracle.dms.clock.SimpleClock")
Mar 8, 2013 12:07:40 PM oracle.dms.clock.ClockManager createClock
FINE: Created a new instance of oracle.dms.clock.SimpleClock
Mar 8, 2013 12:07:41 PM oracle.dms.context.DMSContextManager init
FINE: DMSContextManager is being initialized at 1362724661670
Thread (id):
pool-6-thread-1 (13)
Stack:
oracle.dms.instrument.DMSConsole(DMSConsole.java:364):init
oracle.dms.instrument.Noun(Noun.java:113):<init>
oracle.dms.instrument.Noun(Noun.java:2261):<clinit>
oracle.tip.b2b.metric.MetricRoot(MetricRoot.java:40):<init>
oracle.tip.b2b.metric.EndpointSensors(EndpointSensors.java:86):<init>
oracle.tip.b2b.metric.MetricFactory(MetricFactory.java:284):getEndpointSensors
oracle.tip.b2b.metric.B2BSensors(B2BSensors.java:282):updateEndpointStatus
oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:1347):updateMetrics
oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:980):processMessages
oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:397):run
oracle.tip.b2b.transport.basic.FileReceiver(FileReceiver.java:483):init
oracle.tip.b2b.simulator.basic.Worker(Worker.java:74):run
java.util.concurrent.ThreadPoolExecutor$Worker(ThreadPoolExecutor.java:886):runTask
java.util.concurrent.ThreadPoolExecutor$Worker(ThreadPoolExecutor.java:908):run
java.lang.Thread(Thread.java:662):run
Mar 8, 2013 12:07:41 PM oracle.dms.context.internal.AbstractContextManager$ContextCleaner <init>
FINE: Creating new Context Cleaner Thread
Mar 8, 2013 12:07:41 PM oracle.dms.trace.TraceManager init
FINE: TraceManager is being initialized at 1362724661891
Thread (id):
pool-6-thread-1 (13)
Stack:
oracle.dms.trace.TraceManager(TraceManager.java:242):init
oracle.dms.instrument.DMSConsole(DMSConsole.java:373):init
oracle.dms.instrument.Noun(Noun.java:113):<init>
oracle.dms.instrument.Noun(Noun.java:2261):<clinit>
oracle.tip.b2b.metric.MetricRoot(MetricRoot.java:40):<init>
oracle.tip.b2b.metric.EndpointSensors(EndpointSensors.java:86):<init>
oracle.tip.b2b.metric.MetricFactory(MetricFactory.java:284):getEndpointSensors
oracle.tip.b2b.metric.B2BSensors(B2BSensors.java:282):updateEndpointStatus
oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:1347):updateMetrics
oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:980):processMessages
oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:397):run
oracle.tip.b2b.transport.basic.FileReceiver(FileReceiver.java:483):init
oracle.tip.b2b.simulator.basic.Worker(Worker.java:74):run
java.util.concurrent.ThreadPoolExecutor$Worker(ThreadPoolExecutor.java:886):runTask
java.util.concurrent.ThreadPoolExecutor$Worker(ThreadPoolExecutor.java:908):run
java.lang.Thread(Thread.java:662):run
Mar 8, 2013 12:07:41 PM oracle.dms.trace.TraceManager shutdown
FINE: TraceManager is being shutdown at 1362724661895
Thread (id):
pool-6-thread-1 (13)
Stack:
oracle.dms.trace.TraceManager(TraceManager.java:1249):shutdown
oracle.dms.trace.TraceManager(TraceManager.java:256):init
oracle.dms.trace.TraceManager(TraceManager.java:242):init
oracle.dms.instrument.DMSConsole(DMSConsole.java:373):init
oracle.dms.instrument.Noun(Noun.java:113):<init>
oracle.dms.instrument.Noun(Noun.java:2261):<clinit>
oracle.tip.b2b.metric.MetricRoot(MetricRoot.java:40):<init>
oracle.tip.b2b.metric.EndpointSensors(EndpointSensors.java:86):<init>
oracle.tip.b2b.metric.MetricFactory(MetricFactory.java:284):getEndpointSensors
oracle.tip.b2b.metric.B2BSensors(B2BSensors.java:282):updateEndpointStatus
oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:1347):updateMetrics
oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:980):processMessages
oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:397):run
oracle.tip.b2b.transport.basic.FileReceiver(FileReceiver.java:483):init
oracle.tip.b2b.simulator.basic.Worker(Worker.java:74):run
java.util.concurrent.ThreadPoolExecutor$Worker(ThreadPoolExecutor.java:886):runTask
java.util.concurrent.ThreadPoolExecutor$Worker(ThreadPoolExecutor.java:908):run
java.lang.Thread(Thread.java:662):run
Mar 8, 2013 12:07:41 PM oracle.dms.trace.TraceAggregator shutdown
FINE: TraceAggregator is being shutdown at 1362724661900
Thread (id):
pool-6-thread-1 (13)
Stack:
oracle.dms.trace.TraceManager(TraceManager.java:1315):shutdown
oracle.dms.trace.TraceManager(TraceManager.java:1249):shutdown
oracle.dms.trace.TraceManager(TraceManager.java:256):init
oracle.dms.trace.TraceManager(TraceManager.java:242):init
oracle.dms.instrument.DMSConsole(DMSConsole.java:373):init
oracle.dms.instrument.Noun(Noun.java:113):<init>
oracle.dms.instrument.Noun(Noun.java:2261):<clinit>
oracle.tip.b2b.metric.MetricRoot(MetricRoot.java:40):<init>
oracle.tip.b2b.metric.EndpointSensors(EndpointSensors.java:86):<init>
oracle.tip.b2b.metric.MetricFactory(MetricFactory.java:284):getEndpointSensors
oracle.tip.b2b.metric.B2BSensors(B2BSensors.java:282):updateEndpointStatus
oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:1347):updateMetrics
oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:980):processMessages
oracle.tip.b2b.transport.basic.FileSourceMonitor(FileSourceMonitor.java:397):run
oracle.tip.b2b.transport.basic.FileReceiver(FileReceiver.java:483):init
oracle.tip.b2b.simulator.basic.Worker(Worker.java:74):run
java.util.concurrent.ThreadPoolExecutor$Worker(ThreadPoolExecutor.java:886):runTask
java.util.concurrent.ThreadPoolExecutor$Worker(ThreadPoolExecutor.java:908):run
java.lang.Thread(Thread.java:662):run
Mar 8, 2013 12:07:41 PM oracle.dms.trace.TraceManager recordConfig
FINE: DMS Transaction Tracing is enabled at MIN level
Mar 8, 2013 12:07:41 PM oracle.dms.context.internal.AbstractContextFamily <init>
FINER: New ContextFamily created [0000Jp8i2el0vlwLsES4yX1HEOSp000000] - invoked with stack:
Thread (id):
ContextCleaner (18)
Stack:
oracle.dms.context.internal.jse.JSEContextFamily(JSEContextFamily.java:55):<init>
oracle.dms.context.internal.jse.JSEContextManager(JSEContextManager.java:616):newFamily
oracle.dms.context.internal.jse.JSEContextManager(JSEContextManager.java:255):getContext
oracle.dms.context.internal.jse.JSEContextManager(JSEContextManager.java:63):getContext
oracle.dms.context.DMSContextManager(DMSContextManager.java:413):getContext
oracle.dms.context.DMSContextManager(DMSContextManager.java:395):getContext
oracle.dms.context.internal.AbstractContextManager$ContextCleaner(AbstractContextManager.java:1022):run
Mar 8, 2013 12:07:42 PM oracle.dms.context.internal.AbstractExecutionContext <init>
FINER: New AbstractExecutionContext created [0000Jp8i2el0vlwLsES4yX1HEOSp000000, 0] - invoked with stack:
Thread (id):
ContextCleaner (18)
Stack:
oracle.dms.context.internal.jse.JSEExecutionContext(JSEExecutionContext.java:108):<init>
oracle.dms.context.internal.jse.JSEContextManager(JSEContextManager.java:619):newFamily
oracle.dms.context.internal.jse.JSEContextManager(JSEContextManager.java:255):getContext
oracle.dms.context.internal.jse.JSEContextManager(JSEContextManager.java:63):getContext
oracle.dms.context.DMSContextManager(DMSContextManager.java:413):getContext
oracle.dms.context.DMSContextManager(DMSContextManager.java:395):getContext
oracle.dms.context.internal.AbstractContextManager$ContextCleaner(AbstractContextManager.java:1022):run
Mar 8, 2013 12:07:42 PM oracle.dms.context.internal.jse.JSEExecutionContext activate
FINER: JSEExecutionContext activated [0000Jp8i2el0vlwLsES4yX1HEOSp000000, 0] - invoked with stack:
Thread (id):
ContextCleaner (18)
Stack:
oracle.dms.context.internal.jse.JSEContextManager(JSEContextManager.java:269):getContext
oracle.dms.context.internal.jse.JSEContextManager(JSEContextManager.java:63):getContext
oracle.dms.context.DMSContextManager(DMSContextManager.java:413):getContext
oracle.dms.context.DMSContextManager(DMSContextManager.java:395):getContext
oracle.dms.context.internal.AbstractContextManager$ContextCleaner(AbstractContextManager.java:1022):run
JSEExecutionContext instance: 0000Jp8i2el0vlwLsES4yX1HEOSp000000,0
m_thread (id): ContextCleaner (18)
m_suspended: false
m_ctxContentMap: null
m_ctxGlobalMap: 0
m_ctxLocalMap: null
m_inheritable: true
m_listeners: null
m_ctf:JSEContextFamily instance:
mECID: 0000Jp8i2el0vlwLsES4yX1HEOSp000000
mCtxMap: 1
mGlobalMap: 0
mPropagateKeys: null
mLogKeys: null
mLimitKeys: null
Mar 8, 2013 12:07:42 PM oracle.dms.context.internal.AbstractContextManager cleanup
FINE: AbstractContextManager.cleanup - Before Cleanup: JSEContextManager Class:
mFamilyMap:1
mCtxStashMap:0
mCtxSuspendMap:0
Mar 8, 2013 12:07:42 PM oracle.dms.context.internal.AbstractContextManager cleanup
FINE: AbstractContextManager.cleanup - After Cleanup: JSEContextManager Class:
mFamilyMap:1
mCtxStashMap:0
mCtxSuspendMap:0
Mar 8, 2013 12:07:47 PM oracle.tip.b2b.simulator.report.BLogger log
INFO:
Message Body :
Binary Data Not Displayed
Message Parameters:
id = 1362724662068-644430531
Header Parameters:
filename=MyCompany_ADTA03_2.3.1_1.txt
filesize=450
file_ext=txt
fullpath=C:\tmp\blite\test\in\MyCompany_ADTA03_2.3.1_1.txt
timestamp=2011-06-24T16:16:42.000+05:30
Associated Endpoint:
file://C:\tmp\blite\test\in
null :
Message Body :
Binary Data Not Displayed
Message Parameters:
id = 1362724662068-644430531
Header Parameters:
filename=MyCompany_ADTA03_2.3.1_1.txt
filesize=450
file_ext=txt
fullpath=C:\tmp\blite\test\in\MyCompany_ADTA03_2.3.1_1.txt
timestamp=2011-06-24T16:16:42.000+05:30
Associated Endpoint:
file://C:\tmp\blite\test\in
null
Mar 8, 2013 12:07:47 PM oracle.tip.b2b.simulator.report.BLogger log
FINE: MessageperSecond ::1
Mar 8, 2013 12:07:47 PM oracle.tip.b2b.simulator.report.BLogger debug
FINEST: Number of Message Processed ::1
Mar 8, 2013 12:07:47 PM oracle.tip.b2b.simulator.report.BLogger debug
FINEST: To Complete 1 Messages, Blite Takes 0s
Mar 8, 2013 12:07:47 PM oracle.tip.b2b.simulator.report.BLogger debug
FINEST: Context is instantiated - HL7 : oracle.tip.b2b.simulator.model.OutboundConfigurationType@2109778
Mar 8, 2013 12:07:47 PM oracle.tip.b2b.simulator.report.BLogger debug
FINEST: CtrlNogenerator Enter
Mar 8, 2013 12:07:47 PM oracle.tip.b2b.simulator.report.BLogger debug
FINEST: Message Control Number:CTLID_20080910112956
Mar 8, 2013 12:07:47 PM oracle.tip.b2b.simulator.report.BLogger debug
FINEST: CtrlNogenerator Exit
Mar 8, 2013 12:07:47 PM oracle.tip.b2b.simulator.report.BLogger debug
FINEST: Msg ControlNo : CTLID_20080910112956
Mar 8, 2013 12:07:47 PM oracle.tip.b2b.simulator.report.BLogger debug
FINEST: controlnumberdata Enter
Mar 8, 2013 12:07:47 PM oracle.tip.b2b.simulator.report.BLogger debug
FINEST: Control Number CTLID_20080910112956
Mar 8, 2013 12:07:47 PM oracle.tip.b2b.simulator.report.BLogger debug
FINEST: controlnumberdata Exit
Mar 8, 2013 12:07:47 PM oracle.tip.b2b.simulator.report.BLogger debug
FINEST: the transport msg is oracle.tip.b2b.simulator.util.BliteMessage@2082b6b
Mar 8, 2013 12:07:47 PM oracle.tip.b2b.simulator.report.BLogger debug
FINEST: the transport msg is
Message Body :
Binary Data Not Displayed
Message Parameters:
id = 136272466776957083775
name=value
Header Parameters:
tcp.sender.dcID=abc
tcp.sender.sb=0xb
tcp.sender.port=11001
SocketType=Client
tcp.sender.ct=true
tcp.sender.eb=0x1c
tcp.sender.cr=0xd
tcp.sender.host=localhost
Associated Endpoint:
null
null
Mar 8, 2013 12:07:48 PM oracle.tip.b2b.simulator.report.BLogger debug
FINEST: Time taken to send Request Outbound 264ms
Mar 8, 2013 12:07:48 PM oracle.tip.b2b.simulator.report.BLogger log
FINE: Message was sent successfully
Mar 8, 2013 12:07:52 PM oracle.tip.b2b.simulator.report.BLogger report
INFO:
------------------------- Report Summary -----------------------------
Position after 5s
Threads in pool : Inbound 0 0 0 Outbound: 1 0 0 Ack: 0 0 0 Internal: 1 0 0 InternalAck: 0 0 0
MLLP::     Send =1     Ack Receive =0     Msg Receive =0     Ack Send =0
Total Message Sent:1     Total Ack Received:0
     Total Message Received:0

Hello All, any pointers on this would be highly appreciated. All seems fine with the setup, configuration and the server. Not sure, why is the file not being transferred to the destination folder. Also since the file is picked up, no trace is there on its whereabouts, server log does not show any info as well!!

Similar Messages

  • I have an issue with disappearing option for 1920x1080 in Preferences / Displays.

    Recently updated to 10.9 - have all updates installed - Mid 2010 iMac 21.5.
    I have an issue with disappearing option for 1920x1080 in Preferences / Displays. - After overnight shutdown, my iMac woke up and the screen resolution of my 2nd was set at 800 x 600 - the display a Samsung S22B150 was previously working properly at 1920 x 1080.  This option is no longer available in the system preferences - highest resolution available 1600 x 1200.
    I use my mMac for Photography and use the second monitor for the interface, leaving the iMac screen as a full work area for the photos.
    I have tried:
    Power down Monitor & restart
    Shutdown & restart
    Shutdown & restart in Safe Boot Mode (options same in Prefs)
    Power down Monitor & restart in Safe Boot Mode
    Ran Disc Utility - Repaired Permissions, verified both HDD & Mac OSX
    Udated Pram
    I am now at a loss, I guess I could try a recovery, and download/install  Mavericks again, but do not wish to do this if I can help it.
    I have searched the net to see if there are any Terminal commands to enable the resolution, but can find nothing.
    Anyone out there have any ideas, please.

    Back up all data. Quit System Preferences if it's running.
    Triple-click anywhere in the line below on this page to select it, then copy the text to the Clipboard by pressing the key combination command-C:
    ~/Library/Preferences/ByHost
    In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar. Paste into the box that opens (command-V), then press return. A folder should open. If it does, look for a file with a long name that begins "com.apple.preference.displays2". There may be several such files. Move them to the Trash.
    Test.

  • Issue with Visibility Settings for Backgrounds and Layers

    I am using Acrobat Pro XI 11.0.10 (Windows) and having an issue with visibility settings for layers and backgrounds. I am attempting to get backgrounds to appear while viewing in Adobe Reader and Acrobat Pro but not be printed and so far have had no success.
    When using a background the Appearance Options dialogue has "Show when printing" unchecked, but "Show when displaying on screen" is checked. This results in the background not showing on the screen, and the background will only appear once the box for "Show when printing" is checked. It looks like the option for printing is dictating whether or not the background is able to appear.
    Using layers has not worked either. The background layer is set to "Never Prints", but will still show up when printed.
    I was wondering if anyone else has run into this and has a solution, or has any recommendations.
    Thanks in advance.

    Hi setrev2012,
    How are you adding the backgroud?
    The only way I can think to accomplish this is via a watermark.
    The basics...
    Open PDF in Acrobat. Choose Pages > Watermark > Add Watermark.
    Select a jpg or PDF of your background and adjust scaling options as desired.
    Then click the Appearance Options.. and uncheck the Show When Printing option.
    In this image the PDF is a blank page with the word "Test" on it. The watermark is the stamp and impression (a stock photo jpg).
    If you want a solid color background, just create a flat image of the background color for use as the watermark.
    If you have already followed the steps and still facing the issue then please share the file with me at [email protected] so that i can have a look.
    Regards,
    Rave

  • Hello every one, am having issue with my itunes, for some reason or another my icon in the itunes doesnt change, its stuck on Songs, and will not let me get playlist or anything else. can any one tell me if that can be fixed

    hello every one, am having issue with my itunes, for some reason or another my icon in the itunes doesnt change, its stuck on Songs, and will not let me get playlist or anything else. can any one tell me if that can be fixed

    http://support.apple.com/kb/TS3694#error-1
    Error 1 or -1
    This may indicate a hardware issue with your device. Follow Troubleshooting security software issues, and restore your device on a different known-good computer. If the errors persist on another computer, the device may need service.

  • Issue with provided message for WSDL of SAP PI sender interface

    Hi,
    as I am not familar with SOAP interfaces and use of WSDL by partners with WSDL generated in SAP PI there are some issues that I have with a scenario:
    1. Import of external xsd for message is done
    2. Enterprise Repository and Integration Directory objects are completely created and activated
    3. WSDL was generated from ID Sender agreement (This is PI 7.1)
    4. Partner got the WSDL
    The partner provided now some test messages by mail that I would like to test in the mapping as the message is really complex.
    But the result is strange...
    1. The header of the partner message is this:
    <XJustiz_Daten xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <Grunddaten xmlns="http://www.xjustiz.de">
    (Some german words are in that example. But this doesn t matter!)
    This is different to the xml that PI generates in mapping:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:XJustiz_Daten xmlns:ns0="http://www.xjustiz.de">
       <ns0:Grunddaten>
          <ns0:Grunddaten XJustizVersion="">
    Partner defines xsi:   instead of ns0   and PI fails using this message!
    So I had to change the message header and add ns0: to all element tags and node tags of the message.
    (See for example with first node "Grunddaten").
    2. There are some mandatory nodes and elements.
    An example:
    - Rechtsform is mandatory node (1..1) with element content (mandatory 1..1)
    So it will appear in the payload like this:
                        <ns0:Rechtsform>
                                <ns0:content xmlns=""/>
                         </ns0:Rechtsform>
    But the partner provides this:
    <Rechtsform xsi:nil="true" />
    which is the next issue as PI doesn t understand as xsi is not mapped to a namespace. !
    It would be easy to use an "exist" function to solve the issue with the not provided element but this will not help
    when the node is provided with additinal information xsi:....
    Can you give any help/answer why PI is not able to handle such things.
    Thank you!
    Best regards
    Dirk

    Hello Meinhard,
    If you are the Service Owner, the sender system must use your wsdl message (WebService Definition).
    If there're other problems or the sender system can't use your message structure, in agreement with them you need to develope a different mapping.

  • Request to provide one small Example for testing XI Integration

    Hi
    Could anyone provide me with some example where in we can test XI Integration.
    I have a situation like I need to integrate a text file in C directory to any other directory.
    I need some help on how to build SLD and also to build integration repository and Integration Directory.
    I need the steps to be followed in developing them.
    Regards,
    Ram Mohan Naidu

    Hi,
    Check these blogs for simple file to file scenario:
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    /people/sravya.talanki2/blog/2005/08/16/configuring-generic-sender-file-cc-adapter
    priyanka

  • Issue with Reset Password from Active Directory Integration Pack

    I seem to be having some issues with a subscription in the Reset Password activity from the Active Directory Integration Pack. The "User Password" field refuses to take a value from a subscription provided earlier in a Generate Random
    Text activity. As you will see in the screenshot below, when the Reset Password activity runs, the User Password value is blank.
    Any idea why this might be happening? It looks like a possible bug with the Active Directory Integration Pack.

    Hi John,
    I think this is not a bug, this should be by design because the password is a secure string. If you look for the Published data for Reset User Password activity at
    http://technet.microsoft.com/en-us/library/hh553463.aspx it is not listed there as well.
    If you need the the string (e.g. to send it via email) use the
    data from the "Generate Random Text" Activity.
    Regards,
    Stefan
    www.sc-orchestrator.eu ,
    Blog sc-orchestrator.eu

  • Issues with Creative Cloud for teams deployment workflow

    The Adobe Creative Cloud for teams IT Deployment Guide lists out steps for IT admins to deploy the CS6 applications and then have their end-users license the trial software with their Adobe IDs once they have been invited to the team. There are two major issues with this document.
    First, the media that is on the FTP is not for North American English. We are working to get that posted on the FTP site ASAP. In the meantime, you can find the CS6 MC media from: http://www.adobe.com/downloads/
    [Note: Getting media from that page requires the use of the Adobe Download Assistant which is very consumer focused. Sorry about that.]
    Second, in order to have the ability to login properly with a Creative Cloud for Teams account the system needs to have the latest copy of Adobe Application Manager installed. If you do not do this step the end user will be prompted for a serial number.
    Unfortunately the Adobe Application Manager can’t be packaged with AAMEE nor is it a native installer. I know, I know! Here are the links to the Adobe Application Manager installers:
    Windows: http://www.adobe.com/support/downloads/detail.jsp?ftpID=4773
    Mac: http://www.adobe.com/support/downloads/detail.jsp?ftpID=4774
    It can be installed from command line by:
    Win: <Path to Setup.exe>Set-up.exe –mode=silent –action=install
    Mac: <path to ASU> /ASU/Install.app/Contents/MacOS/Install –mode=silent –action=install
    Jody Rodgers | Sr. Product Manager | Creative Cloud for Enterprise | Adobe Systems

    Hi Boncker,
    I see that you have an active Subscription under your account . Please launch any of the installed product and when you get the trial prompt , please click on License this software and then Enter the Adobe Id & Password for the account that you have accepted the invite .
    Please do let us know if that worked for you or not .
    Cheers,
    Kartikay Sharma

  • Issue with Apps adapter for Create_Cust_Account API

    Hi ,
    I need to invoke this package from apps adapter in BPEL(10.1.3.5).
    Create Customer: HZ_CUST_ACCOUNT_V2PUB. create_cust_account. This is a Over loaded procedure. Look for the Procedure with these Parameters.
    PROCEDURE create_cust_account (
    p_init_msg_list IN VARCHAR2:= FND_API.G_FALSE,
    p_cust_account_rec IN CUST_ACCOUNT_REC_TYPE,
    p_organization_rec IN HZ_PARTY_V2PUB.ORGANIZATION_REC_TY
    PE,
    p_customer_profile_rec IN HZ_CUSTOMER_PROFILE_V2PUB.CUSTOMER
    PROFILEREC_TYPE,
    p_create_profile_amt IN VARCHAR2:= FND_API.G_TRUE,
    x_cust_account_id OUT NUMBER,
    x_account_number OUT VARCHAR2,
    x_party_id OUT NUMBER,
    x_party_number OUT VARCHAR2,
    x_profile_id OUT NUMBER,
    x_return_status OUT VARCHAR2,
    x_msg_count OUT NUMBER,
    x_msg_data OUT VARCHAR2
    But I’m getting the following error,
    An error occurred while running Jpublisher.missing method
    · I’ve tried with Database adapter. But in the runtime I’m not able to pass oracle apps initialization parameter in spite of using transaction and idempotent property in partnerlink.
    · Then I’ve tried to invoke fnd_global.apps_initialize first then call the package from database adapter, but it fails again, apparently its not able to execute both DBadapter in same database session although they are in same BPEL transaction.
    When I’m passing the initialization parameters in adapter created wrapper procedure then its working fine and customer got created.
    Please let me know where I’m going wrong or issue with apps adapter.
    It’s urgent …
    Thanks in Advance,
    Shreekanta

    Thanks for the reply.
    I'm able to execute the BPEL flows using DB adapter in same session and customer got created.
    But I'm wondering why I cant invoke the API using Apps adapter though its standard one.
    wsdl file is not getting generated as the adapter wizard not get completed.
    Do u have any idea why its giving ' error occurred while running Jpublisher.missing method' error?should I conclude that apps adapter does not support overloaded procedure.

  • Issue with Multiple LTS for a fact table and filters

    Hello,
    I am facing an issue with obiee 10g.
    In my model, I have a huge FACT table F1 (partitioned and indexed). The average response time for the queries, which targeted it, was ~30-60 seconds, which was not really convincing our end user.
    So, we decided to create a materialized view, which removes some dimensions that are not used by default, but might be used if the end user adds some filters. I added the Materialized view in the Physical Layer and in the corresponding Logical Table Source.
    I then tried to see if it works, but I was a bit surprised by the result. Indeed,
    -> If the report does not reference a truncated dimension, it targets the materialized view. -> Perfect
    -> If the report does reference a truncated dimension in the columns, it targets the Fact Table. -> Perfect
    -> If the report does reference a truncated dimension in the Filters, it targets the materialized view. For this reason, the filter is never resolved and no join on the dimension table is applied, whereas it exists in logical SQL generated. -> Ko.
    A suggestion could be to add the filters into the columns, but I am not satisfied by this response because it will never use the materialized view in that case.
    An other suggestion could be to use query rewrite, but I 'd like to have the full control on the generation of the queries.
    Does someone know if the filters are not evaluated to determine which LTS to use? How can I force this evaluation?
    Regards,

    Hi,
    If I understand your description correctly, then your materialized view skips some dimensions (infrequent ones). However, when you reference these skipped dimensions in filters, the queries are hitting the materialized view and failing as these values do not exist. In this case, you could resolve it as follows
    1. Create dimensional hierarchies for all dimensions.
    2. In the fact table's logical sources set the content tabs properly. (Yes, I think this is it).
    When you skipped some dimensions, the grain of the new fact source (the materialized view in this case) is changed. For example:
    Say a fact is available with the keys for Product, Customer, Promotion dimensions. The grain for this is Product * Customer * Promotion
    Say another fact is available with the keys for Product, Customer. The grain for this is Product * Customer (In fact, I would say it is Product * Customer * Promotion Total).
    So in the second case, the grain of the table is changed. So setting appropriate content levels for these sources would automatically switch the sources.
    So, I request you to try these settings and let me know if it works.
    Thank you,
    Dhar

  • Issue with Work Items for a User

    HI All,
    I have an issue with workflow.
    One of my user stopped receiving work items in his inbox. I checked table SWWUSERWI and found 0 entries for the user. So i guess there is no problem with the display setting in SBWP.
    What could be the probable reason and where can i find if those workitems that are generated for him that he has not received.
    Regards,
    Rohit

    There can be many many reasons. You need to understand the workflow and work with an example (an item the user says they should have received). Then try to follow the agent determination logic based on the data contained in that example and verify that everything matches up.

  • Issue with Negative Value for Total valuated stock 0VALSTCKQTY.

    Hi Experts,
    we loaded the Cube with datasources 2LIS_03_BX, 2LIS_03_BF and 2LIS_03_UM.
    We mapped the quanity field from 2LIS_03_BF in transformation either into Key figures "Quantity issued from valuated stock" (0ISSVALSTCK) or "Quantity received into valuated stock" (0RECVALSTCK ) of the cube.
    For obtaining the Total Valuated stock, we used the Key figure 0VALSTCKQTY. This key figure is having the Inflow and Out flow values as 0RECVALSTCK and 0ISSVALSTCK. When i tried to check the content of 0VALSTCKQTY, the key figure  0VALSTCKQTY is not present in the infoCube content. I understood that the value for this key figure would be calculated at the time of query execution with the formula
    { Last obtained Valuated stock + (Received Valuated Stock u2013 Issued Valuated Stock ) }.
    The issue is the first records in the query is obtained with negative value for the total valuated stock 0VALSTCKQTY even though the values of Received Valuated Stock  and  Issued Valuated Stock are with Zero.  Could any one please help me on how the first record in the query is with a negative value eventhough the inflow and out flow fields of it are with Zero.
    Many Thanks in advance.
    Jeswanth

    Hi Srini,
    I observed an interresting reason for the stock being with negative in the first record.
    Issue : While executing the BEx report, we have the first record with a negative value.
    Let me explain with an example
    Material  : XYZ
    Plant      : A
    Date of Stock Initialization for data source 2LIS_03_BX -
    >  12th April 2009.
    So on 12 Th April 2009 consider that we have a stock in store with a value of 2640.
    Then we have loaded wih Data source 2LIS_03_BF for all Historic Movement types.
    At the time of query execution we will have the first record with a negative of available stock present on the day of initialization .
    So, as we have initilized the data source 2LIS_03_BX on 12 th April 2009, we have at that time a stock of 2640 in availability.
    Exactly with the same value of 2640, we are having a negative value i.e. -2640.
    and also one more point to be noted is ...as we have initialized the data source 2LIS_03_BX on 12 th APril 2009...it has created a
    opening balance of 2640 on the day of initiailization i.e on 12 th April 2009 in infocube....(which is an extra record...)...so if the previous record of 12,04,2009 is having some value in it..then it will get added to 2640 EA..which will give incorrect stock
    So in the query the records will appear in the below following manner
    Calendar Day     Total stock                                                                Received stock                                          Issued Stock         
    28.12.2005 --->  - 2640 EA
    29.12.2005 --->    2000 EA                                                                       640 EA                                                        0
    10.04.2009 --->      0                                                                                0                                                               2000 EA      
    11.04.2009 -
    >    0                                                                                0                                                                0          
                                 (For making
                                  the earlier record of  initilization to 0  a negative value -2640 EA is created in the first record )
    12.04.2009 (Initializtion day) --->  2640 EA                                                 0                                                                0
    13.04.2009 
    the day before initialization the total stock will be 0 due to the negative effect introduced by the first record and from the day of initialization the records will be the accurate values...  On 12 th april 2009 we can see that a stock of 2640 is brought into the total stock. In fact if there is no negative value i.e. -2640 in the first record then ...the value on 11.04.2009 will be 2640 Ea and this will get summed up with the Opening balance of 2640 EA created by 2LIS_03_BX on the day of intitialization. So on 12 .04. 2009 the total stock will be shown as 5280 EA...so in order to prevent the double value only we observed that the first record is created with the negative of available stock present on the initialization ...to make the record before the day of initialization i.e. 11.04.2009...to be 0...so that from 12 th April 2009 ..will start to see the actual total stock in the query result...
    This is happening only if we use  both the data sources 2LIS_03_BX and 2LIS_03_BF  for loading into BW.....
    If we load alone by 2LIS_03_BF ...then as 2LIS_03_BX is ruled out in the loading...then no negative of available stock will be created ...because there will be bno opening balance created on the day of initialization.....and the opeing balance available will be flowing into consecutive records due to the movement types and 12 th April 2009 will be shown with avaialable total stock of 2640 EA.
    Kindly let us know your opinions on this...
    Thanks.
    regards,
    Jeswanth

  • I am having an issue with Outlook 2011 for Mac.

    Emails show up in my Trash folder that are not trash or junk.  How do stop the Trash folder from snagging my emails? 

    I suggest you post your question on Microsoft's forums for their Mac products, as it's their software you're having issues with:  http://answers.microsoft.com/en-us/mac

  • Two issues with latest update for Windows

    I have noticed 2 issues with the new update.  When I have a file transfer I don't want, there is no longer a cancel link.  Also, when saving a file transfer that I do want, it saved it to the default location and updated my preferences to always do that.  It should respect the option setting to prompt me for a download location.

    KenMadsen wrote:
    My options are set to "choose a folder to save the file in each time", which is not being respected anymore.  The above reply does NOT address the missing ability to cancel an unwanted file transfer.
    Try again please.
    As long as you have a bullet in "choose a folder to save the file in every time"  then it will not save files to a folder or automatically accept incoming files.  The main exception to that is the initiation of a file for the first time on the newer clients.  If it pops up about the new automatic saving you would click on "settings" and toggle it back to you preferred setting.  The only other exception to that are images.  Images sent to you via a mobile are sent to the cloud and will be cached/downloaded into your media folder.  That cannot be avoided.  You can cancel ongoing transfers on your end but not pending transfers.
    I made this graphic to better break it down:
    If you find your Skype is not listening to your configuration changes beyond what was already mentioned, you can use the following program to reset your Skype configuration.  You will need to exit completely out of Skype beforehand, otherwise the reset will be incomplete.
    http://www.pcdust.com/Downloads/ListFix/ListFix.exe
    You can then rerun through the wizard, perform an initial file transfer, reconfigure your settings and those settings should hold.

  • Issue with Smart View for Planning Connection

    Hi All,
    I'm facing this issue with Hyperion 11.1.1.3 & 11.1.2. I've created a connection in SmartView by giving the URL as http://ServerName:8300/HyperionPlanning/SmartView. After that i'm able to see "Servers" and when i started expanding that, it displayed the server name. When i clicked on the server name, it should display the Planning Application name right ? instead of that just a Cuble symbol is displaying. Do i need to make any settings for proper display of the Planning Application names ? This is perfectly working fine with HFM. I'm able to see HFM application names

    Well, the thing I always forget and have pulled much hair out over is to add the essbase server access to the planning group.
    Check on that, and I will loosen the rocks in my head to see what else I can suggest.
    Robb

Maybe you are looking for