UNCONNECTED PINS ERROR

I am using MS9 and when i run the electrical rules check i get lots of unconnected pins errors/warnings.
I have checked the netlist for these pins and it seems that they are connected to the correct net as i had wanted.
this problem is making it very hard to find real connection errors.
is this a common problem or bug?
thanks in advance for any help...

If you look at U47 pin 3 for example, you have a wire connecting to the chip but that wire is just hanging there, node 3 does not connect to anything else in your schematic so this pin is not connected.
You can see from my example that I added another component and created a virtual node 3 connection and the DRC error circuit is gone for this pin.
Tien
Tien P.
National Instruments
Attachments:
Doc2.doc ‏24 KB

Similar Messages

  • Unable to set PIN - Error: "PIN must not be the same as the user's phone number"

    We are in an ongoing Lync Server 2013 deployment and have elected to set default conference PIN numbers for anyone that doesn't have them currently set.  We decided to make the default PIN the same as the person's telephone extension.  I realize
    this is not a secure PIN setting, but please bear with me.
    When I use PowerShell to loop through the people that do not have a PIN set and attempt to set the PIN to their five-digit extension, PowerShell returns the following exception:
    Set-CsClientPin : PIN must not be the same as the user's phone number (Error "18005").
    At line:1 char:1
    + Set-CsClientPin -Identity GenericUser -Pin '13579'
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidArgument: (13579:String) [Set-CsClientPin], ArgumentException
    + FullyQualifiedErrorId : UserPin::SetPin::PinDoesNotMeetConstraints,Microsoft.Rtc.Management.UserPinService.SetOc
    sUserPinCmdlet
    I know what you are thinking:  by default, Lync has the AllowCommonPatterns setting set to $false on the Global (default) PIN policy.  But I have created another PIN policy called "Low-restriction PIN Policy" that has this setting set
    to $true and assigned this new policy to the users I am trying to set the PIN on.
    According to
    Microsoft's documentation on the Set-CsClientPin cmdlet, the description for AllowCommonPatterns is as follows:
    "Indicates whether or not "common patterns" are allowed in PINs.
    Common patterns include repeating digits (225577); 4 or more consecutive digits (991234); and
    PINs that match a user's phone number or extension number.
    If set to True common patterns (such as the PIN 123456, which includes consecutive digits)
    are allowed; if set to False common patterns are not allowed. The default value is False."
    Given this information, I do not understand why Lync Server 2013 is preventing me from setting a default PIN that matches their extension number when AllowCommonPatterns is set to $true on the PIN policy assigned to the user.
    Any ideas on what might be wrong?
    PS C:\Users\user> Get-CsUser GenericUser | Select-Object PinPolicy
    PinPolicy
    Low-Restriction PIN Policy
    PS C:\Users\user> Get-CsPinPolicy -Identity 'Low-Restriction PIN Policy'
    Identity : Tag:Low-Restriction PIN Policy
    Description : [20150224 SWS] Standard PIN policy.
    MinPasswordLength : 5
    PINHistoryCount : 0
    AllowCommonPatterns : True
    PINLifetime : 0
    MaximumLogonAttempts :
    PS C:\Users\user> Set-CsClientPin -Identity GenericUser -Pin '13579'
    Set-CsClientPin : PIN must not be the same as the user's phone number (Error "18005").
    At line:1 char:1
    + Set-CsClientPin -Identity GenericUser -Pin '13579'
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidArgument: (13579:String) [Set-CsClientPin], ArgumentException
    + FullyQualifiedErrorId : UserPin::SetPin::PinDoesNotMeetConstraints,Microsoft.Rtc.Management.UserPinService.SetOc
    sUserPinCmdlet

    I just checked the management store replication status and it replicated.  I tried to set the PIN again and got the same error.  Here are my results:
    C:\Users\user> Get-CsUser GenericUser | Select-Object PinPolicy
    PinPolicy
    Low-Restriction PIN Policy
    C:\Users\user> Get-CsPinPolicy -Identity 'Low-Restriction PIN Policy' | Select-O
    bject AllowCommonPatterns
    AllowCommonPatterns
    True
    C:\Users\user> Set-CsClientPin -Identity GenericUser -Pin 13579
    Set-CsClientPin : PIN must not be the same as the user's phone number (Error
    "18005").
    At line:1 char:1
    + Set-CsClientPin -Identity GenericUser -Pin 13579
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidArgument: (13579:String) [Set-CsClientPin
    ], ArgumentException
    + FullyQualifiedErrorId : UserPin::SetPin::PinDoesNotMeetConstraints,Micro
    soft.Rtc.Management.UserPinService.SetOcsUserPinCmdlet
    C:\Users\user> Get-CsManagementStoreReplicationStatus
    UpToDate : True
    ReplicaFqdn : edge.domain.com
    LastStatusReport : 3/3/2015 9:20:21 PM
    LastUpdateCreation : 3/3/2015 9:20:18 PM
    ProductVersion : 5.0.8308.556
    UpToDate : True
    ReplicaFqdn : frontend.domain.com
    LastStatusReport : 3/3/2015 9:20:21 PM
    LastUpdateCreation : 3/3/2015 9:20:18 PM
    ProductVersion : 5.0.8308.556

  • Wrong Pin error while renewing SAprouter certificate

    Hi,
    i tried renewing Saprouter certificate from marketplace.
    while installing the certificate using the command below, we get the following error.
    E:\usr\sap\saprouter>sapgenpse import_own_cert -c srcert.txt -p local.pse
    import_own_cert: Couldn't open PSE "E:\usr\sap\saprouter\local.pse"
    ERROR in af_open: (1824/0x0720) Wrong PIN for PSE
    ERROR in secsw_open: (1824/0x0720) Wrong PIN for PSE
    ERROR in sec_parse_PSEInfo_cont: (1824/0x0720) Wrong PIN for PSE
    Please suggest a solution for this issue. Is there any command to install the certificate by providing the PIN which we have given while generating local.PSE file.
    Thank you.

    Hi Mamta,
    Did you goted the solution as mark issue.
    If yes kindly share the solution, i am getting same issue.
    Waiting for ur reply.
    Thanks
    Santosh

  • Voltage on unconnected pins

    I am trying to read 10 pressure sensor inputs using USB6218 channel a0 - a9 and a labview application. To start with I just connected one input(ch a0), but on my labview application I configured my DAQ assitant for reading 10 channels, Finite samples (while loop), 10 samples to read at 100Hz. I read all the pressure samples on my channel 0 took an average and determined whether there is any leak on my cards by comparing it to a threshold. The result was as I expected on channel a0 but in addition to that I get few false positives on the unconnected inputs (read random voltage though there is nothing connected to those pins).Is it possible to detect this condition in Labvew application when it happens in manufacturing line. I would like to solve this in FMEA when no card is connected to the input channel. Please need some advice.

    Hello,
    If I am reading your post correctly, you are seeing a voltage reading on channels that you do not have anything connected to. This is the behavior of any open analog channel. The voltage will inevitably float. You could detect this in LabVIEW by writing some code to read these "empty" channels and handle the non-relevant data however you would like.
    I too am unfamiliar with FMEA. Can you elaborate?
    Thank you,
    Regards,
    Margaret Barrett
    National Instruments
    Applications Engineer
    Digital Multimeters and LCR Meters

  • Device Pin Error when Syncing with MS Outlook

    Good day,
    Got a Q10 a few weeks back.  Made the initial sync with Outlook Calandar and Contacts with no issues.  For the past week (or longer maybe) have been getting a 'Sync Unsuccessful' notice with the following:
    CPreferencesManager: Configuration Value for /Preferences/Account_3_196609/DevicePin not set in TransConfig.xml for translator RimBB
    No Syncs in Calandar or Contacts have stuck since intial (or whenever error message stared) ie., changes/additions to contacts and meetings.
    Any ideas?
    Thanks.
    Solved!
    Go to Solution.

    Check it out:
    http://supportforums.blackberry.com/t5/BlackBerry-Link/sync-error/m-p/2451933/highlight/true#M2952
    Please click the Thumbs Up icon if this comment has helped you!
    If your issue is resolved, please click the solution button on the resolution!
    Every BlackBerry should have BlackBerry Protect, get it now! | Follow me on Twitter | Bring Back BBM Music!

  • Ovi music unlimited activation pin error!

    HI my name is chintan shah from INDIA
    i just won a nokia x6 32gb from the ovi touch campaigns. It was shipped to me from canada
    IT COMES WITH MUSIC!...............
    Whenever i try to activate the unlimited downloads with my pin it says wrong pin........
    I called up the customer care, emailed to nokia but to no avail please help me!!!

    Hi chintan,
    Try to call back Nokia Care in India - http://www.nokia.co.in/get-support-and-software/contact-us/nokia-careline - to explain your issue. They should be able to check it out. Your phone IMEI and Ovi music PIN code are needed so, you could check them beforehand.
    -ThreeOs

  • Unity 5.0.1 pin error playing failsafe message

    Hi
    I have a Unity 5.0.1 ES86.  Whenever a subscriber enter a wrong PIN system play failsafe message
    “This system is temporarily unable to complete the call, call again later” and disconnects.
    Thanks

    This problem occurs when using a language other than US english , switch back to US(english ) and see if the problem persist
    For any other language contact TAC , and they will provide with a non Unity patch (#99)

  • Pinterest: "Oops! Unable to fetch image" error

    Hi! I've been trying to pin from monthbymonth.scholastic.com but keep getting the pin error above.
    Any ideas on why would be appreciated. It is hosted in Amazon. All images are picture frames, too. Created with Muse.
    Can't post from the Addthis or from Pinterest directly.
    Any ideas???
    Thanks!

    Hi,
    Please take a look to addthis forum,
    AddThis | pinterest Sorry we could not fetch the i...

  • Backup Assistant doesn't recognize PIN sent from phone....

    I've been trying to backup my Casio GzOne contacts.  I have been able to change the PIN from the phone keypad successfully, but when I try to do a backup I keep getting an Invalid PIN error.
    There are 39 pending contacts on the phone to backup.  If I select the "Sync to Phone" button on the Backup Assistant web site will BA pull those contacts from the phone and add them to the contact list on the web site, or will it push the contact list from the web site to the phone, causing the loss of the 39 contacts not backed up?
    I bought a new smartphone and need to transfer my contact list.
    Thanks.

    I just had the same problem.  What I finally did on the old enV Touch was
    Go to "Media Center."
    Go to "Browse & Download"
    Scrolled down to "Backup Assistant" and clicked "Options."
    I did an "Upgrade Check," which allowed me to upgrade to the latest version.
    After that, my pin worked correctly.  Good luck!

  • Control "Unconnected" Font Size Visibility

    How can I control the font size and visibility of the "Unconnected" and "Name:"  annotation that appears for an unconnected pin.  I have one that is huge in the middle of my board from a custom part I created.  I want this pin unconnected but don't need it splashed across the board design.  I've searched through the Part, Global, and PCB Properties and cannot find how to control this. 
    Any ideas on how this is controlled and how to hide it or make it rationally small?

    The pin name should be the same as the drill size I am thinking you may have pins on top of each other.  Can you post a file with only this component on the forum?
    Tien P.
    National Instruments

  • Restore Blackberry curve contact after phone blocked due to wrong pin

    Help!  I have a very upset daughter whose 'friend' tried to guess her PIN incorrectly many times so the phone blocked. Her suppllier, Tesco, unblocked the phone for use.  Unfortunately all her contacts and BBMs are missing.  Tesco cannot retrieve them and I cannot copy them from Sim. Is the Blackberry still blocked due to the pin errors, how can I get her contacts back? A desperate mother.

    I found out the PIN.
    I have installed the latest OS, followed all the instructions here with AppLoader and Loader and running updates from Desktop Software and installing the updates from the carrier...
    Still nothing.  I have a white screen.  If I turn it off, it lights up with a white screen, turn it on it lights up with a white screen.  I have charged it, and it's sat there charging with a white screen.
    When I turn it off it flashes the red LED in the corner, if I turn it on, it flashes green (well i'm assuming it's off and on, I don't really know...)
    Any help at all?
    Niv

  • ERROR - the ProtectKeyWithTPMAndPIN Method failed with the exit code: 8031005B

    Hello
    I am using the EnableBitlocker.vbs script to automatically assign the TPM and start the encryption. I am running it from an elevated command prompt. Here is are the arguments I am running with
    cscript EnableBitLocker.vbs /on:tp
    /l:c:\bitlockerlog.log /promptuser /ro:"MBAM" on
    All is well and it prompts the user for a PIN but then it fails.
    Here is the full log file. I haven't been able to find any info on the error code in the subject.
    Script processing started  02/07/2014       14:43:27
    Proper number of command line arguments passed to the script
    ---------------Executing with the following arguments------------------
    Enable parameters: tp
    Logging location: c:\bitlockerlog.log
    Create recovery key: No recovery key use specified
    Encryption method: 3
    Create SMS status MIF's: No SMS status MIF's will be created
    Reset TPM ownership: 1
    User prompting: 1
    Connection succeeded to MicrosoftTPM
    Successfully retrieved a TPM instance from the Win32_TPM provider class
    TPM found in the following state:
    Enabled - True
    Activated - True
    Owned - True
    Connection succeeded to MicrosoftVolumeEncryption
    TPM is in a ready state to enable BitLocker.
    Change TPM owner password specified on the command line.
    Random TPM owner password is: ;&K:)BU65|c7_v2n
    Completed converting old owner password to owner authorization:  0
    Completed converting owner password to owner authorization:  0
    Starting to change owner authorization process on the TPM
    ERROR - Failed to change owner authorization on the TPM with the following exit code:  80280001
    Successfully connected to WMI StdRegProv
    Checking if Group Policy encryption method is set...
    Found EncryptionMethod with value: 4
    Found EncryptionMethod policy registry key ignoring any /em options on command line
    Found ActiveDirectoryBackup with value: 1
    Found RequireActiveDirectoryBackup with value: 1
    Determined client Group Policy configured to require AD escrow of recovery password
    EncryptableVolumes count is: 1
    The EncryptableVolume(s) found: \\?\Volume{ad6db324-01dd-11e4-8272-806e6f6e6963}\
    EncryptableVolume used for encryption is: C:
    The volume has a protection status of: 0
    BitLocker Protection is Off
    Get conversion status is: 0
    The volume has a status of fully decrypted
    The following user is logged on: MGMT\80151318-sys
    Attempting to enable BitLocker TPM + Pin
    ERROR - the ProtectKeyWithTPMAndPIN Method failed with the exit code:  8031005B
    Script ended  02/07/2014       14:43:51
    Any and all help would be appreciated. This has worked before on a different laptop.
    Thanks

    Hi,
    This error indicates that the group policy isn't set correctly, when configure the group policy at teh server side, you should notice that only one of the additional authentication can be required at start up , otherwise a policy occurs, the notice can be
    found just like below:
    and after test, the error indeed occurs, just like the screen below:
    So, I suggest to check the group policy for bitlocker settings, you can only choose one start up authentication method.
    Regards
    Wade Liu
    TechNet Community Support

  • ImplementationOpt Design[Opt 31-67] Problem for AXI bus between data mover ip and axi interconnect

    I'm using vivado 2014.4 and win7 64bit for my zynq design.  Previously, the design is good. I made some revisions. Then I came across the problem.
    If the synthesis strategies option is flow_runtime_optimatized(Vivadio synthesis 2014), everything works
    If the synthesis  strategies option is default options (the synthesis settings are shown in the picture), Synthesis is still fine, but the implementation failed. Some of the errror msg is shown below.
    The error message shows there are unconnected pins on axi_interconnect_1. The connections between AXI master from my own IP(it is the axi port from a DataMover IP) and axi_interconnected is shown in the attached picture.
    The synthesis schematic is also checked. The connections of the axi_interconnect have some pins unconnected as shown in the picture (interconnect_schematic_synth.PNG). The connections of my IP are good, but it misses some pins (like _arready, _rvalid, _ruser, _bid...).  The master AXI port in my port is from the data mover IP. By default, the data mover IP doesn't have these missed pins. The AXI port on my IP declares these missed pins, but actually they are not connected to any inside my IP. 
    Btw, previously, the project works well in my design. But now it doesn't.
     I also check the connections of the axi_interconnect when synthesis strategies option is flow_runtime_optimatized, the schematic show all pins are connected. 
    Please help. Thx.
    Sam
    ImplementationOpt Design[Opt 31-67] Problem: A LUT1 cell in the design is missing a connection on input pin I0, which is used by the LUT equation. This pin has either been left unconnected in the design or the connection was removed due to the trimming of unused logic. The LUT cell name is: design_top_level_i/Zynq_Processing_System/axi_interconnect_1/s00_couplers/auto_pc/inst/gen_axi4_axi3.axi3_conv_inst/USE_READ.USE_SPLIT_R.read_addr_inst/size_mask_q[3]_i_1__0.
    [Opt 31-67] Problem: A LUT2 cell in the design is missing a connection on input pin I0, which is used by the LUT equation. This pin has either been left unconnected in the design or the connection was removed due to the trimming of unused logic. The LUT cell name is: design_top_level_i/Zynq_Processing_System/axi_interconnect_1/s00_couplers/auto_pc/inst/gen_axi4_axi3.axi3_conv_inst/USE_READ.USE_SPLIT_R.read_addr_inst/access_is_incr_q_i_1__0.
    [Opt 31-67] Problem: A LUT2 cell in the design is missing a connection on input pin I1, which is used by the LUT equation. This pin has either been left unconnected in the design or the connection was removed due to the trimming of unused logic. The LUT cell name is: design_top_level_i/Zynq_Processing_System/axi_interconnect_1/s00_couplers/auto_pc/inst/gen_axi4_axi3.axi3_conv_inst/USE_READ.USE_SPLIT_R.read_addr_inst/access_is_incr_q_i_1__0.
    [Opt 31-67] Problem: A LUT2 cell in the design is missing a connection on input pin I0, which is used by the LUT equation. This pin has either been left unconnected in the design or the connection was removed due to the trimming of unused logic. The LUT cell name is: design_top_level_i/Zynq_Processing_System/axi_interconnect_1/s00_couplers/auto_pc/inst/gen_axi4_axi3.axi3_conv_inst/USE_READ.USE_SPLIT_R.read_addr_inst/command_ongoing_i_2__0.
    [Opt 31-67] Problem: A LUT2 cell in the design is missing a connection on input pin I0, which is used by the LUT equation. This pin has either been left unconnected in the design or the connection was removed due to the trimming of unused logic. The LUT cell name is: design_top_level_i/Zynq_Processing_System/axi_interconnect_1/s00_couplers/auto_pc/inst/gen_axi4_axi3.axi3_conv_inst/USE_READ.USE_SPLIT_R.read_addr_inst/size_mask_q[1]_i_1__0.
    [Opt 31-67] Problem:

     
    Hi Muzaffer
    THx for your reply. 
    I tried implementation with opt_design option -directive Explore, it didn't work.
    Aslo I disabled the opt_design and enabled phys_opt_design, it still has the same error in the implementation.
    I would try to delete the pins related  _AR_(like _arready, etc. ) and _R_ (like _rdata, _rid, etc.) pins in the AXI4 port in my IP. The data mover ip doesn't contains thes pins. I want  to see whether it works this way.
    Hopefully, the new vivado version will help. 

  • Oracle BRM / Win 7 Pro x64 / PIN_ERR_DM_CONNECT_FAILED:26

    Hello all
    I'm trying to install Oracle BRM but when running pin_setup.bat I have the output below.
    I tried on Win 7 Pro x64 and on Windows XP Pro.
    I also tried to see if there were any connection attempt when the errors "pcmdd: bad connect for PCWORK, errno 9" is shown, using Wireshark, but it seems that there is no connection attempt when this message is printed to the output.
    As the error is exactly the same on Win 7 Pro and Win XP Pro, I think that this is not an operating system problem.
    Do you know what I am doing wrong ?
    Thanks
    pin_setup.bat output :_
    #===========================================================
    # Installation started at Mon Sep 5 21:04:15 2011.
    #===========================================================
    cm: Generating pin.conf file
    pin.conf is generated under C:/BRM/Portal/sys/cm/pin.conf
    pin.conf is generated under C:/BRM/Portal/apps/pin_remit/pin.conf
    dm_oracle: Generating pin.conf file
    pin.conf is generated under C:/BRM/Portal/setup/scripts/pin.conf
    pin.conf is generated under C:/BRM/Portal/sys/dm_oracle/pin.conf
    dm_oracle: Configuring database
    Creating Portal tablespaces ... this may take a few minutes
    Creating main tablespace 'pin00'
    Creating index tablespace 'pinx00'
    Creating temporary tablespace 'PINTEMP'
    Creating 'pin' user
    Granting 'pin' correct permissions
    Altering 'pin' user default tablespace
    Altering 'pin' user temporary tablespace
    Finished creating the Portal tablespaces
    Continuing to Configure the database
    Execute SQL statement from file C:/BRM/Portal/sys/dm_oracle/data/create_dd_UTF8.
    source
    Loading objects from file
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    pcmdd: bad connect for PCWORK, errno 9
    errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UN
    KNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    *** Error: Unable to update the Portal Base database.
    Exiting from the install without finishing successfully.
    Please check for errors in C:/BRM/Portal/setup/pin_setup.log
    and then rerun this program.
    Press enter to continue
    content of pin_setup.log_
    #===========================================================
    # Log for installation started at Mon Sep 5 21:04:15 2011.
    #===========================================================
    cm: Generating pin.conf file
    pin.conf is generated under C:/BRM/Portal/sys/cm/pin.conf
    pin.conf is generated under C:/BRM/Portal/apps/pin_remit/pin.conf
    dm_oracle: Generating pin.conf file
    pin.conf is generated under C:/BRM/Portal/setup/scripts/pin.conf
    pin.conf is generated under C:/BRM/Portal/sys/dm_oracle/pin.conf
    dm_oracle: Configuring database
    #--- Executing SQL statement:
    set heading off;
    set feedback off;
    select FILE_NAME from dba_data_files where TABLESPACE_NAME = 'SYSTEM';
    #------------- SQL Results:
    Executing sqlplus -s system/oracle@ORCL < "C:/BRM/Portal/tmp/tmp.sql"
    C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01.DBF
    #--- Executing SQL statement:
    create tablespace pin00 datafile 'C:/ORACLE/PRODUCT/10.2.0/ORADATA/ORCL/pin00.dbf' size 600M reuse autoextend on next 100M extent management local segment space management manual;
    #------------- SQL Results:
    Executing sqlplus -s system/oracle@ORCL < "C:/BRM/Portal/tmp/tmp.sql"
    Tablespace created.
    #--- Executing SQL statement:
    create tablespace pinx00 datafile 'C:/ORACLE/PRODUCT/10.2.0/ORADATA/ORCL/pinx00.dbf' size 400M reuse autoextend on next 100M extent management local segment space management manual;
    #------------- SQL Results:
    Executing sqlplus -s system/oracle@ORCL < "C:/BRM/Portal/tmp/tmp.sql"
    Tablespace created.
    #--- Executing SQL statement:
    create tablespace PINTEMP datafile 'C:/ORACLE/PRODUCT/10.2.0/ORADATA/ORCL/PINTEMP.dbf' size 100M reuse autoextend on next 100M extent management local segment space management manual;
    #------------- SQL Results:
    Executing sqlplus -s system/oracle@ORCL < "C:/BRM/Portal/tmp/tmp.sql"
    Tablespace created.
    #--- Executing SQL statement:
    create user pin identified by pin;
    #------------- SQL Results:
    Executing sqlplus -s system/oracle@ORCL < "C:/BRM/Portal/tmp/tmp.sql"
    User created.
    #--- Executing SQL statement:
    grant resource, connect to pin;
    #------------- SQL Results:
    Executing sqlplus -s system/oracle@ORCL < "C:/BRM/Portal/tmp/tmp.sql"
    Grant succeeded.
    #--- Executing SQL statement:
    alter user pin default tablespace pin00;
    #------------- SQL Results:
    Executing sqlplus -s system/oracle@ORCL < "C:/BRM/Portal/tmp/tmp.sql"
    User altered.
    #--- Executing SQL statement:
    set heading off;
    set feedback off;
    select FILE_NAME from dba_data_files where TABLESPACE_NAME = 'SYSTEM';
    #------------- SQL Results:
    Executing sqlplus -s system/oracle@ORCL < "C:/BRM/Portal/tmp/tmp.sql"
    C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01.DBF
    #--- Executing SQL statement:
    --     @(#)%Portal Version: create_dd.source:BillingVelocityInt:4:2006-Sep-14 18:49:48 %
    -- Copyright (c) 1996 - 2006 Oracle. All rights reserved.
    -- This material is the confidential property of Oracle Corporation or its
    -- licensors and may be used, reproduced, stored or transmitted only in
    -- accordance with a valid Oracle license or sublicense agreement.
    -- Create sequences
    create sequence obj_ids start with 1000;
    create sequence poid_ids2 start with 10000;
    -- /dd/fields ARRAY PIN_FLD_FIELD
    create table dd_fields_t (
         obj_id0               int,
         rec_id               int,
         field_name          varchar2(255),     -- PIN_FLD_FIELD_NAME
         field_num          int,          -- PIN_FLD_FIELD_NUM
         field_type          int,          -- PIN_FLD_FIELD_TYPE
         descr               varchar2(1023),     -- PIN_FLD_DESCR
         status               int          -- PIN_FLD_DESCR
    ) tablespace pin00 storage (initial 100k next 100k maxextents unlimited pctincrease 0 ) ;
    -- /dd/objects ARRAY PIN_FLD_OBJ_DESC
    create table dd_objects_t (
         obj_id0               int,
         name               varchar2(255),     -- PIN_FLD_NAME
         mod_t               number,          -- PIN_FLD_MOD_T
         state               int,          -- PIN_FLD_STATE
         permission          int,          -- PIN_FLD_PERMISSION
         label               varchar2(255),     -- PIN_FLD_LABEL
         descr               varchar2(1023),     -- PIN_FLD_DESCR
         sm_info               varchar2(1023),     -- PIN_FLD_SM_INFO
         seq_start          int,          -- PIN_FLD_SEQ_START
         read_access          varchar2(1),     -- PIN_FLD_READ_ACCESS
         write_access          varchar2(1),     -- PIN_FLD_WRITE_ACCESS
         create_access          varchar2(1),     -- PIN_FLD_CREATE_ACCESS
         audit_flag          int,          -- PIN_FLD_AUDIT_FLAG
         audit_scheme          int,          -- PIN_FLD_AUDIT_SCHEME
         au_sm_info          varchar2(1023),     -- PIN_FLD_AU_SM_INFO
         is_partitioned          int,          -- PIN_FLD_IS_PARTITIONED
         partition_mode int, -- PIN_FLD_PARTITION_MODE
         residency_type int -- PIN_FLD_RESIDENCY_TYPE
    ) tablespace pin00 storage (initial 100k next 100k maxextents unlimited pctincrease 0 ) ;
    -- /dd/objects ARRAY PIN_FLD_OBJ_ELEM
    create table dd_objects_fields_t (
         obj_id0               int,
         rec_id               int,
         parent_element_id     int,          -- PIN_FLD_PARENT_ELEMENT_ID
         field_name          varchar2(255),     -- PIN_FLD_FIELD_NAME
         field_type          int,          -- PIN_FLD_FIELD_TYPE
         label               varchar2(255),     -- PIN_FLD_LABEL
         descr               varchar2(1023),     -- PIN_FLD_DESCR
         state               int,          -- PIN_FLD_STATE
         permission          int,          -- PIN_FLD_PERMISSION
         field_order          int,          -- PIN_FLD_ORDER
         length               int,          -- PIN_FLD_LENGTH
         sm_item_name          varchar2(255),     -- PIN_FLD_SM_ITEM_NAME
         sm_item_vw_name          varchar2(255),     -- PIN_FLD_SM_ITEM_VW_NAME
         sm_info               varchar2(1023),     -- PIN_FLD_SM_INFO
         auditable          int,          -- PIN_FLD_AUDIT
         queryable_on_audit     int,          -- PIN_FLD_QUERYABLE_ON_AUDIT
         ignore_on_audit          int,          -- PIN_FLD_IGNORE_ON_AUDIT
         encryptable          int,          -- PIN_FLD_ENCRYPT
         serializable          int          -- PIN_FLD_SERIALIZABLE
    ) tablespace pin00 storage (initial 200k next 200k maxextents unlimited pctincrease 0 ) ;
    -- New table for storing encrypted-Aes keys
    -- cryptkey_t
    create table cryptkey_t (
         crypt_scheme           varchar2(10),     -- to store scheme name
         crypt_key_id           int,          -- to store key_id
         crypt_key           varchar2(255)     -- to store actual key
    ) tablespace pin00 storage (initial 100k next 100k maxextents unlimited pctincrease 0 ) ;
    -- New table for storing the converted table information
    create table aes_crypt_details_t (
    table_name varchar2(32),
    field_name varchar2(32),
    old_size int,
    new_size int
    ) tablespace pin00 storage (initial 100k next 100k maxextents unlimited pctincrease 0 ) ;
    -- /dd
    create unique index i_dd_objects__id on dd_objects_t ( obj_id0 )
         tablespace pinx00 storage (initial 100k next 100k maxextents unlimited pctincrease 0 );
    create unique index i_dd_objects_fields__id on dd_objects_fields_t ( obj_id0, rec_id, parent_element_id, field_name)
         tablespace pinx00 storage (initial 200k next 200k maxextents unlimited pctincrease 0 );
    create unique index i_dd_fields__id on dd_fields_t ( obj_id0, rec_id )
         tablespace pinx00 storage (initial 100k next 100k maxextents unlimited pctincrease 0 );
    -- crypt
    create unique index i_cryptkey__scheme on cryptkey_t ( crypt_scheme, crypt_key_id )
         tablespace pinx00 storage (initial 100k next 100k maxextents unlimited pctincrease 0 );
    create unique index i_aes_crypt_details__dtls on aes_crypt_details_t ( table_name, field_name )
         tablespace pinx00 storage (initial 100k next 100k maxextents unlimited pctincrease 0 );
    #------------- SQL Results:
    Executing sqlplus -s pin/pin@ORCL < "C:/BRM/Portal/tmp/tmp.sql"
    Sequence created.
    Sequence created.
    Table created.
    Table created.
    Table created.
    Table created.
    Table created.
    Index created.
    Index created.
    Index created.
    Index created.
    Index created.
    EBUF: errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UNKNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    #===========================================================
    # Log for installation started at Mon Sep 5 21:13:05 2011.
    #===========================================================
    cm: Generating pin.conf file
    pin.conf is generated under C:/BRM/Portal/sys/cm/pin.conf
    pin.conf is generated under C:/BRM/Portal/apps/pin_remit/pin.conf
    dm_oracle: Generating pin.conf file
    pin.conf is generated under C:/BRM/Portal/setup/scripts/pin.conf
    pin.conf is generated under C:/BRM/Portal/sys/dm_oracle/pin.conf
    dm_oracle: Configuring database
    #--- Executing SQL statement:
    set heading off;
    set feedback off;
    select FILE_NAME from dba_data_files where TABLESPACE_NAME = 'SYSTEM';
    #------------- SQL Results:
    Executing sqlplus -s system/oracle@ORCL < "C:/BRM/Portal/tmp/tmp.sql"
    C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01.DBF
    #--- Executing SQL statement:
    create tablespace pin00 datafile 'C:/ORACLE/PRODUCT/10.2.0/ORADATA/ORCL/pin00.dbf' size 600M reuse autoextend on next 100M extent management local segment space management manual;
    #------------- SQL Results:
    Executing sqlplus -s system/oracle@ORCL < "C:/BRM/Portal/tmp/tmp.sql"
    create tablespace pin00 datafile 'C:/ORACLE/PRODUCT/10.2.0/ORADATA/ORCL/pin00.dbf' size 600M reuse autoextend on next 100M extent management local segment space management manual
    ERROR at line 1:
    ORA-01543: tablespace 'PIN00' already exists
    #--- Executing SQL statement:
    create tablespace pinx00 datafile 'C:/ORACLE/PRODUCT/10.2.0/ORADATA/ORCL/pinx00.dbf' size 400M reuse autoextend on next 100M extent management local segment space management manual;
    #------------- SQL Results:
    Executing sqlplus -s system/oracle@ORCL < "C:/BRM/Portal/tmp/tmp.sql"
    create tablespace pinx00 datafile 'C:/ORACLE/PRODUCT/10.2.0/ORADATA/ORCL/pinx00.dbf' size 400M reuse autoextend on next 100M extent management local segment space management manual
    ERROR at line 1:
    ORA-01543: tablespace 'PINX00' already exists
    #--- Executing SQL statement:
    create tablespace PINTEMP datafile 'C:/ORACLE/PRODUCT/10.2.0/ORADATA/ORCL/PINTEMP.dbf' size 100M reuse autoextend on next 100M extent management local segment space management manual;
    #------------- SQL Results:
    Executing sqlplus -s system/oracle@ORCL < "C:/BRM/Portal/tmp/tmp.sql"
    create tablespace PINTEMP datafile 'C:/ORACLE/PRODUCT/10.2.0/ORADATA/ORCL/PINTEMP.dbf' size 100M reuse autoextend on next 100M extent management local segment space management manual
    ERROR at line 1:
    ORA-01543: tablespace 'PINTEMP' already exists
    #--- Executing SQL statement:
    create user pin identified by pin;
    #------------- SQL Results:
    Executing sqlplus -s system/oracle@ORCL < "C:/BRM/Portal/tmp/tmp.sql"
    create user pin identified by pin
    ERROR at line 1:
    ORA-01920: user name 'PIN' conflicts with another user or role name
    #--- Executing SQL statement:
    grant resource, connect to pin;
    #------------- SQL Results:
    Executing sqlplus -s system/oracle@ORCL < "C:/BRM/Portal/tmp/tmp.sql"
    Grant succeeded.
    #--- Executing SQL statement:
    alter user pin default tablespace pin00;
    #------------- SQL Results:
    Executing sqlplus -s system/oracle@ORCL < "C:/BRM/Portal/tmp/tmp.sql"
    User altered.
    #--- Executing SQL statement:
    set heading off;
    set feedback off;
    select FILE_NAME from dba_data_files where TABLESPACE_NAME = 'SYSTEM';
    #------------- SQL Results:
    Executing sqlplus -s system/oracle@ORCL < "C:/BRM/Portal/tmp/tmp.sql"
    C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01.DBF
    #--- Executing SQL statement:
    -- Copyright (c) 1996 - 2006 Oracle. All rights reserved.
    -- This material is the confidential property of Oracle Corporation or its
    -- licensors and may be used, reproduced, stored or transmitted only in
    -- accordance with a valid Oracle license or sublicense agreement.
    -- sql file to drop Infranet Snapshots;
    set serveroutput on;
    DECLARE
         tname     varchar2(40);
         tcount     number;
         cid     int;
    BEGIN
         select count(*) into tcount from user_tables where table_name like
              'DD_OBJECTS_FIELDS_T';     
         if tcount = 0 then
              cid := DBMS_SQL.OPEN_CURSOR;
              DBMS_SQL.PARSE (cid,
                   'CREATE TABLE DD_OBJECTS_FIELDS_T ' ||
                   '(PARENT_ELEMENT_ID int, SM_ITEM_NAME VARCHAR2(255))',
                   dbms_sql.v7);
              DBMS_SQL.CLOSE_CURSOR(cid);
         end if;
    END;
    -- DROP THE SNAPSHOT LOGS
    DECLARE
         cursor c1 is
         SELECT distinct master
         FROM dd_objects_fields_t, USER_SNAPSHOTS where
         UPPER(sm_item_name ) like '%' || master || '%';
         cursor c2 is
         SELECT distinct master
         FROM dd_objects_fields_t, USER_SNAPSHOT_LOGS where
         UPPER(sm_item_name ) like '%' || master || '%';
         tname      c1%ROWTYPE;
         lname      c2%ROWTYPE;
         t_name      varchar2(255);
         l_name      varchar2(255);
         snapshot_count     number(38) := 0;
         cid          int :=0;
    BEGIN
    --     drop existing multi-dB snapshot LOGS
         FOR lname in c2
         LOOP
              dbms_output.enable(10000);
              dbms_output.put_line(lname.master);
              l_name := lname.master;
              select count(*) into snapshot_count from
              user_snapshot_LOGS where master LIKE '%' || UPPER(l_name) || '%';
              if snapshot_count > 0 then
                   dbms_output.put_line('dropping SNAPSHOT LOG on ' ||
                        l_name || '...');
                   cid := DBMS_SQL.OPEN_CURSOR;
                   DBMS_SQL.PARSE (cid,
                        'DROP SNAPSHOT LOG ON ' ||
                        l_name,
                        dbms_sql.v7);
                   DBMS_SQL.CLOSE_CURSOR(cid);
              else
                   dbms_output.put_line('No snapshot logs Found');
              end if;
         END LOOP;
    --     drop existing multi-dB snapshots
         FOR tname in c1
         LOOP
              dbms_output.enable(10000);
              dbms_output.put_line(tname.master);
              t_name := tname.master;
              select count(*) into snapshot_count from
              user_snapshots where master LIKE '%' || UPPER(t_name) || '%';
              if snapshot_count > 0 then
                   dbms_output.put_line('dropping SNAPSHOT ' ||
                        t_name || '...');
                   cid := DBMS_SQL.OPEN_CURSOR;
                   DBMS_SQL.PARSE (cid,
                        'DROP SNAPSHOT ' ||
                        t_name,
                        dbms_sql.v7);
                   DBMS_SQL.CLOSE_CURSOR(cid);
              else
                   dbms_output.put_line('No snapshots Found');
              end if;
         END LOOP;
    END;
    DECLARE
         tcount     number;
         cid     int;
    BEGIN
         select count(*) into tcount from user_tab_columns where table_name like
              'DD_OBJECTS_FIELDS_T';     
         if tcount = 2 then
              cid := DBMS_SQL.OPEN_CURSOR;
              DBMS_SQL.PARSE (cid,
                   'DROP TABLE DD_OBJECTS_FIELDS_T ',
                   dbms_sql.v7);
              DBMS_SQL.CLOSE_CURSOR(cid);
         end if;
    END;
    #------------- SQL Results:
    Executing sqlplus -s pin/pin@ORCL < "C:/BRM/Portal/tmp/tmp.sql"
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    #--- Executing SQL statement:
    --     Copyright (c) 2007 Oracle. All rights reserved.
    --     This material is the confidential property of Oracle Corporation or its
    --     licensors and may be used, reproduced, stored or transmitted only in
    --     accordance with a valid Oracle license or sublicense agreement.
    --     This file has been generated automatically at build time
    --     from object specifications on Wed Sep 12 13:10:56 2007.
    --     USE THIS FILE WITH CAUTION: NOT FOR USE IN PRODUCTION ENVIRONMENTS
    declare
    cursor c1 is select sm_item_name from dd_objects_fields_t where sm_item_name not like ':%';
    tname c1%ROWTYPE;
    cid int;
    cnt int;
    thename varchar(80);
    begin
    for tname in c1
    loop
    cid := DBMS_SQL.OPEN_CURSOR;
    if tname.sm_item_name not like 'C%' then
    select count(*) into cnt from user_tables where table_name = upper(tname.sm_item_name);
    if (cnt > 0) then
    DBMS_SQL.PARSE(cid, 'DROP TABLE ' || tname.sm_item_name, dbms_sql.v7);
    end if;
    else
    cnt := instr(tname.sm_item_name, 'T=');
    thename := substr(tname.sm_item_name, cnt + 2);
    select count(*) into cnt from user_tables where table_name = upper(thename);
    if (cnt > 0) then
    DBMS_SQL.PARSE(cid, 'DROP TABLE ' || thename, dbms_sql.v7);
    end if;
    end if;
    DBMS_SQL.CLOSE_CURSOR(cid);
    end loop;
    end;
    drop table dd_objects_t;
    drop table dd_objects_fields_t;
    drop table dd_fields_t;
    drop sequence obj_ids;
    drop sequence poid_ids2;
    drop table cryptkey_t;
    drop table aes_crypt_details_t;
    drop synonym event_v;
    drop synonym event_bal_impacts_v;
    drop synonym event_total_v;
    drop synonym event_tax_jurisdictions_v;
    #------------- SQL Results:
    Executing sqlplus -s pin/pin@ORCL < "C:/BRM/Portal/tmp/tmp.sql"
    PL/SQL procedure successfully completed.
    Table dropped.
    Table dropped.
    Table dropped.
    Sequence dropped.
    Sequence dropped.
    Table dropped.
    Table dropped.
    drop synonym event_v
    ERROR at line 1:
    ORA-01434: private synonym to be dropped does not exist
    drop synonym event_bal_impacts_v
    ERROR at line 1:
    ORA-01434: private synonym to be dropped does not exist
    drop synonym event_total_v
    ERROR at line 1:
    ORA-01434: private synonym to be dropped does not exist
    drop synonym event_tax_jurisdictions_v
    ERROR at line 1:
    ORA-01434: private synonym to be dropped does not exist
    #--- Executing SQL statement:
    drop package PIN_PARTITION;
    #------------- SQL Results:
    Executing sqlplus -s pin/pin@ORCL < "C:/BRM/Portal/tmp/tmp.sql"
    drop package PIN_PARTITION
    ERROR at line 1:
    ORA-04043: object PIN_PARTITION does not exist
    #--- Executing SQL statement:
    --     @(#)%Portal Version: create_dd.source:BillingVelocityInt:4:2006-Sep-14 18:49:48 %
    -- Copyright (c) 1996 - 2006 Oracle. All rights reserved.
    -- This material is the confidential property of Oracle Corporation or its
    -- licensors and may be used, reproduced, stored or transmitted only in
    -- accordance with a valid Oracle license or sublicense agreement.
    -- Create sequences
    create sequence obj_ids start with 1000;
    create sequence poid_ids2 start with 10000;
    -- /dd/fields ARRAY PIN_FLD_FIELD
    create table dd_fields_t (
         obj_id0               int,
         rec_id               int,
         field_name          varchar2(255),     -- PIN_FLD_FIELD_NAME
         field_num          int,          -- PIN_FLD_FIELD_NUM
         field_type          int,          -- PIN_FLD_FIELD_TYPE
         descr               varchar2(1023),     -- PIN_FLD_DESCR
         status               int          -- PIN_FLD_DESCR
    ) tablespace pin00 storage (initial 100k next 100k maxextents unlimited pctincrease 0 ) ;
    -- /dd/objects ARRAY PIN_FLD_OBJ_DESC
    create table dd_objects_t (
         obj_id0               int,
         name               varchar2(255),     -- PIN_FLD_NAME
         mod_t               number,          -- PIN_FLD_MOD_T
         state               int,          -- PIN_FLD_STATE
         permission          int,          -- PIN_FLD_PERMISSION
         label               varchar2(255),     -- PIN_FLD_LABEL
         descr               varchar2(1023),     -- PIN_FLD_DESCR
         sm_info               varchar2(1023),     -- PIN_FLD_SM_INFO
         seq_start          int,          -- PIN_FLD_SEQ_START
         read_access          varchar2(1),     -- PIN_FLD_READ_ACCESS
         write_access          varchar2(1),     -- PIN_FLD_WRITE_ACCESS
         create_access          varchar2(1),     -- PIN_FLD_CREATE_ACCESS
         audit_flag          int,          -- PIN_FLD_AUDIT_FLAG
         audit_scheme          int,          -- PIN_FLD_AUDIT_SCHEME
         au_sm_info          varchar2(1023),     -- PIN_FLD_AU_SM_INFO
         is_partitioned          int,          -- PIN_FLD_IS_PARTITIONED
         partition_mode int, -- PIN_FLD_PARTITION_MODE
         residency_type int -- PIN_FLD_RESIDENCY_TYPE
    ) tablespace pin00 storage (initial 100k next 100k maxextents unlimited pctincrease 0 ) ;
    -- /dd/objects ARRAY PIN_FLD_OBJ_ELEM
    create table dd_objects_fields_t (
         obj_id0               int,
         rec_id               int,
         parent_element_id     int,          -- PIN_FLD_PARENT_ELEMENT_ID
         field_name          varchar2(255),     -- PIN_FLD_FIELD_NAME
         field_type          int,          -- PIN_FLD_FIELD_TYPE
         label               varchar2(255),     -- PIN_FLD_LABEL
         descr               varchar2(1023),     -- PIN_FLD_DESCR
         state               int,          -- PIN_FLD_STATE
         permission          int,          -- PIN_FLD_PERMISSION
         field_order          int,          -- PIN_FLD_ORDER
         length               int,          -- PIN_FLD_LENGTH
         sm_item_name          varchar2(255),     -- PIN_FLD_SM_ITEM_NAME
         sm_item_vw_name          varchar2(255),     -- PIN_FLD_SM_ITEM_VW_NAME
         sm_info               varchar2(1023),     -- PIN_FLD_SM_INFO
         auditable          int,          -- PIN_FLD_AUDIT
         queryable_on_audit     int,          -- PIN_FLD_QUERYABLE_ON_AUDIT
         ignore_on_audit          int,          -- PIN_FLD_IGNORE_ON_AUDIT
         encryptable          int,          -- PIN_FLD_ENCRYPT
         serializable          int          -- PIN_FLD_SERIALIZABLE
    ) tablespace pin00 storage (initial 200k next 200k maxextents unlimited pctincrease 0 ) ;
    -- New table for storing encrypted-Aes keys
    -- cryptkey_t
    create table cryptkey_t (
         crypt_scheme           varchar2(10),     -- to store scheme name
         crypt_key_id           int,          -- to store key_id
         crypt_key           varchar2(255)     -- to store actual key
    ) tablespace pin00 storage (initial 100k next 100k maxextents unlimited pctincrease 0 ) ;
    -- New table for storing the converted table information
    create table aes_crypt_details_t (
    table_name varchar2(32),
    field_name varchar2(32),
    old_size int,
    new_size int
    ) tablespace pin00 storage (initial 100k next 100k maxextents unlimited pctincrease 0 ) ;
    -- /dd
    create unique index i_dd_objects__id on dd_objects_t ( obj_id0 )
         tablespace pinx00 storage (initial 100k next 100k maxextents unlimited pctincrease 0 );
    create unique index i_dd_objects_fields__id on dd_objects_fields_t ( obj_id0, rec_id, parent_element_id, field_name)
         tablespace pinx00 storage (initial 200k next 200k maxextents unlimited pctincrease 0 );
    create unique index i_dd_fields__id on dd_fields_t ( obj_id0, rec_id )
         tablespace pinx00 storage (initial 100k next 100k maxextents unlimited pctincrease 0 );
    -- crypt
    create unique index i_cryptkey__scheme on cryptkey_t ( crypt_scheme, crypt_key_id )
         tablespace pinx00 storage (initial 100k next 100k maxextents unlimited pctincrease 0 );
    create unique index i_aes_crypt_details__dtls on aes_crypt_details_t ( table_name, field_name )
         tablespace pinx00 storage (initial 100k next 100k maxextents unlimited pctincrease 0 );
    #------------- SQL Results:
    Executing sqlplus -s pin/pin@ORCL < "C:/BRM/Portal/tmp/tmp.sql"
    Sequence created.
    Sequence created.
    Table created.
    Table created.
    Table created.
    Table created.
    Table created.
    Index created.
    Index created.
    Index created.
    Index created.
    Index created.
    EBUF: errno=<PIN_ERR_DM_CONNECT_FAILED:26> location=<Unknown pin location:0> class=<UNKNOWN:0> field num=<0:0,0> recid=<0> reserved=<9>
    Edited by: oracledigger on 5 sept. 2011 10:32

    I have checked the services (in services.msc) and I started the following ones :
    - Portal Base Connection Manager
    - Portal Base Oracle Data Manager
    All other services cannot be started (Error 1067).
    Anyway After starting these 2 services I have launched pin_setup.bat again and now the error is :
    *** Error: Unable to update the Portal Base database.
    Exiting from the install without finishing successfully.
    Please check for errors in C:/BRM/Portal/setup/pin_setup.log
    and then rerun this program.
    In dm_oracle.pinlog There is the following output :
    D 09/05/11 21:56:32 - dm:6360.4176 ../dm_oracle_stmt_cache.c:502 1:PCWORK:dm:6360:4176:0:1315245251:0
         PINStmtPrepare: SQL Statement = select value from sys.nls_database_parameters where parameter='NLS_CHARACTERSET'
         audsession-id: 30162; Statement-id: 42905160;
    D 09/05/11 21:56:32 - dm:6360.4176 ../dm_oracle_stmt_cache.c:513 1:PCWORK:dm:6360:4176:0:1315245251:0
         audsession-id: 30162; Statement-id: 42905160; Time taken by OCIStmtPrepare = 0.000000 milliseconds
    D 09/05/11 21:56:32 - dm:6360.4176 dm_if_oracle.c(110):625 1:PCWORK:dm:6360:4176:0:1315245251:0
         audsession-id: 30162; Statement-id: 42905160; Time taken by OCIStmtExecute = 0.000000 milliseconds
    E 09/05/11 21:56:32 - dm:6360.4176 dm_if_oracle.c(110):2368 1:PCWORK:dm:6360:4176:0:1315245251:0
         Invalid characterset AL32UTF8 for ORACLE database "ORCL"
    W 09/05/11 21:56:32 - dm:6360.4176 dm_if_oracle.c(110):3288 1:PCWORK:dm:6360:4176:0:1315245251:0
         dm_oracle_create_logins: failed to connect to database. It will try again after 10 seconds.
    E 09/05/11 21:56:42 - dm:6360.4176 dm_if_oracle.c(110):3308 1:PCWORK:dm:6360:4176:0:1315245251:0
         dm_oracle_create_logins: failed to create connection 1
    D 09/05/11 21:56:42 - dm:6360.4176 pcm_tbls.c(21):313 1:PCWORK:dm:6360:4176:0:1315245251:0
         pcmext.dll Library initialized
    D 09/05/11 21:56:42 - dm:6360.4176 pcm_tbls.c(21):316 1:PCWORK:dm:6360:4176:0:1315245251:0
         PCMEXT initialized with 0 function failures
    E 09/05/11 21:56:42 - dm:6360.4176 dm_if_oracle.c(110):3852 1:PCWORK:dm:6360:4176:0:1315245251:0
         bad initial dm_oracle_get_lda: err=43(PIN_ERR_STORAGE)
    E 09/05/11 21:56:42 - dm:6360.4176 dm_back.c(12):443 1:PCWORK:dm:6360:4176:0:1315245251:0
         can't do dm_if_init_process(), err 43
    E 09/05/11 21:56:42 - dm:6360.4176 dm_main.c(26):1930 1:PCWORK:dm:6360:4176:0:1315245251:0
         DM master dm_die: "", errno 0
    After that the services "Portal Base Connection Manager" and "Portal Base Oracle Data Manager" is stopped.
    Any idea :) ?
    Edited by: oracledigger on 5 sept. 2011 11:02
    Edited by: oracledigger on 5 sept. 2011 11:08

  • Problem with SNC configuration

    We Gui SNC configured for almost 10 system and it works. Now we want to configure it for a new one and unfortunately it works.
    We have checked the config:
    - parameters in RZ10
    - existence of Kerberos dll in /windows/system32
    - active directory settings for a SAPServiceSID user
    - advance setting in saplogon
    All looks fine but yet when we try to connect we get:
    SAP System message: Secure Network Layer (SNC) error
    Please help

    Hi,
    The Sap Note 95810 - Problem analysis when using SNC with Secude says the following about your prob. Pl check.
    2.1 Error in the Security Network Layer
    During the logon a dialog box appears:
    SAP system message:
    'Error in the Security Network Layer'.
    In this case, a problem was recognized in the SNC layer in the application server.
    The cause must be checked in the trace files of the work processes (dev_w*).
    Since it cannot be said in which work process the logon was attempted, you must scan the trace files of all work processes if necessary.
    Transaction ST11 displays the corresponding files sorted correponding with the last access time so that you should begin with the first file shown there.
    Error scenarios which can be identified in dev_w*:
    2.1.1 The signature of a certificate cannot be checked.
    ERROR => SncPEstablishContext()==SNCERR_GSSAPI  [sncxxall.c ....]
          GSS-API(maj): A token had an invalid signature
          GSS-API(min): Certification path incomplete
        Unable to establish the security context
    <<- SncProcessInput()==SNCERR_GSSAPI
    ERROR => ThSncIn: SncProcessInput (SNCERR_GSSAPI) [thxxsnc. ....]
    2.1.2 Invalid PIN
    ERROR => SncPEstablishContext()==SNCERR_GSSAPI  [sncxxall.c ....]
          GSS-API(maj): Miscellaneous failure
          GSS-API(min): Invalid PIN
        Unable to establish the security context
    <<- SncProcessInput()==SNCERR_GSSAPI
    ERROR => ThSncIn: SncProcessInput (SNCERR_GSSAPI) [thxxsnc. ....]
    Regards

Maybe you are looking for